:root {
  --black: black;
  --white: white;
  --goldenrod: #f4bd03;
  --caslo: #1e854b;
  --red: #f71e03;
  --trasparente: transparent;
  --blu-buttons: #3898ec;
  --rawpapers: #c5976b;
  --tan: #dab38f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.fotter {
  color: var(--white);
  background-color: #000;
  padding: 10em 6.25em 4.25em;
}

.body {
  background-color: var(--white);
  color: var(--black);
  border: 0 solid snow;
  flex-direction: column;
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  overflow: visible;
}

.exc-project-mom {
  flex-direction: column;
  flex: none;
  margin-top: -80px;
  display: flex;
  overflow: hidden;
}

.row {
  margin-bottom: 5em;
  display: flex;
}

.coll {
  flex-direction: column;
  flex: 1;
  margin-right: 0;
  display: flex;
  position: static;
}

.coll.small {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12.5em;
  display: flex;
}

.h2 {
  color: #000;
  margin-top: 10px;
  font-family: Graphik web, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 60px;
}

.h2.white {
  color: var(--white);
}

.big-text {
  opacity: 0;
  color: #000;
  text-indent: 0;
  justify-content: center;
  align-items: center;
  height: 390px;
  margin-bottom: 1.25em;
  margin-left: 0;
  padding-left: 102px;
  font-family: Graphik web, sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.6em;
  display: block;
  overflow: visible;
}

.none {
  display: none;
  position: absolute;
}

.gp-line-marq {
  white-space: nowrap;
  flex: none;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.gp-line-marq.pl {
  color: #d40129;
  justify-content: flex-end;
  overflow: visible;
}

.clients-text {
  color: var(--black);
  text-transform: uppercase;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
  overflow: visible;
}

.big-text-fotter {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .92;
}

.big-text-fotter.fotter-block {
  font-family: Graphik, sans-serif;
}

.otstup-span {
  padding-left: .7em;
}

.form-block {
  border-bottom: 1px solid var(--white);
  margin-top: 6.25em;
  margin-bottom: 6.25em;
  padding-bottom: 20px;
}

.form-slider {
  background-color: #0000;
  height: auto;
  min-height: auto;
}

.text-filed {
  color: #fff;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px #000;
  height: 1.093em;
  margin-bottom: 0;
  padding: 0;
  font-family: Graphik, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
}

.text-filed::placeholder {
  color: #ff0e0e;
}

.text-filed.auto {
  text-transform: none;
  height: 1.093em;
  min-height: 1.093em;
  max-height: none;
  overflow: visible;
}

.text-filed.felder-rez {
  background-color: var(--black);
  text-align: left;
}

.next-slide-form {
  z-index: 2;
  background-color: #0000;
  width: 4.372em;
  height: 4.372em;
  padding-right: 0%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form {
  position: relative;
}

.peoples {
  flex: none;
  align-items: flex-start;
  margin-bottom: 7.125em;
  display: none;
  position: relative;
}

.man {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-right: 6.25em;
  display: flex;
}

.man-img {
  flex: none;
  height: 7.125em;
  margin-left: -23%;
}

.man-time {
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.357;
}

.man-name {
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 1.312em;
  font-weight: 500;
  line-height: 1.1;
}

.man-adress {
  font-family: Graphik, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.man-email {
  border-bottom: 1px none var(--white);
  color: var(--white);
  flex: none;
  font-family: Graphik, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.ex-text {
  opacity: 1;
  flex: none;
  margin-bottom: 15px;
  font-family: Graphik, sans-serif;
  font-size: .75em;
  line-height: 1.5;
}

.ex-text.op1 {
  opacity: 1;
}

.nav-link {
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.875em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.187;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-bar {
  background-color: #0000;
  min-height: 4.06em;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.header {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.56em;
  padding-left: 6.25em;
  padding-right: 6.25em;
  display: flex;
}

.header.home-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.start-btn {
  color: var(--black);
  flex: none;
  align-items: center;
  height: 2.5em;
  margin-right: 30px;
  padding-left: 1.18em;
  padding-right: 1.18em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-round {
  z-index: -1;
  background-color: #eee;
  border-radius: 50%;
  width: 2.5em;
  max-width: none;
  height: 2.5em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-btn {
  font-family: Graphik, sans-serif;
  font-weight: 400;
  position: static;
}

.scroll-txt {
  opacity: .4;
  transform: translate(0, 100%);
}

.div-block {
  width: 10.625em;
}

.cursor {
  z-index: 99999;
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: height .3s, width .3s, background-color .2s;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.every-laoder {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.every-laoder.noeventsblock {
  display: none;
}

.div-block-2 {
  z-index: 2;
  background-image: url('../images/arrow-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scroll-txt2, .scroll-txt3, .scroll-txt4, .scroll-txt5, .scroll-txt6 {
  opacity: .4;
  transform: translate(0, 100%);
}

.bg-arrow {
  z-index: 1;
  background-color: var(--white);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: auto;
  transition: transform .3s;
  position: absolute;
  inset: 1px;
  transform: scale3d(0, 1, 1);
}

.morehiddenspan {
  overflow: hidden;
}

.archor {
  position: absolute;
  inset: -200px 0% auto;
}

.fix-loader {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  width: 200vw;
  height: 200vw;
}

.brfon {
  z-index: 999;
  background-color: var(--white);
  transform-origin: 50% 0;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.send {
  z-index: 5;
  color: #0000;
  background-color: #0000;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cont-link {
  color: var(--white);
  flex: none;
  min-width: 200px;
  margin-bottom: 15px;
  text-decoration: none;
  position: relative;
}

.ex-text-w {
  opacity: 0;
  flex: none;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 1.5;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-5 {
  color: var(--black);
  margin-bottom: 3px;
  font-family: Avertastd, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-5.menu {
  color: #000;
  font-size: 18px;
}

.caja-de-texto {
  color: #ff0389;
  position: absolute;
}

.div-mascara {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-220 {
  width: 87px;
  position: absolute;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch;
  place-items: center;
  width: 100%;
  height: 190px;
  position: static;
  inset: 0%;
}

.grid-2, .grid-2.menu {
  display: none;
}

.footer-3 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 30px;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.footer-3.other {
  background-color: var(--goldenrod);
}

.footerinformationcontainer {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.inicio-white {
  clear: none;
  color: var(--black);
  margin: 0 0 0 auto;
  padding-left: 0;
  font-family: Averta, sans-serif;
  font-size: 20px;
  line-height: 42px;
  display: block;
  position: relative;
  left: auto;
}

.inicio-white.menu {
  color: #000;
  margin-left: 0;
  font-size: 18px;
  left: 0;
}

.div-hover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-magnetico {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  display: flex;
}

.div-block-221 {
  border-top: 1px solid #000;
  width: 87px;
  height: 0;
  display: block;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 300px;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 190px;
}

.section-12 {
  background-color: var(--black);
  background-image: linear-gradient(#000, #fff);
}

.section-12.other {
  z-index: 5;
  background-color: #0000;
  background-image: linear-gradient(to bottom, black, var(--white));
  flex-direction: column;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}

.footergeneralinfo {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.inicio-whit {
  color: #fff;
  text-align: center;
  margin-top: 135px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: -2px;
}

.inicio-whit.menu {
  color: #000;
  width: auto;
  padding-right: 0;
  font-size: 18px;
  top: 0;
  left: -3px;
}

.text-block-12 {
  color: var(--black);
  margin-top: 20px;
  font-family: Avertastd, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
  font-size: 18px;
}

.text-contact {
  text-decoration: none;
}

.socials-footer {
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  width: 45%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-222 {
  position: absolute;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 300px;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 190px;
}

.link-f1 {
  display: block;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Averta, sans-serif;
  font-size: 5.41667vw;
  font-weight: 400;
  line-height: 110%;
}

.heading-2._1 {
  text-align: center;
  border-radius: 0;
  margin: 0 auto;
  padding-bottom: 15px;
  font-family: Avertastd, sans-serif;
  font-weight: 100;
  line-height: 110%;
  position: static;
}

.div-block-198 {
  border-top: 1px solid #fff;
  border-radius: 1px;
  width: 87px;
  height: 0;
  display: block;
}

.div-block-25 {
  border-top: 1px solid #fff;
  line-height: 110%;
}

.text-block-11 {
  color: #fff9;
  margin-top: 18px;
  font-family: Avertastd, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
}

.footerformcontainer {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 0;
  font-size: 5.41667vw;
  display: flex;
}

.c-dot {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.c-dot.home-page {
  opacity: 1;
  border-color: #fff;
}

.link-block-5 {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-block-6 {
  font-size: 18px;
  text-decoration: none;
}

.cursorr {
  z-index: 9998;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursorr.contact {
  z-index: 1;
  position: fixed;
}

.download {
  transform-origin: 50% 0;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.main {
  height: auto;
  padding-top: 10vh;
  display: block;
}

.sectiune-cheie {
  z-index: 100;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sectiune-cheie.privacy {
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 249px;
}

.despre-text {
  color: #fff;
  width: 850px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 90px;
}

.despre-text.privacy {
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 90px;
  font-weight: 300;
  display: flex;
}

.text-mijloc {
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 288px;
  display: block;
}

.text-mijloc._2 {
  z-index: 120;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-mijloc._1 {
  align-self: center;
  margin-top: 174px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text {
  color: #fff;
  letter-spacing: .5px;
  max-width: 380px;
  font-family: Graphik web, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  position: static;
}

.text.buton {
  font-family: Avertastd, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.imagine-alba {
  z-index: 100;
  border: 1px solid #767676;
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  inset: 0%;
}

.cerc-sageata {
  z-index: 120;
  opacity: 1;
  object-fit: fill;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  display: flex;
  position: relative;
}

.cerc-sageata:hover {
  border: 1px #5f5f5f;
  border-radius: 50%;
  max-width: 65px;
  transform: scale(1.2);
}

.image-6 {
  z-index: 120;
  display: inline-block;
  position: relative;
}

.magnetic-buton {
  z-index: 120;
  opacity: 1;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  padding: 10px;
  display: flex;
  position: relative;
}

.text-block-21 {
  color: #fff;
  font-family: Avertastd, sans-serif;
  font-size: 19px;
  font-weight: 400;
  position: static;
}

.text-block-21._2 {
  font-size: 15px;
  position: relative;
}

.div-block-229 {
  z-index: 1;
  position: absolute;
  inset: auto auto 46% 10%;
}

.div-block-229.privacy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  bottom: 0%;
  left: 25%;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.nav-social-address {
  color: #000;
  letter-spacing: 1px;
  font-family: Avertastd, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address.head {
  color: #c6c6c6;
  padding-bottom: 0;
  font-size: 18px;
}

.nav-social-address.head.r {
  font-size: 20px;
  display: block;
}

.nav-social-address.head.menu {
  display: none;
}

.nav-social-address.head.rr {
  font-size: 20px;
}

.c-nav-social-media {
  padding-top: 50px;
}

._w-col-menu-links {
  display: inline-block;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.c-nav-social-contact-item-link {
  color: #1e756e;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

._w-nav-social-media {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.c-nav-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-nav {
  z-index: 9999999;
  background-color: #0003;
  width: 100%;
  padding: 15px 1vw;
  position: sticky;
  top: 0;
}

.c-nav-social-media-link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.c-nav-menu-content {
  z-index: 1000;
  width: 70%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
  top: auto;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.c-nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.b-nav-menu-btn.default {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  position: relative;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Averta, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.c-col-menu-links {
  flex: 1;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.menu-item-text {
  letter-spacing: 1px;
  padding-top: 22px;
  padding-bottom: 10px;
  font-family: Graphik web, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 1em;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.c-menu-item-text {
  position: relative;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-nav-menu-btn-icon.p {
  background-color: #000;
  border-radius: 50%;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.c-nav {
  z-index: 9999;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #000;
  width: 70%;
}

.nav-menu-btn-line.short.p {
  background-color: #fff;
  margin-bottom: 2px;
}

.nav-menu-btn-line.long {
  background-color: #000;
}

.nav-menu-btn-line.long.p {
  background-color: #fff;
  margin-bottom: 2px;
}

.c-nav-social-address {
  margin-bottom: 10px;
}

.cloneable-area {
  position: relative;
}

.menu-item-number {
  letter-spacing: 1px;
  font-family: Graphik web, sans-serif;
  font-size: .8em;
  font-weight: 200;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-nav-menu-overlay {
  z-index: 5000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.link-block-10 {
  color: #fff;
  margin-right: 0;
  padding-right: 0;
  font-size: 20px;
  text-decoration: none;
}

.link-block-10.menu {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
}

.link-menu {
  font-family: Avertastd, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: none;
}

.brfon-2 {
  z-index: 999;
  transform-origin: 50% 0;
  background-color: #fff;
  flex: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.next-button {
  background-color: var(--black);
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  transition: background-color .2s ease-in;
}

.next-button.succes {
  color: var(--white);
  text-decoration: none;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.form-wrap-full {
  width: 40vw;
  height: 90vh;
}

.form-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 0;
  display: flex;
}

.checkbox_wrap.home {
  justify-content: center;
  margin-bottom: .2em;
  display: none;
}

.submit-button {
  background-color: var(--black);
  box-shadow: none;
  letter-spacing: 1px;
  border-radius: 5px;
  width: 260px;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: relative;
  top: 2em;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.checkbox-image {
  width: 45px;
}

.checkbox-image.dig {
  width: 33px;
}

.paragraph {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  text-shadow: 0 1px 1px #0003;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
  box-shadow: 0 2px 5px #0003;
}

.form07_link {
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
}

.form12_checkbox_field {
  background-color: #ffffff03;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 26%;
  height: 149px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 30px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form12_checkbox_field:active {
  box-shadow: 1px 1px 35px #c6d3ff;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-family: Graphik, sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 32px;
}

.form07_legal {
  color: #101c2e8a;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Graphik, sans-serif;
  font-size: 14px;
}

.checkbox-title {
  color: #686868;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-wrapper {
  z-index: 1;
  width: 80vw;
  height: 160vh;
  margin: 5em auto;
  padding: 0;
  display: block;
  position: relative;
}

.success {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  padding: 175px 3%;
  display: flex;
}

.animation-2 {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.span-blue, .link {
  color: var(--black);
}

.body-5 {
  background-color: #000;
  font-family: Sfprodisplay, sans-serif;
}

.text-block-24 {
  color: #fff;
  width: 510px;
  padding-top: 50px;
  padding-bottom: 40px;
  font-family: Graphik, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 44px;
}

.text-block-24._2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Graphik, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.text-block-24.p {
  letter-spacing: 1px;
  padding-top: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.text-block-24.p-final {
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 100px;
  font-family: Graphik, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.link-block-13 {
  color: var(--white);
  text-decoration: none;
}

.p {
  color: #fff;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-weight: 300;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 25px 35px 35px;
  line-height: 1.688em;
}

.grid-5.home {
  width: 85vw;
  margin-left: 0;
  margin-right: 0;
}

.card {
  border: .5px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px 45px;
  text-decoration: none;
  transition: border-color .35s, transform .35s;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px #15239e0a;
}

.card:hover {
  box-shadow: 0 0 16px 2px var(--white);
}

.card.nt {
  padding-top: 0;
  padding-bottom: 1px;
  display: none;
}

.card.nt.top {
  display: none;
}

.card.c1, .card.c2, .card.c3 {
  border-style: none;
}

.image-16 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.image-16.bp {
  padding-bottom: 20px;
}

.heading-11 {
  color: var(--white);
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px #de2a4a0d;
  margin-top: 15px;
  margin-bottom: 12px;
  padding-top: 0;
  font-size: 24px;
  line-height: 1.375em;
  text-decoration: none;
}

.paragraph-7 {
  color: var(--white);
  text-align: left;
  flex: 1;
  height: auto;
  min-height: 25vh;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: .5em;
  text-decoration: none;
  overflow: visible;
}

.paragraph-7.nt {
  padding-bottom: 13px;
}

.grid-6 {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
}

.grid-6.nt {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6px;
  margin-bottom: 1px;
}

.div-block-248 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-248.bm {
  align-items: flex-start;
}

.image-17 {
  margin-right: 11px;
}

.link-f1-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.link-f1-2.discord {
  display: none;
}

.text-block-28 {
  color: var(--black);
  margin-top: 16px;
  font-family: Avertastd, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.content-wrapper {
  perspective: 1767px;
  perspective-origin: 100%;
  background-color: #d3e3f6;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.text-block-29 {
  z-index: 1;
  width: 30vw;
  margin-top: 220px;
  padding-left: 5vw;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  position: absolute;
  top: 0;
  left: 0;
}

.main-title {
  color: #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  font-weight: 300;
}

.in-text-link {
  color: var(--white);
  margin-bottom: 27px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

._3d-wrap {
  transform-style: preserve-3d;
  width: 78vw;
  height: 185vh;
  position: relative;
  top: -27vw;
  left: 23vw;
  overflow: hidden;
  transform: rotateX(35deg)rotateY(3deg)rotateZ(27deg);
}

.list-wrap {
  transform-style: preserve-3d;
  width: 80vw;
  height: 185vh;
  padding-top: 103vh;
  padding-bottom: 50vh;
  padding-left: 9vw;
  position: absolute;
  left: 0;
  overflow: auto;
  transform: none;
}

.project-item-2 {
  float: left;
  perspective: 1200px;
  perspective-origin: 50%;
  transform-style: preserve-3d;
  width: 20%;
  margin-bottom: 15px;
  margin-right: 15px;
  display: block;
  transform: none;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.body-6 {
  background-color: var(--white);
  font-family: Sfprodisplay, sans-serif;
}

.project-title {
  opacity: .5;
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumbnail {
  transform-origin: 100%;
  object-fit: fill;
  transform-style: preserve-3d;
  padding-top: 100%;
  transition: transform .5s, box-shadow .5s;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.thumbnail:hover {
  transform: translate3d(-65px, -88px, 88px);
  box-shadow: 71px 71px 65px -17px #00000091;
}

.link-block-15 {
  position: absolute;
  inset: 0%;
}

.text-block-36 {
  color: var(--white);
}

.hero-section {
  color: var(--white);
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
  position: relative;
}

.hero-top-wrapper {
  letter-spacing: -.045px;
  background-color: #0000;
  align-items: center;
  height: 100%;
  padding: 0% 0% 0;
  font-style: normal;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.overflow-none {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-left: 65px;
  display: flex;
  position: static;
  inset: 170px auto 0% 0%;
}

.overflow-none.full {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-heading {
  color: var(--white);
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.15;
}

.large-heading.offset-right {
  text-align: center;
  color: #237ffb;
  padding-left: 60px;
  padding-right: 0%;
  font-family: Sfprodisplay, sans-serif;
  font-size: 3em;
  font-style: normal;
  display: flex;
}

.hero-link {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.portfoliosection {
  z-index: 5;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  position: relative;
}

.image-cover {
  z-index: 1;
  opacity: 0;
  mix-blend-mode: color-burn;
  background-color: #0a100d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.work-item-title {
  margin-top: 0;
  margin-bottom: 0;
}

.work-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  display: grid;
}

.work-item-image {
  object-fit: contain;
  width: 85%;
  height: 29.1rem;
  padding-top: 0;
}

.work-item-wrapper {
  color: #edf2f4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.section-heading-wrapper {
  z-index: 10;
  text-align: center;
  border-bottom: .0625rem solid #edf2f4;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3em;
  padding: 3em 2% 1%;
  display: flex;
  position: relative;
}

.h2maintitle {
  letter-spacing: -.045em;
  width: auto;
  margin-top: .7rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 6em;
  font-style: italic;
  font-weight: 900;
  line-height: 1.15;
}

.bold-text-7 {
  color: var(--white);
}

.servicessection {
  z-index: 11;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-37 {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-37.nt {
  margin: 15px auto;
  padding-left: 0;
}

.text-block-38 {
  border: 1px solid var(--white);
  text-align: right;
  border-radius: 16px;
  padding: 3px 13px;
  position: absolute;
  inset: 2% 5% auto auto;
}

.text-block-38.nt {
  margin-top: 8px;
}

.settings {
  display: none;
}

.box {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: scale(1)translate3d(0, 0, -100px);
}

.box.v5 {
  transform-style: preserve-3d;
  transform: translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v5.h0 {
  transform-style: preserve-3d;
  transform: translate(-900px)translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v5.h6 {
  transform-style: preserve-3d;
  transform: translate(300px)translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v5.h8 {
  transform-style: preserve-3d;
  transform: translate(700px)translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v5.h2 {
  transform-style: preserve-3d;
  transform: translate(-500px)translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v5.h5 {
  transform-style: preserve-3d;
  transform: translate(100px)translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v5.h4 {
  transform-style: preserve-3d;
  transform: translate(-100px)translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v5.h3 {
  transform-style: preserve-3d;
  transform: translate(-300px)translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v5.h7 {
  transform-style: preserve-3d;
  transform: translate(500px)translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v5.h1 {
  transform-style: preserve-3d;
  transform: translate(-700px)translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v5.h9 {
  transform-style: preserve-3d;
  transform: translate(900px)translate(0, 100px)scale(1)translate3d(0, 0, -100px);
}

.box.v1 {
  transform-style: preserve-3d;
  transform: translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v1.h6 {
  transform-style: preserve-3d;
  transform: translate(300px)translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v1.h2 {
  transform-style: preserve-3d;
  transform: translate(-500px)translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v1.h5 {
  transform-style: preserve-3d;
  transform: translate(100px)translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v1.h7 {
  transform-style: preserve-3d;
  transform: translate(500px)translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v1.h1 {
  transform-style: preserve-3d;
  transform: translate(-700px)translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v1.h0 {
  transform-style: preserve-3d;
  transform: translate(-900px)translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v1.h9 {
  transform-style: preserve-3d;
  transform: translate(900px)translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v1.h4 {
  transform-style: preserve-3d;
  transform: translate(-100px)translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v1.h8 {
  transform-style: preserve-3d;
  transform: translate(700px)translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v1.h3 {
  transform-style: preserve-3d;
  transform: translate(-300px)translate(0, -700px)scale(1)translate3d(0, 0, -100px);
}

.box.v7 {
  transform-style: preserve-3d;
  transform: translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v7.h3 {
  transform-style: preserve-3d;
  transform: translate(-300px)translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v7.h8 {
  transform-style: preserve-3d;
  transform: translate(700px)translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v7.h1 {
  transform-style: preserve-3d;
  transform: translate(-700px)translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v7.h6 {
  transform-style: preserve-3d;
  transform: translate(300px)translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v7.h4 {
  transform-style: preserve-3d;
  transform: translate(-100px)translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v7.h7 {
  transform-style: preserve-3d;
  transform: translate(500px)translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v7.h9 {
  transform-style: preserve-3d;
  transform: translate(900px)translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v7.h2 {
  transform-style: preserve-3d;
  transform: translate(-500px)translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v7.h0 {
  transform-style: preserve-3d;
  transform: translate(-900px)translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v7.h5 {
  transform-style: preserve-3d;
  transform: translate(100px)translate(0, 500px)scale(1)translate3d(0, 0, -100px);
}

.box.v9 {
  transform-style: preserve-3d;
  transform: translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v9.h4 {
  transform-style: preserve-3d;
  transform: translate(-100px)translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v9.h2 {
  transform-style: preserve-3d;
  transform: translate(-500px)translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v9.h6 {
  transform-style: preserve-3d;
  transform: translate(300px)translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v9.h1 {
  transform-style: preserve-3d;
  transform: translate(-700px)translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v9.h3 {
  transform-style: preserve-3d;
  transform: translate(-300px)translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v9.h8 {
  transform-style: preserve-3d;
  transform: translate(700px)translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v9.h9 {
  transform-style: preserve-3d;
  transform: translate(900px)translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v9.h7 {
  transform-style: preserve-3d;
  transform: translate(500px)translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v9.h5 {
  transform-style: preserve-3d;
  transform: translate(100px)translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v9.h0 {
  transform-style: preserve-3d;
  transform: translate(-900px)translate(0, 900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0 {
  transform-style: preserve-3d;
  transform: translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0.h4 {
  transform-style: preserve-3d;
  transform: translate(-100px)translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0.h8 {
  transform-style: preserve-3d;
  transform: translate(700px)translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0.h7 {
  transform-style: preserve-3d;
  transform: translate(500px)translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0.h0 {
  transform-style: preserve-3d;
  transform: translate(-900px)translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0.h2 {
  transform-style: preserve-3d;
  transform: translate(-500px)translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0.h5 {
  transform-style: preserve-3d;
  transform: translate(100px)translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0.h6 {
  transform-style: preserve-3d;
  transform: translate(300px)translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0.h9 {
  transform-style: preserve-3d;
  transform: translate(900px)translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0.h3 {
  transform-style: preserve-3d;
  transform: translate(-300px)translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v0.h1 {
  transform-style: preserve-3d;
  transform: translate(-700px)translate(0, -900px)scale(1)translate3d(0, 0, -100px);
}

.box.v3 {
  transform-style: preserve-3d;
  transform: translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v3.h7 {
  transform-style: preserve-3d;
  transform: translate(500px)translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v3.h0 {
  transform-style: preserve-3d;
  transform: translate(-900px)translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v3.h5 {
  transform-style: preserve-3d;
  transform: translate(100px)translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v3.h8 {
  transform-style: preserve-3d;
  transform: translate(700px)translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v3.h1 {
  transform-style: preserve-3d;
  transform: translate(-700px)translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v3.h2 {
  transform-style: preserve-3d;
  transform: translate(-500px)translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v3.h6 {
  transform-style: preserve-3d;
  transform: translate(300px)translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v3.h9 {
  transform-style: preserve-3d;
  transform: translate(900px)translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v3.h4 {
  transform-style: preserve-3d;
  transform: translate(-100px)translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v3.h3 {
  transform-style: preserve-3d;
  transform: translate(-300px)translate(0, -300px)scale(1)translate3d(0, 0, -100px);
}

.box.v2 {
  transform-style: preserve-3d;
  transform: translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v2.h4 {
  transform-style: preserve-3d;
  transform: translate(-100px)translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v2.h5 {
  transform-style: preserve-3d;
  transform: translate(100px)translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v2.h7 {
  transform-style: preserve-3d;
  transform: translate(500px)translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v2.h3 {
  transform-style: preserve-3d;
  transform: translate(-300px)translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v2.h0 {
  transform-style: preserve-3d;
  transform: translate(-900px)translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v2.h8 {
  transform-style: preserve-3d;
  transform: translate(700px)translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v2.h9 {
  transform-style: preserve-3d;
  transform: translate(900px)translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v2.h2 {
  transform-style: preserve-3d;
  transform: translate(-500px)translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v2.h1 {
  transform-style: preserve-3d;
  transform: translate(-700px)translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v2.h6 {
  transform-style: preserve-3d;
  transform: translate(300px)translate(0, -500px)scale(1)translate3d(0, 0, -100px);
}

.box.v8 {
  transform-style: preserve-3d;
  transform: translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v8.h6 {
  transform-style: preserve-3d;
  transform: translate(300px)translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v8.h1 {
  transform-style: preserve-3d;
  transform: translate(-700px)translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v8.h9 {
  transform-style: preserve-3d;
  transform: translate(900px)translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v8.h7 {
  transform-style: preserve-3d;
  transform: translate(500px)translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v8.h4 {
  transform-style: preserve-3d;
  transform: translate(-100px)translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v8.h0 {
  transform-style: preserve-3d;
  transform: translate(-900px)translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v8.h3 {
  transform-style: preserve-3d;
  transform: translate(-300px)translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v8.h8 {
  transform-style: preserve-3d;
  transform: translate(700px)translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v8.h2 {
  transform-style: preserve-3d;
  transform: translate(-500px)translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v8.h5 {
  transform-style: preserve-3d;
  transform: translate(100px)translate(0, 700px)scale(1)translate3d(0, 0, -100px);
}

.box.v4 {
  transform-style: preserve-3d;
  transform: translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v4.h9 {
  transform-style: preserve-3d;
  transform: translate(900px)translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v4.h4 {
  transform-style: preserve-3d;
  transform: translate(-100px)translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v4.h7 {
  transform-style: preserve-3d;
  transform: translate(500px)translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v4.h8 {
  transform-style: preserve-3d;
  transform: translate(700px)translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v4.h0 {
  transform-style: preserve-3d;
  transform: translate(-900px)translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v4.h1 {
  transform-style: preserve-3d;
  transform: translate(-700px)translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v4.h6 {
  transform-style: preserve-3d;
  transform: translate(300px)translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v4.h3 {
  transform-style: preserve-3d;
  transform: translate(-300px)translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v4.h2 {
  transform-style: preserve-3d;
  transform: translate(-500px)translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v4.h5 {
  transform-style: preserve-3d;
  transform: translate(100px)translate(0, -100px)scale(1)translate3d(0, 0, -100px);
}

.box.v6 {
  transform-style: preserve-3d;
  transform: translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.box.v6.h6 {
  transform-style: preserve-3d;
  transform: translate(300px)translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.box.v6.h1 {
  transform-style: preserve-3d;
  transform: translate(-700px)translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.box.v6.h0 {
  transform-style: preserve-3d;
  transform: translate(-900px)translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.box.v6.h4 {
  transform-style: preserve-3d;
  transform: translate(-100px)translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.box.v6.h8 {
  transform-style: preserve-3d;
  transform: translate(700px)translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.box.v6.h7 {
  transform-style: preserve-3d;
  transform: translate(500px)translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.box.v6.h5 {
  transform-style: preserve-3d;
  transform: translate(100px)translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.box.v6.h3 {
  transform-style: preserve-3d;
  transform: translate(-300px)translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.box.v6.h2 {
  transform-style: preserve-3d;
  transform: translate(-500px)translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.box.v6.h9 {
  transform-style: preserve-3d;
  transform: translate(900px)translate(0, 300px)scale(1)translate3d(0, 0, -100px);
}

.green {
  background-color: #017020;
  border: 5px solid #fff;
}

.base {
  border: 5px solid #0000;
}

.white {
  background-color: #fff;
  border: 5px solid #4253ff;
}

.white:hover {
  background-color: #4253ff;
}

.frame-2 {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.choice-layer {
  opacity: 0;
  position: absolute;
}

.box---s0 {
  transform-style: preserve-3d;
  border: 5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -100px);
}

.row-3 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.row-4 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.row-6 {
  z-index: 6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.start-arrow {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  transform: translate(500px, 1100px)rotate(90deg);
}

.level0---ground {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 3500px;
  height: 3500px;
  display: flex;
  position: absolute;
  transform: translate(-100px)rotateX(30deg)rotateY(0)rotateZ(0)scale3d(.2, .2, .2);
}

.scrollzoom {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.start-area {
  background-color: #fff;
  border: 5px solid #4253ff;
  justify-content: center;
  align-items: center;
  width: 2000px;
  height: 750px;
  display: flex;
  position: absolute;
  transform: translate(0, 1375px);
}

.end-area {
  background-color: #fff;
  border: 5px solid #4253ff;
  width: 2000px;
  height: 750px;
  position: absolute;
  transform: translate(0, -1375px);
}

.row-0 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.box---s4 {
  transform-style: preserve-3d;
  border: 5px solid #fff;
  width: 200px;
  height: 200px;
  position: absolute;
  transform: translate(-100px)rotateX(-90deg)rotateY(-90deg)rotateZ(0);
}

.level0 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.box---s3 {
  transform-style: preserve-3d;
  border: 5px solid #fff;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  transform: translate(0, -100px)rotateX(90deg)rotateY(0)rotateZ(0);
}

.row-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.path-layer {
  opacity: 0;
  position: absolute;
}

.row-7 {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.box---s2 {
  transform-style: preserve-3d;
  border: 5px solid #fff;
  width: 200px;
  height: 200px;
  position: absolute;
  transform: translate(0, 100px)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.box---s5 {
  transform-style: preserve-3d;
  border: 5px solid #fff;
  width: 200px;
  height: 200px;
  position: absolute;
  transform: translate(100px)rotateX(-90deg)rotateY(90deg)rotateZ(0);
}

.heading-14 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  position: absolute;
}

.base-layer {
  position: absolute;
}

.box---s1 {
  transform-style: preserve-3d;
  border: 5px solid #fff;
  width: 200px;
  height: 200px;
  position: absolute;
  transform: translate3d(0, 0, 100px);
}

.box---s1.base.green {
  border-color: #fff;
}

.row-1 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.finish-arrow {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  transform: translate(700px, -1100px)rotate(90deg);
}

.row-5 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.row-9 {
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.row-8 {
  z-index: 8;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.completion-page {
  opacity: 0;
  color: #fff;
  background-color: #000000bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.completion-container {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.button-holder {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.restart-button {
  color: #fff;
  cursor: pointer;
  background-color: #4253ff;
  padding: 15px;
  text-decoration: none;
}

.restart-button:hover {
  color: #4253ff;
  background-color: #fff;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
}

.body-7 {
  background-color: var(--black);
}

.div-block-256 {
  margin: 0 268px;
}

.div-block-256.nt {
  margin-left: 35px;
  margin-right: 35px;
}

.section-21 {
  display: none;
}

.body-8 {
  font-family: Sfprodisplay, sans-serif;
}

.wrapper-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0;
}

.div-block-260 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.icon-3 {
  color: #34ffda;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.page-title-2 {
  color: #7a7a7a;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.heading-16 {
  color: var(--white);
  text-align: center;
  margin-bottom: 55px;
}

.paragraph-9 {
  color: #b1abab;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
  font-weight: 700;
}

.div-block-261 {
  position: relative;
  top: 0;
}

.section-22 {
  position: static;
}

.paragraph-10 {
  color: #fff;
  text-align: left;
  margin-left: 25%;
  margin-right: 25%;
  font-weight: 700;
}

.body-9 {
  background-image: linear-gradient(227deg, var(--black), #3a3131);
  color: var(--black);
}

.container-27 {
  color: var(--black);
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
}

.html-embed-4 {
  margin: 20px;
}

.div-block-262 {
  display: flex;
}

.argu_content-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rdv_content-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  border-radius: 4em;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 4.4rem 2rem;
  display: flex;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #ffffff59;
  position: absolute;
  inset: 0%;
}

.argu_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map_embed {
  width: 100%;
  height: 100%;
}

.sponsor_gallery-component {
  height: 100%;
  display: flex;
}

.argu_item {
  opacity: .81;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: 50vh;
  padding: 1.5rem;
  display: flex;
}

.argu_item.is-bg-white {
  opacity: .72;
  background-color: #000;
}

.argu_item.is-bg-dark {
  background-color: var(--black);
  color: #fff;
}

.page-wrapper {
  background-image: linear-gradient(#fff, #8dbcfd 31%);
}

.text-size-medium {
  font-size: 2rem;
  font-weight: 500;
}

.text-size-medium.text-color-yellow {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.padding-0 {
  padding: 0;
}

.rdv_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 50svh;
  display: grid;
}

.section_map {
  font-style: normal;
  display: none;
}

.merch_image-wrapper {
  width: 100%;
  padding-top: 45%;
  position: relative;
}

.location-image_background {
  z-index: -1;
  background-color: var(--white);
  min-height: 50svh;
  position: absolute;
  inset: 0%;
}

.footer_socialshare_icon {
  width: 100%;
  height: 100%;
}

.footer_socialshare_icon.is-copy-check {
  opacity: 0;
  position: absolute;
  inset: auto;
}

.section_header {
  min-height: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.sponsor_images-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.footer_socialshare_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coutdown_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_cta_component {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.footer_cta_component:hover {
  background-color: var(--black);
  color: #e7ff50;
  box-shadow: inset 0 0 0 2px #ffffffeb;
}

.rdv_content-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 2px solid #d9d9d9;
  border-radius: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  display: flex;
}

.text-style-tag {
  color: #746d6d;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 2px solid #e7ff50;
  border-radius: 20px;
  justify-content: center;
  margin: .25rem 0 .25rem auto;
  padding: .25rem .2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.button_hover-wrapper {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #e7ff50;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(2);
}

.padding-small {
  padding: 1rem;
}

.padding-section-small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.padding-section-small.no-padding-top {
  padding-top: 0;
}

.header_logo-wrapper {
  z-index: 1;
  color: #e7ff50;
  background-color: #c4dcff;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  inset: auto 0% 1.25rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-align-center {
  text-align: center;
}

.merch_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.location-image_background-image {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  padding-left: 41px;
  padding-right: 41px;
  position: absolute;
  inset: 0%;
}

.merch_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_background-image {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 68vh;
  padding-top: 0;
  padding-bottom: 9px;
}

.button_icon {
  color: #000;
  width: auto;
  height: 2.5rem;
  font-size: 1rem;
}

.header_heading-wrapper_informations {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.sponspor_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 5%;
  margin-bottom: 1%;
  display: grid;
}

.countdown_item {
  text-align: center;
  border-style: solid;
  border-width: 7px;
  flex-direction: column;
  align-items: center;
  padding: 24px 4rem;
  display: flex;
}

.countdown_item.is-yellow {
  background-color: #0000;
  border: 7px solid #000;
  border-radius: 0;
}

.merch_content {
  text-align: right;
  justify-content: flex-end;
  width: 80%;
  margin-left: auto;
  display: flex;
}

.color-1 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 68%;
  position: relative;
}

.map_component {
  height: 100%;
  display: flex;
}

.section-countdown {
  overflow: hidden;
}

.programme_item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #e7ff50;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.programme_item.is-background-black {
  color: #fff;
  background-color: #1a1a1a;
}

.programme_item.is-background-white {
  background-color: #fff;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.is-relative {
  position: relative;
}

.header_heading-wrapper_content {
  max-width: 62rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.sponsor_gallery-wrapper {
  overflow: hidden;
}

.padding-global {
  padding-bottom: 1em;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
}

.header_heading-wrapper {
  z-index: 2;
  color: #e7ff50;
  background-color: #bfd9fc;
  width: 100%;
  max-width: 52%;
  padding-bottom: 2.75rem;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0%;
}

.footer_socialshare_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #e7ff50;
  border: 1px solid #e7ff50;
  border-radius: 3.25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
}

.footer_socialshare_link:hover {
  color: #000;
  background-color: #e7ff50;
}

.footer_socialshare_link.is-copy {
  position: relative;
}

.argu_content-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.section_location-image {
  object-fit: fill;
  min-height: 50svh;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  overflow: visible;
}

.sponsor_gallery-list {
  white-space: nowrap;
  background-color: #000;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  height: 100%;
  display: grid;
}

.sponsor_gallery-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  min-width: 13rem;
  height: 100%;
  margin-right: 1rem;
  padding-top: 175%;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  letter-spacing: -3.84px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  position: static;
}

.heading-style-h1.text-color-white {
  color: #e7ff50;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  display: none;
}

.heading-style-h1.light {
  color: var(--white);
}

.button_content-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sponsor_content {
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: none;
}

.padding-section-medium.no-padding-bottom {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.header_wrapper {
  height: 100%;
  min-height: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.button-3 {
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #e7ff50;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1.33px #e7ff50;
}

.button-3.is-large {
  -webkit-text-stroke-color: #0a0a0a;
  height: 8vh;
  margin-top: 10%;
  padding: 1rem 2rem;
  font-size: 4rem;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  box-shadow: inset 0 0 0 1.33px #0000;
}

.button-3.is-large.web-button {
  display: none;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
  overflow: hidden;
}

.navbar-3 {
  background-color: #ddd0;
  display: none;
}

.services-ecommerce {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.collection-item-8 {
  margin-left: 0;
  margin-right: 20px;
}

.dropdown-3 {
  flex: 0 auto;
  display: none;
}

.collection-list-wrapper-6 {
  float: none;
  margin-left: 0;
  margin-right: 0;
}

.collection-list-wrapper-6.filter-button {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.servicesoptions {
  border-top: 1.5px none var(--white);
  border-bottom: 1.5px none var(--white);
  background-color: var(--black);
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  margin: 0 auto;
  display: flex;
}

.collection-item-6 {
  flex-direction: column;
  align-items: center;
  width: 30vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 34px;
  display: flex;
}

.collection-list-wrapper-8 {
  display: block;
}

.page-wrapper-2 {
  overflow: hidden;
}

.collection-list-4 {
  display: flex;
}

.div-block-273 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin: 40px auto 60px;
  display: flex;
  overflow: hidden;
}

.div-block-273.yatchs {
  object-fit: fill;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.link-block-21 {
  text-decoration: none;
  display: inline-block;
}

.link-block-21.w--current {
  text-decoration: none;
}

.text-block-46 {
  color: var(--white);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sfprodisplay, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-block-46:hover {
  outline-offset: 0px;
  text-shadow: 0 3px 3px #ffffff87;
  outline: 3px #fff;
}

.yatch-div {
  background-color: #0000;
  background-image: radial-gradient(circle closest-side at 50% 100%, #0000 1%, #fff0 24%, #000 95%, #fff0);
  border-style: none;
  border-width: 1px 1px 2px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.yatch-div:hover {
  background-image: none;
  border-bottom-style: none;
}

.image-32 {
  object-fit: contain;
  border: 1px #000;
  width: auto;
  max-width: 17vw;
  height: auto;
}

.field-label-3 {
  color: #c1a389;
  font-weight: 700;
}

.product-header4_lightbox-link {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.variant-button-group {
  flex-wrap: wrap;
  margin-bottom: -1rem;
  display: flex;
}

.product-header4_option {
  margin-bottom: 1.5rem;
}

.heading-large-2 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
}

.product-header4_product-details {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
  position: static;
}

.product-header4_default-state {
  border: .1em none var(--white);
  margin-bottom: auto;
  display: block;
}

.text-block-47 {
  font-weight: 400;
}

.product-header4_main-image-wrapper {
  width: 27vw;
  position: static;
}

.product-header5_form-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(min-content, .25fr);
  grid-auto-columns: 1fr;
  width: 50%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.product-header4_price-wrapper {
  border-top: 1px solid var(--white);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.product-header4_gallery {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.info {
  height: 100vh;
  margin-top: 0;
  padding-top: 4em;
}

.button-4 {
  border: 2px solid var(--white);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  flex: none;
  padding: 8px 32px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 1px 2px 8px #0707079e;
}

.button-4:hover {
  background-color: var(--caslo);
  box-shadow: 0 7px 20px -10px #0003;
}

.button-4:active {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
}

.button-4.small {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
  border-style: none;
  justify-content: center;
  font-size: 1em;
  box-shadow: inset 0 2px 12px 3px #6d6d6d87, 1px 2px 8px #ffffff8f;
}

.button-4.small:hover {
  opacity: 1;
  color: #000;
  background-color: #ffffffe0;
  background-image: none;
  box-shadow: 2px 5px 7px 2px #8383834a, inset 2px 1px 5px 3px #0c0c0c91;
}

.form-input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.form-input-2.is-quantity-input {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  width: 3.5rem;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}

.form-input-2.is-quantity-input::placeholder {
  color: #000;
}

.product-header4_component {
  flex-direction: row;
  justify-content: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.product-info {
  background-color: #0000;
  padding: 5px;
}

.product-header4_main-image {
  z-index: 1;
  object-fit: contain;
  position: static;
  inset: 0%;
}

.variant-button {
  color: #dbc9bb;
  background-color: #fff;
  border: 1px solid #dbc9bb;
  border-radius: 10px;
  min-height: 2.75rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: .55rem 1rem;
  display: inline-block;
}

.variant-button.w--ecommerce-pill-selected {
  background-color: #dbc9bb;
}

.heading-medium {
  color: #bebebe;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.collection-list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 35px;
  padding-right: 35px;
  font-style: italic;
  display: flex;
}

.collection-item-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 53px;
  display: flex;
}

.collection-item-11 {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 53px;
  font-size: 1.1em;
  text-decoration: none;
  display: flex;
}

.more-products-image {
  width: 200px;
  max-width: 80%;
}

.others-link {
  color: #b3b3b3;
  padding-top: 11px;
  font-family: Sfprodisplay, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.div-block-274 {
  justify-content: space-between;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 0;
  display: flex;
  position: sticky;
  top: 0;
}

.cart {
  padding-top: 13px;
  padding-bottom: 13px;
}

.heading-18 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
}

.cart-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
}

.cart-quantity {
  background-color: var(--black);
  color: var(--white);
  -webkit-text-stroke-color: var(--black);
}

.field-label-4 {
  display: none;
}

.default-state {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.quantity {
  margin-bottom: 0;
  display: none;
}

.add-to-cart {
  width: 100%;
}

.buy-now-button-2 {
  display: none;
}

.services-card-copy {
  color: #adadad;
  background-color: #080808;
  border: .5px solid #181818;
  border-radius: 36px;
  flex-direction: column;
  align-items: center;
  width: 150%;
  height: 150%;
  padding: 40px 30px 45px;
  font-size: 14em;
  text-decoration: none;
  transition: border-color .35s, transform .35s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #ffffff96, 0 3px 10px -8px #000;
}

.services-card-copy:hover {
  box-shadow: 0 0 11px 5px var(--white);
  color: #555;
}

.price {
  color: #e0e0e0;
  font-family: Avertastd, sans-serif;
  font-size: .9rem;
}

.image-33 {
  width: 10vw;
}

.collection-list-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.collection-item-12 {
  align-items: center;
  display: flex;
}

.checkout-form {
  background-color: #f5f5f5;
  margin-top: 10em;
}

.empty-state-2 {
  display: none;
}

.button-secondary-3 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-secondary-3.is-buy-now-button {
  color: #fff;
  border-color: #fff;
  border-radius: 10px;
  width: 50%;
  margin-bottom: 1rem;
  font-family: Sfprodisplay, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.add-to-cart-2 {
  display: none;
}

.productdescription {
  color: var(--white);
  font-size: 1.3em;
  line-height: 1.1em;
}

.white-body {
  background-color: #fff;
}

.colo2 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 175%;
  position: relative;
}

.image-34 {
  align-self: stretch;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-13 {
  font-size: 1.5em;
  line-height: 1.1em;
}

.paragraph-13.light {
  color: var(--white);
}

.mockup-2 {
  object-fit: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-275 {
  margin-left: 79px;
  margin-right: 79px;
  padding: 81px;
}

.background-video {
  height: 100vh;
}

.image-37 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.repactchawrapper {
  transform-origin: 0 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.fieldwrap {
  justify-content: flex-start;
  width: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  position: relative;
}

.formfieldlabel {
  z-index: 10;
  background-color: var(--white);
  color: #000037;
  margin-top: -10px;
  margin-left: 1em;
  padding: 1px 1em;
  font-family: Graphik, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: absolute;
}

.inputfielddark {
  background-color: #0000;
  border: 1.5px solid #0003;
  border-radius: 6px;
  height: 8vh;
}

.inputfielddark::placeholder {
  color: #0003;
  -webkit-text-stroke-color: #ffffff80;
  font-size: 1em;
  font-weight: 300;
}

.inputfielddark.darkformstyle {
  color: var(--white);
  border-color: #ffffff4d;
}

.inputfielddark.darkformstyle::placeholder {
  color: #ffffff80;
}

.portfolioprincipals {
  justify-content: space-around;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.contactformhome {
  background-color: #0000;
  border: 1px #ffffff80;
  border-top: 2px #fff9;
  border-bottom: 2px #0000004d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 30vh;
  display: flex;
}

.contactform {
  width: 40vw;
  margin-top: .5em;
  margin-bottom: .5em;
}

.fieldwrapdark {
  justify-content: flex-start;
  width: auto;
  padding-top: .5em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.fieldlabeldark {
  z-index: 10;
  color: var(--white);
  background-color: #0000;
  margin-top: -20px;
  margin-left: 1em;
  padding: 1px 1em 1px 0;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
}

.repactchawrapperdark {
  transform-origin: 0 0;
  max-width: none;
  margin-top: .4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale(.8);
}

.submit-button-2 {
  background-color: #000c;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 1em;
  font-size: 20px;
}

.legalagreement {
  color: #101c2e8a;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: .5em;
  margin-left: auto;
  margin-right: auto;
  font-family: Graphik, sans-serif;
  font-size: 14px;
}

.collectionmainportfolios {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.collection-list-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 85vw;
  display: grid;
}

.image-38 {
  object-fit: cover;
  flex: 0 auto;
  width: auto;
  height: 100%;
}

.link-block-22 {
  color: var(--white);
  background-color: #fff0;
  border: .5px solid #237ffb;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  font-family: Graphik, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-22:hover {
  box-shadow: 0 0 16px 2px #fff;
}

.paragraph-14 {
  margin-bottom: 0;
  padding-top: 1em;
  font-family: Sfprodisplay, sans-serif;
}

.h2form {
  color: #fff;
  text-align: center;
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 100%;
}

.mediabuyicons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-39 {
  width: 24px;
  max-width: 100%;
}

.image-40 {
  width: auto;
}

.iconcontainer {
  justify-content: center;
  align-items: center;
  width: 3vw;
  display: flex;
}

.image-41, .image-42, .image-43, .image-44 {
  width: auto;
}

.image-45 {
  width: 75%;
}

.text-block-49 {
  padding-bottom: .5em;
}

.grid-6-1, .grid-6-2, .grid-6-3 {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
}

.image-46 {
  width: 75%;
}

.div-block-276 {
  justify-content: center;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.buttongoback {
  z-index: 100000;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 5vh;
  margin-right: 1em;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.buttongoback:hover {
  transform: skew(0deg);
  box-shadow: 0 0 20px 1px #000;
}

.paragraph-15 {
  margin-bottom: 0;
}

.link-block-23 {
  color: #000;
  text-decoration: none;
}

.brand-link {
  z-index: 100;
  color: #fff;
  background-color: #313131;
  border-radius: 14px;
  align-self: center;
  margin-top: 12px;
  margin-left: 4%;
  padding: .2em 1.1em;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  text-decoration: none;
  transition: background-color .6s ease-in;
  display: inline-block;
  position: static;
  inset: 558px auto auto 41px;
}

.brand-link:hover {
  background-image: linear-gradient(to right, #0c0c0c, #8c8c8c 63%, #adadad);
  border: 1px #fff;
}

.card-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brands {
  z-index: 5;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  display: none;
  position: relative;
}

.brand-info {
  z-index: 1;
  position: absolute;
  inset: auto 5% 3%;
}

.small-paragraph {
  font-family: Montserrat, sans-serif;
  font-size: .7em;
}

.opacity {
  opacity: .5;
  background-color: #020202;
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
}

.opacity:hover {
  opacity: .1;
}

.homeredirect-2 {
  color: var(--white);
  text-align: center;
  background-color: #0f6fc4fa;
  border-radius: .8em;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 18vw;
  height: 6vh;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .6s ease-in-out;
  display: flex;
}

.homeredirect-2:hover {
  background-color: #0000;
  background-image: linear-gradient(90deg, #237ffb, #c4d8f0);
  border-radius: 14px;
}

.homeredirect-2.downscreens {
  display: none;
}

.homeredirect-2.upscreens {
  height: 6vh;
}

.go-back-button-wrappe {
  width: 99%;
  padding: 40px 2.5%;
  display: block;
  position: absolute;
  top: 25px;
}

.memberships {
  display: none;
}

.pararetainers {
  color: var(--white);
  text-align: left;
  flex: 1;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  overflow: visible;
}

.cardretainers {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.block-header {
  color: #fefeff;
  background-color: #fff;
}

.heading-19, .text-block-51 {
  color: #333;
}

.block-content {
  background-color: #fff;
}

.field-label-5 {
  color: #333;
}

.block-header-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
}

.heading-20 {
  color: #fffefe;
}

.block-content-2 {
  background-color: #fefeff;
}

.line-item, .line-item-2 {
  color: #333;
}

.block-header-3, .block-content-3, .block-header-4, .block-header-5, .block-content-4, .block-header-6, .block-content-5, .block-header-7, .block-content-6 {
  background-color: #fefeff;
}

.text-block-52, .heading-21, .heading-22, .text-block-53, .heading-23, .field-label-6, .field-label-7, .field-label-8, .checkbox-label, .heading-24, .text-block-54, .field-label-9, .field-label-10, .field-label-11, .field-label-12, .field-label-13, .field-label-14, .heading-25, .div-block-277, .text-block-55, .text-block-56, .field-label-15, .field-label-16, .field-label-17, .field-label-18, .field-label-19, .field-label-20 {
  color: #333;
}

.categoriesimage {
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  display: flex;
}

.submit-button-3 {
  background-color: #000;
  border: 1px solid #b3b3b3;
  border-radius: 1em;
}

.submit-button-3:hover {
  font-weight: 700;
  box-shadow: 0 2px 20px 5px #0003;
}

.block-header-8 {
  background-color: #000;
  align-items: center;
}

.heading-26 {
  color: #fffefe;
}

.image-48 {
  max-width: 5vw;
}

.order-confirmation {
  margin-top: 10em;
}

.phoneherosection {
  display: none;
}

.text-block-57 {
  min-height: auto;
  font-size: .5em;
  line-height: 100%;
}

.preloader {
  z-index: 2147483647;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloaderlogo {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.smalllogoimg {
  width: 100%;
  height: 100%;
}

.modal {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  filter: blur(5px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.modal-bg.reload {
  background-color: #00000080;
  transition: opacity .2s;
}

.cuponformblock {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  inset: auto auto 0%;
}

.field-label-21 {
  color: #f98fd9;
  text-align: center;
}

.text-field {
  background-color: #f98fd940;
  border-radius: 1em;
}

.btncuponform {
  background-color: #f658c7cc;
  border-radius: 1em;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.btncuponform:hover {
  background-image: linear-gradient(15deg, #f98fd9 60%, #ffffffe6 95%);
}

.success-message {
  color: var(--white);
  background-color: #f98fd980;
  border-radius: 1em;
  position: static;
}

.error-message {
  text-align: center;
  padding: 5px;
}

.footerexplore {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.footertitle {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuzeitgro bla, sans-serif;
  font-weight: 300;
}

.footerlink {
  color: var(--black);
  font-family: Avertastd, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.footeritem {
  margin-top: 16px;
}

.h3mainsubtitle {
  letter-spacing: -.045em;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 100%;
}

.blogscontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.mainoptiionsmenu {
  border-top: 1px solid #edf2f4;
  border-bottom: 1px solid #edf2f4;
  justify-content: space-around;
  align-items: center;
  height: 10vh;
  margin-top: 13px;
  font-family: Sfprodisplay, sans-serif;
  display: flex;
  overflow: hidden;
}

.blogtitlecontainer {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-bottom: .0625rem #edf2f4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  height: 15vh;
  margin-bottom: 0;
  padding: 0 0% 0% 40px;
  display: flex;
  position: relative;
}

.bolgsubtitlecontainer {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-bottom: .0625rem solid #edf2f480;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  height: 10vh;
  margin-bottom: 0;
  padding: 0 0% 0% 40px;
  display: flex;
  position: relative;
}

.blogsubtitle {
  color: var(--white);
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.15;
}

.blogsubtitle.offset-right {
  text-align: center;
  padding-right: 0%;
  font-family: Sfprodisplay, sans-serif;
  font-size: 2em;
  font-style: normal;
  line-height: 1.5;
  display: flex;
}

.collectionlistblognews {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.link-block-24, .link-block-25 {
  color: #fff;
  text-decoration: none;
}

.paragraphblogdescription {
  object-fit: fill;
  font-size: 16px;
}

.blogname {
  margin-top: 10px;
  font-size: 1.5em;
}

.collection-item-14 {
  opacity: .8;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  padding-top: 30px;
  transition: all .2s ease-in-out;
}

.collection-item-14:hover {
  opacity: 1;
  transform: scale(1.1);
}

.footerblogsection {
  background-color: var(--black);
  background-image: linear-gradient(#000, #fff);
}

.footerblogsection.other {
  z-index: 5;
  background-color: #0000;
  background-image: linear-gradient(to bottom, black, var(--white));
  flex-direction: column;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}

.blogcontentsection {
  flex-direction: row;
  display: flex;
}

.blogcategories {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: auto;
  padding-top: 40px;
  font-family: Avertastd, sans-serif;
  display: flex;
}

.blogcontent {
  color: #fff;
  width: 70%;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 30px;
  font-family: Sfprodisplay, sans-serif;
}

.paragraph-19 {
  color: #fff;
  border-bottom: 1px solid #fffc;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
}

.body-12 {
  background-color: #000;
  flex-direction: column;
  display: block;
}

.link-10 {
  color: #fff;
  text-decoration: none;
}

.collection-list-wrapper-10, .collection-list-12 {
  color: #fff;
}

.collection-item-16 {
  opacity: 1;
  color: #fff;
  border-bottom: 1px solid #fffc;
  padding: 10px 10px 5px 0;
  font-size: 20px;
  font-weight: 300;
  transition: all .2s ease-in-out;
  transform: translate(0);
}

.collection-item-16:hover {
  opacity: .75;
  transform: translate(-15px);
}

.paragraph-20 {
  font-size: 3em;
  line-height: 100%;
}

.paragraph-21 {
  margin-bottom: 20px;
  font-size: 1.8em;
  line-height: 100%;
}

.div-block-279 {
  border-left: 1px solid #fffc;
  width: 80%;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.rich-text-block {
  font-size: 16px;
}

.image-52 {
  width: 100%;
  max-width: none;
}

.categoriessection {
  display: flex;
}

.blogcategoriescontent {
  width: 70%;
  padding-left: 40px;
  padding-right: 20px;
}

.collectionlistblognews-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogscollectionwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 95vw;
  display: flex;
}

.blogscollectionlist {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 85vw;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.c-nav-options {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.blogcategoriesphone {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: auto;
  padding-top: 40px;
  font-family: Avertastd, sans-serif;
  display: none;
}

.bookingembed {
  font-family: Sfprodisplay, sans-serif;
}

.hero-link-phone {
  color: var(--white);
  font-size: 1rem;
  text-decoration: none;
  display: none;
}

.hero-link-desktop {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.mainphrasesection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.heading-27 {
  color: var(--white);
  text-align: center;
  width: 85vw;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.btnmaincta {
  opacity: 1;
  outline-offset: 3px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 1em;
  outline: 1px #fff;
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
  transition: all .2s ease-in-out;
}

.btnmaincta:hover {
  opacity: .9;
  border-color: #fffc;
  box-shadow: 5px -5px #fffc;
}

.bookingembedcontainer {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 1em;
  margin-top: 1em;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  transition: all .2s ease-in-out;
}

.bookingembedcontainer:hover {
  opacity: .8;
  border-color: #fffc;
  box-shadow: 5px -5px #fffc;
}

.overflownonecontainer {
  overflow: hidden;
}

.apply-button {
  background-color: #000;
  border-radius: 1em;
}

.discounts {
  margin-bottom: 20px;
}

.field-label-22 {
  color: #f98fd9;
  text-align: center;
}

.success-message-2 {
  color: #fff;
  background-color: #f98fd980;
  border-radius: 1em;
  position: static;
}

.modal-container {
  background-color: #f9fafb;
  background-image: url('../images/pop-up.png');
  background-position: 50%;
  background-size: contain;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 35rem;
  height: 650px;
  display: flex;
  position: absolute;
}

.close-text {
  color: #000;
  font-size: 2rem;
  text-decoration: none;
}

.cuponformblock-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  inset: auto auto 0%;
}

.form-3 {
  padding-bottom: 10px;
}

.btncuponform-2 {
  background-color: #f658c7cc;
  border-radius: 1em;
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.btncuponform-2:hover {
  background-image: linear-gradient(15deg, #f98fd9 60%, #ffffffe6 95%);
}

.closerlink {
  color: #23304d;
  text-decoration: none;
  position: absolute;
  inset: 15% 5% auto auto;
}

.closerlink.reload {
  top: 3%;
  right: 3%;
}

.text-field-2 {
  background-color: #f98fd940;
  border-radius: 1em;
}

.text-field-2::placeholder {
  color: #fff9;
  text-align: center;
}

.bookingembedphone {
  font-family: Sfprodisplay, sans-serif;
  display: block;
}

.bookingembedcontainerphone {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 1em;
  margin-top: 1em;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  transition: all .2s ease-in-out;
  display: none;
}

.bookingembedcontainerphone:hover {
  opacity: .8;
  border-color: #fffc;
  box-shadow: 5px -5px #fffc;
}

.html-embed-5 {
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-280 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  min-height: 30vh;
  display: flex;
}

.calendly-phone {
  font-family: Sfprodisplay, sans-serif;
  display: none;
}

.calendlycontainerphone {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 1em;
  margin-top: 1em;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  transition: all .2s ease-in-out;
}

.calendlycontainerphone:hover {
  opacity: .8;
  border-color: #fffc;
  box-shadow: 5px -5px #fffc;
}

.buttonhosting {
  border: 2px solid var(--white);
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  margin-right: 5px;
  padding: 8px 12px;
  font-family: Sfprodisplay, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s ease-in-out, border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 1px 2px 8px #0707079e;
}

.buttonhosting:hover {
  background-color: var(--black);
  color: #fff;
  box-shadow: 0 7px 20px -10px #0003;
}

.buttonhosting:active {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
}

.buttonhosting.small {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
  border-style: none;
  justify-content: center;
  font-size: 1em;
  box-shadow: inset 0 2px 12px 3px #6d6d6d87, 1px 2px 8px #ffffff8f;
}

.buttonhosting.small:hover {
  opacity: 1;
  color: #000;
  background-color: #ffffffe0;
  background-image: none;
  box-shadow: 2px 5px 7px 2px #8383834a, inset 2px 1px 5px 3px #0c0c0c91;
}

.servicesoptions-copy {
  border-top: 1.5px solid var(--white);
  border-bottom: 1.5px solid var(--white);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: 15vh auto 2em;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-281 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-22 {
  color: #fff;
  text-align: center;
  font-family: Sfprodisplay, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.right-items-nav-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.videodiv {
  justify-content: center;
  align-items: center;
  width: 40vw;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.video {
  width: 100%;
  height: 100%;
}

.buttonhosting-phone {
  border: 2px solid var(--white);
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 12px;
  font-family: Sfprodisplay, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s ease-in-out, border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 1px 2px 8px #0707079e;
}

.buttonhosting-phone:hover {
  background-color: var(--black);
  color: #fff;
  box-shadow: 0 7px 20px -10px #0003;
}

.buttonhosting-phone:active {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
}

.buttonhosting-phone.small {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
  border-style: none;
  justify-content: center;
  font-size: 1em;
  box-shadow: inset 0 2px 12px 3px #6d6d6d87, 1px 2px 8px #ffffff8f;
}

.buttonhosting-phone.small:hover {
  opacity: 1;
  color: #000;
  background-color: #ffffffe0;
  background-image: none;
  box-shadow: 2px 5px 7px 2px #8383834a, inset 2px 1px 5px 3px #0c0c0c91;
}

.a4krqqek {
  background-image: url('../images/.');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  transform: translate(0, 80.1px);
}

.xbaftwhi {
  z-index: 0;
  perspective: 1200px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.h0vmzw8u {
  z-index: 0;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bec33h02 {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: 100%;
  margin: 0 0 37px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48.4px;
  display: block;
  position: relative;
}

.m0ynsifn {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.uejpvs7n {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: 100%;
  margin: 0 150px 34.4px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.f4f73rpc {
  text-align: center;
  vertical-align: middle;
  width: 55%;
  max-width: 100%;
  margin: 50px auto;
  padding: 0;
  display: block;
  position: relative;
}

.xobmi4pm {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 15px 0;
  display: flex;
  position: relative;
}

.ts9elj8z {
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.dtx3kqzm {
  flex-direction: row;
  width: auto;
  max-width: 1170px;
  min-height: 700px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.pqckw5ki {
  color: #333;
  border-color: #333;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
  position: relative;
}

.h67s1eap {
  z-index: 0;
  opacity: .29;
  color: #333;
  border-color: #333;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
  position: absolute;
  top: 0;
  left: 0;
}

.gp6ql871 {
  z-index: 0;
  opacity: .29;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hlq5wvje {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.62px;
  -webkit-text-decoration: underline #101624;
  text-decoration: underline #101624;
}

.q3d3ywhf {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: 100%;
  margin: 0 150px 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.62px;
  display: block;
  position: relative;
}

.u3s2lyf7 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 52%;
  max-width: 100%;
}

.o2yet23c {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 100%;
  display: inline-block;
}

.y3tiyr5a {
  color: #101624;
  text-align: center;
  cursor: pointer;
  border-color: #101624;
  width: auto;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.a8cdaj0n {
  color: #3f424b;
  text-align: center;
  cursor: pointer;
  border-color: #3f424b;
  width: auto;
  font-size: 14px;
  line-height: 1.5;
}

.l57n84rj {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
}

.tj4aeun4 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
}

.xbmlepux {
  z-index: 0;
  cursor: pointer;
  background-color: #00000008;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.d2mm4dya {
  perspective: 1000px;
  transform-style: preserve-3d;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: 270px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.pkpeqyg6 {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  margin: 10px;
  display: flex;
  position: relative;
}

.rjf6vip4, .jf5lf4e4 {
  flex-direction: row;
  width: 20%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.yphtw7p2 {
  flex-direction: row;
  width: auto;
  max-width: 1250px;
  min-height: 188px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.c0z49xda {
  width: 100%;
  position: relative;
}

.b57s924i {
  color: #4267b2;
  text-align: center;
  cursor: pointer;
  border-color: #4267b2;
  width: 60px;
  height: 60px;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  display: block;
  position: relative;
  transform: rotate(0);
}

.gmgy5o3v {
  color: #4267b2;
  text-align: center;
  cursor: pointer;
  border-color: #4267b2;
  width: auto;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

.wm03rh36 {
  color: #101624;
  text-align: center;
  cursor: pointer;
  border-color: #101624;
  width: auto;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.c0u5f2zr {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 35%;
  max-width: 100%;
}

.ef88kch2 {
  color: #680dad;
  text-align: center;
  cursor: pointer;
  border-color: #680dad;
  width: 60px;
  height: 60px;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  display: block;
  position: relative;
  transform: rotate(0);
}

.xkbjtq1o {
  color: #680dad;
  text-align: center;
  cursor: pointer;
  border-color: #680dad;
  width: auto;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

.pinv28sz {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.edfikesx {
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.okzqg1zf {
  flex-direction: row;
  width: auto;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.mmtk2zo3 {
  color: #333;
  background-color: #fff;
  border-color: #333;
  width: auto;
  padding: 0 0 100px;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
  position: relative;
}

.cu960rc7 {
  z-index: 0;
  opacity: .24;
  mix-blend-mode: color;
  background-color: #751474;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thmwndxz {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  width: 17.5px;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.pk87sefp {
  text-align: left;
  flex-direction: row;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
  top: 0;
}

.sgv648o8 {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  align-self: center;
  width: auto;
  padding: 0 0 0 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.pmo8c9t5 {
  flex-direction: row;
  align-items: center;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
}

.ihsrhiae {
  width: 100%;
  margin: 0 20px 20px;
  padding: 0;
  list-style-type: none;
  display: block;
  position: relative;
}

.igko2604 {
  color: #101624;
  text-align: left;
  border-color: #101624;
  width: 100%;
  margin: 0 0 20px 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.3px;
  display: block;
  position: relative;
}

.xepttgar {
  color: #3f424b;
  text-align: left;
  border-color: #3f424b;
  width: 100%;
  margin: 0 20px 14.4px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.uennt1ov {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  margin: 10px;
  padding: 20px;
  display: flex;
  position: relative;
}

.z2zd4l9f {
  flex-direction: row;
  width: 50%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.cyhdz7ly {
  opacity: 0;
  text-align: center;
  vertical-align: middle;
  object-fit: contain;
  background-image: radial-gradient(#49bbe6 42%, #4d5cd3 100%);
  background-size: auto;
  border-radius: 5px;
  width: 68%;
  max-width: 100%;
  height: 420px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.ep8vsgwy {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  margin: 10px;
  padding: 0 0 20px;
  display: flex;
  position: relative;
}

.ahlcxe7n {
  flex-direction: row;
  width: 50%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.z5fzcwdv {
  flex-direction: row;
  width: auto;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.z8a6piqv {
  background-color: #49bbe64d;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.zxq7aak8 {
  background-color: #49bbe64d;
  border-radius: 5px;
  width: 100%;
  margin: 50px 0 0;
  position: relative;
}

.na6zmqup {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  width: 17.5px;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.yjnlj49e {
  flex-flow: wrap;
  place-content: flex-start center;
  width: 100%;
  margin: 0 0 60px;
  padding: 10px;
  display: flex;
  position: relative;
}

.gy9p725o {
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.peqyxr2g {
  flex-direction: row;
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.w65vfg05 {
  color: #333;
  border-color: #333;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
  position: relative;
}

.p2d7gk6k {
  color: #c36;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  border-color: #c36;
  width: 280px;
  max-width: 100%;
  display: inline-block;
}

.vcabc476 {
  color: #c36;
  text-align: left;
  cursor: pointer;
  border-color: #c36;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.frfgcd1j {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ls55z8jb {
  flex-direction: row;
  width: 32.917%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.pvcoh0tm {
  color: #101624;
  text-align: left;
  cursor: pointer;
  border-color: #101624;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  width: auto;
  margin: 0 1px 0 0;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  list-style-type: none;
  display: flex;
  position: relative;
}

.la17d11g {
  flex-direction: row;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
}

.ltggtny7 {
  color: #101624;
  text-align: left;
  cursor: pointer;
  border-color: #101624;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  width: auto;
  margin: 0 0 0 1px;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  list-style-type: none;
  display: flex;
  position: relative;
}

.ddj1i6jz {
  z-index: 2;
  flex-flow: wrap;
  justify-content: flex-end;
  width: auto;
  margin: 0 0 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.nt1f1e3x {
  flex-direction: row;
  width: auto;
  display: flex;
}

.awfhiemi {
  color: #000;
  cursor: pointer;
  overflow-clip-margin: content-box;
  width: 30px;
  height: auto;
  font-size: 30px;
  line-height: 1;
  overflow: hidden;
}

.kp942iix {
  color: #000;
  cursor: pointer;
  width: auto;
  font-size: 30px;
  line-height: 1;
}

.o75o016a {
  z-index: 0;
  color: #000;
  cursor: pointer;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 30px;
  line-height: 1.5;
  display: block;
  position: absolute;
  top: -300000px;
  overflow: hidden;
}

.iyrteviy {
  color: #000;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 0 0 auto;
  padding: 7.5px;
  font-size: 30px;
  display: none;
}

.uwpuegwd {
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.uefz9qo5 {
  flex-direction: row;
  width: 54.165%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.q61ui42o {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.k5zbpsjs {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  width: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.r4i7yeym {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #237ffb;
  border-color: #fff;
  border-radius: 2px;
  width: auto;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.ujqsc85u {
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.ashp1x2e {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.z9uucfqn {
  flex-direction: row;
  width: 12.251%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.e56zcslx {
  flex-direction: row;
  align-items: center;
  width: auto;
  max-width: 1200px;
  min-height: 60px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.ljakwkc3 {
  z-index: 99;
  background-color: #fff;
  width: 1440px;
  position: fixed;
  top: 0;
  box-shadow: 0 0 5px #0000001a;
}

.ew6lqnkc {
  color: #333;
  border-color: #333;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
}

.yfougyew {
  color: #c36;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  border-color: #c36;
  width: 280px;
  max-width: 100%;
  margin-top: 10px;
  display: inline-block;
}

.osvpncut {
  color: #c36;
  text-align: left;
  cursor: pointer;
  border-color: #c36;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.rqap5c82 {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.zzsu65oc {
  flex-direction: row;
  width: 32.917%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.w3essuu7 {
  color: #101624;
  text-align: left;
  cursor: pointer;
  border-color: #101624;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  width: auto;
  margin: 0 1px 0 0;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  position: relative;
}

.al5usugd {
  flex-direction: row;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
}

.scw78klh {
  color: #101624;
  text-align: left;
  cursor: pointer;
  border-color: #101624;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  width: auto;
  margin: 0 0 0 1px;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  position: relative;
}

.ddb0odh0 {
  z-index: 2;
  flex-flow: wrap;
  justify-content: flex-end;
  width: auto;
  margin: 0 0 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.laka1yg4 {
  flex-direction: row;
  width: auto;
  display: flex;
  position: relative;
}

.jrchjreo {
  color: #000;
  cursor: pointer;
  overflow-clip-margin: content-box;
  width: 30px;
  height: auto;
  font-size: 30px;
  line-height: 1;
  overflow: hidden;
}

.ny5pi1x1 {
  color: #000;
  cursor: pointer;
  width: auto;
  font-size: 30px;
  line-height: 1;
}

.ibc98nt5 {
  z-index: 0;
  color: #000;
  cursor: pointer;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 30px;
  line-height: 1.5;
  display: block;
  position: absolute;
  top: -300000px;
  overflow: hidden;
}

.vazhbtbg {
  color: #000;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 0 0 auto;
  padding: 7.5px;
  font-size: 30px;
  display: none;
}

.o0mh6euw {
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.zyzz0pj8 {
  flex-direction: row;
  width: 54.165%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.ygjfhhpp {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.af97tllh {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  width: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.ps3hngf8 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #237ffb;
  border-color: #fff;
  border-radius: 2px;
  width: auto;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.pewkicq1 {
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.smdn3owv {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.a8i78iqj {
  flex-direction: row;
  width: 12.251%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.lka6kn5a {
  flex-direction: row;
  align-items: center;
  width: auto;
  max-width: 81vw;
  min-height: auto;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.xlbz5upp {
  z-index: 99;
  color: #333;
  background-color: #fff;
  border-color: #333;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
  position: static;
  top: 0;
  box-shadow: 0 0 5px #0000001a;
}

.mtzo04jx {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: 100%;
  margin: 0 0 37px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48.4px;
  display: block;
  position: relative;
}

.u18mmv49 {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.gbdr11s2 {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: 100%;
  margin: 0 150px 34.4px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.na7ii4me {
  text-align: center;
  vertical-align: middle;
  width: 55%;
  max-width: 100%;
  margin: 50px;
  padding: 0;
  display: block;
  position: relative;
}

.y9qonw8s {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 15px 0;
  display: flex;
  position: relative;
}

.so2tyibo {
  color: #333;
  border-color: #333;
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
  display: flex;
  position: relative;
}

.iz6y7px2 {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.62px;
  -webkit-text-decoration: underline #101624;
  text-decoration: underline #101624;
}

.yiklyfj3 {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: 100%;
  margin: 0 150px 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.62px;
  display: block;
  position: relative;
}

.pxe11x1v {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 52%;
  max-width: 100%;
}

.rdxrks1a {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 100%;
  display: inline-block;
}

.f5plq79j {
  color: #101624;
  text-align: center;
  cursor: pointer;
  border-color: #101624;
  width: auto;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.ccxprunv {
  color: #3f424b;
  text-align: center;
  cursor: pointer;
  border-color: #3f424b;
  width: auto;
  font-size: 14px;
  line-height: 1.5;
}

.hdfaubbu {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
}

.t03ywixw {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
}

.c05t30de {
  z-index: 0;
  cursor: pointer;
  background-color: #00000008;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.vny4uwi6 {
  perspective: 1000px;
  transform-style: preserve-3d;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: 270px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.pbndnesk {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  margin: 10px;
  display: flex;
  position: relative;
}

.f89skue2, .mgpah18t {
  flex-direction: row;
  width: 20%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.fko3nq0y {
  flex-direction: row;
  width: auto;
  max-width: 1250px;
  min-height: 188px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.x1302xlw {
  width: 100%;
  position: relative;
}

.h0jqa74r {
  color: #4267b2;
  text-align: center;
  cursor: pointer;
  border-color: #4267b2;
  width: 60px;
  height: 60px;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  display: block;
  position: relative;
  transform: rotate(0);
}

.ho7quidw {
  color: #4267b2;
  text-align: center;
  cursor: pointer;
  border-color: #4267b2;
  width: auto;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

.ty8rzgvw {
  color: #101624;
  text-align: center;
  cursor: pointer;
  border-color: #101624;
  width: auto;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.vai7wmzv {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 35%;
  max-width: 100%;
}

.swve3f0r {
  color: #680dad;
  text-align: center;
  cursor: pointer;
  border-color: #680dad;
  width: 60px;
  height: 60px;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  display: block;
  position: relative;
  transform: rotate(0);
}

.exw1tvw8 {
  color: #680dad;
  text-align: center;
  cursor: pointer;
  border-color: #680dad;
  width: auto;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

.dxays0xp {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.y1tk4180 {
  color: #333;
  border-color: #333;
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
  display: flex;
  position: relative;
}

.h1onkg0o {
  z-index: 0;
  opacity: .24;
  mix-blend-mode: color;
  background-color: #751474;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p1bztg8u {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  width: 17.5px;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.ac8e8fys {
  text-align: left;
  flex-direction: row;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
  top: 0;
}

.rypcgt4x {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  align-self: center;
  width: auto;
  padding: 0 0 0 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.w9ky0d4i {
  flex-direction: row;
  align-items: center;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
}

.fkb5ru5k {
  width: 100%;
  margin: 0 20px 20px;
  padding: 0;
  list-style-type: none;
  display: block;
  position: relative;
}

.jfx8txcy {
  color: #101624;
  text-align: left;
  border-color: #101624;
  width: 100%;
  margin: 0 0 20px 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.3px;
  display: block;
  position: relative;
}

.s31yt24m {
  color: #3f424b;
  text-align: left;
  border-color: #3f424b;
  width: 100%;
  margin: 0 20px 14.4px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.jwsf53ba {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  margin: 10px;
  padding: 20px;
  display: flex;
  position: relative;
}

.rlynud2f {
  flex-direction: row;
  width: 50%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.hf7yyw0e {
  text-align: center;
  vertical-align: middle;
  object-fit: contain;
  background-image: radial-gradient(#49bbe6 42%, #4d5cd3 100%);
  background-size: auto;
  border-radius: 5px;
  width: 68%;
  max-width: 100%;
  height: 420px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.tbvypozt {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  margin: 10px;
  padding: 0 0 20px;
  display: flex;
  position: relative;
}

.l2u5rjsx {
  flex-direction: row;
  width: 50%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.xvr4w8ln {
  flex-direction: row;
  width: auto;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.k2z14g7a {
  background-color: #49bbe64d;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.dbgno6bi {
  background-color: #49bbe64d;
  border-radius: 5px;
  width: 100%;
  margin: 50px 0 0;
  position: relative;
}

.gpf9k7ur {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  width: 17.5px;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.o68uek1n {
  flex-flow: wrap;
  place-content: flex-start center;
  width: 100%;
  margin: 0 0 60px;
  padding: 10px;
  display: flex;
  position: relative;
}

.e2n10lvp {
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.wz57szve {
  flex-direction: row;
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.szn6cpdd {
  color: #333;
  border-color: #333;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
  position: relative;
}

.qwbawjl4 {
  background-image: url('../images/.');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  transform: translate(0, 80.1px);
}

.q5qiat8y {
  z-index: 0;
  perspective: 1200px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cu3fbsp4 {
  z-index: 0;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.st0gdkml {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: 100%;
  margin: 0 0 37px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48.4px;
  display: block;
  position: relative;
}

.o893tvz2 {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.wdi2zsjq {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: 100%;
  margin: 0 150px 34.4px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.ay5velw7 {
  text-align: center;
  vertical-align: middle;
  width: 55%;
  max-width: 100%;
  margin: 50px auto;
  padding: 0;
  display: block;
  position: relative;
}

.tdgfw3v0 {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 15px 0;
  display: flex;
  position: relative;
}

.kxk0172u {
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.zr9e1baf {
  flex-direction: row;
  width: auto;
  max-width: 1170px;
  min-height: 700px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.fmt3pyvw {
  width: auto;
  position: relative;
}

.s2e2ppf6 {
  z-index: 0;
  opacity: .29;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mz1kfh4e {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.62px;
  -webkit-text-decoration: underline #101624;
  text-decoration: underline #101624;
}

.epy4svm5 {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: 100%;
  margin: 0 150px 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.62px;
  display: block;
  position: relative;
}

.wn2lmuqp {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 52%;
  max-width: 100%;
}

.f4cvlv6e {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 100%;
  display: inline-block;
}

.f6fbt36h {
  color: #101624;
  text-align: center;
  cursor: pointer;
  border-color: #101624;
  width: auto;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.w3qk6pjz {
  color: #3f424b;
  text-align: center;
  cursor: pointer;
  border-color: #3f424b;
  width: auto;
  font-size: 14px;
  line-height: 1.5;
}

.aewg8z7g {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
}

.gnym3l3j {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
}

.izjoxv5m {
  z-index: 0;
  cursor: pointer;
  background-color: #00000008;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.spqcwwzg {
  perspective: 1000px;
  transform-style: preserve-3d;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: 270px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.dr7yyk07 {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  margin: 10px;
  display: flex;
  position: relative;
}

.lwpejmpg, .tezxuzcj {
  flex-direction: row;
  width: 20%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.xzeo6l9w {
  flex-direction: row;
  width: auto;
  max-width: 1250px;
  min-height: 188px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.kkmykvwg {
  width: 100%;
  position: relative;
}

.aikha5w5 {
  color: #4267b2;
  text-align: center;
  cursor: pointer;
  border-color: #4267b2;
  width: 60px;
  height: 60px;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  display: block;
  position: relative;
  transform: rotate(0);
}

.de0q6bhz {
  color: #4267b2;
  text-align: center;
  cursor: pointer;
  border-color: #4267b2;
  width: auto;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

.v0fu6h9e {
  color: #101624;
  text-align: center;
  cursor: pointer;
  border-color: #101624;
  width: auto;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.qh6iy4p1 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 35%;
  max-width: 100%;
}

.hm9pmnbj {
  color: #680dad;
  text-align: center;
  cursor: pointer;
  border-color: #680dad;
  width: 60px;
  height: 60px;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  display: block;
  position: relative;
  transform: rotate(0);
}

.dra0rwcv {
  color: #680dad;
  text-align: center;
  cursor: pointer;
  border-color: #680dad;
  width: auto;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

.dir5ov8j {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.yy8z6idh {
  flex-direction: row;
  width: auto;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.wz7iwjzn {
  background-color: #fff;
  width: auto;
  padding: 0 0 100px;
  position: relative;
}

.qbo0smg8 {
  z-index: 0;
  opacity: .24;
  mix-blend-mode: color;
  background-color: #751474;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.psqhm5p4 {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  width: 17.5px;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.lzku0uw8 {
  text-align: left;
  flex-direction: row;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
  top: 0;
}

.jk3ppmpe {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  align-self: center;
  width: auto;
  padding: 0 0 0 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.retw580b {
  flex-direction: row;
  align-items: center;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
}

.v0ft61ld {
  width: 100%;
  margin: 0 20px 20px;
  padding: 0;
  list-style-type: none;
  display: block;
  position: relative;
}

.klmmdvzd {
  color: #101624;
  text-align: left;
  border-color: #101624;
  width: 100%;
  margin: 0 0 20px 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.3px;
  display: block;
  position: relative;
}

.rcjfv9u3 {
  color: #3f424b;
  text-align: left;
  border-color: #3f424b;
  width: 100%;
  margin: 0 20px 14.4px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.g77j38q5 {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  margin: 10px;
  padding: 20px;
  display: flex;
  position: relative;
}

.fkstnm89 {
  flex-direction: row;
  width: 50%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.hoi4vc15 {
  text-align: center;
  vertical-align: middle;
  object-fit: contain;
  background-image: radial-gradient(#49bbe6 42%, #4d5cd3 100%);
  background-size: auto;
  border-radius: 5px;
  width: 68%;
  max-width: 100%;
  height: 420px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.o5pvo11b {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  margin: 10px;
  padding: 0 0 20px;
  display: flex;
  position: relative;
}

.cll7ymqm {
  flex-direction: row;
  width: 50%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.s0ssta73 {
  flex-direction: row;
  width: auto;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.s3iosqzc {
  background-color: #49bbe64d;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.yh7lkx3f {
  background-color: #49bbe64d;
  border-radius: 5px;
  width: 100%;
  margin: 50px 0 0;
  position: relative;
}

.qjxdic0v {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  width: 17.5px;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.c7m01m5e {
  flex-flow: wrap;
  place-content: flex-start center;
  width: 100%;
  margin: 0 0 60px;
  padding: 10px;
  display: flex;
  position: relative;
}

.cc30o0fc {
  flex-direction: row;
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.s1zlz1w1 {
  width: auto;
  position: relative;
}

.p3sqvcr9 {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: 100%;
  margin: 0 150px 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.3px;
  display: block;
  position: relative;
}

.t7f2q8m2 {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: 100%;
  margin: 0 250px 34.4px;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.egl7eiko {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.dd8xl4rx {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  display: flex;
}

.k4zjz29x {
  cursor: pointer;
  background-color: #49bbe6;
  border: 0 solid #49bbe6;
  border-bottom-width: 2px;
  border-radius: 5px;
  width: auto;
  margin: 0 30px;
}

.c52393s8 {
  color: #49bbe6;
  cursor: pointer;
  border-color: #49bbe6;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.klfmj0wz {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  display: flex;
}

.qzlbajzd {
  cursor: pointer;
  border-radius: 5px;
  width: auto;
  margin: 0 30px;
}

.lt2nd5ct {
  z-index: 1;
  background-color: #fff0;
  border-radius: 5px;
  flex-flow: wrap;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  padding: 5px 0;
  display: flex;
  overflow: hidden;
}

.qph69216 {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: auto;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.ktoypv32 {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: auto;
  font-size: 13px;
}

.cc06600i {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: auto;
  font-size: 13px;
  line-height: 1.5;
}

.s7cwg1qw {
  text-align: center;
  background-color: #fff;
  width: auto;
  padding: 20px 0 0;
}

.l656apj9 {
  color: #555;
  text-align: center;
  border-color: #555;
  align-self: center;
  width: auto;
  margin: 0 3px 0 0;
  font-size: 20.4px;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.o0fk51yg {
  color: #555;
  text-align: center;
  border-color: #555;
  width: auto;
  font-size: 30px;
  font-weight: 800;
  line-height: .8;
  display: block;
}

.v3orzkd3 {
  color: #555;
  text-align: center;
  background-color: #fff;
  border-color: #555;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 0 35px;
  font-size: 30px;
  font-weight: 800;
  display: flex;
}

.dcbg8rig {
  text-align: left;
  width: auto;
  margin: 0 10px 0 0;
  font-size: 15.6px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.hi2i2fm2 {
  color: #333;
  text-align: left;
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.xc5cw5mt {
  text-align: left;
  width: auto;
  margin: 0 15px;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.rbnebj6n, .oc78lnfl {
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.dyrfuuzk {
  text-align: left;
  background-color: #fff;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style-type: none;
}

.bwst70o6 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #237ffb;
  border-color: #fff;
  border-radius: 4px;
  width: auto;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

.zvmrumn1 {
  text-align: center;
  background-color: #fff;
  width: auto;
  padding: 30px 0;
}

.tezqkhkl {
  text-align: center;
  background-color: #f9fafa;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.uuj2ko7i {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.u63wtk3n {
  flex-direction: row;
  width: 33.333%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.l3wzjgzy {
  width: auto;
  position: relative;
}

.eesoubih {
  width: auto;
}

.m5puhnb8 {
  width: 100%;
  padding: 10px;
  animation-name: moveUp;
  animation-timing-function: cubic-bezier(.26, .69, .37, .96);
  position: relative;
  top: 0;
  left: 0;
}

.mpg2p3h3 {
  background-color: #02010100;
  order: 2;
  width: auto;
  min-height: auto;
  margin-top: 10%;
  position: relative;
  overflow: hidden;
}

.u461qhox {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.uzne87cv {
  perspective: 1200px;
  color: #000;
  letter-spacing: .1px;
  text-transform: uppercase;
  word-spacing: 17.5px;
  transform-style: preserve-3d;
  background-color: #41cbff;
  width: 100%;
  max-width: none;
  margin: 0 0 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
  line-height: 38.5px;
  display: block;
  position: relative;
  transform: translate(-41px)skewX(0)translate(0)skewY(0)rotate3d(1, 0, 0, 6.23739deg)rotate3d(0, 1, 0, 2.00139deg);
}

.m9jbdx3l {
  border-style: none;
  border-width: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  line-height: 1;
}

.lcg5awt6 {
  width: 100%;
  min-width: 320px;
  height: 700px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.emayz4qg {
  flex-flow: wrap;
  place-content: flex-start center;
  width: 100%;
  margin: 0 0 60px;
  padding: 10px;
  display: flex;
  position: relative;
}

.tcgtv3yi {
  background-image: linear-gradient(#49bbe600, #49bbe6 93%);
  width: auto;
  margin: 40px 0 0;
  padding: 50px 0 0;
  position: relative;
}

.cmcb5g6b {
  color: #fff;
  text-align: left;
  border-color: #fff;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.3px;
  display: block;
  position: relative;
}

.ndedxxxz {
  color: #fff;
  text-align: left;
  border-color: #fff;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.62px;
  display: block;
  position: relative;
}

.n0xqnl18 {
  color: #fff;
  text-align: left;
  border-color: #fff;
  width: 100%;
  margin: 0 25px 14.4px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.sellpmcz {
  background-image: linear-gradient(#237ffb 0%, #839bff 100%);
  background-size: auto;
  border-radius: 5px;
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 80px 80px 20px 30px;
  display: flex;
  position: relative;
}

.pesslg7a {
  flex-direction: row;
  width: 52.479%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.qoshfzpz {
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  width: 570px;
  max-width: 100%;
  margin: 0 0 0 -53px;
  padding: 0;
  display: block;
  position: relative;
}

.anwccavj {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.lq00gtsx {
  flex-direction: row;
  width: 47.479%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.qweva1l6 {
  flex-direction: row;
  width: auto;
  max-width: 1170px;
  min-height: 575px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.yfgqko4j {
  background-image: linear-gradient(#49bbe6 0%, #49bbe600 100%);
  background-size: auto;
  width: auto;
  padding: 50px 0;
  position: relative;
}

.spqskjkq {
  color: #c36;
  text-align: left;
  cursor: pointer;
  border-color: #c36;
  border-radius: 100px;
  width: 350px;
  max-width: 100%;
}

.ee0vyiaw {
  color: #c36;
  text-align: left;
  cursor: pointer;
  border-color: #c36;
  width: auto;
}

.v2orl3kl {
  text-align: left;
  width: 52%;
  margin: 0;
}

.mhnoqg2e {
  color: #333;
  text-align: left;
  cursor: pointer;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.tjr3ajer {
  text-align: left;
  width: auto;
  margin: 8px 0 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.ge4idqb2 {
  color: #333;
  text-align: left;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.a0e2yjoj {
  text-align: left;
  width: 100%;
}

.qr83yp04 {
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.at67vl35 {
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.lua9d3uf {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.vg6h7kjs {
  width: auto;
  margin: 25px 0;
  position: relative;
}

.v3hu1vuq {
  color: #101624;
  text-align: left;
  border-color: #101624;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48.4px;
  display: block;
  position: relative;
}

.dmqvdatc {
  color: #3f424b;
  text-align: left;
  border-color: #3f424b;
  width: 100%;
  margin: 0 0 14.4px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.k4eufn2t {
  flex-direction: row;
  width: 36.667%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.h23yag5l {
  text-align: center;
  vertical-align: middle;
  width: 800px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.tw5w8iu0 {
  flex-direction: row;
  width: 63.333%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.qjyf1jff {
  width: auto;
  margin: 100px 0;
  position: relative;
}

.vz9543ry {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/.');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.yjtidvj8 {
  color: #fff;
  text-align: left;
  border-color: #fff;
  width: 100%;
  margin: 0 0 14.4px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.dn6odq2i {
  flex-direction: row;
  width: 50%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.ea58t7qi {
  z-index: 0;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  clip: rect(0px, 0px, 0px, 0px);
  border-color: #fff;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 16px;
  line-height: 1;
  display: block;
  position: absolute;
  top: -160000px;
  overflow: hidden;
}

.zzfj37c5 {
  color: #fff;
  vertical-align: middle;
  background-color: #fff0;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  min-height: 47px;
  padding: 6px 16px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  display: block;
}

.hz2wiqmm {
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 1px;
  margin: 0 0 30px;
  padding: 0 5px;
  display: flex;
  position: relative;
}

.c2fpsgr2 {
  color: #fff;
  vertical-align: middle;
  resize: vertical;
  background-color: #fff0;
  border-width: 0;
  border-color: #fff;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  min-height: 47px;
  padding: 6px 16px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  display: block;
}

.nqkqmoi3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  width: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.xfy6pjv2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.bqn5q4al {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  -webkit-user-select: none;
  user-select: none;
  background-color: #49bbe6;
  border: 0 #fff;
  border-radius: 3px;
  width: auto;
  min-height: 40px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.utcpabm6 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  min-height: 1px;
  margin: 0 0 30px;
  padding: 0 5px;
  display: flex;
  position: relative;
}

.t2vekf5s {
  flex-flow: wrap;
  width: auto;
  margin: 0 -5px -30px;
  display: flex;
}

.hnkwjq65 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.pso1mynt {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 0 50px 50px;
  display: flex;
  position: relative;
}

.tdg43fnp {
  flex-direction: row;
  align-items: center;
  width: auto;
  max-width: 1170px;
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.hhakuggw {
  background-color: #101624;
  width: auto;
  padding: 50px 0;
  position: relative;
}

.by7929rx {
  color: #333;
  border-color: #333;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
}

.accordion-wrapper {
  background-color: #fff;
  border: 5px solid #f3f4ff;
  border-radius: 3px;
  margin-bottom: 3em;
  overflow: hidden;
}

.extras__right-col {
  width: 50%;
}

.extras__left-col {
  width: 40%;
  font-weight: 400;
  position: relative;
}

.pricing-option {
  text-align: center;
  align-self: center;
  margin-bottom: 12px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.6em;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-left: 8px;
  display: flex;
}

.text-price {
  margin-top: .5em;
  font-size: 1.1em;
}

.overflow {
  margin-top: auto;
  overflow: visible;
}

.accordion-grid {
  grid-column-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 5fr;
  margin-top: 3em;
  position: relative;
}

.integrations-block {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 24px;
  outline: 16px solid #f3f4ff;
  flex-direction: column;
  padding: 2em;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  box-shadow: 11px 11px #f3f4ff;
}

.pricing-features {
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 24px;
}

.text-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
}

.text-answer {
  margin-top: 15px;
  margin-bottom: 0;
}

.icon-button {
  color: #fff;
  background-color: #055ffb;
  background-image: linear-gradient(135deg, #0075fe00, #0075fe);
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  padding: 1.1em 1.7em;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.icon-button:hover {
  background-color: #034492;
}

.relative {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.feature-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.text-mark {
  background-image: url('../images/highlight.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.price-2 {
  align-self: center;
  margin-bottom: 12px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1;
}

.pricing-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 3px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100vh;
  margin: 2em auto 5em;
  padding: 9px 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.detail {
  color: #131617b3;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.padding-vertical {
  padding: 5rem 0;
}

.discount-container {
  color: #fcfbf3;
  background-color: #1c2d45;
  border-radius: 12px;
  width: 115px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 18px;
  font-size: .8em;
  display: inline-block;
  position: absolute;
  inset: -2em 0 auto;
}

.accordion-faq {
  cursor: pointer;
  border-bottom: 2px solid #f3f4ff;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: -1px;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.text-align-center-2 {
  text-align: center;
}

.faqs-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
}

.text-large {
  font-size: 2.5em;
  line-height: 1.3;
}

.text-large.z2 {
  z-index: 2;
  position: relative;
}

.flex-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-tab {
  color: #131617b3;
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  width: 50%;
  margin-top: -2px;
  margin-bottom: -2px;
  padding: .5em 0;
  font-size: .9em;
  transition: background-color .2s, color .2s;
}

.price-tab:hover {
  color: #1c2d45;
}

.price-tab.w--current {
  color: #fff;
  background-color: #49bbe6;
  border-radius: 5px;
  flex: 0 auto;
  align-self: center;
  width: 40%;
  box-shadow: 1px 1px 10px #1c2d4514;
}

.answer-wrap {
  display: block;
}

.feature-wrap {
  background-image: url('../images/icon-start-rating.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.h2-2 {
  color: #1c2d45;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.featured-review-see-more {
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.f-r-see-more {
  color: #16192c;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.f-r-see-more:hover {
  color: #706548;
}

.lottie {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.pricing-card-grid {
  z-index: 2;
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: -1em;
  margin-right: -1em;
  padding-bottom: 6em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.standard-paragraph {
  color: #0009;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.standard-paragraph.smaller {
  text-align: center;
  align-self: center;
  font-size: .95rem;
}

.payment-terms {
  font-size: 12px;
}

.accordion-answer-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.extra-plans {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.d-8-image-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.d-8-image {
  background-image: url('../images/img_3324-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-8-image:hover {
  flex-grow: 7;
}

.d-8-image.two {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  background-image: url('../images/whatsapp-image-2024-08-16-at-3.58.12-PM.jpeg');
  flex-flow: column;
}

.d-8-image.three {
  background-image: url('../images/caslo.jpg');
  background-position: 50% 0;
}

.d-8-image.four {
  background-image: url('../images/imagen-de-whatsapp-2024-08-19-a-las-15.29.47_0305f420.jpg');
  background-position: 50%;
}

.d-8-image.five {
  background-image: url('../images/16img_g1_main_2.jpg');
}

.d-8-image-text {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  position: static;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: none;
  position: absolute;
  inset: -45% auto auto 0%;
}

.demo-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  height: 50vh;
  display: flex;
  position: relative;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.ysdnqohn {
  background-image: url('../images/.');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  transform: translate(0, 80.1px);
}

.awz7m9v7 {
  z-index: 0;
  perspective: 1200px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cbd5d0g0 {
  z-index: 0;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nrhhk6ms {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: 100%;
  margin: 0 0 37px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48.4px;
  display: block;
  position: relative;
}

.t18zbkju {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.oen15arb {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: 100%;
  margin: 0 150px 34.4px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.s2solf3d {
  text-align: center;
  vertical-align: middle;
  width: 55%;
  max-width: 100%;
  margin: 50px auto;
  padding: 0;
  display: block;
  position: relative;
}

.wuqruy2n {
  border: 1px solid var(--white);
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 15px 0;
  display: flex;
  position: relative;
}

.d62wwh0t {
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.nj0ikqis {
  flex-direction: row;
  width: auto;
  max-width: 1170px;
  min-height: 700px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.x921pc4z {
  width: auto;
  position: relative;
}

.dbngbdof {
  z-index: 0;
  opacity: .29;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ybeg28zp {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.62px;
  -webkit-text-decoration: underline #101624;
  text-decoration: underline #101624;
}

.wvn5ygsv {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: 100%;
  margin: 0 150px 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.62px;
  display: block;
  position: relative;
}

.lav9002q {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/influencer-marketing_1.png');
  background-position: 50%;
  background-size: cover;
  border-color: #fff;
  width: 52%;
  max-width: 100%;
}

.f5gqmajf {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 100%;
  display: inline-block;
}

.f0ibmp9c {
  color: #101624;
  text-align: center;
  cursor: pointer;
  border-color: #101624;
  width: auto;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.owsxhbo2 {
  color: #3f424b;
  text-align: center;
  cursor: pointer;
  border-color: #3f424b;
  width: auto;
  font-size: 14px;
  line-height: 1.5;
}

.tk670b97 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
}

.ocyuppun {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
}

.tyvxlbdn {
  z-index: 0;
  cursor: pointer;
  background-color: #00000008;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fwz0up0j {
  perspective: 1000px;
  transform-style: preserve-3d;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: 270px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.ldl5nqml {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  margin: 10px;
  display: flex;
  position: relative;
}

.en7urffb, .ianomy1l {
  flex-direction: row;
  width: 20%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.iorqllm7 {
  flex-direction: row;
  width: auto;
  max-width: 1250px;
  min-height: 188px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.x4t75u8j {
  width: 100%;
  position: relative;
}

.f8l1n2t1 {
  color: #4267b2;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/facebook_logo_square.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #4267b2;
  width: 60px;
  height: 60px;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  display: block;
  position: relative;
  transform: rotate(0);
}

.xg7u9zmx {
  color: #4267b2;
  text-align: center;
  cursor: pointer;
  border-color: #4267b2;
  width: auto;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

.waedzfu4 {
  color: #101624;
  text-align: center;
  cursor: pointer;
  border-color: #101624;
  width: auto;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.qdnjuri5 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: 35%;
  max-width: 100%;
}

.en5qek5m {
  color: #680dad;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/discord-logo-discord-icon-transparent-free-png.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #680dad;
  width: 60px;
  height: 60px;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  display: block;
  position: relative;
  transform: rotate(0);
}

.vgr5plvj {
  color: #680dad;
  text-align: center;
  cursor: pointer;
  border-color: #680dad;
  width: auto;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

.vqckhtas {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.yewrnzls {
  flex-direction: row;
  width: auto;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.nsaj9pco {
  background-color: #fff;
  width: auto;
  padding: 0 0 100px;
  position: relative;
}

.yf8pizle {
  z-index: 0;
  opacity: .24;
  mix-blend-mode: color;
  background-color: #751474;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.y8iegn9r {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  width: 17.5px;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.hb282arf {
  text-align: left;
  flex-direction: row;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
  top: 0;
}

.wcpjyy30 {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  align-self: center;
  width: auto;
  padding: 0 0 0 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.tjut8r90 {
  flex-direction: row;
  align-items: center;
  width: auto;
  list-style-type: none;
  display: flex;
  position: static;
}

.myjn7qq1 {
  width: 100%;
  margin: 0 20px 20px 0;
  padding: 0;
  list-style-type: none;
  display: block;
  position: relative;
}

.r6ifzbyr {
  color: #101624;
  text-align: left;
  border-color: #101624;
  width: 100%;
  margin: 0 0 20px 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.3px;
  display: block;
  position: relative;
}

.vngae2cv {
  color: #3f424b;
  text-align: left;
  border-color: #3f424b;
  width: 100%;
  margin: 0 20px 14.4px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.lo7gulus {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  margin: 10px;
  padding: 20px;
  display: flex;
  position: relative;
}

.xymd71w7 {
  flex-direction: row;
  width: 50%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.wmqqav8f {
  text-align: center;
  vertical-align: middle;
  object-fit: contain;
  background-image: radial-gradient(circle, #49bbe6 42%, #4d5cd3);
  border-radius: 5px;
  width: auto;
  max-width: 99%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.bts7kmyn {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  margin: 10px;
  padding: 0 0 20px;
  display: flex;
  position: relative;
}

.a10lce7j {
  flex-direction: row;
  width: 50%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.mp693sad {
  flex-direction: row;
  width: auto;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.jovuggeg {
  background-color: #49bbe64d;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.jftb5tnt {
  background-color: #49bbe64d;
  border-radius: 5px;
  width: 100%;
  margin: 50px 0 0;
  position: relative;
}

.y10f68r6 {
  color: #237ffb;
  text-align: left;
  border-color: #237ffb;
  width: 17.5px;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.q0t08wsk {
  flex-flow: wrap;
  place-content: flex-start center;
  width: 100%;
  margin: 0 0 60px;
  padding: 10px;
  display: flex;
  position: relative;
}

.yxtdub5a {
  flex-direction: row;
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.mi1xyylh {
  width: auto;
  position: relative;
}

.wugjy4av {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: 100%;
  margin: 0 150px 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.3px;
  display: block;
  position: relative;
}

.b2gliimi {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: 100%;
  margin: 0 250px 34.4px;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.o4qfudef {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.hecfpuyr {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  display: flex;
}

.t1bblr41 {
  cursor: pointer;
  background-color: #49bbe6;
  border: 0 solid #49bbe6;
  border-bottom-width: 2px;
  border-radius: 5px;
  width: auto;
  margin: 0 30px;
}

.p0smzvf7 {
  color: #49bbe6;
  cursor: pointer;
  border-color: #49bbe6;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.p8wn4gjv {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  display: flex;
}

.nxw0555h {
  cursor: pointer;
  border-radius: 5px;
  width: auto;
  margin: 0 30px;
}

.bq1jyh8s {
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: wrap;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  padding: 5px 0;
  display: flex;
  overflow: hidden;
}

.oppljc1i {
  color: #101624;
  text-align: center;
  border-color: #101624;
  width: auto;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.aquxvdv8 {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: auto;
  font-size: 13px;
}

.yjmfnl9v {
  color: #3f424b;
  text-align: center;
  border-color: #3f424b;
  width: auto;
  font-size: 13px;
  line-height: 1.5;
}

.bdnh8el0 {
  text-align: center;
  background-color: #fff;
  width: auto;
  padding: 20px 0 0;
}

.cwq9fvae {
  color: #555;
  text-align: center;
  border-color: #555;
  align-self: center;
  width: auto;
  margin: 0 3px 0 0;
  font-size: 20.4px;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.firaujnu {
  color: #555;
  text-align: center;
  border-color: #555;
  width: auto;
  font-size: 30px;
  font-weight: 800;
  line-height: .8;
  display: block;
}

.k25s40ex {
  color: #555;
  text-align: center;
  background-color: #fff;
  border-color: #555;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 0 35px;
  font-size: 30px;
  font-weight: 800;
  display: flex;
}

.ygqjx9ps {
  text-align: left;
  width: auto;
  margin: 0 10px 0 0;
  font-size: 15.6px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.syw8vn0z {
  color: #333;
  text-align: left;
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.qgbjr0jr {
  text-align: left;
  width: auto;
  margin: 0 15px;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.whd6yylh, .gzepe8l8 {
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.hrn58ibr {
  text-align: left;
  background-color: #fff;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style-type: none;
}

.ekyxc904 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #237ffb;
  border-color: #fff;
  border-radius: 4px;
  width: auto;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

.ddp7r88i {
  text-align: center;
  background-color: #fff;
  width: auto;
  padding: 30px 0;
}

.gq3ko6ix {
  text-align: center;
  background-color: #f9fafa;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.y4e1wqgk {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.gc0assi8 {
  flex-direction: row;
  width: 33.333%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.wt1443ji {
  width: auto;
  position: relative;
}

.btk82tqb {
  width: auto;
}

.qzx455i9 {
  width: 100%;
  padding: 10px;
  animation-name: moveUp;
  animation-timing-function: cubic-bezier(.26, .69, .37, .96);
  position: relative;
  top: 0;
  left: 0;
}

.y7whgj8n {
  background-color: #02010100;
  order: 2;
  width: auto;
  min-height: 771.414px;
  position: relative;
  overflow: hidden;
}

.fy5tfqk1 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.yeezzwkt {
  perspective: 1200px;
  color: #000;
  letter-spacing: .1px;
  text-transform: uppercase;
  word-spacing: 17.5px;
  transform-style: preserve-3d;
  background-color: #41cbff;
  width: 100%;
  max-width: none;
  margin: 0 0 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
  line-height: 38.5px;
  display: block;
  position: relative;
  transform: translate(-41px)skewX(0)translate(0)skewY(0)rotate3d(1, 0, 0, 6.23739deg)rotate3d(0, 1, 0, 2.00139deg);
}

.we1x6rod {
  border-style: none;
  border-width: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  line-height: 1;
}

.iiklzdzt {
  width: 100%;
  min-width: 320px;
  height: 700px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.sk1t2s65 {
  flex-flow: wrap;
  place-content: flex-start center;
  width: 100%;
  margin: 0 0 60px;
  padding: 10px;
  display: flex;
  position: relative;
}

.txc6ds9w {
  background-image: linear-gradient(#49bbe600 0%, #49bbe6 93%);
  background-size: auto;
  width: auto;
  margin: 100px 0 0;
  padding: 50px 0 0;
  position: relative;
}

.ql6apdi6 {
  color: #fff;
  text-align: left;
  border-color: #fff;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.3px;
  display: block;
  position: relative;
}

.gyb13jpj {
  color: #fff;
  text-align: left;
  border-color: #fff;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.62px;
  display: block;
  position: relative;
}

.anb1uw5n {
  color: #fff;
  text-align: left;
  border-color: #fff;
  width: 100%;
  margin: 0 25px 14.4px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.b52hyvwm {
  background-image: linear-gradient(#237ffb 0%, #839bff 100%);
  background-size: auto;
  border-radius: 5px;
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 80px 80px 20px 30px;
  display: flex;
  position: relative;
}

.nc8og05f {
  flex-direction: row;
  width: 52.479%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.lrfoege9 {
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  width: 570px;
  max-width: 100%;
  margin: 0 0 0 -53px;
  padding: 0;
  display: block;
  position: relative;
}

.n4kzuppz {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.qtsrfnlf {
  flex-direction: row;
  width: 47.479%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.f7vy2adk {
  flex-direction: row;
  width: auto;
  max-width: 1170px;
  min-height: 575px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.ekx9deaq {
  background-image: linear-gradient(#49bbe6 0%, #49bbe600 100%);
  background-size: auto;
  width: auto;
  padding: 50px 0;
  position: relative;
}

.zvm5qq5h {
  color: #c36;
  text-align: left;
  cursor: pointer;
  border-color: #c36;
  border-radius: 100px;
  width: 350px;
  max-width: 100%;
}

.jx8tzneu {
  color: #c36;
  text-align: left;
  cursor: pointer;
  border-color: #c36;
  width: auto;
}

.mvjrz7z9 {
  text-align: left;
  width: 52%;
  margin: 0;
}

.wq9226g4 {
  color: #333;
  text-align: left;
  cursor: pointer;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.ktq8eimp {
  text-align: left;
  width: auto;
  margin: 8px 0 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.p57wj35q {
  color: #333;
  text-align: left;
  width: auto;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  line-height: 1.5;
}

.jsk4ie1z {
  text-align: left;
  width: 100%;
}

.wvu1n8s7 {
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.ucsnyem7 {
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.qqke5hen {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.resytxs3 {
  width: auto;
  margin: 25px 0;
  position: relative;
}

.wuat53q3 {
  color: #101624;
  text-align: left;
  border-color: #101624;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48.4px;
  display: block;
  position: relative;
}

.b2vx2evh {
  color: #3f424b;
  text-align: left;
  border-color: #3f424b;
  width: 100%;
  margin: 0 0 14.4px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.ige66x6g {
  flex-direction: row;
  width: 36.667%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.zy4xyr3t {
  text-align: center;
  vertical-align: middle;
  width: 800px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.powc4o14 {
  flex-direction: row;
  width: 63.333%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.c71mx4rj {
  width: auto;
  margin: 100px 0;
  position: relative;
}

.pblzqgyu {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/.');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ukmptkrr {
  color: #fff;
  text-align: left;
  border-color: #fff;
  width: 100%;
  margin: 0 0 14.4px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.l4a7i62l {
  flex-direction: row;
  width: 50%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.ubpuedql {
  z-index: 0;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  clip: rect(0px, 0px, 0px, 0px);
  border-color: #fff;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 16px;
  line-height: 1;
  display: block;
  position: absolute;
  top: -160000px;
  overflow: hidden;
}

.xj8h05sq {
  background-color: var(--trasparente);
  color: var(--trasparente);
  vertical-align: middle;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  min-height: 47px;
  padding: 6px 16px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  display: block;
}

.c2jcc897 {
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 1px;
  margin: 0 0 30px;
  padding: 0 5px;
  display: flex;
  position: relative;
}

.x2n2e0dm {
  color: #fff;
  vertical-align: middle;
  resize: vertical;
  background-color: #fff0;
  border-width: 0;
  border-color: #fff;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  min-height: 47px;
  padding: 6px 16px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  display: block;
}

.cg8ejy6z {
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  width: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.j9lo7vtb {
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.g9ff5v3t {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  -webkit-user-select: none;
  user-select: none;
  background-color: #49bbe6;
  border: 0 #fff;
  border-radius: 3px;
  width: auto;
  min-height: 40px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.wepi24ck {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  min-height: 1px;
  margin: 0 0 30px;
  padding: 0 5px;
  display: flex;
  position: relative;
}

.lkm82fss {
  flex-flow: wrap;
  width: auto;
  margin: 0 -5px -30px;
  display: flex;
}

.op233q5q {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.bt5upufi {
  color: var(--white);
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 0 50px 50px;
  display: flex;
  position: relative;
}

.j96zrbw3 {
  flex-direction: row;
  align-items: center;
  width: auto;
  max-width: 1170px;
  min-height: 500px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.oxwfu80o {
  background-color: #101624;
  width: auto;
  padding: 50px 0;
  position: relative;
}

.rkqpk3zy {
  color: #333;
  border-color: #333;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
}

.text-block-58 {
  justify-content: center;
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
}

.text-field-3 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--trasparente) var(--trasparente) var(--white);
  background-color: var(--trasparente);
  width: 40vh;
  margin-top: -20px;
}

.field-label-23 {
  color: var(--white);
  padding-left: 20px;
  font-weight: 600;
}

.form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  display: block;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field-4 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--trasparente) var(--trasparente) var(--white);
  background-color: var(--trasparente);
  margin-top: -20px;
  margin-bottom: 20px;
}

.field-label-24 {
  color: var(--white);
  padding-left: 20px;
  font-weight: 600;
}

.submit-button-4 {
  background-color: #49bbe6;
  border-radius: 3px;
  font-weight: 500;
}

.text-label-5 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  padding-left: 20px;
  font-weight: 600;
}

.c9lfb4kw {
  background-image: url('../images/.');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  transform: translate(0);
}

.n1v2ykpg {
  z-index: 0;
  perspective: 1200px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mqevzlv0 {
  z-index: 0;
  color: #333;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  word-spacing: 5px;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 18px;
  line-height: 18px;
  display: block;
  position: absolute;
  top: -180000px;
  overflow: hidden;
}

.veheagrw {
  color: #fff;
  text-align: center;
  word-break: break-word;
  cursor: pointer;
  word-spacing: 5px;
  background-image: url('../images/facebook-app-round-white-icon.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #fff;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  display: block;
  position: relative;
}

.veheagrw._1 {
  background-image: url('../images/instagram-white-icon.webp');
}

.veheagrw._3 {
  background-image: url('../images/youtube-1.svg');
}

.veheagrw._4 {
  background-image: url('../images/x_logo_2023_white.png');
}

.wxxj1k2n {
  text-align: center;
  word-break: break-word;
  cursor: pointer;
  word-spacing: 5px;
  background-color: #61ce7000;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 28.8px;
  height: 28.8px;
  font-size: 18px;
  line-height: 18px;
  display: inline-flex;
}

.comzx0el {
  text-align: left;
  word-break: break-word;
  word-spacing: 5px;
  width: auto;
  min-width: 0;
  font-size: 0;
  line-height: 1;
  display: inline-block;
}

.w3joqvjb {
  text-align: left;
  word-spacing: 5px;
  justify-content: center;
  justify-items: center;
  gap: 0 5px;
  width: 100%;
  margin: 10px 0 20px;
  padding: 0;
  font-size: 0;
  line-height: 1;
  display: block;
  position: relative;
}

.zdlztlj6 {
  color: #7a7a7a;
  text-align: left;
  border-color: #7a7a7a;
  width: auto;
  padding-left: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.kx5eens5 {
  flex-direction: row;
  align-items: center;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
}

.tufnrzrb {
  color: var(--white);
  flex-flow: row;
  align-items: center;
  width: auto;
  list-style-type: none;
  display: block;
  position: relative;
}

.zcn67rt7 {
  color: #fff;
  text-align: left;
  border-color: #fff;
  width: 17.5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.dbutvh8n {
  text-align: left;
  flex-direction: row;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
  top: 0;
}

.cdl88s80 {
  color: #7a7a7a;
  text-align: left;
  border-color: #7a7a7a;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.e8c95m66 {
  flex-direction: row;
  align-items: center;
  width: auto;
  list-style-type: none;
  display: flex;
  position: relative;
}

.cb31ml1g {
  width: 100%;
  margin: 0 20px 20px;
  padding: 0;
  list-style-type: none;
  display: block;
  position: relative;
}

.dz0oxm3a {
  color: #54595f;
  text-align: left;
  border-color: #54595f;
  width: 100%;
  margin: 0 0 14.4px;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: block;
  position: relative;
}

.h348la8i {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.bl068oiq {
  flex-direction: row;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.v6pn3axf {
  flex-direction: row;
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.wkd15scd {
  border: 0 solid #49bbe64d;
  border-top-width: 1px;
  width: 100%;
  padding: 30px 0 0;
  position: relative;
}

.wtgq9yw9 {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.bqvwt0e3 {
  flex-direction: row;
  align-items: center;
  width: auto;
  max-width: 1170px;
  min-height: 221px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.dttyhgsm {
  background-color: #101624;
  width: auto;
  padding: 20px 0;
  position: relative;
}

.uyquh9vg {
  color: #333;
  border-color: #333;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
}

.comzx1el {
  text-align: left;
  word-break: break-word;
  word-spacing: 5px;
  width: auto;
  min-width: 0;
  font-size: 0;
  line-height: 1;
  display: inline-block;
}

.text-block-59 {
  color: #fff;
}

.in-text-link-2 {
  color: #fff;
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.text-block-60 {
  z-index: 1;
  width: 30vw;
  margin-top: 220px;
  padding-left: 5vw;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bold-text-8 {
  color: #fff;
  text-align: left;
  font-size: 40px;
  line-height: 44px;
}

.content-wrapper-2 {
  perspective: 1767px;
  perspective-origin: 100%;
  background-color: #e0f0f5;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.main-title-2 {
  color: #e2e2e2;
  text-align: left;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.link-block-26 {
  position: absolute;
  inset: 0%;
}

.body-13 {
  background-color: var(--white);
}

.section-26 {
  display: none;
}

html.w-mod-js [data-ix="scroll-in-view-opacity"] {
  opacity: 0;
}

html.w-mod-js [data-ix="start-hiddner1"], html.w-mod-js [data-ix="start-hiddner-2"], html.w-mod-js [data-ix="start-hiddner-3"], html.w-mod-js [data-ix="start-hiddner-4"] {
  transform: translate(0, 100%);
}

@media screen and (min-width: 1280px) {
  .body {
    display: block;
  }

  .heading-5.menu {
    color: #000;
  }

  .grid-2 {
    display: none;
  }

  .footer-3 {
    background-color: var(--black);
    display: flex;
  }

  .footer-3.other {
    background-color: var(--goldenrod);
  }

  .section-12.other {
    margin-top: 0;
  }

  .footerformcontainer {
    padding-bottom: 80px;
  }

  .c-dot {
    background-color: #0000;
    border: 1px solid #fff;
  }

  .cursorr {
    opacity: 0;
  }

  .sectiune-cheie {
    z-index: 100;
    position: relative;
  }

  .despre-text {
    height: 80px;
    font-size: 60px;
    line-height: 90px;
  }

  .despre-text.privacy {
    font-size: 90px;
  }

  .text-mijloc {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0%;
  }

  .text-mijloc._2 {
    justify-content: center;
    padding-bottom: 0;
  }

  .text-mijloc._1 {
    margin-top: 130px;
  }

  .cerc-sageata {
    z-index: 120;
  }

  .image-6 {
    z-index: 120;
    position: relative;
  }

  .magnetic-buton {
    z-index: 120;
    cursor: pointer;
    position: relative;
  }

  .div-block-229.privacy {
    justify-content: flex-start;
    position: static;
    bottom: 10%;
    left: 25%;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0;
  }

  .c-nav-menu-content {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .c-col-menu-links {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }

  .link-menu {
    color: #fff;
    font-family: Avertastd, sans-serif;
    font-size: 20px;
  }

  .checkbox-image.dig {
    width: 33px;
  }

  .checkbox-image.dm {
    width: 50px;
    padding-top: 9px;
  }

  .grid-5.home {
    margin-left: auto;
    margin-right: auto;
  }

  .overflow-none.full {
    justify-content: center;
    display: flex;
  }

  .work-grid {
    padding-bottom: 30px;
  }

  .work-item-image {
    object-fit: contain;
    width: 84%;
    height: 28.8rem;
  }

  .servicessection {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-27 {
    flex-direction: column;
    margin-bottom: 49px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block-17 {
    border: 2px none var(--white);
    box-shadow: 1px 1px 16px 3px var(--white);
    background-color: #ffffff2e;
    border-radius: 13px;
    width: 20%;
    margin: 51px auto;
  }

  .text-block-41 {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .text-style-tag {
    font-size: 1.1rem;
  }

  .header_heading-wrapper {
    margin-right: -1px;
  }

  .services-ecommerce {
    place-content: flex-start center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-273 {
    align-items: center;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-273.yatchs {
    height: auto;
  }

  .text-block-46 {
    font-size: 1rem;
  }

  .image-32 {
    object-fit: contain;
    width: auto;
  }

  .product-header4_product-details {
    align-items: center;
  }

  .info {
    margin-top: auto;
    padding-top: 9em;
  }

  .product-info {
    width: 90%;
  }

  .heading-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-274 {
    max-width: 1300px;
  }

  .div-block-275 {
    margin-left: 34px;
    margin-right: 34px;
  }

  .portfolioprincipals {
    margin-top: 0;
  }

  .buttongoback {
    height: 5vh;
    margin-right: 0;
    inset: 0% auto 0% 10%;
  }

  .footerblogsection.other {
    margin-top: 0;
  }

  .modal-container {
    background-position: 50%;
    border-radius: 2em;
  }

  .closerlink.reload {
    top: 2%;
  }

  .buttonhosting {
    font-size: 1rem;
  }

  .servicesoptions-copy {
    margin-top: 12vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-items-nav-bar {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .videodiv {
    margin-left: 34px;
    margin-right: 34px;
  }

  .buttonhosting-phone {
    font-size: 1rem;
  }

  .w3essuu7, .scw78klh, .ygjfhhpp, .af97tllh, .ps3hngf8 {
    text-decoration: none;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    font-size: 18px;
  }

  .exc-project-mom {
    font-family: Graphik, sans-serif;
    font-weight: 300;
  }

  .grid-2 {
    display: none;
  }

  .inicio-white {
    font-weight: 300;
  }

  .inicio-white.menu {
    color: #000;
  }

  .div-block-221 {
    width: 88px;
  }

  .section-12.other {
    margin-top: 0;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .inicio-whit.menu {
    color: #000;
  }

  .div-block-198 {
    width: 88px;
  }

  .c-dot {
    background-color: #0000;
    border: 1px solid #fff;
  }

  .c-dot.home-page {
    border-color: #fff;
  }

  .c-dot.home-page.c {
    border-color: #595959;
  }

  .main {
    padding-top: 10%;
  }

  .sectiune-cheie {
    z-index: 100;
    position: relative;
  }

  .despre-text {
    height: auto;
    font-size: 75px;
    line-height: 90px;
  }

  .text-mijloc {
    padding-left: 0%;
  }

  .text-mijloc._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-mijloc._1 {
    padding-left: 0%;
  }

  .div-block-229.privacy {
    bottom: 10%;
  }

  .nav-social-address {
    font-size: 12px;
  }

  ._w-nav-social-media {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .c-menu-item-number {
    display: none;
  }

  .c-nav-menu-btn {
    width: 50px;
    height: 50px;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .link-block-10 {
    padding-right: 34px;
    font-size: 24px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .link-menu {
    color: #fff;
    font-family: Avertastd, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .next-button.succes {
    color: #fff;
    background-color: #000;
  }

  .checkbox-image.dig {
    width: 33px;
  }

  .checkbox-image.dm {
    width: 50px;
    padding-top: 9px;
  }

  .form-wrapper {
    position: static;
  }

  .link-block-13 {
    text-decoration: none;
  }

  .hero-top-wrapper {
    padding-top: 0%;
  }

  .overflow-none.full {
    width: 94%;
  }

  .work-grid {
    padding: 5% 5% 25px;
  }

  .work-item-image {
    width: 86%;
    height: 27.1rem;
  }

  .work-item-wrapper {
    width: 100%;
  }

  .header_heading-wrapper {
    margin-right: -1px;
  }

  .section_location-image {
    margin-left: 78px;
    margin-right: 78px;
  }

  .div-block-273 {
    align-items: flex-start;
  }

  .text-block-46 {
    font-size: 1.3rem;
  }

  .product-header4_lightbox-link {
    align-items: center;
  }

  .heading-large-2 {
    font-size: 2.5em;
  }

  .product-header4_product-details {
    align-items: stretch;
    width: 50%;
  }

  .product-header5_form-wrapper {
    grid-template-columns: 1fr minmax(min-content, .25fr);
  }

  .product-header4_gallery {
    margin-left: auto;
    margin-right: auto;
  }

  .info {
    padding-top: 10em;
  }

  .product-header4_component {
    height: 90%;
  }

  .heading-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .collection-list-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .buttongoback {
    width: 8vw;
    height: 4vh;
  }

  .paragraph-15 {
    font-size: 1.3em;
  }

  .cuponformblock {
    margin-bottom: 15px;
  }

  .footerblogsection.other {
    margin-top: 0;
  }

  .modal-container {
    background-position: 50%;
    background-size: cover;
    width: 700px;
    max-width: none;
    height: 700px;
  }

  .cuponformblock-2 {
    margin-bottom: 15px;
  }

  .form-3 {
    padding-bottom: 0;
    font-size: 22px;
  }

  .btncuponform-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .buttonhosting, .buttonhosting-phone {
    font-size: 1.3rem;
  }

  .smdn3owv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .fotter {
    padding-left: 9.375em;
    padding-right: 9.375em;
  }

  .body {
    background-color: #000;
    font-size: 24px;
  }

  .gp-line-marq.pl, .clients-text {
    text-transform: uppercase;
  }

  .header {
    padding-left: 9.375em;
    padding-right: 9.375em;
  }

  .header.home-header {
    justify-content: space-between;
    display: flex;
  }

  .menu-button {
    display: none;
  }

  .brfon {
    width: 100%;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
  }

  .div-mascara {
    justify-content: flex-start;
  }

  .grid-2 {
    display: none;
  }

  .inicio-white {
    color: #fff;
  }

  .inicio-white.menu {
    color: #000;
    font-size: 18px;
  }

  .div-hover {
    justify-content: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-magnetico {
    justify-content: center;
  }

  .new-div.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .section-12 {
    z-index: 100;
    background-color: #000;
  }

  .footergeneralinfo {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .inicio-whit {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

  .inicio-whit.menu {
    color: #000;
    margin-top: 165px;
    font-size: 18px;
    display: block;
  }

  .text-block-12.menu {
    color: #000;
  }

  .new-div-2.menu {
    border-top-color: #a4a4a4;
    width: 190px;
  }

  .c-dot {
    opacity: 1;
    background-color: #0000;
    border: 1px solid #fff;
  }

  .c-dot.home-page {
    border-color: #fff;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .cursorr {
    z-index: 9999;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .div-block-219 {
    position: static;
  }

  .sectiune-cheie {
    z-index: 100;
    width: 100vw;
    position: relative;
  }

  .despre-text {
    align-self: auto;
    width: auto;
    height: auto;
    font-size: 75px;
    line-height: 90px;
    display: block;
  }

  .text-mijloc {
    padding-top: 0;
    padding-bottom: 150px;
    padding-left: 0%;
  }

  .text-mijloc._2 {
    z-index: 10;
    position: static;
    inset: 0%;
  }

  .text.buton {
    text-decoration: none;
  }

  .imagine-alba {
    max-width: 50px;
    max-height: 50px;
  }

  .cerc-sageata {
    z-index: 120;
    position: relative;
  }

  .image-6 {
    color: #000;
    position: relative;
  }

  .div-block-229.privacy {
    justify-content: center;
  }

  .nav-social-address.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .c-nav-social-media {
    padding-top: 50px;
  }

  ._w-nav-social-media {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .c-nav-items {
    align-items: center;
  }

  .c-nav-menu-content {
    width: 90%;
  }

  .c-col-menu-links {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  ._w-col-menu-social {
    align-self: center;
  }

  .c-nav-menu-btn {
    width: 55px;
    height: 55px;
  }

  .c-nav-menu-btn-icon.p {
    background-color: #000;
    border-radius: 50%;
  }

  .nav-menu-btn-line.short.p, .nav-menu-btn-line.long.p {
    background-color: #fff;
  }

  .c-nav-menu-overlay {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .link-menu {
    color: #fff;
    font-family: Avertastd, sans-serif;
    font-size: 20px;
  }

  .link-menu.p {
    color: #000;
  }

  .hero-top-wrapper {
    padding-top: 0%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .overflow-none {
    position: static;
  }

  .container-27 {
    max-width: 1300px;
  }

  .text-style-tag {
    font-size: 1.2rem;
  }

  .padding-global {
    padding-top: 0;
  }

  .section_location-image {
    margin-left: 318px;
    margin-right: 318px;
  }

  .services-ecommerce {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .collection-item-6 {
    width: 30vw;
  }

  .div-block-273 {
    margin-top: 10px;
  }

  .div-block-273.yatchs {
    flex-direction: row;
    height: auto;
    margin-bottom: 83px;
  }

  .yatch-div {
    justify-content: center;
    align-items: stretch;
    width: 28vw;
    height: 45vh;
    display: flex;
  }

  .image-32 {
    object-fit: fill;
    width: auto;
    max-width: 15vw;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-header4_gallery {
    height: 100%;
  }

  .button-4.small {
    font-size: 1.2em;
  }

  .collection-item-11 {
    font-size: 1.5em;
  }

  .more-products-image {
    width: 300px;
  }

  .div-block-274 {
    max-width: 1500px;
  }

  .heading-18 {
    font-size: 2rem;
  }

  .default-state {
    margin-top: 15px;
  }

  .add-to-cart {
    flex: 0 auto;
    align-self: auto;
    margin-top: 30px;
  }

  .background-video {
    height: 100vw;
  }

  .buttongoback {
    width: 7vw;
    height: 4vh;
    font-size: 1.5em;
  }

  .image-48 {
    max-width: 4vw;
  }

  .cuponformblock {
    width: 500px;
    margin-bottom: 25px;
  }

  .footerexplore {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footerblogsection {
    z-index: 100;
    background-color: #000;
  }

  .modal-container {
    width: 800px;
    max-width: 800px;
    height: 800px;
  }

  .cuponformblock-2 {
    width: 500px;
    margin-bottom: 25px;
  }

  .buttonhosting.small, .buttonhosting-phone.small {
    font-size: 1.2em;
  }

  .pewkicq1 {
    flex: 0 auto;
    width: auto;
  }

  .smdn3owv {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .x921pc4z {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .rkqpk3zy {
    background-image: linear-gradient(#000, #fff 0%);
  }
}

@media screen and (max-width: 991px) {
  .fotter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-text {
    font-size: 3em;
  }

  .big-text-fotter.fotter-block {
    font-size: 4.5em;
  }

  .text-filed {
    font-size: 3em;
  }

  .man {
    margin-right: 3.125em;
  }

  .header {
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .start-btn {
    height: 40px;
  }

  .cursor {
    display: none;
  }

  .menu-button {
    opacity: 0;
    flex: none;
    width: 0;
    height: 0;
    padding: 0;
    display: none;
  }

  .heading-5 {
    font-size: 20px;
  }

  .heading-5.menu {
    margin-top: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end;
    display: none;
  }

  .footer-3 {
    background-color: var(--black);
  }

  .footer-3.other {
    background-color: var(--goldenrod);
  }

  .footerinformationcontainer {
    justify-content: space-between;
  }

  .inicio-white.menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-12.other {
    background-color: var(--caslo);
  }

  .socials-footer {
    display: none;
  }

  .footerformcontainer {
    padding-top: 0;
  }

  .cursorr.contact {
    z-index: 1;
  }

  .download {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main {
    padding-top: 18%;
  }

  .despre-text {
    width: 0;
    min-width: 830px;
    height: 63px;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-nav-social-media {
    padding-top: 0;
  }

  ._w-nav-social-media {
    flex-direction: row;
  }

  ._w-nav {
    width: 100%;
  }

  .c-nav-content {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .c-col-menu-links {
    margin-top: 70px;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .menu-item-text {
    padding-top: 0;
    font-size: 1.7em;
  }

  ._w-col-menu-social {
    margin-top: 70px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .c-nav {
    width: auto;
    max-width: none;
    display: block;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .form-wrap-full {
    width: 70vw;
  }

  .checkbox_wrap {
    justify-content: space-around;
    width: 90%;
  }

  .checkbox_wrap.home {
    width: 100%;
  }

  .form-wrapper {
    width: 80vw;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .grid-5.home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-5.members {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card.nt.top {
    padding-top: 40px;
    display: none;
  }

  .grid-6 {
    margin-bottom: 9px;
  }

  .grid-6.nt {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    display: none;
  }

  .list-wrap {
    padding-top: 60vh;
    padding-left: 16vw;
  }

  .project-item-2 {
    width: 27%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .overflow-none {
    padding-left: 35px;
  }

  .large-heading.offset-right {
    font-size: 2.5em;
  }

  .portfoliosection {
    display: block;
  }

  .work-item-title {
    padding-left: 30px;
  }

  .work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .h2maintitle {
    letter-spacing: -.02em;
    padding-left: 0;
    font-family: Sfprodisplay, sans-serif;
    font-size: 3em;
    font-weight: 900;
  }

  .servicessection {
    margin-top: 15%;
    margin-bottom: auto;
  }

  .text-block-37.nt {
    margin-top: 30px;
  }

  .div-block-256.nt {
    display: none;
  }

  .div-block-258 {
    padding-bottom: 20%;
    position: static;
  }

  .section-21 {
    height: auto;
    margin-top: 20%;
    display: block;
  }

  .collection-list-wrapper-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .collection-list-6 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-left: 97px;
    margin-right: 97px;
    display: grid;
  }

  .image-24 {
    object-fit: contain;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .body-8 {
    background-color: var(--black);
  }

  .div-block-260 {
    flex-direction: column;
    margin-bottom: 88px;
  }

  .html-embed-4 {
    margin: 20px;
  }

  .div-block-262 {
    flex-direction: row;
    display: flex;
  }

  .link-block-18 {
    opacity: 1;
    object-fit: contain;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .link-block-18:hover {
    box-shadow: 0 0 10px 5px #fff;
  }

  .div-block-263 {
    object-fit: contain;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 6px;
    width: 25vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    text-decoration: none;
    display: block;
    position: static;
    overflow: visible;
  }

  .text-block-42 {
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    font-family: Sfprodisplay, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .argu_content-top {
    grid-template-columns: 1fr;
  }

  .rdv_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer_socialshare_icon {
    max-height: 6rem;
  }

  .section_header {
    justify-content: center;
    min-height: auto;
    display: flex;
  }

  .coutdown_component {
    grid-template-columns: 1fr;
  }

  .header_logo-wrapper {
    display: none;
    overflow: hidden;
  }

  .merch_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header_background-image {
    object-fit: contain;
    height: auto;
  }

  .header_heading-wrapper_informations {
    margin-top: 0;
  }

  .sponspor_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header_heading-wrapper_content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .header_heading-wrapper {
    max-width: 100%;
    padding-bottom: 0;
    position: static;
    bottom: 0;
  }

  .footer_socialshare_link {
    border-radius: 2rem;
  }

  .argu_content-bottom {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header_wrapper {
    height: auto;
    min-height: auto;
  }

  .collection-list-wrapper-6.filter-button {
    max-width: 75px;
  }

  .servicesoptions {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    font-size: 10px;
    display: flex;
  }

  .collection-item-6 {
    padding: 25px;
  }

  .product-header4_product-details {
    width: 50%;
    max-height: none;
    position: static;
    overflow: visible;
  }

  .product-header4_main-image-wrapper {
    padding-top: 0;
  }

  .product-header5_form-wrapper {
    grid-column-gap: 10px;
  }

  .info, .button-4 {
    position: relative;
  }

  .form-input-2.is-quantity-input {
    width: 3rem;
  }

  .product-header4_component {
    padding-bottom: 2.5rem;
  }

  .product-header4_main-image {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .collection-list-8 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-18 {
    font-size: 1.5rem;
  }

  .button-secondary-3.is-buy-now-button {
    width: 70%;
  }

  .div-block-275 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cart-wrapper {
    z-index: 5002;
  }

  .contactform {
    width: 60vw;
  }

  .link-block-22 {
    height: 30vh;
  }

  .grid-6-1, .grid-6-2, .grid-6-3 {
    margin-bottom: 9px;
  }

  .div-block-276 {
    padding-right: 0;
  }

  .buttongoback {
    width: 9vw;
  }

  .brand-link {
    background-color: #313131;
    border-radius: 14px;
    font-size: .8rem;
    text-decoration: none;
    top: 52.6vh;
  }

  .brands {
    display: none;
  }

  .homeredirect-2 {
    justify-content: center;
    width: 22vw;
    margin-left: auto;
    margin-right: auto;
  }

  .homeredirect-2.downscreens {
    width: 22vw;
    display: flex;
  }

  .homeredirect-2.upscreens {
    display: none;
  }

  .go-back-button-wrappe {
    width: 100%;
  }

  .image-48 {
    max-width: 7vw;
  }

  .modal {
    display: none;
  }

  .cuponformblock {
    width: 350px;
    margin-bottom: 10px;
  }

  .text-field {
    margin-bottom: 5px;
  }

  .btncuponform {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .h3mainsubtitle {
    letter-spacing: -.02em;
    padding-left: 0;
    font-family: Sfprodisplay, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
  }

  .blogscontainer {
    margin-bottom: 0;
  }

  .mainoptiionsmenu {
    border-top: 1px solid #edf2f4;
    border-bottom: 1px solid #edf2f4;
    justify-content: space-around;
    align-items: center;
    height: 10vh;
    font-family: Sfprodisplay, sans-serif;
    display: flex;
  }

  .blogtitlecontainer {
    height: 10vh;
  }

  .bolgsubtitlecontainer {
    height: 8vh;
  }

  .blogsubtitle.offset-right {
    font-size: 2em;
  }

  .paragraphblogdescription {
    font-size: 16px;
  }

  .blogname {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .footerblogsection.other {
    background-color: var(--caslo);
    margin-top: 40px;
  }

  .blogcontent {
    padding-left: 40px;
  }

  .div-block-279 {
    margin-left: 10px;
  }

  .blogscollectionlist {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .modal-container {
    background-size: cover;
    width: 550px;
    height: 600px;
  }

  .cuponformblock-2 {
    width: 350px;
    margin-bottom: 10px;
  }

  .form-3 {
    padding-bottom: 0;
  }

  .btncuponform-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .closerlink.reload {
    top: 2%;
    right: 3%;
  }

  .text-field-2 {
    margin-bottom: 5px;
  }

  .buttonhosting {
    position: relative;
  }

  .servicesoptions-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    font-size: 10px;
    display: flex;
  }

  .section-25 {
    justify-content: space-around;
    align-items: center;
  }

  .videodiv {
    width: 45vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .buttonhosting-phone {
    position: relative;
  }

  .xbaftwhi {
    overflow: hidden;
  }

  .bec33h02 {
    margin: 0 0 37px;
    padding: 0;
  }

  .uejpvs7n {
    margin: 0 150px 34.4px;
    padding: 0;
  }

  .f4f73rpc {
    margin: 50px;
    padding: 0;
  }

  .xobmi4pm {
    padding: 100px 15px 0;
  }

  .dtx3kqzm {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .pqckw5ki {
    margin: -159px 0 0;
  }

  .q3d3ywhf {
    margin: 0 150px 20px;
    padding: 0;
  }

  .y3tiyr5a {
    margin: 0 0 20px;
  }

  .tj4aeun4 {
    border-radius: 5px;
    padding: 35px;
  }

  .xbmlepux {
    border-radius: 5px;
  }

  .d2mm4dya {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .pkpeqyg6 {
    margin: 10px;
  }

  .yphtw7p2 {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .wm03rh36 {
    margin: 0 0 20px;
  }

  .pinv28sz {
    padding: 10px;
  }

  .okzqg1zf {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .mmtk2zo3 {
    padding: 0 0 100px;
  }

  .sgv648o8 {
    padding: 0 0 0 5px;
  }

  .ihsrhiae {
    margin: 0 20px 20px;
    padding: 0;
  }

  .igko2604 {
    margin: 0 0 20px 20px;
    padding: 0;
  }

  .xepttgar {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .uennt1ov {
    margin: 10px;
    padding: 20px;
  }

  .cyhdz7ly {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .ep8vsgwy {
    margin: 10px;
    padding: 0 0 20px;
  }

  .z5fzcwdv {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .z8a6piqv {
    border-radius: 5px;
  }

  .zxq7aak8 {
    border-radius: 5px;
    margin: 50px 0 0;
  }

  .yjnlj49e {
    margin: 0 0 60px;
    padding: 10px;
  }

  .peqyxr2g {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .w65vfg05 {
    padding: 70px 0 0;
  }

  .vcabc476 {
    margin: 0;
    padding: 0;
  }

  .frfgcd1j {
    padding: 0% 0% 0% 5%;
  }

  .ls55z8jb {
    width: 50%;
  }

  .pvcoh0tm {
    margin: 0 1px 0 0;
    padding: 13px 15px;
  }

  .ltggtny7 {
    margin: 0 0 0 1px;
    padding: 13px 15px;
  }

  .ddj1i6jz {
    margin: 0 0 0 auto;
    padding: 0;
  }

  .nt1f1e3x {
    flex-direction: row;
    display: none;
  }

  .awfhiemi {
    overflow: hidden;
  }

  .kp942iix {
    display: block;
  }

  .o75o016a {
    margin: -1px;
    overflow: hidden;
  }

  .iyrteviy {
    border-width: 0;
    flex-direction: row;
    margin: 0 0 0 auto;
    padding: 7.5px;
    display: flex;
  }

  .uwpuegwd {
    margin: 0;
    padding: 0 10px 0 0;
  }

  .uefz9qo5 {
    width: 25%;
  }

  .r4i7yeym {
    border-radius: 2px;
    padding: 10px 20px;
  }

  .ujqsc85u {
    margin: 0;
    padding: 0;
  }

  .ashp1x2e {
    padding: 0% 15% 0% 5%;
  }

  .z9uucfqn {
    flex-direction: row;
    width: 25%;
    display: none;
  }

  .e56zcslx {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .ljakwkc3 {
    max-width: none;
  }

  .osvpncut {
    margin: 0;
    padding: 0;
  }

  .rqap5c82 {
    padding: 0% 0% 0% 5%;
  }

  .zzsu65oc {
    width: 50%;
  }

  .w3essuu7 {
    margin: 0 1px 0 0;
    padding: 13px 15px;
  }

  .scw78klh {
    margin: 0 0 0 1px;
    padding: 13px 15px;
  }

  .ddb0odh0 {
    margin: 0 0 0 auto;
    padding: 0;
  }

  .laka1yg4 {
    flex-direction: row;
    display: none;
  }

  .jrchjreo {
    overflow: hidden;
  }

  .ny5pi1x1 {
    display: block;
  }

  .ibc98nt5 {
    margin: -1px;
    overflow: hidden;
  }

  .vazhbtbg {
    border-width: 0;
    flex-direction: row;
    flex: 0 auto;
    margin: 0 0 0 auto;
    padding: 7.5px;
    display: flex;
  }

  .o0mh6euw {
    margin: 0;
    padding: 0 10px 0 0;
  }

  .zyzz0pj8 {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-end;
    width: 25%;
  }

  .ps3hngf8 {
    border-radius: 2px;
    padding: 10px 20px;
  }

  .pewkicq1 {
    margin: 0;
    padding: 0;
  }

  .smdn3owv {
    padding: 0% 15% 0% 5%;
  }

  .a8i78iqj {
    flex-direction: row;
    width: 25%;
    display: none;
  }

  .lka6kn5a {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-width: 95vw;
    margin: 0 auto;
    display: flex;
  }

  .mtzo04jx {
    margin: 0 0 37px;
    padding: 0;
  }

  .gbdr11s2 {
    margin: 0 150px 34.4px;
    padding: 0;
  }

  .na7ii4me {
    margin: 50px;
    padding: 0;
  }

  .y9qonw8s {
    padding: 100px 15px 0;
  }

  .yiklyfj3 {
    margin: 0 150px 20px;
    padding: 0;
  }

  .f5plq79j {
    margin: 0 0 20px;
  }

  .t03ywixw {
    border-radius: 5px;
    padding: 35px;
  }

  .c05t30de {
    border-radius: 5px;
  }

  .vny4uwi6 {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .pbndnesk {
    margin: 10px;
  }

  .fko3nq0y {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .ty8rzgvw {
    margin: 0 0 20px;
  }

  .dxays0xp {
    padding: 10px;
  }

  .rypcgt4x {
    padding: 0 0 0 5px;
  }

  .fkb5ru5k {
    margin: 0 20px 20px;
    padding: 0;
  }

  .jfx8txcy {
    margin: 0 0 20px 20px;
    padding: 0;
  }

  .s31yt24m {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .jwsf53ba {
    margin: 10px;
    padding: 20px;
  }

  .hf7yyw0e {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .tbvypozt {
    margin: 10px;
    padding: 0 0 20px;
  }

  .xvr4w8ln {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .k2z14g7a {
    border-radius: 5px;
  }

  .dbgno6bi {
    border-radius: 5px;
    margin: 50px 0 0;
  }

  .o68uek1n {
    margin: 0 0 60px;
    padding: 10px;
  }

  .wz57szve {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .szn6cpdd {
    padding: 70px 0 0;
  }

  .q5qiat8y {
    overflow: hidden;
  }

  .st0gdkml {
    margin-bottom: 37px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .wdi2zsjq {
    margin: 0 150px 34.4px;
    padding: 0;
  }

  .ay5velw7 {
    margin: 50px;
    padding: 0;
  }

  .tdgfw3v0 {
    padding: 100px 15px 0;
  }

  .zr9e1baf {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .fmt3pyvw {
    margin: -159px 0 0;
  }

  .epy4svm5 {
    margin: 0 150px 20px;
    padding: 0;
  }

  .f6fbt36h {
    margin: 0 0 20px;
  }

  .gnym3l3j {
    border-radius: 5px;
    padding: 35px;
  }

  .izjoxv5m {
    border-radius: 5px;
  }

  .spqcwwzg {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .dr7yyk07 {
    margin: 10px;
  }

  .xzeo6l9w {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .v0fu6h9e {
    margin: 0 0 20px;
  }

  .dir5ov8j {
    padding: 10px;
  }

  .yy8z6idh {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .wz7iwjzn {
    padding: 0 0 100px;
  }

  .jk3ppmpe {
    padding: 0 0 0 5px;
  }

  .v0ft61ld {
    margin: 0 20px 20px;
    padding: 0;
  }

  .klmmdvzd {
    margin: 0 0 20px 20px;
    padding: 0;
  }

  .rcjfv9u3 {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .g77j38q5 {
    margin: 10px;
    padding: 20px;
  }

  .hoi4vc15 {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .o5pvo11b {
    margin: 10px;
    padding: 0 0 20px;
  }

  .s0ssta73 {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .s3iosqzc {
    border-radius: 5px;
  }

  .yh7lkx3f {
    border-radius: 5px;
    margin: 50px 0 0;
  }

  .c7m01m5e {
    margin: 0 0 60px;
    padding: 10px;
  }

  .cc30o0fc {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .s1zlz1w1 {
    padding: 70px 0 0;
  }

  .p3sqvcr9 {
    margin: 0 150px 20px;
    padding: 0;
  }

  .t7f2q8m2 {
    margin: 0 250px 34.4px;
    padding: 0;
  }

  .dd8xl4rx {
    padding: 10px 20px;
  }

  .k4zjz29x {
    border-width: 0 0 2px;
    border-radius: 5px;
    margin: 0 30px;
  }

  .klfmj0wz {
    padding: 10px 20px;
  }

  .qzlbajzd {
    border-radius: 5px;
    margin: 0 30px;
  }

  .lt2nd5ct {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 5px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    padding: 5px 0;
    display: grid;
    overflow: hidden;
  }

  .qph69216 {
    margin: 0;
  }

  .s7cwg1qw {
    padding: 20px 0 0;
  }

  .l656apj9 {
    margin: 0 3px 0 0;
  }

  .v3orzkd3 {
    padding: 12px 0 35px;
  }

  .dcbg8rig {
    margin: 0 10px 0 0;
  }

  .xc5cw5mt {
    margin: 0 15px;
  }

  .dyrfuuzk {
    margin: 0;
    padding: 0;
  }

  .bwst70o6 {
    border-radius: 4px;
    padding: 15px 30px;
  }

  .zvmrumn1 {
    padding: 30px 0;
  }

  .tezqkhkl {
    border-radius: 5px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .uuj2ko7i, .m5puhnb8 {
    padding: 10px;
  }

  .mpg2p3h3 {
    overflow: hidden;
  }

  .u461qhox {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .uzne87cv {
    word-spacing: 12.5px;
    margin: 0 0 20px;
    padding: 0;
    font-size: 25px;
    line-height: 27.5px;
    transform: translate(-27px)skewX(0)translate(0)skewY(0)rotate3d(1, 0, 0, 6.23739deg)rotate3d(0, 1, 0, 2.00139deg);
  }

  .m9jbdx3l {
    border-width: 0;
  }

  .lcg5awt6 {
    margin: 0;
    padding: 0;
  }

  .emayz4qg {
    margin: 0 0 60px;
    padding: 10px;
  }

  .tcgtv3yi {
    margin: 40px 0 0;
    padding: 70px 0 0;
  }

  .cmcb5g6b, .ndedxxxz {
    margin: 0 0 20px;
    padding: 0;
  }

  .n0xqnl18 {
    margin: 0 25px 14.4px 0;
    padding: 0;
  }

  .sellpmcz {
    border-radius: 5px;
    padding: 80px 80px 20px 30px;
  }

  .qoshfzpz {
    border-radius: 5px;
    margin: 0 0 0 -53px;
    padding: 0;
  }

  .anwccavj {
    padding: 10px;
  }

  .qweva1l6 {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .yfgqko4j {
    padding: 50px 0;
  }

  .spqskjkq {
    border-radius: 100px;
  }

  .v2orl3kl {
    margin: 0;
  }

  .tjr3ajer {
    margin: 8px 0 16px;
  }

  .ge4idqb2 {
    margin: 0;
  }

  .qr83yp04 {
    margin: 0;
    padding: 0;
  }

  .lua9d3uf {
    padding: 10px;
  }

  .vg6h7kjs {
    margin: 25px 0;
  }

  .v3hu1vuq {
    margin: 0 0 20px;
    padding: 0;
  }

  .dmqvdatc {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .h23yag5l {
    margin: 0;
    padding: 0;
  }

  .qjyf1jff {
    margin: 100px 0;
  }

  .yjtidvj8 {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .ea58t7qi {
    margin: -1px;
    overflow: hidden;
  }

  .zzfj37c5 {
    border-width: 0 0 1px;
    padding: 6px 16px;
  }

  .hz2wiqmm {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .c2fpsgr2 {
    border-width: 0;
    padding: 6px 16px;
  }

  .bqn5q4al {
    border-width: 0;
    border-radius: 3px;
    padding: 0 24px;
  }

  .utcpabm6 {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .t2vekf5s {
    margin: 0 -5px -30px;
  }

  .hnkwjq65 {
    margin: 0;
    padding: 0;
  }

  .pso1mynt {
    padding: 0 50px 50px;
  }

  .tdg43fnp {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .hhakuggw {
    padding: 50px 0;
  }

  .accordion-grid {
    grid-row-gap: 50px;
  }

  .integrations-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .icon-button {
    display: inline-block;
  }

  .relative {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .pricing-menu {
    width: 60vh;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-large {
    font-size: 2.2em;
  }

  .featured-review-see-more {
    font-size: 15px;
  }

  .f-r-see-more {
    margin-bottom: 46px;
  }

  .pricing-card-grid {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    grid-template-columns: 1fr;
  }

  .extra-plans {
    max-width: 100%;
  }

  .d-8-image-wrapper {
    width: 100%;
    height: 300px;
  }

  .d-8-image-text {
    font-size: 20px;
    line-height: 28px;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-bottom: 35px;
    display: none;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .demo-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    margin-top: 140px;
    margin-right: 0;
  }

  .image-2 {
    margin-right: 0;
  }

  .awz7m9v7 {
    overflow: hidden;
  }

  .nrhhk6ms {
    margin: 0 0 37px;
    padding: 0;
  }

  .oen15arb {
    margin: 0 150px 34.4px;
    padding: 0;
  }

  .s2solf3d {
    margin: 50px auto;
    padding: 0;
  }

  .wuqruy2n {
    padding: 100px 15px 0;
  }

  .d62wwh0t {
    flex: 0 auto;
  }

  .nj0ikqis {
    flex-wrap: wrap;
    max-width: none;
    min-height: 700px;
    margin: 120px auto 0;
    display: block;
  }

  .x921pc4z {
    margin: -159px 0 0;
  }

  .wvn5ygsv {
    margin: 0 150px 20px;
    padding: 0;
  }

  .f0ibmp9c {
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.2em;
  }

  .owsxhbo2 {
    box-sizing: border-box;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.5vh;
    display: block;
  }

  .ocyuppun {
    border-radius: 5px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 0%;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .tyvxlbdn {
    border-radius: 5px;
    width: 100%;
    margin-top: auto;
    display: block;
  }

  .fwz0up0j {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .ldl5nqml {
    margin: 10px;
  }

  .en7urffb {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: end start;
    align-self: stretch;
    display: flex;
  }

  .iorqllm7 {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .x4t75u8j {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    width: 100%;
    display: block;
    position: static;
    overflow: visible;
  }

  .waedzfu4 {
    margin: 0 0 20px;
  }

  .vqckhtas {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-around center;
    align-self: auto;
    padding: 10px;
    display: flex;
    position: static;
  }

  .yewrnzls {
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
  }

  .nsaj9pco {
    padding: 0 0 100px;
  }

  .wcpjyy30 {
    padding: 0 0 0 5px;
  }

  .myjn7qq1 {
    margin: 0 20px 20px;
    padding: 0;
  }

  .r6ifzbyr {
    margin: 0 0 20px 20px;
    padding: 0;
  }

  .vngae2cv {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .lo7gulus {
    margin: 10px;
    padding: 20px;
  }

  .wmqqav8f {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .bts7kmyn {
    margin: 10px;
    padding: 0 0 20px;
  }

  .mp693sad {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .jovuggeg {
    border-radius: 5px;
  }

  .jftb5tnt {
    border-radius: 5px;
    margin: 50px 0 0;
  }

  .q0t08wsk {
    margin: 0 0 60px;
    padding: 10px;
  }

  .yxtdub5a {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .mi1xyylh {
    padding: 70px 0 0;
  }

  .wugjy4av {
    margin: 0 150px 20px;
    padding: 0;
  }

  .b2gliimi {
    margin: 0 250px 34.4px;
    padding: 0;
  }

  .hecfpuyr {
    padding: 10px 20px;
  }

  .t1bblr41 {
    border-width: 0 0 2px;
    border-radius: 5px;
    margin: 0 30px;
  }

  .p8wn4gjv {
    padding: 10px 20px;
  }

  .nxw0555h {
    border-radius: 5px;
    margin: 0 30px;
  }

  .bq1jyh8s {
    border-radius: 5px;
    padding: 5px 0;
    overflow: hidden;
  }

  .oppljc1i {
    margin: 0;
  }

  .bdnh8el0 {
    padding: 20px 0 0;
  }

  .cwq9fvae {
    margin: 0 3px 0 0;
  }

  .k25s40ex {
    padding: 12px 0 35px;
  }

  .ygqjx9ps {
    margin: 0 10px 0 0;
  }

  .qgbjr0jr {
    margin: 0 15px;
  }

  .hrn58ibr {
    margin: 0;
    padding: 0;
  }

  .ekyxc904 {
    border-radius: 4px;
    padding: 15px 30px;
  }

  .ddp7r88i {
    padding: 30px 0;
  }

  .gq3ko6ix {
    border-radius: 5px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .y4e1wqgk, .qzx455i9 {
    padding: 10px;
  }

  .y7whgj8n {
    overflow: hidden;
  }

  .fy5tfqk1 {
    margin: 0 0 20px;
    padding: 0;
  }

  .yeezzwkt {
    word-spacing: 12.5px;
    margin: 0 0 20px;
    padding: 0;
    font-size: 25px;
    line-height: 27.5px;
    transform: translate(-27px)skewX(0)translate(0)skewY(0)rotate3d(1, 0, 0, 6.23739deg)rotate3d(0, 1, 0, 2.00139deg);
  }

  .we1x6rod {
    border-width: 0;
  }

  .iiklzdzt {
    margin: 0;
    padding: 0;
  }

  .sk1t2s65 {
    margin: 0 0 60px;
    padding: 10px;
  }

  .txc6ds9w {
    margin: 100px 0 0;
    padding: 70px 0 0;
  }

  .ql6apdi6, .gyb13jpj {
    margin: 0 0 20px;
    padding: 0;
  }

  .anb1uw5n {
    margin: 0 25px 14.4px 0;
    padding: 0;
  }

  .b52hyvwm {
    border-radius: 5px;
    padding: 80px 80px 20px 30px;
  }

  .lrfoege9 {
    border-radius: 5px;
    margin: 0 0 0 -53px;
    padding: 0;
  }

  .n4kzuppz {
    padding: 10px;
  }

  .f7vy2adk {
    flex-wrap: wrap;
    width: 94%;
    max-width: 1024px;
    margin: 0 auto;
  }

  .ekx9deaq {
    padding: 50px 0;
  }

  .zvm5qq5h {
    border-radius: 100px;
  }

  .mvjrz7z9 {
    margin: 0;
  }

  .ktq8eimp {
    margin: 8px 0 16px;
  }

  .p57wj35q {
    margin: 0;
  }

  .wvu1n8s7 {
    margin: 0;
    padding: 0;
  }

  .qqke5hen {
    padding: 10px;
  }

  .resytxs3 {
    margin: 25px 0;
  }

  .wuat53q3 {
    margin: 0 0 20px;
    padding: 0;
  }

  .b2vx2evh {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .zy4xyr3t {
    margin: 0;
    padding: 0;
  }

  .c71mx4rj {
    margin: 100px 0;
  }

  .ukmptkrr {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .ubpuedql {
    margin: -1px;
    overflow: hidden;
  }

  .xj8h05sq {
    border-width: 0 0 1px;
    padding: 6px 16px;
  }

  .c2jcc897 {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .x2n2e0dm {
    border-width: 0;
    padding: 6px 16px;
  }

  .g9ff5v3t {
    border-width: 0;
    border-radius: 3px;
    padding: 0 24px;
  }

  .wepi24ck {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .lkm82fss {
    margin: 0 -5px -30px;
  }

  .op233q5q {
    margin: 0;
    padding: 0;
  }

  .bt5upufi {
    padding: 0 50px 50px;
  }

  .j96zrbw3 {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .oxwfu80o {
    padding: 50px 0;
  }

  .n1v2ykpg {
    overflow: hidden;
  }

  .mqevzlv0 {
    margin: -1px;
    overflow: hidden;
  }

  .wxxj1k2n {
    border-radius: 50%;
  }

  .w3joqvjb {
    margin: 10px 0 20px;
    padding: 0;
  }

  .cdl88s80 {
    padding: 0 0 0 5px;
  }

  .cb31ml1g {
    margin: 0 20px 20px;
    padding: 0;
  }

  .dz0oxm3a {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .h348la8i {
    padding: 10px;
  }

  .v6pn3axf {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .wkd15scd {
    border-width: 1px 0 0;
    padding: 30px 0 0;
  }

  .wtgq9yw9 {
    padding: 10px;
  }

  .bqvwt0e3 {
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .dttyhgsm {
    padding: 30px 20px;
  }

  .content-wrapper-2 {
    display: none;
  }

  .section-26 {
    height: auto;
    margin-top: 20%;
    display: block;
  }

  .div-block-283 {
    padding-bottom: 20%;
    position: static;
  }

  .collection-list-13 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-left: 97px;
    margin-right: 97px;
    display: grid;
  }

  .link-block-27 {
    opacity: 1;
    object-fit: contain;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .link-block-27:hover {
    box-shadow: 0 0 10px 5px #fff;
  }

  .div-block-284 {
    border: 1px solid var(--blu-buttons);
    object-fit: contain;
    background-color: #0000;
    border-radius: 6px;
    width: 25vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    text-decoration: none;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-53 {
    object-fit: contain;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .text-block-61 {
    color: var(--blu-buttons);
    text-align: center;
    max-width: 80%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    font-family: Sfprodisplay, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-3 {
    position: relative;
  }

  .footerinformationcontainer {
    flex-direction: column;
    justify-content: space-between;
  }

  .footergeneralinfo {
    margin-bottom: 1em;
  }

  .cursorr {
    display: none;
  }

  .download {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .main {
    padding-top: 20%;
  }

  .nav-social-address.head.r {
    text-align: left;
  }

  .c-nav-menu-content {
    width: 80%;
    margin-top: -79px;
    display: flex;
    top: 32px;
  }

  .c-col-menu-links {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .menu-item-text {
    padding-top: 17px;
    font-size: 1.7em;
  }

  ._w-col-menu-social {
    margin-top: 0;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .link-block-10 {
    margin-right: 0;
  }

  .link-block-10.menu {
    padding-right: 0;
  }

  .form-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .checkbox_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper {
    width: 90vw;
    height: auto;
    margin-bottom: 6em;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    max-width: 612px;
    margin: 40px 24px;
  }

  .grid-5.home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-5.members {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card {
    box-shadow: 0 0 16px 2px #15239e0a;
  }

  .card.c1 {
    box-shadow: 0 0 10px 2px #fff;
  }

  .card.c2, .card.c3 {
    box-shadow: 0 0 16px 2px #fff;
  }

  ._3d-wrap {
    width: 77vw;
  }

  .project-item-2 {
    width: 40%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section {
    height: 50vh;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .hero-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 14%;
    padding-left: 15%;
    display: block;
  }

  .large-heading.offset-right {
    font-size: 2.5em;
  }

  .hero-link {
    font-size: 1rem;
    font-weight: 400;
  }

  .hero-link.insta {
    display: block;
  }

  .h2maintitle {
    padding-left: 0;
    font-size: 4.7vw;
  }

  .servicessection {
    margin-top: 0%;
    padding-top: 0;
    display: flex;
  }

  .collection-list-wrapper-4 {
    justify-content: center;
    padding-top: 42px;
    padding-bottom: 42px;
    display: flex;
  }

  .image-25 {
    max-width: 100%;
  }

  .container-27 {
    padding: 37px;
  }

  .div-block-263 {
    border-radius: 20px;
    width: 35vw;
  }

  .rdv_component {
    grid-template-columns: 1fr;
  }

  .section_header {
    min-height: auto;
    padding-top: 0;
  }

  .sponsor_images-wrapper, .footer_socialshare_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .rdv_content-right {
    border-radius: 32px;
  }

  .text-style-tag {
    font-size: 1.1rem;
  }

  .padding-section-small, .header_logo-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .merch_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header_background-image {
    height: auto;
  }

  .header_heading-wrapper_informations {
    margin-top: 4rem;
  }

  .sponspor_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .countdown_item {
    padding: 1.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header_heading-wrapper {
    padding-bottom: 0;
  }

  .section_sponsor {
    overflow: hidden;
  }

  .argu_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section_location-image {
    margin-left: 21px;
    margin-right: 21px;
  }

  .sponsor_gallery-image-wrapper {
    padding-top: 115%;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header_wrapper {
    height: auto;
    min-height: auto;
  }

  .button-3.is-large {
    font-size: 3rem;
  }

  .dropdown-toggle-2 {
    color: #48b4fb;
    width: auto;
  }

  .dropdown-toggle-2.w--open {
    align-self: auto;
    width: 100%;
    position: relative;
  }

  .collection-list-7 {
    grid-template-columns: 1fr 1fr;
    width: 100vw;
  }

  .services-ecommerce {
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .collection-item-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .collection-list-wrapper-6 {
    width: 100%;
  }

  .collection-list-wrapper-6.filter-button {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    line-height: 20px;
    display: block;
  }

  .collection-list-wrapper-6.filter-button.desktop {
    display: none;
  }

  .servicesoptions {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    padding-right: 0;
    font-size: 9px;
    position: relative;
  }

  .text-block-43 {
    color: var(--white);
    justify-content: flex-end;
    font-size: 1rem;
    display: flex;
  }

  .collection-item-6 {
    width: 40vw;
    padding-left: 25px;
  }

  .collection-list-wrapper-8 {
    flex-direction: column;
    order: 1;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-8.desktop {
    display: none;
  }

  .collection-list-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-list-3 {
    background-color: #000;
    display: none;
  }

  .dropdown-list-3.w--open {
    z-index: 2147483647;
    background-color: var(--black);
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: block;
    position: absolute;
  }

  .collection-item-10 {
    justify-content: center;
    display: flex;
  }

  .div-block-273 {
    margin-top: 50px;
  }

  .product-header4_product-details {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-header4_main-image-wrapper {
    width: 32vw;
    margin-left: auto;
    margin-right: auto;
  }

  .product-header4_gallery {
    grid-template-columns: 1fr;
    width: 40%;
  }

  .info {
    height: 80vh;
  }

  .product-header4_component {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-header4_main-image {
    object-fit: contain;
    width: 100%;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .collection-list-8 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .collection-item-2 {
    align-items: center;
    padding-bottom: 20px;
  }

  .collection-item-11 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .others-link {
    text-align: center;
  }

  .div-block-274 {
    justify-content: space-between;
    align-items: center;
  }

  .icon-8 {
    color: var(--white);
  }

  .button-secondary-3.is-buy-now-button {
    width: 80%;
  }

  .colo2 {
    padding-top: 112%;
  }

  .fieldwrap {
    transform-origin: 50%;
  }

  .contactform {
    width: 70vw;
  }

  .fieldwrapdark {
    transform-origin: 50%;
  }

  .collection-list-10 {
    grid-template-columns: 1fr;
  }

  .image-38 {
    object-fit: cover;
  }

  .buttongoback {
    width: 16vw;
    right: 13%;
  }

  .card-wrapper {
    width: 60vw;
  }

  .homeredirect-2 {
    width: 30vw;
    font-size: 1em;
  }

  .homeredirect-2.downscreens {
    width: 30vw;
  }

  .cardretainers {
    width: 60vw;
  }

  .image-48 {
    max-width: 9vw;
  }

  .phoneherosection {
    display: block;
  }

  .background-video-2 {
    aspect-ratio: auto;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .modal {
    display: none;
  }

  .cuponformblock {
    width: 350px;
  }

  .text-field {
    height: 32px;
  }

  .btncuponform {
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .h3mainsubtitle {
    padding-left: 0;
    font-size: 4.7vw;
  }

  .blogscontainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mainoptiionsmenu {
    justify-content: space-around;
    align-items: center;
    height: 10vh;
    display: flex;
  }

  .blogtitlecontainer, .bolgsubtitlecontainer {
    padding-left: 30px;
  }

  .blogsubtitle.offset-right {
    font-size: 2em;
  }

  .collectionlistblognews, .collection-list-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .collection-item-14 {
    opacity: 1;
    transition-property: none;
    transform: none;
  }

  .collection-item-14:hover {
    transform: none;
  }

  .list, .list-2 {
    font-size: 16px;
  }

  .blogcategories {
    display: none;
  }

  .blogcontent {
    width: 100%;
    padding-right: 40px;
  }

  .div-block-279 {
    margin-left: 0;
  }

  .blogcategoriescontent {
    width: 100%;
    padding-right: 40px;
  }

  .collectionlistblognews-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blogscollectionlist {
    grid-template-columns: 1fr;
  }

  .blogcategoriesphone {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .bookingembed {
    display: none;
  }

  .hero-link-phone {
    display: block;
  }

  .hero-link-desktop, .bookingembedcontainer {
    display: none;
  }

  .modal-container {
    background-position: 50% 0;
    background-size: cover;
    width: 470px;
    height: 540px;
  }

  .cuponformblock-2 {
    width: 350px;
  }

  .btncuponform-2 {
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .closerlink.reload {
    top: 1%;
  }

  .text-field-2 {
    height: 32px;
  }

  .bookingembedphone, .bookingembedcontainerphone {
    display: none;
  }

  .calendly-phone, .calendlycontainerphone {
    display: block;
  }

  .calendlycontainerphone:hover {
    box-shadow: none;
  }

  .buttonhosting {
    display: none;
  }

  .servicesoptions-copy {
    text-align: center;
    justify-content: center;
    padding-right: 0;
    font-size: 9px;
    position: relative;
  }

  .section-25 {
    flex-flow: column;
    justify-content: space-around;
  }

  .videodiv {
    width: 60vw;
  }

  .buttonhosting-phone {
    display: flex;
  }

  .xbaftwhi {
    overflow: hidden;
  }

  .bec33h02 {
    margin: 0 0 37px;
    padding: 0;
    font-size: 35px;
    line-height: 42.35px;
  }

  .uejpvs7n {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .f4f73rpc {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .xobmi4pm {
    padding: 20px;
  }

  .dtx3kqzm {
    max-width: 767px;
    margin: 0 auto;
  }

  .pqckw5ki {
    margin: 0;
    padding: 50px 0 32px;
  }

  .hlq5wvje {
    font-size: 18px;
    line-height: 21.78px;
  }

  .q3d3ywhf {
    margin: 0 20px 20px;
    padding: 0;
    font-size: 18px;
    line-height: 21.78px;
  }

  .y3tiyr5a {
    margin: 0 0 20px;
    font-size: 16px;
  }

  .tj4aeun4 {
    border-radius: 5px;
    padding: 12px;
  }

  .xbmlepux {
    border-radius: 5px;
  }

  .d2mm4dya {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .pkpeqyg6 {
    margin: 10px;
  }

  .rjf6vip4 {
    width: 50%;
  }

  .jf5lf4e4 {
    flex-direction: row;
    width: 50%;
    display: none;
  }

  .yphtw7p2 {
    margin: 0 auto;
  }

  .wm03rh36 {
    margin: 0 0 20px;
    font-size: 15px;
  }

  .pinv28sz {
    padding: 20px 0;
  }

  .okzqg1zf {
    margin: 0 auto;
  }

  .mmtk2zo3 {
    padding: 0;
  }

  .sgv648o8 {
    padding: 0 0 0 5px;
  }

  .ihsrhiae {
    margin: 0 20px 20px;
    padding: 0;
  }

  .igko2604 {
    margin: 0 0 20px 20px;
    padding: 0;
    font-size: 22px;
    line-height: 26.62px;
  }

  .xepttgar {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .uennt1ov {
    margin: 10px;
    padding: 20px;
  }

  .z2zd4l9f {
    order: 10;
    width: 100%;
  }

  .cyhdz7ly {
    border-radius: 5px;
    width: 65%;
    height: 220px;
    margin: 0;
    padding: 0;
  }

  .ep8vsgwy {
    margin: 10px;
    padding: 0;
  }

  .ahlcxe7n {
    order: 9;
    width: 100%;
  }

  .z5fzcwdv {
    margin: 0 auto;
  }

  .z8a6piqv, .zxq7aak8 {
    border-radius: 5px;
    margin: 0 0 20px;
  }

  .yjnlj49e {
    margin: 0;
    padding: 20px;
  }

  .peqyxr2g {
    max-width: 767px;
    margin: 0 auto;
  }

  .w65vfg05 {
    margin: 30px 0;
    padding: 0;
  }

  .p2d7gk6k {
    text-align: center;
    width: 185px;
  }

  .vcabc476 {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .frfgcd1j {
    padding: 0;
  }

  .ls55z8jb {
    width: 55%;
  }

  .pvcoh0tm {
    margin: 0 1px 0 0;
    padding: 13px 15px;
  }

  .ltggtny7 {
    margin: 0 0 0 1px;
    padding: 13px 15px;
  }

  .ddj1i6jz {
    margin: 0 0 0 auto;
    padding: 0;
  }

  .awfhiemi {
    overflow: hidden;
  }

  .o75o016a {
    margin: -1px;
    overflow: hidden;
  }

  .iyrteviy {
    border-width: 0;
    margin: 0 0 0 auto;
    padding: 7.5px;
  }

  .uwpuegwd {
    margin: 0;
    padding: 0 20px 0 0;
  }

  .uefz9qo5 {
    width: 45%;
  }

  .q61ui42o, .k5zbpsjs {
    font-size: 15px;
  }

  .r4i7yeym {
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 15px;
  }

  .ujqsc85u {
    margin: 0;
    padding: 0;
  }

  .ashp1x2e {
    padding: 0% 15% 0% 5%;
  }

  .z9uucfqn {
    width: 50%;
  }

  .e56zcslx {
    margin: 0 auto;
  }

  .yfougyew {
    text-align: center;
    width: 185px;
  }

  .osvpncut {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .rqap5c82 {
    padding: 0;
  }

  .zzsu65oc {
    width: 55%;
  }

  .w3essuu7 {
    margin: 0 1px 0 0;
    padding: 13px 15px;
  }

  .scw78klh {
    margin: 0 0 0 1px;
    padding: 13px 15px;
  }

  .ddb0odh0 {
    margin: 0 0 0 auto;
    padding: 0;
  }

  .jrchjreo {
    overflow: hidden;
  }

  .ibc98nt5 {
    margin: -1px;
    overflow: hidden;
  }

  .vazhbtbg {
    border-width: 0;
    margin: 0 0 0 auto;
    padding: 7.5px;
  }

  .o0mh6euw {
    margin: 0;
    padding: 0 20px 0 0;
  }

  .zyzz0pj8 {
    width: 45%;
  }

  .ygjfhhpp, .af97tllh {
    font-size: 15px;
  }

  .ps3hngf8 {
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 15px;
  }

  .pewkicq1 {
    margin: 0;
    padding: 0;
  }

  .smdn3owv {
    padding: 0% 15% 0% 5%;
  }

  .a8i78iqj {
    width: 50%;
  }

  .lka6kn5a {
    margin: 0 auto;
  }

  .mtzo04jx {
    margin: 0 0 37px;
    padding: 0;
    font-size: 35px;
    line-height: 42.35px;
  }

  .gbdr11s2 {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .na7ii4me {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .y9qonw8s {
    padding: 20px;
  }

  .iz6y7px2 {
    font-size: 18px;
    line-height: 21.78px;
  }

  .yiklyfj3 {
    margin: 0 20px 20px;
    padding: 0;
    font-size: 18px;
    line-height: 21.78px;
  }

  .f5plq79j {
    margin: 0 0 20px;
    font-size: 16px;
  }

  .t03ywixw {
    border-radius: 5px;
    padding: 12px;
  }

  .c05t30de {
    border-radius: 5px;
  }

  .vny4uwi6 {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .pbndnesk {
    margin: 10px;
  }

  .f89skue2 {
    width: 50%;
  }

  .mgpah18t {
    flex-direction: row;
    width: 50%;
    display: none;
  }

  .fko3nq0y {
    margin: 0 auto;
  }

  .ty8rzgvw {
    margin: 0 0 20px;
    font-size: 15px;
  }

  .dxays0xp {
    padding: 20px 0;
  }

  .rypcgt4x {
    padding: 0 0 0 5px;
  }

  .fkb5ru5k {
    margin: 0 20px 20px;
    padding: 0;
  }

  .jfx8txcy {
    margin: 0 0 20px 20px;
    padding: 0;
    font-size: 22px;
    line-height: 26.62px;
  }

  .s31yt24m {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .jwsf53ba {
    margin: 10px;
    padding: 20px;
  }

  .rlynud2f {
    order: 10;
    width: 100%;
  }

  .hf7yyw0e {
    border-radius: 5px;
    width: 65%;
    height: 220px;
    margin: 0;
    padding: 0;
  }

  .tbvypozt {
    margin: 10px;
    padding: 0;
  }

  .l2u5rjsx {
    order: 9;
    width: 100%;
  }

  .xvr4w8ln {
    margin: 0 auto;
  }

  .k2z14g7a, .dbgno6bi {
    border-radius: 5px;
    margin: 0 0 20px;
  }

  .o68uek1n {
    margin: 0;
    padding: 20px;
  }

  .wz57szve {
    max-width: 767px;
    margin: 0 auto;
  }

  .szn6cpdd {
    margin: 30px 0;
    padding: 0;
  }

  .q5qiat8y {
    overflow: hidden;
  }

  .st0gdkml {
    margin: 0 0 37px;
    padding: 0;
    font-size: 35px;
    line-height: 42.35px;
  }

  .wdi2zsjq {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .ay5velw7 {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .tdgfw3v0 {
    padding: 20px;
  }

  .zr9e1baf {
    max-width: 767px;
    margin: 0 auto;
  }

  .fmt3pyvw {
    margin: 0;
    padding: 50px 0 32px;
  }

  .mz1kfh4e {
    font-size: 18px;
    line-height: 21.78px;
  }

  .epy4svm5 {
    margin: 0 20px 20px;
    padding: 0;
    font-size: 18px;
    line-height: 21.78px;
  }

  .f6fbt36h {
    margin: 0 0 20px;
    font-size: 16px;
  }

  .gnym3l3j {
    border-radius: 5px;
    padding: 12px;
  }

  .izjoxv5m {
    border-radius: 5px;
  }

  .spqcwwzg {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .dr7yyk07 {
    margin: 10px;
  }

  .lwpejmpg {
    width: 50%;
  }

  .tezxuzcj {
    flex-direction: row;
    width: 50%;
    display: none;
  }

  .xzeo6l9w {
    margin: 0 auto;
  }

  .v0fu6h9e {
    margin: 0 0 20px;
    font-size: 15px;
  }

  .dir5ov8j {
    padding: 20px 0;
  }

  .yy8z6idh {
    margin: 0 auto;
  }

  .wz7iwjzn {
    padding: 0;
  }

  .jk3ppmpe {
    padding: 0 0 0 5px;
  }

  .v0ft61ld {
    margin: 0 20px 20px;
    padding: 0;
  }

  .klmmdvzd {
    margin: 0 0 20px 20px;
    padding: 0;
    font-size: 22px;
    line-height: 26.62px;
  }

  .rcjfv9u3 {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .g77j38q5 {
    margin: 10px;
    padding: 20px;
  }

  .fkstnm89 {
    order: 10;
    width: 100%;
  }

  .hoi4vc15 {
    border-radius: 5px;
    width: 65%;
    height: 220px;
    margin: 0;
    padding: 0;
  }

  .o5pvo11b {
    margin: 10px;
    padding: 0;
  }

  .cll7ymqm {
    order: 9;
    width: 100%;
  }

  .s0ssta73 {
    margin: 0 auto;
  }

  .s3iosqzc, .yh7lkx3f {
    border-radius: 5px;
    margin: 0 0 20px;
  }

  .c7m01m5e {
    margin: 0;
    padding: 20px;
  }

  .cc30o0fc {
    max-width: 767px;
    margin: 0 auto;
  }

  .s1zlz1w1 {
    margin: 30px 0;
    padding: 0;
  }

  .p3sqvcr9 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    line-height: 26.62px;
  }

  .t7f2q8m2 {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .egl7eiko {
    font-size: 13px;
  }

  .dd8xl4rx {
    padding: 10px;
  }

  .k4zjz29x {
    border-width: 0 0 2px;
    border-radius: 15px;
    margin: 0 10px;
  }

  .c52393s8 {
    font-size: 13px;
  }

  .klfmj0wz {
    padding: 0;
  }

  .qzlbajzd {
    border-radius: 5px;
    margin: 0 10px;
  }

  .lt2nd5ct {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 15px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-self: stretch;
    padding: 10px 0;
    display: grid;
    overflow: hidden;
  }

  .qph69216 {
    margin: 0;
  }

  .s7cwg1qw {
    padding: 20px 0 0;
  }

  .l656apj9 {
    margin: 0 3px 0 0;
  }

  .v3orzkd3 {
    padding: 12px 0 35px;
  }

  .dcbg8rig {
    margin: 0 10px 0 0;
  }

  .xc5cw5mt {
    margin: 0 15px;
  }

  .dyrfuuzk {
    margin: 0;
    padding: 0;
  }

  .bwst70o6 {
    border-radius: 4px;
    padding: 15px 30px;
  }

  .zvmrumn1 {
    padding: 30px 0;
  }

  .tezqkhkl {
    border-radius: 5px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .uuj2ko7i {
    padding: 10px;
  }

  .u63wtk3n {
    width: 100%;
  }

  .m5puhnb8 {
    padding: 10px;
  }

  .mpg2p3h3 {
    overflow: hidden;
  }

  .u461qhox {
    margin: 0 0 20px;
    padding: 0;
  }

  .uzne87cv {
    letter-spacing: -.7px;
    word-spacing: 3.4px;
    margin: 0 0 20px;
    padding: 0;
    font-size: 34px;
    line-height: 37.4px;
    transform: translate(0)skewX(0)translate(0)skewY(0)rotate3d(1, 0, 0, 6.23739deg)rotate3d(0, 1, 0, 2.00139deg);
  }

  .m9jbdx3l {
    border-width: 0;
  }

  .lcg5awt6 {
    margin: 0;
    padding: 0;
  }

  .emayz4qg {
    margin: 0 0 60px;
    padding: 10px;
  }

  .tcgtv3yi {
    margin: 0;
    padding: 20px;
  }

  .cmcb5g6b {
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    line-height: 26.62px;
  }

  .ndedxxxz {
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    line-height: 21.78px;
  }

  .n0xqnl18 {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .sellpmcz {
    border-radius: 5px;
    padding: 125px 20px 20px;
  }

  .pesslg7a {
    order: 10;
    width: 100%;
  }

  .qoshfzpz {
    border-radius: 5px;
    margin: 0 0 -100px;
    padding: 0;
  }

  .anwccavj {
    padding: 10px;
  }

  .lq00gtsx {
    order: 9;
    width: 100%;
  }

  .qweva1l6 {
    max-width: 767px;
    margin: 0 auto;
  }

  .yfgqko4j {
    padding: 20px;
  }

  .spqskjkq {
    border-radius: 100px;
  }

  .v2orl3kl {
    margin: 0 auto;
    display: inline-block;
  }

  .tjr3ajer {
    margin: 8px 0 16px;
  }

  .ge4idqb2 {
    margin: 0;
  }

  .qr83yp04 {
    flex-direction: row;
    align-items: normal;
    margin: 0;
    padding: 0;
    display: block;
  }

  .at67vl35 {
    width: 50%;
  }

  .lua9d3uf {
    padding: 20px;
  }

  .vg6h7kjs {
    margin: 30px 0 0;
  }

  .v3hu1vuq {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    line-height: 26.62px;
  }

  .dmqvdatc {
    text-align: center;
    margin: 0 0 14.4px;
    padding: 0;
  }

  .k4eufn2t {
    width: 100%;
  }

  .h23yag5l {
    margin: 0;
    padding: 0;
  }

  .tw5w8iu0 {
    width: 100%;
  }

  .qjyf1jff {
    margin: 30px 0;
  }

  .yjtidvj8 {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .dn6odq2i {
    width: 100%;
  }

  .ea58t7qi {
    margin: -1px;
    overflow: hidden;
  }

  .zzfj37c5 {
    border-width: 0 0 1px;
    padding: 6px 16px;
  }

  .hz2wiqmm {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .c2fpsgr2 {
    border-width: 0;
    padding: 6px 16px;
  }

  .bqn5q4al {
    border-width: 0;
    border-radius: 3px;
    padding: 0 24px;
  }

  .utcpabm6 {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .t2vekf5s {
    margin: 0 -5px -30px;
  }

  .hnkwjq65 {
    margin: 0;
    padding: 0;
  }

  .pso1mynt {
    padding: 20px;
  }

  .tdg43fnp {
    max-width: 767px;
    min-height: 420px;
    margin: 0 auto;
  }

  .hhakuggw {
    padding: 50px 0;
  }

  .extras__right-col, .extras__left-col {
    width: 100%;
  }

  .icon-button {
    padding: 12px 30px;
    font-size: 14px;
  }

  .pricing-menu {
    width: 50vh;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-vertical {
    padding: 2rem 0 0;
  }

  .discount-container {
    width: 113px;
  }

  .text-large {
    font-size: 2em;
  }

  .feature-wrap {
    font-size: .8rem;
  }

  .f-r-see-more {
    margin-bottom: 20px;
  }

  .pricing-card-grid {
    grid-template-columns: 1.25fr;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
  }

  .h1 {
    font-size: 3rem;
  }

  .extra-plans {
    display: block;
  }

  .awz7m9v7 {
    overflow: hidden;
  }

  .nrhhk6ms {
    margin: 0 0 37px;
    padding: 0;
    font-size: 35px;
    line-height: 42.35px;
  }

  .oen15arb {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .s2solf3d {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .wuqruy2n {
    padding: 20px;
  }

  .nj0ikqis {
    max-width: 767px;
    margin: 0 auto;
  }

  .x921pc4z {
    margin: 0;
    padding: 50px 0 32px;
  }

  .ybeg28zp {
    font-size: 18px;
    line-height: 21.78px;
  }

  .wvn5ygsv {
    margin: 0 20px 20px;
    padding: 0;
    font-size: 18px;
    line-height: 21.78px;
  }

  .f0ibmp9c {
    margin: 0 0 20px;
    font-size: 16px;
  }

  .owsxhbo2 {
    font-size: 1.8vh;
  }

  .ocyuppun {
    border-radius: 5px;
    padding: 12px;
  }

  .tyvxlbdn {
    border-radius: 5px;
  }

  .fwz0up0j {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .ldl5nqml {
    margin: 10px;
  }

  .en7urffb {
    width: 50%;
  }

  .ianomy1l {
    flex-direction: row;
    width: 50%;
    display: none;
  }

  .iorqllm7 {
    margin: 0 auto;
  }

  .waedzfu4 {
    margin: 0 0 20px;
    font-size: 15px;
  }

  .vqckhtas {
    padding: 20px 0;
  }

  .yewrnzls {
    margin: 0 auto;
  }

  .nsaj9pco {
    padding: 0;
  }

  .wcpjyy30 {
    padding: 0 0 0 5px;
  }

  .myjn7qq1 {
    margin: 0 20px 20px;
    padding: 0;
  }

  .r6ifzbyr {
    margin: 0 0 20px 20px;
    padding: 0;
    font-size: 22px;
    line-height: 26.62px;
  }

  .vngae2cv {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .lo7gulus {
    margin: 10px;
    padding: 20px;
  }

  .xymd71w7 {
    order: 10;
    width: 100%;
  }

  .wmqqav8f {
    border-radius: 5px;
    width: 65%;
    height: 220px;
    margin: 0;
    padding: 0;
  }

  .bts7kmyn {
    margin: 10px;
    padding: 0;
  }

  .a10lce7j {
    order: 9;
    width: 100%;
  }

  .mp693sad {
    margin: 0 auto;
  }

  .jovuggeg, .jftb5tnt {
    border-radius: 5px;
    margin: 0 0 20px;
  }

  .q0t08wsk {
    margin: 0;
    padding: 20px;
  }

  .yxtdub5a {
    max-width: 767px;
    margin: 0 auto;
  }

  .mi1xyylh {
    margin: 30px 0;
    padding: 0;
  }

  .wugjy4av {
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    line-height: 26.62px;
  }

  .b2gliimi {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .o4qfudef {
    font-size: 13px;
  }

  .hecfpuyr {
    padding: 10px;
  }

  .t1bblr41 {
    border-width: 0 0 2px;
    border-radius: 15px;
    margin: 0 10px;
  }

  .p0smzvf7 {
    font-size: 13px;
  }

  .p8wn4gjv {
    padding: 0;
  }

  .nxw0555h {
    border-radius: 5px;
    margin: 0 10px;
  }

  .bq1jyh8s {
    border-radius: 15px;
    padding: 10px 0;
    overflow: hidden;
  }

  .oppljc1i {
    margin: 0;
  }

  .bdnh8el0 {
    padding: 20px 0 0;
  }

  .cwq9fvae {
    margin: 0 3px 0 0;
  }

  .k25s40ex {
    padding: 12px 0 35px;
  }

  .ygqjx9ps {
    margin: 0 10px 0 0;
  }

  .qgbjr0jr {
    margin: 0 15px;
  }

  .hrn58ibr {
    margin: 0;
    padding: 0;
  }

  .ekyxc904 {
    border-radius: 4px;
    padding: 15px 30px;
  }

  .ddp7r88i {
    padding: 30px 0;
  }

  .gq3ko6ix {
    border-radius: 5px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .y4e1wqgk {
    padding: 10px;
  }

  .gc0assi8 {
    width: 100%;
  }

  .qzx455i9 {
    padding: 10px;
  }

  .y7whgj8n {
    overflow: hidden;
  }

  .fy5tfqk1 {
    margin: 0 0 20px;
    padding: 0;
  }

  .yeezzwkt {
    letter-spacing: -.7px;
    word-spacing: 3.4px;
    margin: 0 0 20px;
    padding: 0;
    font-size: 34px;
    line-height: 37.4px;
    transform: translate(0)skewX(0)translate(0)skewY(0)rotate3d(1, 0, 0, 6.23739deg)rotate3d(0, 1, 0, 2.00139deg);
  }

  .we1x6rod {
    border-width: 0;
  }

  .iiklzdzt {
    margin: 0;
    padding: 0;
  }

  .sk1t2s65 {
    margin: 0 0 60px;
    padding: 10px;
  }

  .txc6ds9w {
    margin: 0;
    padding: 20px;
  }

  .ql6apdi6 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    line-height: 26.62px;
  }

  .gyb13jpj {
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    line-height: 21.78px;
  }

  .anb1uw5n {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .b52hyvwm {
    border-radius: 5px;
    padding: 125px 20px 20px;
  }

  .nc8og05f {
    order: 10;
    width: 100%;
  }

  .lrfoege9 {
    border-radius: 5px;
    margin: 0 0 -10px;
    padding: 0;
  }

  .n4kzuppz {
    padding: 10px;
  }

  .qtsrfnlf {
    order: 9;
    width: 100%;
  }

  .f7vy2adk {
    max-width: 767px;
    margin: 0 auto;
  }

  .ekx9deaq {
    padding: 20px;
  }

  .zvm5qq5h {
    border-radius: 100px;
  }

  .mvjrz7z9 {
    margin: 0 auto;
    display: inline-block;
  }

  .ktq8eimp {
    margin: 8px 0 16px;
  }

  .p57wj35q {
    margin: 0;
  }

  .wvu1n8s7 {
    flex-direction: row;
    align-items: normal;
    margin: 0;
    padding: 0;
    display: block;
  }

  .ucsnyem7 {
    width: 50%;
  }

  .qqke5hen {
    padding: 20px;
  }

  .resytxs3 {
    margin: 30px 0 0;
  }

  .wuat53q3 {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    line-height: 26.62px;
  }

  .b2vx2evh {
    text-align: center;
    margin: 0 0 14.4px;
    padding: 0;
  }

  .ige66x6g {
    width: 100%;
  }

  .zy4xyr3t {
    margin: 0;
    padding: 0;
  }

  .powc4o14 {
    width: 100%;
  }

  .c71mx4rj {
    margin: 30px 0;
  }

  .ukmptkrr {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .l4a7i62l {
    width: 100%;
  }

  .ubpuedql {
    margin: -1px;
    overflow: hidden;
  }

  .xj8h05sq {
    border-width: 0 0 1px;
    padding: 6px 16px;
  }

  .c2jcc897 {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .x2n2e0dm {
    border-width: 0;
    padding: 6px 16px;
  }

  .g9ff5v3t {
    border-width: 0;
    border-radius: 3px;
    padding: 0 24px;
  }

  .wepi24ck {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .lkm82fss {
    margin: 0 -5px -30px;
  }

  .op233q5q {
    margin: 0;
    padding: 0;
  }

  .bt5upufi {
    padding: 20px;
  }

  .j96zrbw3 {
    max-width: 767px;
    min-height: 420px;
    margin: 0 auto;
  }

  .oxwfu80o {
    padding: 50px 0;
  }

  .n1v2ykpg {
    overflow: hidden;
  }

  .mqevzlv0 {
    margin: -1px;
    overflow: hidden;
  }

  .wxxj1k2n {
    border-radius: 50%;
  }

  .w3joqvjb {
    margin: 10px 0 20px;
    padding: 0;
  }

  .zdlztlj6 {
    font-size: 13px;
  }

  .kx5eens5 {
    padding: 0 0 4px;
  }

  .tufnrzrb {
    margin: 4px 0 0;
    padding: 0 0 4px;
  }

  .cdl88s80 {
    padding: 0 0 0 5px;
    font-size: 13px;
  }

  .e8c95m66 {
    margin: 4px 0 0;
  }

  .cb31ml1g {
    margin: 0 0 20px;
    padding: 0;
  }

  .dz0oxm3a {
    text-align: center;
    margin: 0 0 14.4px;
    padding: 0;
    font-size: 12px;
  }

  .h348la8i {
    padding: 10px;
  }

  .v6pn3axf {
    max-width: 767px;
    margin: 0 auto;
  }

  .wkd15scd {
    border-width: 1px 0 0;
    margin: 30px 0 0;
    padding: 35px 0 0;
  }

  .wtgq9yw9 {
    padding: 0;
  }

  .bqvwt0e3 {
    max-width: 767px;
    min-height: 332px;
    margin: 0 auto;
  }

  .dttyhgsm {
    padding: 0 20px;
  }

  .div-block-284 {
    border-color: var(--blu-buttons);
    border-radius: 20px;
    width: 35vw;
  }

  .text-block-61 {
    color: var(--blu-buttons);
  }
}

@media screen and (max-width: 479px) {
  .fotter {
    padding: 40px 20px 30px;
  }

  .body {
    border-width: 0;
    display: flex;
  }

  .row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .row.fotter-row {
    margin-bottom: 0;
  }

  .coll {
    flex: none;
    width: 100%;
  }

  .coll.small {
    padding-left: 20px;
  }

  .h2 {
    margin-top: 0;
  }

  .big-text {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .clients-text {
    letter-spacing: -2.2px;
    font-size: 116px;
    line-height: 126px;
  }

  .big-text-fotter {
    font-size: 58px;
    line-height: 54px;
  }

  .big-text-fotter.fotter-block {
    margin-top: 0;
    font-size: 4em;
    line-height: 1;
  }

  .form-block {
    margin-top: 60px;
    margin-bottom: 79px;
    padding-bottom: 14px;
  }

  .text-filed {
    height: 38px;
    font-size: 36px;
  }

  .next-slide-form {
    width: 38px;
    height: 38px;
  }

  .peoples {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .man {
    margin-bottom: 50px;
  }

  .man-name {
    font-size: 21px;
  }

  .header.home-header {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .start-btn {
    height: 2.5em;
    display: none;
  }

  .div-block {
    width: auto;
  }

  .cursor {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .image {
    max-width: 120px;
    height: 100%;
  }

  .fix-loader {
    width: 200vh;
    height: 200vh;
  }

  .heading-5 {
    color: #fff;
    font-size: 17px;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    line-height: 20px;
  }

  .div-block-220 {
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
  }

  .grid-2 {
    opacity: .3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    width: 260px;
    height: 130px;
    margin-top: 30px;
    padding-top: 10px;
  }

  .grid-2.menu {
    opacity: 1;
    grid-template-rows: auto;
    justify-content: stretch;
    place-items: start;
    width: 200px;
    height: 50px;
    margin-top: 0;
  }

  .footer-3 {
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 0;
    position: relative;
    bottom: auto;
  }

  .footer-3.other {
    background-color: var(--goldenrod);
  }

  .footerinformationcontainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-221 {
    margin-left: 0;
  }

  .new-div {
    width: 224px;
  }

  .section-12.other {
    background-color: var(--caslo);
    height: auto;
  }

  .image-9 {
    font-size: 20px;
  }

  .footergeneralinfo {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
    position: static;
    top: 355px;
  }

  .footergeneralinfo.t {
    align-self: flex-start;
    align-items: flex-start;
  }

  .text-block-12.menu {
    color: #000;
  }

  .text-contact {
    position: relative;
  }

  .socials-footer {
    display: none;
  }

  .div-block-222 {
    position: relative;
  }

  .new-div-2 {
    width: 224px;
  }

  .heading-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 39px;
    line-height: 110%;
  }

  .heading-2._1 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 40px;
    display: block;
  }

  .div-block-198 {
    text-align: center;
    width: 173px;
    margin-left: 0;
    display: none;
    position: relative;
    left: 0;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-11 {
    padding-bottom: 20px;
  }

  .footerformcontainer {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .link-block-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3px;
    display: block;
  }

  .link-block-6 {
    flex: none;
    display: none;
    position: relative;
  }

  .cursorr {
    display: none;
  }

  .main {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sectiune-cheie {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 90vh;
    overflow: visible;
  }

  .sectiune-cheie.privacy {
    margin-top: 80px;
  }

  .despre-text {
    min-width: 310px;
    height: 40px;
    font-size: 26px;
    font-weight: 300;
    line-height: 80px;
    display: block;
  }

  .despre-text.privacy {
    width: 320px;
    min-width: 320px;
    height: 200px;
    font-size: 50px;
    line-height: 1.4em;
  }

  .text-mijloc {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    max-width: 380px;
    padding-bottom: 200px;
    padding-left: 36px;
    padding-right: 10%;
    display: block;
  }

  .text-mijloc._2 {
    padding: 0;
  }

  .text-mijloc._1 {
    align-self: auto;
    margin-top: 0;
    padding-bottom: 60px;
    padding-left: 36px;
    padding-right: 10%;
  }

  .text {
    font-family: Graphik, sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 30px;
  }

  .text.buton {
    max-width: none;
    font-family: Graphik, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 40px;
  }

  .magnetic-buton {
    margin-left: 0;
  }

  .div-block-229 {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0%;
  }

  .div-block-229.privacy {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto 0% 0% auto;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
    margin-bottom: 0;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.r {
    font-size: 15px;
    line-height: 1em;
    display: none;
  }

  .nav-social-address.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .c-nav-social-media, ._w-nav-social-media {
    display: none;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-nav-items {
    justify-content: space-between;
    margin-right: 0;
    display: block;
  }

  ._w-nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 4.5%;
    display: flex;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
    display: block;
  }

  .c-nav-content {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .b-nav-menu-btn.default {
    background-color: #fff;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  .menu-item-text {
    font-family: Graphik, sans-serif;
    font-size: 1.8em;
    font-weight: 300;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .c-nav-menu-btn {
    width: 40px;
    height: 40px;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-nav {
    width: 100%;
    margin-top: 22px;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #000;
  }

  .c-nav-social-address {
    margin-bottom: 0;
  }

  .c-nav-menu-overlay, .link-block-10 {
    display: none;
  }

  .form-content {
    align-items: center;
    padding-top: 30px;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 200px;
    margin-bottom: -85px;
  }

  .checkbox-image.dm {
    padding-top: 9px;
  }

  .form12_checkbox_field {
    width: 70%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form-section-title {
    text-align: center;
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox-title {
    font-size: 11px;
  }

  .form-wrapper {
    height: auto;
    overflow: hidden;
  }

  .form-2 {
    overflow: hidden;
  }

  .text-block-24 {
    width: 320px;
    padding-top: 0;
    font-family: Graphik web, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .div-text {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    max-width: none;
    margin-top: 20px;
  }

  .grid-5.home, .grid-5.members {
    grid-template-rows: auto auto auto auto auto;
    margin-bottom: 20px;
  }

  .card {
    margin: 20px 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.w--current {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 30px;
    position: relative;
    left: 0;
  }

  .card.c1, .card.c2, .card.c3 {
    box-shadow: 0 0 15px 2px #fff;
  }

  .image-16 {
    max-width: none;
    padding: 10px 20px;
  }

  .paragraph-7 {
    min-height: 0;
  }

  .grid-6 {
    display: none;
  }

  .text-block-28 {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .text-block-29 {
    z-index: 10;
    width: 55vw;
  }

  ._3d-wrap {
    height: 223vh;
    top: -124.8vw;
    left: -4.4vw;
  }

  .list-wrap {
    width: 82vw;
    padding-top: 67vh;
    padding-left: 55vw;
    padding-right: 0;
  }

  .project-item-2 {
    width: 70%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .project-title {
    color: var(--black);
  }

  .hero-top-wrapper {
    padding-bottom: 0;
    padding-left: 14%;
    padding-right: 5%;
  }

  .large-heading {
    font-size: 8vw;
  }

  .large-heading.offset-right {
    text-align: left;
    padding-left: 20px;
    font-size: 1.8em;
  }

  .hero-link {
    font-size: .8rem;
  }

  .hero-link.w--current, .hero-link.insta {
    display: block;
  }

  .hero-link.phone {
    display: none;
  }

  .portfoliosection {
    min-height: 55vh;
  }

  .work-grid {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .work-item-image {
    height: 21.9rem;
  }

  .work-item-wrapper {
    align-items: center;
  }

  .section-heading-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h2maintitle {
    padding-left: 0;
    padding-right: 11px;
    font-size: 6.5vw;
  }

  .servicessection {
    z-index: 11;
    margin-top: 0%;
    position: relative;
  }

  .button-holder {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .image-24 {
    width: 150px;
    height: 150px;
  }

  .image-25 {
    width: 8vw;
    max-width: 100%;
  }

  .wrapper-5 {
    position: relative;
  }

  .div-block-260 {
    max-width: 90%;
    padding-right: 0;
    font-size: 14px;
  }

  .icon-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .page-title-2 {
    text-align: center;
    white-space: normal;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .paragraph-9 {
    font-size: .9rem;
  }

  .div-block-261 {
    position: relative;
    top: auto;
  }

  .container-27 {
    padding: 0 14px;
  }

  .div-block-262 {
    flex-direction: column;
    width: 80%;
  }

  .div-block-263 {
    width: 62vw;
  }

  .text-block-42 {
    font-size: 15px;
  }

  .rdv_content-left {
    border-radius: 3em;
  }

  .argu_item, .argu_item.is-bg-dark {
    height: auto;
  }

  .text-size-medium {
    font-size: 1.5rem;
  }

  .text-size-medium.text-color-yellow {
    text-align: center;
    font-size: .9rem;
  }

  .rdv_component {
    grid-template-columns: 1fr;
  }

  .location-image_background {
    min-height: auto;
  }

  .section_header {
    width: 100vw;
    height: 100vh;
    min-height: auto;
    margin-bottom: 10%;
    padding-top: 2em;
  }

  .footer_socialshare_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .text-style-tag {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: .225rem;
    padding-right: .225rem;
    font-size: .7rem;
    display: flex;
  }

  .padding-section-small {
    padding-top: 0;
  }

  .merch_component {
    grid-template-columns: 1fr;
  }

  .header_background-image {
    height: auto;
    padding-bottom: 0;
  }

  .header_heading-wrapper_informations {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  .sponspor_component {
    grid-template-columns: 1fr;
  }

  .color-1 {
    padding-top: 128%;
  }

  .section-countdown {
    margin-top: 0%;
  }

  .container-large-2 {
    align-self: center;
  }

  .container-large-2.is-relative {
    display: flex;
  }

  .header_heading-wrapper_content {
    max-width: none;
  }

  .padding-global {
    align-self: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .header_heading-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .argu_content-bottom {
    grid-template-columns: 1fr;
  }

  .sponsor_gallery-list {
    justify-content: center;
  }

  .sponsor_gallery-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 48%;
  }

  .heading-style-h1 {
    text-align: center;
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.2rem;
  }

  .header_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: auto;
    min-height: auto;
    display: grid;
  }

  .button-3.is-large {
    margin-top: 14%;
  }

  .dropdown-toggle-2 {
    width: auto;
  }

  .collection-list-7 {
    grid-template-columns: 1fr;
    width: 80vw;
  }

  .services-ecommerce {
    width: 79vw;
  }

  .collection-item-8 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-3 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .collection-list-wrapper-6 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .collection-list-wrapper-6.filter-button {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .collection-list-wrapper-6.filter-button.desktop {
    display: none;
  }

  .servicesoptions {
    flex-flow: column-reverse wrap;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-43 {
    justify-content: flex-end;
    display: flex;
  }

  .collection-item-6 {
    width: 80vw;
    margin-top: 33px;
  }

  .collection-list-wrapper-8 {
    align-self: center;
    align-items: center;
  }

  .collection-list-wrapper-8.desktop {
    display: none;
  }

  .page-wrapper-2 {
    overflow: hidden;
  }

  .collection-list-4 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .dropdown-list-3 {
    flex-direction: column;
    align-items: center;
    display: none;
    position: static;
  }

  .dropdown-list-3.w--open {
    position: relative;
  }

  .div-block-273 {
    margin-top: 30px;
  }

  .text-block-46 {
    margin-left: auto;
    margin-right: auto;
    line-height: .8em;
  }

  .yatch-div {
    justify-content: center;
    align-items: center;
    height: 30vh;
    display: flex;
  }

  .image-32 {
    flex: 0 auto;
    width: 50%;
    max-width: 30vw;
    height: auto;
    display: block;
    overflow: clip;
  }

  .heading-large-2 {
    font-size: 2em;
  }

  .product-header4_product-details {
    width: 90%;
    height: 30%;
    padding-left: 5px;
  }

  .product-header4_default-state {
    padding-left: 0;
    padding-right: 0;
  }

  .product-header4_main-image-wrapper {
    width: 70vw;
  }

  .product-header5_form-wrapper {
    grid-row-gap: 16px;
    align-content: center;
    place-items: center;
    width: 100%;
  }

  .product-header4_price-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-header4_gallery {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .info {
    height: auto;
  }

  .button-4 {
    width: 100%;
  }

  .button-4.small {
    text-align: center;
    justify-content: center;
    margin-top: 9px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-input-2.is-quantity-input {
    width: 4rem;
  }

  .product-header4_component {
    flex-direction: column;
    height: auto;
    padding-right: 10px;
  }

  .product-info {
    padding-left: 0;
    padding-right: 0;
  }

  .product-header4_main-image {
    width: 100%;
  }

  .collection-list-8 {
    grid-template-columns: 1fr;
  }

  .others-link {
    font-size: 1.3em;
  }

  .div-block-274 {
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cart {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-18 {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .cart-button {
    position: static;
    inset: 0% 0% auto auto;
  }

  .text-block-48 {
    display: none;
  }

  .services-card-copy {
    flex: none;
    width: 100%;
    height: 100%;
    margin: 20px 10px 64px;
    padding-top: 27px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-card-copy.w--current {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 30px;
    position: relative;
    left: 0;
  }

  .image-33 {
    width: 20vw;
  }

  .button-secondary-3.is-buy-now-button {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1em;
  }

  .paragraph-13 {
    font-size: 1.2em;
  }

  .mockup-2 {
    height: auto;
  }

  .div-block-275 {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video {
    width: 40vh;
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -45px;
  }

  .section-24 {
    margin-left: auto;
    margin-right: auto;
  }

  .cart-wrapper {
    z-index: 5002;
  }

  .repactchawrapper {
    transform: scale(.7);
  }

  .fieldwrap {
    width: 100%;
  }

  .formfieldlabel {
    font-size: 12px;
  }

  .inputfielddark {
    display: block;
  }

  .contactform {
    width: 80vw;
    margin-top: 1em;
  }

  .fieldwrapdark {
    width: 100%;
    padding-top: .8em;
    padding-bottom: .5em;
  }

  .repactchawrapperdark {
    transform: scale(.8);
  }

  .collectionmainportfolios {
    width: 80vw;
  }

  .h2form {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    line-height: 110%;
  }

  .iconcontainer {
    width: 8vw;
  }

  .grid-6-1, .grid-6-2, .grid-6-3 {
    display: none;
  }

  .showhidebtn {
    display: block;
  }

  .buttongoback {
    width: 25vw;
    height: 5vh;
    margin-right: .5em;
    top: auto;
    right: 20%;
  }

  .brand-link {
    margin-left: 4%;
    top: 189px;
  }

  .card-wrapper {
    width: 80vw;
  }

  .brands {
    min-height: 55vh;
  }

  .homeredirect-2, .homeredirect-2.downscreens {
    width: 50vw;
    font-size: .8em;
  }

  .go-back-button-wrappe {
    padding-top: 0;
    padding-left: 4.5%;
  }

  .pararetainers {
    min-height: 0;
  }

  .cardretainers {
    width: 80vw;
  }

  .categoriesimage {
    width: 60vw;
    height: 60vw;
  }

  .image-48 {
    max-width: 18vw;
  }

  .order-confirmation {
    margin-top: 6em;
  }

  .collection-item-13 {
    width: 80vw;
  }

  .modal {
    display: none;
  }

  .cuponformblock {
    width: 220px;
    margin-bottom: 15px;
    display: block;
  }

  .field-label-21 {
    font-size: 14px;
    line-height: 15px;
  }

  .text-field {
    height: 30px;
  }

  .btncuponform {
    height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footerexplore {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
    position: static;
    top: 355px;
  }

  .h3mainsubtitle {
    padding-left: 0;
    padding-right: 11px;
    font-size: 6.5vw;
  }

  .blogscontainer {
    flex-direction: column;
  }

  .mainoptiionsmenu {
    border-top: 1px solid #edf2f4;
    border-bottom: 1px solid #edf2f4;
    justify-content: space-around;
    align-items: center;
    height: 10vh;
    display: flex;
  }

  .blogtitlecontainer {
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .bolgsubtitlecontainer {
    justify-content: center;
    height: 6vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .blogsubtitle {
    font-size: 8vw;
  }

  .blogsubtitle.offset-right {
    font-size: 1.5em;
  }

  .paragraphblogdescription {
    font-size: .8rem;
  }

  .blogname {
    margin-bottom: 0;
    font-size: 18px;
  }

  .footerblogsection.other {
    background-color: var(--caslo);
    height: auto;
  }

  .blogcontentsection {
    width: 100vw;
  }

  .blogscollectionwrapper {
    width: 80vw;
  }

  .c-nav-options {
    display: none;
  }

  .bookingembed {
    display: block;
  }

  .hero-link-phone {
    font-size: .8rem;
  }

  .hero-link-phone.w--current {
    display: block;
  }

  .hero-link-desktop {
    font-size: .8rem;
  }

  .hero-link-desktop.w--current {
    display: block;
  }

  .heading-27 {
    font-size: 22px;
    line-height: 110%;
  }

  .bookingembedcontainer {
    display: none;
  }

  .field-label-22 {
    font-size: 14px;
    line-height: 15px;
  }

  .success-message-2 {
    margin-bottom: 10px;
  }

  .modal-container {
    background-image: url('../images/mobile-pop-up.png');
    background-size: cover;
    width: 280px;
    height: 450px;
  }

  .cuponformblock-2 {
    width: 245px;
    margin-bottom: 5px;
    display: block;
  }

  .form-3 {
    position: static;
    inset: 0% auto auto 0%;
  }

  .btncuponform-2 {
    height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .closerlink.reload {
    top: 0%;
  }

  .text-field-2 {
    height: 30px;
  }

  .bookingembedphone, .bookingembedcontainerphone, .calendly-phone {
    display: block;
  }

  .calendlycontainerphone {
    background-color: #0009;
    display: block;
  }

  .calendlycontainerphone:hover {
    box-shadow: none;
  }

  .buttonhosting {
    width: 70vw;
    margin-top: 1em;
    font-size: 1rem;
  }

  .buttonhosting.small {
    text-align: center;
    justify-content: center;
    margin-top: 9px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .servicesoptions-copy {
    margin-top: 12vh;
    padding-right: 0;
  }

  .section-25 {
    margin-left: auto;
    margin-right: auto;
  }

  .videodiv {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }

  .buttonhosting-phone {
    width: 70vw;
    margin-top: 1em;
    font-size: 1rem;
  }

  .buttonhosting-phone.small {
    text-align: center;
    justify-content: center;
    margin-top: 9px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-282 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .xbaftwhi {
    overflow: hidden;
  }

  .bec33h02 {
    margin: 0 0 37px;
    padding: 0;
  }

  .uejpvs7n {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .f4f73rpc {
    margin: 0;
    padding: 0;
  }

  .xobmi4pm {
    padding: 20px;
  }

  .dtx3kqzm {
    margin: 0 auto;
  }

  .pqckw5ki {
    padding: 50px 0 32px;
  }

  .q3d3ywhf {
    margin: 0 20px 20px;
    padding: 0;
  }

  .y3tiyr5a {
    margin: 0 0 20px;
  }

  .tj4aeun4 {
    border-radius: 5px;
    padding: 12px;
  }

  .xbmlepux {
    border-radius: 5px;
  }

  .d2mm4dya {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .pkpeqyg6 {
    margin: 10px;
  }

  .yphtw7p2 {
    margin: 0 auto;
  }

  .wm03rh36 {
    margin: 0 0 20px;
  }

  .pinv28sz {
    padding: 20px 0;
  }

  .okzqg1zf {
    margin: 0 auto;
  }

  .sgv648o8 {
    padding: 0 0 0 5px;
  }

  .ihsrhiae {
    margin: 0 20px 20px;
    padding: 0;
  }

  .igko2604 {
    margin: 0 0 20px 20px;
    padding: 0;
  }

  .xepttgar {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .uennt1ov {
    margin: 10px;
    padding: 20px;
  }

  .cyhdz7ly {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .ep8vsgwy {
    margin: 10px;
  }

  .z5fzcwdv {
    margin: 0 auto;
  }

  .z8a6piqv, .zxq7aak8 {
    border-radius: 5px;
    margin: 0 0 20px;
  }

  .yjnlj49e {
    padding: 20px;
  }

  .peqyxr2g {
    margin: 0 auto;
  }

  .w65vfg05 {
    margin: 30px 0;
  }

  .vcabc476 {
    margin: 0;
    padding: 0;
  }

  .pvcoh0tm {
    margin: 0 1px 0 0;
    padding: 13px 15px;
  }

  .ltggtny7 {
    margin: 0 0 0 1px;
    padding: 13px 15px;
  }

  .ddj1i6jz {
    margin: 0 0 0 auto;
    padding: 0;
  }

  .awfhiemi {
    overflow: hidden;
  }

  .o75o016a {
    margin: -1px;
    overflow: hidden;
  }

  .iyrteviy {
    border-width: 0;
    margin: 0 0 0 auto;
    padding: 7.5px;
  }

  .uwpuegwd {
    margin: 0;
    padding: 0 20px 0 0;
  }

  .r4i7yeym {
    border-radius: 2px;
    padding: 10px 20px;
  }

  .ujqsc85u {
    margin: 0;
    padding: 0;
  }

  .ashp1x2e {
    padding: 0% 15% 0% 5%;
  }

  .e56zcslx {
    margin: 0 auto;
  }

  .osvpncut {
    margin: 0;
    padding: 0;
  }

  .w3essuu7 {
    margin: 0 1px 0 0;
    padding: 13px 15px;
  }

  .scw78klh {
    margin: 0 0 0 1px;
    padding: 13px 15px;
  }

  .ddb0odh0 {
    margin: 0 0 0 auto;
    padding: 0;
  }

  .laka1yg4 {
    display: none;
  }

  .jrchjreo {
    overflow: hidden;
  }

  .ibc98nt5 {
    margin: -1px;
    overflow: hidden;
  }

  .vazhbtbg {
    border-width: 0;
    margin: 0 0 0 auto;
    padding: 7.5px;
  }

  .o0mh6euw {
    margin: 0;
    padding: 0 20px 0 0;
  }

  .ps3hngf8 {
    border-radius: 2px;
    padding: 10px 20px;
  }

  .pewkicq1 {
    margin: 0;
    padding: 0;
  }

  .smdn3owv {
    padding: 0% 15% 0% 5%;
  }

  .lka6kn5a {
    margin: 0 auto;
  }

  .mtzo04jx {
    margin: 0 0 37px;
    padding: 0;
  }

  .gbdr11s2 {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .na7ii4me {
    margin: 0;
    padding: 0;
  }

  .y9qonw8s {
    padding: 20px;
  }

  .yiklyfj3 {
    margin: 0 20px 20px;
    padding: 0;
  }

  .f5plq79j {
    margin: 0 0 20px;
  }

  .t03ywixw {
    border-radius: 5px;
    padding: 12px;
  }

  .c05t30de {
    border-radius: 5px;
  }

  .vny4uwi6 {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .pbndnesk {
    margin: 10px;
  }

  .fko3nq0y {
    margin: 0 auto;
  }

  .ty8rzgvw {
    margin: 0 0 20px;
  }

  .dxays0xp {
    padding: 20px 0;
  }

  .rypcgt4x {
    padding: 0 0 0 5px;
  }

  .fkb5ru5k {
    margin: 0 20px 20px;
    padding: 0;
  }

  .jfx8txcy {
    margin: 0 0 20px 20px;
    padding: 0;
  }

  .s31yt24m {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .jwsf53ba {
    margin: 10px;
    padding: 20px;
  }

  .hf7yyw0e {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .tbvypozt {
    margin: 10px;
  }

  .xvr4w8ln {
    margin: 0 auto;
  }

  .k2z14g7a, .dbgno6bi {
    border-radius: 5px;
    margin: 0 0 20px;
  }

  .o68uek1n {
    padding: 20px;
  }

  .wz57szve {
    margin: 0 auto;
  }

  .szn6cpdd {
    margin: 30px 0;
  }

  .q5qiat8y {
    overflow: hidden;
  }

  .st0gdkml {
    margin: 0 0 37px;
    padding: 0;
  }

  .wdi2zsjq {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .ay5velw7 {
    margin: 0;
    padding: 0;
  }

  .tdgfw3v0 {
    padding: 20px;
  }

  .zr9e1baf {
    margin: 0 auto;
  }

  .fmt3pyvw {
    padding: 50px 0 32px;
  }

  .epy4svm5 {
    margin: 0 20px 20px;
    padding: 0;
  }

  .f6fbt36h {
    margin: 0 0 20px;
  }

  .gnym3l3j {
    border-radius: 5px;
    padding: 12px;
  }

  .izjoxv5m {
    border-radius: 5px;
  }

  .spqcwwzg {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .dr7yyk07 {
    margin: 10px;
  }

  .xzeo6l9w {
    margin: 0 auto;
  }

  .v0fu6h9e {
    margin: 0 0 20px;
  }

  .dir5ov8j {
    padding: 20px 0;
  }

  .yy8z6idh {
    margin: 0 auto;
  }

  .jk3ppmpe {
    padding: 0 0 0 5px;
  }

  .v0ft61ld {
    margin: 0 20px 20px;
    padding: 0;
  }

  .klmmdvzd {
    margin: 0 0 20px 20px;
    padding: 0;
  }

  .rcjfv9u3 {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .g77j38q5 {
    margin: 10px;
    padding: 20px;
  }

  .hoi4vc15 {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .o5pvo11b {
    margin: 10px;
  }

  .s0ssta73 {
    margin: 0 auto;
  }

  .s3iosqzc, .yh7lkx3f {
    border-radius: 5px;
    margin: 0 0 20px;
  }

  .c7m01m5e {
    padding: 20px;
  }

  .cc30o0fc {
    margin: 0 auto;
  }

  .s1zlz1w1 {
    margin: 30px 0;
  }

  .p3sqvcr9 {
    margin: 0 0 20px;
    padding: 0;
  }

  .t7f2q8m2 {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .dd8xl4rx {
    padding: 10px;
  }

  .k4zjz29x {
    border-width: 0 0 2px;
    border-radius: 15px;
    margin: 0 10px;
  }

  .qzlbajzd {
    border-radius: 5px;
    margin: 0 auto;
  }

  .lt2nd5ct {
    border-radius: 15px;
    padding: 10px 0;
    overflow: hidden;
  }

  .qph69216 {
    margin: 0;
  }

  .s7cwg1qw {
    padding: 20px 0 0;
  }

  .l656apj9 {
    margin: 0 3px 0 0;
  }

  .v3orzkd3 {
    padding: 12px 0 35px;
  }

  .dcbg8rig {
    margin: 0 10px 0 0;
  }

  .xc5cw5mt {
    margin: 0 15px;
  }

  .dyrfuuzk {
    margin: 0;
    padding: 0;
  }

  .bwst70o6 {
    border-radius: 4px;
    padding: 15px 30px;
  }

  .zvmrumn1 {
    padding: 30px 0;
  }

  .tezqkhkl {
    border-radius: 5px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .uuj2ko7i, .m5puhnb8 {
    padding: 10px;
  }

  .mpg2p3h3 {
    overflow: hidden;
  }

  .u461qhox {
    flex: 0 auto;
    margin: 0 0 20px;
    padding: 0;
  }

  .uzne87cv {
    margin: 0 0 20px;
    padding: 0;
  }

  .m9jbdx3l {
    border-width: 0;
  }

  .lcg5awt6 {
    margin: 0;
    padding: 0;
  }

  .emayz4qg {
    margin: 0 0 60px;
    padding: 10px;
  }

  .tcgtv3yi {
    padding: 20px;
  }

  .cmcb5g6b, .ndedxxxz {
    margin: 0 0 20px;
    padding: 0;
  }

  .n0xqnl18 {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .sellpmcz {
    border-radius: 5px;
    padding: 125px 20px 20px;
  }

  .qoshfzpz {
    border-radius: 5px;
    margin: 0 0 -100px;
    padding: 0;
  }

  .anwccavj {
    padding: 10px;
  }

  .qweva1l6 {
    margin: 0 auto;
  }

  .yfgqko4j {
    padding: 20px;
  }

  .spqskjkq {
    border-radius: 100px;
  }

  .v2orl3kl {
    margin: 0 auto;
  }

  .tjr3ajer {
    margin: 8px 0 16px;
  }

  .ge4idqb2 {
    margin: 0;
  }

  .qr83yp04 {
    margin: 0;
    padding: 0;
  }

  .lua9d3uf {
    padding: 20px;
  }

  .vg6h7kjs {
    margin: 30px 0 0;
  }

  .v3hu1vuq {
    margin: 0 0 20px;
    padding: 0;
  }

  .dmqvdatc {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .h23yag5l {
    margin: 0;
    padding: 0;
  }

  .qjyf1jff {
    margin: 30px 0;
  }

  .yjtidvj8 {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .ea58t7qi {
    margin: -1px;
    overflow: hidden;
  }

  .zzfj37c5 {
    border-width: 0 0 1px;
    padding: 6px 16px;
  }

  .hz2wiqmm {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .c2fpsgr2 {
    border-width: 0;
    padding: 6px 16px;
  }

  .bqn5q4al {
    border-width: 0;
    border-radius: 3px;
    padding: 0 24px;
  }

  .utcpabm6 {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .t2vekf5s {
    margin: 0 -5px -30px;
  }

  .hnkwjq65 {
    margin: 0;
    padding: 0;
  }

  .pso1mynt {
    padding: 20px;
  }

  .tdg43fnp {
    margin: 0 auto;
  }

  .hhakuggw {
    padding: 50px 0;
  }

  .accordion-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .integrations-block {
    font-size: 14px;
  }

  .icon-button {
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faqs-inner {
    padding-top: 2em;
  }

  .price-tab {
    width: 50%;
    margin-left: 4px;
    margin-right: 4px;
    font-size: .7em;
    line-height: 1.3;
  }

  .pricing-card-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .accordion-answer-wrap {
    padding-left: 0;
  }

  .d-8-image-wrapper {
    width: 100%;
  }

  .d-8-image-text {
    font-size: 15px;
  }

  .demo-wrapper {
    margin-top: 100px;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .awz7m9v7 {
    overflow: hidden;
  }

  .nrhhk6ms {
    margin: 0 0 37px;
    padding: 0;
    font-size: 28px;
  }

  .oen15arb {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .s2solf3d {
    margin: 0;
    padding: 0;
  }

  .wuqruy2n {
    padding: 20px;
  }

  .nj0ikqis {
    margin: 0 auto;
  }

  .x921pc4z {
    padding: 50px 0 32px;
  }

  .wvn5ygsv {
    margin: 0 20px 20px;
    padding: 0;
  }

  .f5gqmajf {
    padding-bottom: 10px;
  }

  .f0ibmp9c {
    margin: 0 0 20px;
  }

  .owsxhbo2 {
    font-size: 14px;
    line-height: 1.1;
  }

  .ocyuppun {
    border-radius: 5px;
    padding: 12px;
  }

  .tyvxlbdn {
    border-radius: 5px;
  }

  .fwz0up0j {
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .ldl5nqml {
    margin: 10px;
  }

  .iorqllm7 {
    margin: 0 auto;
  }

  .waedzfu4 {
    margin: 0 0 20px;
  }

  .vqckhtas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px 0;
  }

  .yewrnzls {
    margin: 0 auto;
  }

  .wcpjyy30 {
    padding: 0;
  }

  .tjut8r90 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    list-style-type: none;
    display: flex;
  }

  .myjn7qq1 {
    margin: 0 20px 20px;
    padding: 0;
  }

  .r6ifzbyr {
    margin: 0 0 20px 20px;
    padding: 0;
  }

  .vngae2cv {
    margin: 0 20px 14.4px;
    padding: 0;
  }

  .lo7gulus {
    margin: 10px;
    padding: 20px;
  }

  .wmqqav8f {
    border-radius: 5px;
    flex: 1;
    width: auto;
    max-width: 99%;
    margin: 0;
    padding: 0;
  }

  .bts7kmyn {
    margin: 10px;
  }

  .mp693sad {
    margin: 0 auto;
  }

  .jovuggeg, .jftb5tnt {
    border-radius: 5px;
    margin: 0 0 20px;
  }

  .q0t08wsk {
    padding: 20px;
  }

  .yxtdub5a {
    margin: 0 auto;
  }

  .mi1xyylh {
    margin: 30px 0;
  }

  .wugjy4av {
    margin: 0 0 20px;
    padding: 0;
  }

  .b2gliimi {
    margin: 0 0 34.4px;
    padding: 0;
  }

  .hecfpuyr {
    padding: 10px;
  }

  .t1bblr41 {
    border-width: 0 0 2px;
    border-radius: 15px;
    margin: 0 10px;
  }

  .nxw0555h {
    border-radius: 5px;
    margin: 0 10px;
  }

  .bq1jyh8s {
    border-radius: 15px;
    padding: 10px 0;
    overflow: hidden;
  }

  .oppljc1i {
    margin: 0;
  }

  .bdnh8el0 {
    padding: 20px 0 0;
  }

  .cwq9fvae {
    margin: 0 3px 0 0;
  }

  .k25s40ex {
    padding: 12px 0 35px;
  }

  .ygqjx9ps {
    margin: 0 10px 0 0;
  }

  .qgbjr0jr {
    margin: 0 15px;
  }

  .hrn58ibr {
    margin: 0;
    padding: 0;
  }

  .ekyxc904 {
    border-radius: 4px;
    padding: 15px 30px;
  }

  .ddp7r88i {
    padding: 30px 0;
  }

  .gq3ko6ix {
    border-radius: 5px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .y4e1wqgk, .qzx455i9 {
    padding: 10px;
  }

  .y7whgj8n {
    overflow: hidden;
  }

  .fy5tfqk1, .yeezzwkt {
    margin: 0 0 20px;
    padding: 0;
  }

  .we1x6rod {
    border-width: 0;
  }

  .iiklzdzt {
    margin: 0;
    padding: 0;
  }

  .sk1t2s65 {
    margin: 0 0 60px;
    padding: 10px;
  }

  .txc6ds9w {
    padding: 20px;
  }

  .ql6apdi6, .gyb13jpj {
    margin: 0 0 20px;
    padding: 0;
  }

  .anb1uw5n {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .b52hyvwm {
    border-radius: 5px;
    padding: 125px 20px 20px;
  }

  .lrfoege9 {
    border-radius: 5px;
    margin: 0 0 -11px;
    padding: 0;
  }

  .n4kzuppz {
    padding: 10px;
  }

  .f7vy2adk {
    margin: 0 auto;
  }

  .ekx9deaq {
    padding: 20px;
  }

  .zvm5qq5h {
    border-radius: 100px;
  }

  .mvjrz7z9 {
    margin: 0 auto;
  }

  .ktq8eimp {
    margin: 8px 0 16px;
  }

  .p57wj35q {
    margin: 0;
  }

  .wvu1n8s7 {
    margin: 0;
    padding: 0;
  }

  .qqke5hen {
    padding: 20px;
  }

  .resytxs3 {
    margin: 30px 0 0;
  }

  .wuat53q3 {
    margin: 0 0 20px;
    padding: 0;
  }

  .b2vx2evh {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .zy4xyr3t {
    margin: 0;
    padding: 0;
  }

  .c71mx4rj {
    margin: 30px 0;
  }

  .ukmptkrr {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .ubpuedql {
    margin: -1px;
    overflow: hidden;
  }

  .xj8h05sq {
    border-width: 0 0 1px;
    padding: 6px 16px;
  }

  .c2jcc897 {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .x2n2e0dm {
    border-width: 0;
    padding: 6px 16px;
  }

  .g9ff5v3t {
    border-width: 0;
    border-radius: 3px;
    padding: 0 24px;
  }

  .wepi24ck {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .lkm82fss {
    margin: 0 -5px -30px;
  }

  .op233q5q {
    margin: 0;
    padding: 0;
  }

  .bt5upufi {
    padding: 20px;
  }

  .j96zrbw3 {
    margin: 0 auto;
  }

  .oxwfu80o {
    padding: 50px 0;
  }

  .text-block-58 {
    flex-flow: row;
    margin-right: auto;
    font-size: 1.1em;
    display: flex;
  }

  .form-4 {
    padding-left: 20px;
  }

  .n1v2ykpg {
    overflow: hidden;
  }

  .mqevzlv0 {
    margin: -1px;
    overflow: hidden;
  }

  .wxxj1k2n {
    border-radius: 50%;
  }

  .w3joqvjb {
    margin: 10px 0 20px;
    padding: 0;
  }

  .kx5eens5 {
    padding: 0 0 4px;
  }

  .tufnrzrb {
    margin: 4px 0 0;
    padding: 0 0 4px;
  }

  .cdl88s80 {
    padding: 0 0 0 5px;
  }

  .e8c95m66 {
    margin: 4px 0 0;
  }

  .cb31ml1g {
    margin: 0 0 20px;
    padding: 0;
  }

  .dz0oxm3a {
    margin: 0 0 14.4px;
    padding: 0;
  }

  .h348la8i {
    padding: 10px;
  }

  .v6pn3axf {
    margin: 0 auto;
  }

  .wkd15scd {
    border-width: 1px 0 0;
    margin: 30px 0 0;
    padding: 35px 0 0;
  }

  .bqvwt0e3 {
    margin: 0 auto;
  }

  .dttyhgsm {
    padding: 0 20px;
  }

  .text-block-60 {
    z-index: 10;
    width: 55vw;
  }

  .collection-list-13 {
    grid-template-columns: 1fr;
  }

  .div-block-284 {
    border-color: var(--blu-buttons);
    width: 62vw;
  }

  .image-53 {
    width: 150px;
    height: 150px;
  }

  .text-block-61 {
    color: var(--blu-buttons);
    font-size: 15px;
  }
}

#w-node-_4d384bd0-59a2-f10e-8c88-caf6ba2d95bf-61ffc7f7, #w-node-_4d384bd0-59a2-f10e-8c88-caf6ba2d95c0-61ffc7f7, #w-node-dc48598f-2b7c-69d7-0238-95df07b140b1-61ffc7f7, #w-node-dc48598f-2b7c-69d7-0238-95df07b140b2-61ffc7f7, #w-node-_2fd8acea-8ee1-6f4c-6d5c-d81f9402ca04-61ffc7f7, #w-node-_2fd8acea-8ee1-6f4c-6d5c-d81f9402ca05-61ffc7f7, #w-node-_4d384bd0-59a2-f10e-8c88-caf6ba2d9600-61ffc7f7, #w-node-_4d384bd0-59a2-f10e-8c88-caf6ba2d961e-61ffc7f7, #w-node-_4d384bd0-59a2-f10e-8c88-caf6ba2d961f-61ffc7f7, #w-node-_4d384bd0-59a2-f10e-8c88-caf6ba2d963f-61ffc7f7, #w-node-_22f043a9-cf96-2484-63d1-a9fd41059f6b-61ffc7f7, #w-node-_22f043a9-cf96-2484-63d1-a9fd41059f89-61ffc7f7, #w-node-_22f043a9-cf96-2484-63d1-a9fd41059f8a-61ffc7f7, #w-node-_22f043a9-cf96-2484-63d1-a9fd41059faa-61ffc7f7, #w-node-cb1a6ef0-211a-e7bc-63a2-b4e7a292ba63-61ffc7f7, #w-node-cb1a6ef0-211a-e7bc-63a2-b4e7a292ba81-61ffc7f7, #w-node-cb1a6ef0-211a-e7bc-63a2-b4e7a292ba82-61ffc7f7, #w-node-cb1a6ef0-211a-e7bc-63a2-b4e7a292baa2-61ffc7f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#email-form.w-node-_7d456229-6e65-526e-d71c-4563080d7cee-61ffc7f7 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: auto;
}

#w-node-_62d29121-2df4-817a-4860-fee2e427d792-61ffc812 {
  align-self: auto;
}

#w-node-_62d29121-2df4-817a-4860-fee2e427d7a8-61ffc812, #w-node-_62d29121-2df4-817a-4860-fee2e427d7aa-61ffc812, #w-node-_62d29121-2df4-817a-4860-fee2e427d7ac-61ffc812, #w-node-_1665f749-08b8-0a9a-2664-b05a93f47f2d-61ffc812, #w-node-_1665f749-08b8-0a9a-2664-b05a93f47f2e-61ffc812, #w-node-_1665f749-08b8-0a9a-2664-b05a93f47f2f-61ffc812 {
  justify-self: center;
}

#w-node-_62d29121-2df4-817a-4860-fee2e427d800-61ffc812, #w-node-_62d29121-2df4-817a-4860-fee2e427d806-61ffc812, #w-node-_62d29121-2df4-817a-4860-fee2e427d80d-61ffc812, #w-node-dd97f823-5dc3-5d17-c002-7ef1b70611d5-61ffc812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62d29121-2df4-817a-4860-fee2e427d813-61ffc812 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_4d384bd0-59a2-f10e-8c88-caf6ba2d963f-61ffc7f7 {
    place-self: center;
  }

  #w-node-c6344df7-8c54-60dd-c979-1523aa8a1ac5-61ffc833 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_62d29121-2df4-817a-4860-fee2e427d7a5-61ffc812 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1bb1973a-366f-3fc6-6b9a-f2e9ef64f27f-61ffc7f7, #w-node-_4f6c11b5-5311-ff5f-ad6d-e13c5ca38938-5ca3889f, #w-node-_4f6c11b5-5311-ff5f-ad6d-e13c5ca38939-5ca3889f, #w-node-_4f6c11b5-5311-ff5f-ad6d-e13c5ca3893a-5ca3889f, #w-node-_57ad2367-b561-ed30-f937-49b6a41541f3-a4154165, #w-node-_57ad2367-b561-ed30-f937-49b6a41541f4-a4154165, #w-node-_57ad2367-b561-ed30-f937-49b6a41541f5-a4154165 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/sfprodisplay-black.ttf') format('truetype'), url('../fonts/sfprodisplay-heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/sfprodisplay-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/sfprodisplay-heavyitalic.ttf') format('truetype'), url('../fonts/sfprodisplay-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/sfprodisplay-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/sfprodisplay-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/sfprodisplay-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/sfprodisplay-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/sfprodisplay-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/sfprodisplay-regularitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/sfprodisplay-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgrolig';
  src: url('../fonts/neuzeitgrolig.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgro';
  src: url('../fonts/neuzeitgro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgro';
  src: url('../fonts/neuzeitgro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgro bla';
  src: url('../fonts/neuzeitgro-bla.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta cy w01';
  src: url('../fonts/averta-cy-w01-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/avertastd-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/avertastd-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/averta-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/averta-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/graphik-web-extralight-regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}