:root {
  --background: #f4f3f7;
  --black-1: #232629;
  --green-4: #a2efff;
  --green-1: #01a0c2;
  --black-5: #58636b;
  --grey-4: #edeff0;
  --black-2: #373d42;
  --white: white;
  --black-3: #373d42;
  --grey-6: #e3e2e9;
  --grey-5: #d1cfdb;
  --grey-7: #edebf3;
  --green-2: #00d0fc;
  --grey-1: #a6b8c7;
  --black-4: #4c545c;
  --grey-3: #dde3e7;
  --green-0: #003844;
  --green-5: #b5eaf5;
  --black-6: #798792;
  --green-3: #5ee0fc;
  --green-6: #d0f7ff;
  --grey-2: #b0c5d6;
  --green-border: #cde7ec;
  --gree: #ffd000;
  --transparent: #fff0;
  --grey-transparent: #23262966;
}

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-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-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-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-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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 767px) {
  .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 {
    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 {
    font-size: 16px;
  }
}

body {
  background-color: var(--background);
  color: var(--black-1);
  font-family: Manrope, sans-serif;
  font-size: .9vw;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Michroma, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

h2 {
  color: var(--green-4);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Michroma, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Michroma, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  color: var(--green-4);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Michroma, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Michroma, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Michroma, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.1em;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: var(--green-1);
  text-decoration: none;
}

ul, ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
}

li {
  margin-bottom: .7em;
  font-size: 18px;
  line-height: 28px;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #0c389f;
  border-left: 5px solid #064dfa;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding: 1em 1em 1em 1.5em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.section {
  z-index: 10;
  background-color: var(--black-5);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section.sticky-content-sec {
  z-index: 20;
  background-color: var(--background);
  overflow: visible;
}

.section.overflow-visible {
  overflow: visible;
}

.section.is-author-sec {
  z-index: 20;
  background-color: var(--black-1);
  color: var(--grey-4);
  overflow: visible;
}

.section.with-bg-black-2 {
  background-color: var(--black-2);
  color: var(--white);
}

.section.with-bg-green-1 {
  background-color: var(--green-1);
}

.section.with-bg-black-3 {
  background-color: var(--black-3);
  color: var(--background);
}

.section.with-bg-green-4 {
  background-color: var(--green-4);
}

.section.with-bg-black-1 {
  background-color: var(--black-1);
  color: var(--white);
}

.section.with-bg-grey-6 {
  background-color: var(--grey-6);
}

.section.with-bg-grey-5 {
  background-color: var(--grey-5);
}

.section.with-bg-white {
  background-color: var(--white);
}

.section.with-grey-7 {
  background-color: var(--grey-7);
}

.section.is-content-1 {
  background-color: var(--black-2);
  overflow: visible;
}

.section.white {
  background-color: var(--white);
}

.container {
  z-index: 20;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.in-accordion {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.container.in-listing-4 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.container.with-bg-black-1 {
  background-color: var(--black-1);
  color: #fff;
}

.container.in-header-10 {
  width: 100%;
  max-width: 2400px;
  padding-left: 0;
  padding-right: 0;
}

.container.in-header-11 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container.is-overview {
  max-width: 1640px;
}

.container.home-banner-title {
  padding-left: 8em;
  top: 109px;
}

.container.blog-sidebar-block-2 {
  background-color: var(--black-2);
}

.container.black {
  background-color: var(--black-5);
  background-color: #58636b;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
}

.padding {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.padding.more-paddings {
  padding-top: 10em;
  padding-bottom: 10em;
}

.padding.less-paddings {
  padding-top: 5em;
  padding-bottom: 5em;
}

.padding.is-content-grid-2 {
  overflow: visible;
}

.padding.for-sticky-content {
  padding-top: 50vh;
  padding-bottom: 50vh;
}

.padding.top-0em {
  padding-top: 0;
}

.padding.bottom-4em {
  padding-bottom: 4em;
}

.padding.top-4em {
  padding-top: 4em;
}

.padding.is-checkout {
  padding-top: 12em;
}

.padding.bottom-0em {
  padding-bottom: 0;
}

.padding._1290px {
  flex-flow: column;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  z-index: 10;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.heading.is-content-1-title {
  color: var(--white);
  text-transform: uppercase;
  max-width: 10em;
  font-size: 5.4em;
  font-weight: 200;
  line-height: 1.3em;
}

.heading.is-header-4-title-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading.is-ui-kit-title {
  color: var(--white);
  letter-spacing: .02em;
  text-indent: .02em;
  font-size: 6em;
  font-weight: 500;
  line-height: 1em;
}

.heading.is-title-15 {
  color: #fff;
  text-align: left;
  max-width: 9.4em;
  font-size: 3.7em;
  font-weight: 300;
  line-height: 1.3em;
}

.heading.is-header-slider-2-title-1 {
  z-index: 10;
  font-size: 5.5em;
  font-weight: 300;
  line-height: 1.1em;
}

.heading.is-header-slider-3 {
  z-index: 10;
  color: #fff;
  max-width: 13em;
  font-size: 6em;
  font-weight: 400;
  position: relative;
}

.heading.is-header-12-title {
  z-index: 10;
  color: var(--white);
  max-width: 13em;
  font-size: 6em;
  font-weight: 400;
  position: relative;
}

.heading.is-smallest-title {
  font-family: Michroma, sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
}

.heading.is-small-title {
  font-family: Michroma, sans-serif;
  font-size: 3em;
  line-height: 1.3em;
}

.heading.is-medium-title {
  color: var(--white);
  font-family: Michroma, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.heading.is-large-title {
  margin-bottom: .5em;
  font-family: Michroma, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.heading.is-large-title.blue {
  color: var(--green-2);
  font-size: 40px;
  line-height: 50px;
}

.heading.is-extra-large-title {
  font-family: Michroma, sans-serif;
  font-size: 6em;
  line-height: 1.1em;
}

.heading.is-regular-title {
  font-family: Michroma, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.slider-title-1 {
  font-size: 5em;
  font-weight: 200;
  line-height: 1.1em;
}

.heading.is-extra-small-title {
  color: var(--grey-1);
  font-family: Michroma, sans-serif;
  font-size: 2.5em;
}

.heading.is-sticky-title {
  font-size: 6vw;
}

.heading.is-product-title {
  font-size: 2.1em;
  font-weight: 500;
}

.heading.in-checkout {
  color: var(--grey-6);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
}

.heading.is-checkout-title {
  letter-spacing: 0;
  font-size: 6em;
  font-weight: 700;
}

.heading.is-checkout-title.is-paypal {
  color: var(--green-2);
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  margin-bottom: .3em;
  font-size: 1.3em;
}

.heading.is-confirmation-title {
  font-size: 5em;
  font-weight: 600;
}

.heading.is-confirmation-title.is-2nd {
  color: var(--green-2);
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  margin-bottom: .3em;
  font-size: 1.1em;
}

.heading.is-white {
  color: var(--white);
  font-family: Michroma, sans-serif;
}

.heading.is-header-4-title-2 {
  color: var(--black-1);
  text-align: center;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 200;
  line-height: 1.1em;
}

.heading.is-header-8-title {
  color: var(--white);
  font-size: 6em;
}

.heading.is-header-8-title.is-black {
  color: var(--black-1);
  font-weight: 400;
}

.heading.in-header-11 {
  font-size: 6.3em;
  font-weight: 500;
  line-height: 1.3em;
}

.heading.is-listing-1-title {
  font-size: 2em;
  line-height: 1.1em;
}

.heading.is-listing-2-title {
  font-size: 40px;
  line-height: 50px;
}

.heading.is-listing-3-title {
  font-family: Michroma, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
}

.heading.is-listing-5-title {
  font-size: 3.1em;
  line-height: 1.3em;
}

.heading.is-product-3-title {
  color: var(--black-1);
  font-size: 2.4em;
  line-height: 1.1em;
}

.heading.is-product-4-title {
  font-size: 2.5em;
  line-height: 1.1em;
}

.heading.is-cta-1-title {
  font-size: 40px;
  line-height: 50px;
}

.heading.is-main-ui-kit-title {
  color: var(--background);
  font-size: 3.7em;
  line-height: 1.4em;
}

.heading.is-listing-9-title {
  font-size: 2em;
  line-height: 1.1em;
}

.heading.is-listing-9-title.in-blog {
  font-size: 2.1em;
  line-height: 1.4em;
}

.heading.is-header-6-title-1 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 5.4em;
  font-weight: 200;
  line-height: 1.1em;
}

.heading.is-header-9-title {
  text-transform: uppercase;
  font-size: 5.4em;
  font-weight: 200;
  line-height: 1.1em;
}

.heading.is-header-13-title {
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.heading.is-superb-large {
  font-family: Michroma, sans-serif;
  font-size: 9em;
  line-height: 1.1em;
}

.heading.is-product-5-title {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.1em;
}

.heading.is-main-ui-kit-title-2 {
  color: var(--black-1);
  font-size: 3.7em;
  line-height: 1.4em;
}

.heading.is-main-ui-kit-title-1 {
  color: var(--white);
  font-size: 3.5em;
  line-height: 1.4em;
}

.heading.is-header-8-title-2 {
  color: var(--black-1);
  font-size: 5.4em;
  line-height: 1em;
}

.heading.is-layout-title {
  font-size: 2em;
  line-height: 1.1em;
}

.heading.is-main-ui-kit-title-3 {
  color: var(--grey-4);
  width: 100%;
  max-width: 22em;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-category-title {
  color: var(--white);
  text-transform: uppercase;
  max-width: 10em;
  font-size: 7em;
  font-weight: 600;
  line-height: 1.3em;
}

.heading.is-listing-6-title {
  font-size: 5em;
  line-height: 1.2em;
}

.list-background {
  z-index: 2;
  background-color: var(--green-1);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.list-block {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-block.with-animation {
  padding-bottom: 2em;
}

.list-block.is-2nd {
  min-height: 11em;
  padding-bottom: 2em;
}

.list-block.is-last {
  padding-bottom: 0;
}

.list-block.is-3rd {
  padding-bottom: 2.5em;
}

.list-icon {
  border-radius: 3px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-content {
  padding-top: .5em;
}

.custom-list-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: absolute;
}

.list-line {
  background-color: var(--green-1);
  opacity: .2;
  width: .2em;
  height: 100%;
  position: absolute;
  top: .1em;
  left: 1.4em;
}

.list-line.is-hide-on-desktop {
  display: none;
}

.list-title {
  color: var(--green-1);
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.list-title.is-overview-title {
  color: var(--white);
  font-size: 1.7em;
}

.list-title.is-grey {
  color: var(--grey-6);
  font-size: 1.8em;
}

.list-text {
  max-width: 26em;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list-text.in-overview {
  max-width: 20em;
  font-weight: 300;
}

.list-text.is-grey {
  color: var(--grey-4);
  letter-spacing: .02em;
  font-size: 1.2em;
}

.list-text.is-2nd {
  font-size: 1.1em;
  line-height: 1.9em;
}

.global-styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.empty-state-hidden {
  display: none;
}

.absolute-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.opacity-70 {
  opacity: .7;
}

.bg-color-for-sticky-sec-1 {
  z-index: 15;
  mix-blend-mode: multiply;
  background-color: #15112a96;
  position: absolute;
  inset: 0%;
}

.sticky-100vh-block {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.video-background {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-link {
  z-index: 10;
  color: var(--black-1);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 1em;
  display: flex;
  position: relative;
  top: 1px;
}

.nav-link:hover {
  color: var(--green-1);
}

.nav-link.w--current {
  color: var(--green-2);
  border-bottom-color: #c49c9c;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  background-image: url('../images/factory-packaging.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover-image.is-parallax {
  background-color: var(--white);
  background-position: 50% 0;
  top: auto;
  bottom: auto;
}

.cover-image.is-parallax.dubai {
  background-image: none;
}

.cover-image.is-parallax-large {
  height: 180%;
  top: auto;
  bottom: auto;
}

.cover-image.is-parallax-medium {
  height: 150%;
  top: auto;
  bottom: auto;
}

.social-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  position: relative;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.animation-color-bg {
  z-index: 15;
  background-color: var(--black-2);
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bg.is-black-3 {
  background-color: var(--black-3);
}

.animation-color-bg.is-black-4 {
  background-color: var(--black-4);
}

.animation-color-bg.is-black-1 {
  background-color: var(--black-1);
}

.animation-color-bg.is-grey-3 {
  background-color: var(--grey-3);
}

.animation-color-bg.is-white {
  background-color: var(--white);
}

.animation-color-bg.is-grey-5 {
  background-color: var(--grey-5);
}

.form-success-title {
  color: #fff;
  text-align: center;
  margin-bottom: .3em;
  margin-left: auto;
  margin-right: auto;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2em;
}

.form-success-message {
  border: 1px solid var(--green-0);
  background-color: var(--green-1);
  color: var(--green-5);
  width: 100%;
  padding: 10em 3em;
}

.form-success-message.is-newsletter {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.form-error-message {
  text-align: left;
  background-color: #ffccd580;
  border: 1px solid #c9184a52;
  padding: 2em;
}

.form-error-paragraph {
  color: #191c1f;
  line-height: 1.6;
}

.newsletter-submit-button {
  z-index: 50;
  background-color: var(--green-1);
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  background-image: url('../images/line-end-arrow-fill0-wght400-grad0-opsz48.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border-radius: 3px;
  min-width: 15em;
  padding: 1.4em 3.6em 1.4em 2.3em;
  font-size: 1em;
  font-weight: 600;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  position: relative;
}

.newsletter-submit-button:hover {
  background-color: var(--black-3);
  color: var(--green-5);
}

.newsletter-submit-button:focus {
  background-color: var(--black-3);
}

.social-link-circle {
  z-index: 1;
  border: .2em solid var(--black-4);
  border-radius: 50%;
  width: 130%;
  height: 130%;
  display: none;
  position: absolute;
}

.social-link-circle.is-2nd {
  border-color: var(--black-5);
  display: none;
}

.social-link-circle.is-3rd {
  border-width: 1px;
  border-color: var(--grey-3);
  background-color: var(--grey-6);
}

.newsletter-field {
  z-index: 5;
  background-color: var(--background);
  color: var(--black-4);
  border: 1px solid #0000;
  border-radius: 3px 0 0 3px;
  min-height: 3em;
  margin-bottom: 0;
  padding: .5em 0 .5em 1.3em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.1em;
  transition: background-color .2s, border-color .5s;
  position: relative;
}

.newsletter-field:hover {
  background-color: var(--white);
}

.newsletter-field:active {
  border-color: var(--grey-5);
  background-color: var(--white);
}

.newsletter-field:focus {
  border-color: var(--grey-5) transparent var(--grey-5) var(--grey-5);
  background-color: var(--white);
}

.newsletter-field:focus-visible, .newsletter-field[data-wf-focus-visible] {
  border-color: var(--grey-5);
  background-color: var(--white);
}

.newsletter-field::placeholder {
  color: var(--grey-1);
  font-size: .9em;
}

.newsletter-field.is-dark {
  background-color: var(--black-4);
  color: var(--white);
}

.newsletter-field.is-dark:hover {
  background-color: var(--black-5);
}

.newsletter-field.is-dark:active {
  border-color: var(--black-6) transparent var(--black-6) var(--black-6);
  background-color: var(--black-6);
}

.newsletter-field.is-dark:focus {
  border-color: var(--grey-1) transparent var(--grey-1) var(--grey-1);
}

.newsletter-field.is-dark::placeholder {
  color: var(--grey-3);
}

.newsletter-form {
  z-index: 10;
  border: 1px solid var(--grey-4);
  background-color: var(--background);
  border-radius: 3px;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding: 1em;
  transition: border-color .2s;
  position: relative;
}

.newsletter-form:hover {
  border-color: #33286499;
}

.newsletter-form.is-dark {
  border-color: var(--black-6);
  background-color: var(--black-4);
}

.newsletter-form-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.newsletter-block {
  width: 100%;
  transition: border-color .2s;
  position: relative;
}

.newsletter-block:hover {
  border-color: #c49c9c;
}

.newsletter-title-block {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-name {
  font-weight: 700;
  line-height: 1em;
}

.nav-link-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

.newsletter-flex {
  grid-column-gap: 4em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0;
  display: grid;
}

.flex-for-sticky {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.min-100vh-sec {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.sticky-column-2-bg {
  z-index: 1;
  border-left: 1px solid var(--black-4);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.nav-modern {
  z-index: 998;
  color: var(--white);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  transition: border-color .2s, background-color .2s;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-modern:hover {
  background-color: var(--black-1);
  border-bottom-color: #ffffff26;
}

.nav-modern-links {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: static;
}

.nav-modern-links-block-1 {
  grid-column-gap: 1em;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-modern-links-block-2 {
  grid-column-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-modern-brand-link {
  color: var(--white);
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 30%;
  padding: .5em 1em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.nav-modern-brand-link:hover {
  letter-spacing: .7em;
  text-indent: .7em;
}

.brand-logo-block {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-1 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-1-link {
  color: var(--black-5);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 13em;
  padding: 1em 2em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  transition: background-color .2s, border-color .2s;
}

.tab-1-link:hover {
  background-color: var(--background);
}

.tab-1-link.w--current {
  background-color: var(--black-4);
  color: var(--white);
}

.tab-2-pane {
  width: 100%;
  height: 100%;
}

.tab-2-content {
  z-index: 5;
  width: 100%;
  overflow: visible;
}

.tabs-1-links {
  grid-row-gap: .5em;
  border: 1px solid var(--grey-4);
  background-color: var(--grey-6);
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  margin-right: 5em;
  padding: .5em;
  display: flex;
}

.tab-inner {
  width: 100%;
}

.tab-inner.with-flex {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-inner {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4em 0 8em;
  display: flex;
  position: relative;
}

.accordion-lines {
  z-index: 5;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-lines.is-bottom {
  inset: auto 0% 0%;
}

.accordion-content {
  background-color: #0000;
  display: flex;
  position: relative;
}

.accordion-content.w--open {
  position: relative;
}

.accordion {
  flex: none;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion:hover {
  background-color: var(--grey-5);
}

.accordion.is-dark {
  color: var(--white);
}

.accordion.is-dark:hover {
  background-color: var(--black-2);
}

.accordion-toggle {
  color: var(--black-4);
  white-space: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8em;
  padding: 0;
  display: flex;
}

.accordion-toggle.is-dark {
  color: var(--grey-3);
}

.accordion-interactive-line {
  z-index: 3;
  background-color: #12042c;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.accordion-interactive-line.is-2nd {
  background-color: var(--black-5);
}

.accordion-interactive-line.is-2nd.is-dark {
  background-color: var(--grey-1);
}

.accordion-title {
  z-index: 20;
  text-align: left;
  letter-spacing: .01em;
  max-width: 50%;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  position: relative;
}

.accordion-icon {
  z-index: 20;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  position: relative;
}

.acc-flex {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.newsletter-text-1 {
  text-align: center;
  letter-spacing: .02em;
  text-indent: .02em;
  width: 100%;
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.6em;
}

.rich-text {
  font-weight: 400;
}

.rich-text h2 {
  letter-spacing: -.01em;
  margin-top: 1.3em;
  margin-bottom: .4em;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1em;
}

.rich-text p {
  letter-spacing: .01em;
  margin-bottom: .5em;
}

.rich-text h3 {
  color: var(--green-2);
  letter-spacing: -.01em;
  margin-top: 1.4em;
  margin-bottom: .5em;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.rich-text h4 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.1em;
}

.rich-text h5 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-family: Michroma, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.rich-text h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Michroma, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h1 {
  letter-spacing: -.01em;
  margin-bottom: .6em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.rich-text a {
  color: var(--green-1);
  text-decoration: underline;
  transition: color .2s;
}

.rich-text a:hover {
  color: var(--black-4);
  text-decoration: underline;
}

.rich-text strong {
  font-weight: 500;
}

.rich-text blockquote {
  border-left: 6px solid var(--green-1);
  color: var(--green-1);
  letter-spacing: -.01em;
  padding: 0 0 0 1em;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.rich-text li {
  letter-spacing: .01em;
  line-height: 26px;
}

.gallery-lightbox {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox.is-large-image {
  height: 43em;
}

.gallery-lightbox.is-gallery-for-thumbs {
  height: 100%;
}

.gallery-background {
  z-index: 3;
  background-color: var(--black-1);
  opacity: .8;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.icon {
  z-index: 10;
  object-fit: contain;
  width: 3em;
  height: 3em;
  font-size: 1em;
  position: relative;
}

.icon.in-gallery {
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.icon.is-extra-large {
  width: 100%;
  height: auto;
  font-size: 4em;
}

.icon.is-extra-small {
  font-size: .6em;
}

.icon.is-small {
  font-size: .8em;
}

.icon.is-medium {
  font-size: 1.5em;
}

.icon.is-semi-large {
  font-size: 2em;
}

.icon.is-large {
  font-size: 3em;
}

.icon.is-footer-social-icon {
  font-size: 1.3em;
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery {
  width: 100%;
}

.accordion-visible-line {
  z-index: 1;
  background-color: #12042c26;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.accordion-visible-line.is-2nd {
  background-color: var(--grey-4);
}

.accordion-visible-line.is-2nd.is-dark {
  background-color: var(--black-5);
}

.sticky-column-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 80vh 4em;
  display: flex;
  position: relative;
}

.sticky-100vh-block-2 {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
}

.password-form {
  text-align: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.password {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 57em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  display: flex;
  position: relative;
}

.password-form-label {
  z-index: 20;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  position: absolute;
  top: 5.5em;
  left: 3.6em;
}

.password-form-inner {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #17152080;
  width: 100%;
  padding: 1.2em;
  position: relative;
}

.password-form-block {
  z-index: 10;
  border: 1px solid var(--grey-3);
  background-color: var(--grey-6);
  border-radius: 3px;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em;
  transition: background-color .2s, border-color .2s;
  position: relative;
}

.password-form-block:hover {
  border-color: var(--grey-1);
  background-color: var(--background);
}

.password-form-field {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.password-form-input {
  z-index: 5;
  color: var(--black-2);
  background-color: #0000;
  border: 1px solid #0000;
  min-height: 3em;
  margin-bottom: 0;
  padding: .5em 0 .5em 5.5em;
  font-size: 1.4em;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.password-form-input:focus {
  background-color: #0000;
  border-color: #fff0;
}

.password-form-input:focus-visible, .password-form-input[data-wf-focus-visible] {
  border-color: #fff0;
}

.password-form-input::placeholder {
  color: #3328648c;
  font-size: .9em;
}

.password-form-submit {
  border: 1px solid var(--green-2);
  background-color: var(--green-4);
  color: var(--black-4);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-image: url('../images/line_end_arrow_FILL0_wght400_GRAD0_opsz48.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border-radius: 3px;
  min-width: 15em;
  padding: 1.4em 3.6em 1.4em 2.3em;
  font-size: 1em;
  font-weight: 500;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.password-form-submit:hover {
  background-color: var(--black-3);
  color: var(--green-4);
  background-image: url('../images/line-end-arrow-fill0-wght400-grad0-opsz48.svg');
}

.password-error {
  z-index: 50;
  background-color: #f79e9e66;
  border: 1px solid #fab1af;
  margin-top: 1em;
  padding: 1em;
  position: relative;
}

.password-error-text {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
}

.style-guide-block {
  grid-row-gap: 10em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.static-gallery-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.colour-palette-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--grey-4);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1em;
  display: grid;
}

.color-define {
  background-color: var(--black-1);
  width: 100%;
  height: 5em;
}

.color-define.is-1st {
  opacity: .1;
}

.color-define.is-2nd {
  opacity: .3;
}

.color-define.is-3rd {
  opacity: .5;
}

.color-define.is-4th {
  opacity: .7;
}

.color-define.is-5th {
  opacity: .9;
}

.color-define-2 {
  background-color: var(--grey-1);
  width: 100%;
  height: 5em;
}

.color-define-2.is-1st {
  opacity: .1;
}

.color-define-2.is-2nd {
  opacity: .3;
}

.color-define-2.is-3rd {
  opacity: .5;
}

.color-define-2.is-4th {
  opacity: .7;
}

.color-define-2.is-5th {
  opacity: .9;
}

.color-define-3 {
  background-color: var(--black-4);
  width: 100%;
  height: 5em;
}

.color-define-3.is-1st {
  opacity: .1;
}

.color-define-3.is-2nd {
  opacity: .3;
}

.color-define-3.is-3rd {
  opacity: .5;
}

.color-define-3.is-4th {
  opacity: .7;
}

.color-define-3.is-5th {
  opacity: .9;
}

.classic-button {
  z-index: 20;
  border: 1px solid var(--green-3);
  background-color: var(--green-5);
  color: var(--black-2);
  letter-spacing: .15em;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 16em;
  padding: 1.5em 1em;
  transition: border-color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.classic-button:hover {
  border-color: var(--green-1);
  color: var(--green-6);
  letter-spacing: .25em;
}

.classic-button.is-light {
  border-color: var(--black-5);
  background-color: var(--background);
  color: var(--black-4);
}

.classic-button.is-light:hover {
  background-color: var(--green-5);
  box-shadow: none;
}

.classic-button.is-transparent {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--green-4);
  background-color: #9fdac10d;
  border-color: #9fdac166;
}

.classic-button.is-transparent:hover {
  color: var(--background);
  background-color: #55a5831f;
  border-color: #d5f3e666;
}

.classic-button.is-black {
  border-color: var(--black-5);
  background-color: var(--black-3);
  color: var(--green-5);
}

.classic-button.is-black:hover {
  border-color: var(--green-1);
}

.classic-button.is-wider {
  min-width: 22em;
}

.button-text {
  z-index: 5;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.slider-image-1 {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-image-2 {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-image-3 {
  z-index: 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-gradient-color {
  z-index: 2;
  background-image: linear-gradient(to top, #15112a03 30%, var(--black-1));
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-absolute-block {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-bg-for-interaction {
  z-index: 15;
  background-color: var(--black-4);
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-timeline {
  z-index: 20;
  background-color: var(--black-4);
  width: 10vw;
  height: 2px;
  position: absolute;
  bottom: 5em;
  overflow: hidden;
}

.slide-timeline.is-relative {
  position: relative;
  top: auto;
  bottom: auto;
}

.slide-timeline.in-header-slider-2 {
  position: relative;
  bottom: auto;
}

.slider-timeline-bg {
  background-color: var(--grey-1);
  position: absolute;
  inset: 0%;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-sticky-block {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.header-slider-2-padding-1 {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16em;
  padding-bottom: 16em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-modern-menu-button {
  z-index: 900;
  grid-column-gap: 2.5em;
  color: var(--grey-4);
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1em 4em;
  transition: color .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-modern-menu-button:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.header-200vh-video {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  inset: 0% 0% auto;
}

.video-sticky-block {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.video-bg-color-1 {
  z-index: 20;
  background-image: linear-gradient(to bottom, var(--black-2), #15112ab3 50%, #330b7e00);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.listing-8-column-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.listing-8-text {
  opacity: .8;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6em;
}

.listing-8-item {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--background);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding: 5em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.listing-8-item:nth-child(2n) {
  color: #e7d2d2;
  background-color: #1e1927;
  flex-direction: row-reverse;
}

.listing-8-item:first-child {
  padding-top: 8em;
}

.listing-8-flex {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.listing-8 {
  width: 100%;
}

.listing-8-column-1 {
  z-index: 20;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #f8ecf312;
  border: 1px solid #f0c8e066;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
  position: absolute;
}

.header-5-box {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--background);
  color: var(--black-4);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35em;
  padding: 5.5em 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-8-subtitle {
  opacity: .8;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.4em;
}

.content-1-color-1 {
  z-index: 2;
  background-image: linear-gradient(to bottom, #fff0, #211e2ea6 55%, var(--black-2));
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.content-1-header-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-1-header {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 70em;
  padding-top: 14em;
  padding-bottom: 22em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-1-size {
  z-index: 2;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.tabs-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-2-links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--grey-6);
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  padding: .5em;
  display: flex;
}

.tabs-2-links.is-dark {
  background-color: var(--black-5);
}

.padding-80vh {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80vh;
  padding-bottom: 80vh;
  display: flex;
  position: relative;
}

._3d-block-for-text {
  z-index: 8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.aside-image-right {
  z-index: 20;
  object-fit: cover;
  width: 26vw;
  max-width: 28em;
  height: 30vh;
  position: absolute;
  top: 13vh;
  right: -5.6em;
}

.aside-image-left {
  z-index: 20;
  object-fit: cover;
  width: 20vw;
  max-width: 23em;
  height: 20vh;
  position: absolute;
  top: 33vh;
  left: -6.4em;
}

.nav-links-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.parallax-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header-4-image-3 {
  z-index: 5;
  width: 23vw;
  height: 34vh;
  position: absolute;
  top: 13.2vh;
  right: -29.5vw;
}

.header-4-image-2 {
  z-index: 5;
  width: 18vw;
  height: 17vh;
  position: absolute;
  top: 12vh;
  left: -17vw;
}

.header-4-image-4 {
  z-index: 3;
  width: 18vw;
  height: 30vh;
  position: absolute;
  bottom: 10vh;
  left: -25vw;
}

.header-4 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-4-content {
  z-index: 20;
  perspective: 1000px;
  text-align: center;
  width: 100%;
  position: relative;
}

.header-4-flex {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57em;
  padding: 14em 4em 10em;
  display: flex;
  position: relative;
}

.parallax-animation-large {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.socials-1-list {
  grid-column-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-1-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 1em;
  display: flex;
  position: relative;
}

.subfooter-links-list {
  grid-column-gap: 2.75em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listing-4 {
  z-index: 10;
  width: 100%;
  position: relative;
}

.listing-4-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.listing-4-item {
  border: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  height: 33em;
  padding-top: 4em;
  padding-bottom: 4em;
  transition: height .6s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-4-item:hover {
  height: 40em;
}

.listing-4-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.parallax-animation-medium {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.subfooter-1-black {
  z-index: 20;
  border-top: 1px solid var(--black-3);
  background-color: var(--black-1);
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}

.subfooter-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  z-index: 10;
  background-color: #0000;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.form.is-dark {
  color: var(--white);
}

.form-flex {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-flex.is-dark {
  color: var(--grey-6);
}

.form-submit-button {
  background-color: var(--green-2);
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  white-space: pre-wrap;
  background-image: url('../images/line-end-arrow-fill0-wght400-grad0-opsz48.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border-radius: 3px;
  margin-top: 1em;
  margin-right: auto;
  padding: 1.5em 6.2em 1.5em 3em;
  font-size: 1em;
  font-weight: 500;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.form-submit-button:hover {
  background-color: var(--green-1);
  padding-left: 4em;
  padding-right: 7.5em;
}

.form-submit-button:focus, .form-submit-button:focus-visible, .form-submit-button[data-wf-focus-visible] {
  background-color: var(--green-1);
}

.form-field {
  z-index: 5;
  border: 1px solid var(--grey-4);
  color: var(--black-4);
  background-color: #0000;
  border-radius: 3px;
  width: 100%;
  min-height: 3em;
  margin-bottom: 0;
  padding: .5em 1.5em;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
  transition: background-color .2s, border-color .5s;
  position: relative;
}

.form-field:hover {
  border-color: var(--grey-3);
  background-color: var(--white);
}

.form-field:active, .form-field:focus, .form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border-color: var(--grey-1);
  background-color: var(--white);
}

.form-field::placeholder {
  color: var(--black-2);
  font-size: .9em;
}

.form-field.is-text-area {
  min-height: 8em;
  margin-bottom: 1.2em;
  padding-top: 1.3em;
}

.form-field.is-dark {
  border-color: var(--black-5);
  color: var(--white);
}

.form-field.is-dark:hover {
  border-color: var(--grey-1);
  background-color: var(--black-3);
  color: var(--white);
}

.form-field.is-dark:active, .form-field.is-dark:focus {
  border-color: var(--grey-1);
  background-color: var(--black-3);
}

.form-field.is-dark::placeholder {
  color: var(--grey-3);
}

.form-field.is-dark.is-dark-option {
  color: var(--grey-3);
  min-height: 4em;
  font-size: 1.3em;
}

.form-field.is-option {
  min-height: 4em;
  padding-left: 1.3em;
  font-size: 1.3em;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 2px;
  border-color: var(--green-1);
  cursor: pointer;
  border-radius: 50%;
  flex: none;
  width: 2em;
  height: 2em;
  margin: 0 1em 0 0;
  transition: border-width .2s, background-color .2s, border-color .2s;
}

.checkbox:hover {
  border-width: 4px;
  border-color: var(--green-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--green-1);
  background-color: var(--green-1);
  background-size: 1.1em;
}

.checkbox.w--redirected-focus {
  border-color: var(--green-1);
  background-color: var(--green-3);
  box-shadow: none;
}

.checkbox-label {
  font-size: 1.2em;
  line-height: 1.2em;
}

.while-scrolling-effect-5rem {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-1-grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  width: 100%;
  margin-top: -20em;
  position: relative;
}

.content-1-block {
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 39em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.while-scrolling-effect-6rem {
  z-index: 5;
  position: relative;
}

.breadcrumb-text-1 {
  color: var(--green-3);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .3em 1.1em;
  font-size: .8em;
  font-weight: 500;
  transition: color .2s;
}

.breadcrumb-text-1:hover, .breadcrumb-text-1.w--current {
  color: var(--green-4);
}

.content-1-grid-image {
  z-index: 10;
  border-radius: 3px;
  height: 59em;
  position: relative;
  overflow: hidden;
}

.ui-kit-header {
  z-index: 10;
  background-color: var(--black-2);
  color: var(--white);
  padding-top: 8em;
  padding-bottom: 4em;
  padding-left: 0;
  position: relative;
}

.breadcrumbs-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.image-size-uni {
  height: 43em;
  position: relative;
}

.images {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-block {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-description {
  text-align: center;
  letter-spacing: -.05em;
  font-size: 2.5em;
  font-weight: 500;
}

.opacity-50 {
  opacity: .5;
}

.relative-image {
  z-index: 10;
  width: 100%;
  position: relative;
}

.empty-state-default {
  border: 1px solid var(--grey-3);
  background-color: var(--grey-6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  font-size: 2em;
  font-weight: 500;
  display: flex;
}

.empty-state-default.is-dark {
  background-color: var(--black-5);
}

.footer {
  z-index: 20;
  border-top: 1px solid var(--black-4);
  background-color: var(--black-1);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer-padding {
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.header-4-bg-color {
  z-index: 1;
  background-image: linear-gradient(315deg, #e7d2d205, #fff 53%, #e7d2d203), linear-gradient(135deg, var(--grey-4), var(--grey-2));
  position: absolute;
  inset: 0%;
}

.ui-buttons-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ui-buttons-flex.with-max-width {
  max-width: 35em;
}

.button-description {
  text-align: center;
  width: 100%;
  margin-bottom: .8em;
  font-size: 1.3em;
}

.newsletter-title {
  text-align: center;
  max-width: 8em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

.author-text {
  color: #f5eaea;
  text-align: center;
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1.1em;
}

.content-block-2 {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5em;
  display: flex;
  overflow: hidden;
}

.ui-kit-title-block {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-socials {
  z-index: 20;
  border-top: 1px solid var(--black-4);
  border-bottom: 1px solid var(--black-4);
  background-color: var(--black-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 13em;
  padding: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socials {
  z-index: 10;
  align-self: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.logo-image-default {
  z-index: 10;
  object-fit: contain;
  object-position: 0% 50%;
  flex: none;
  width: 200px;
  height: auto;
  display: inline-flex;
  position: relative;
}

.logo-image-default.navigation {
  width: 300px;
}

.newsletter {
  z-index: 20;
  color: var(--black-5);
  width: 100%;
  position: relative;
}

.newsletter.is-dark {
  background-color: var(--black-3);
  color: var(--white);
}

.footer-wrap {
  z-index: 50;
  position: relative;
}

.sticky-column-3 {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 14em;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-column-3.in-overview {
  padding-left: 4em;
  padding-right: 4em;
}

.image-collage-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 94%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rich-text-on-dark-bg {
  color: var(--green-4);
}

.rich-text-on-dark-bg h2 {
  letter-spacing: -.01em;
  margin-top: 1.4em;
  margin-bottom: .4em;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.rich-text-on-dark-bg p {
  color: var(--grey-6);
  letter-spacing: .01em;
  margin-bottom: .3em;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 2.1em;
}

.rich-text-on-dark-bg h3 {
  margin-top: 1.1em;
  margin-bottom: .5em;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.3em;
}

.rich-text-on-dark-bg h4 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
}

.rich-text-on-dark-bg h5 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.1em;
}

.rich-text-on-dark-bg h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text-on-dark-bg h1 {
  letter-spacing: -.01em;
  margin-bottom: .6em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.rich-text-on-dark-bg a {
  color: #a4c1c8;
  text-decoration: underline;
  transition: color .2s;
}

.rich-text-on-dark-bg a:hover {
  opacity: 1;
  color: var(--background);
  text-decoration: underline;
}

.rich-text-on-dark-bg strong {
  color: var(--white);
  font-weight: 500;
}

.rich-text-on-dark-bg blockquote {
  color: var(--green-6);
  letter-spacing: .02em;
  text-indent: .02em;
  border-left: 0 #0000;
  padding: 0;
  font-size: 3em;
  font-weight: 200;
  line-height: 1.4em;
}

.rich-text-on-dark-bg li {
  line-height: 1.7em;
}

.tab-1-content {
  z-index: 5;
  width: 100%;
  overflow: visible;
}

.tab-1-pane {
  width: 100%;
  height: 100%;
}

.author-link {
  color: var(--grey-5);
  text-decoration: underline;
}

.author-link:hover {
  color: var(--white);
}

.fullscreen-menu-column-1 {
  z-index: 10;
  border-right: 1px solid var(--black-4);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 40%;
  padding-left: 8em;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.fullscreen-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.fullscreen-menu-bg {
  z-index: 1;
  background-color: var(--black-1);
  position: fixed;
  inset: 0%;
}

.menu-delay-for-animations {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 0%;
}

.fullscreen-inner {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.close-button {
  z-index: 900;
  border-right: 1px solid var(--black-3);
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  line-height: 1.1em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.close-button:hover {
  width: 12em;
}

.fullscreen-menu-column-3 {
  z-index: 9;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-list-5 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33em;
  display: flex;
  position: relative;
}

.form-success-title-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.overview-grid-2 {
  grid-column-gap: 7em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4em;
  display: grid;
}

.close-button-bg {
  z-index: 1;
  background-color: var(--black-2);
  background-image: url('../images/line-start-arrow-fill0-wght400-grad0-opsz48-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.6em;
  position: absolute;
  inset: 0%;
}

.large-button-2 {
  z-index: 1;
  border: 1px solid var(--grey-4);
  color: var(--black-5);
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-height: 14em;
  margin-top: -1px;
  margin-left: -1px;
  padding: 2em;
  transition: border-color .2s, background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.large-button-2:hover {
  z-index: 2;
  border-color: var(--grey-1);
  background-color: var(--grey-6);
  color: var(--black-3);
  width: 120%;
  font-weight: 500;
}

.large-button-2-name {
  font-size: 1.3em;
  line-height: 1.3em;
}

.large-button-2-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.large-buttons-2 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form-grid-in-ui {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
}

.form-block-1 {
  border-radius: 5px;
  padding: 5em;
}

.form-block-1.is-black {
  background-color: var(--black-1);
}

.nav-modern-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  position: relative;
}

.main-circle-button {
  z-index: 20;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: relative;
}

.main-circle-button.in-menu {
  font-size: .8em;
}

.circle-button-content {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.circle-button-text-1 {
  color: var(--green-6);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 8em;
  font-size: .85em;
  font-weight: 300;
  line-height: 1.2em;
  display: none;
  position: absolute;
}

.circle-button-text-1.is-2nd {
  color: var(--black-4);
}

.circle-button-icon-1 {
  z-index: 10;
  object-fit: contain;
  width: 3em;
  height: 3em;
  font-size: 1.5em;
  position: absolute;
}

.circle-button-border-1 {
  z-index: 5;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  transition: border-radius .4s;
  position: absolute;
  inset: 0%;
}

.circle-button-border-1.is-2nd {
  border-color: #33286459;
}

.header-2 {
  z-index: 20;
  background-color: var(--background);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.header-2-padding {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.header-2-grid {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.header-2-block-2 {
  position: relative;
}

.header-2-block-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 6em;
  display: flex;
  position: relative;
}

.header-2-content-1 {
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40em;
  display: flex;
}

.vertical-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vertical-flex.with-gap-6em {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.vertical-flex.with-gap-6em.is-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.vertical-flex.with-gap-8em {
  grid-row-gap: 8em;
}

.vertical-flex.with-gap-8em.is-center {
  justify-content: center;
  align-items: center;
}

.vertical-flex.with-gap-2em {
  grid-row-gap: 2em;
}

.vertical-flex.with-gap-2em.is-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.vertical-flex.with-gap-4em {
  grid-row-gap: 4em;
}

.vertical-flex.with-gap-4em.is-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.vertical-flex.with-gap-4em.is-center.ab-alt {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1920px;
  margin-top: 100px;
}

.vertical-flex.is-align-center {
  align-items: center;
}

.vertical-flex.with-gap-10em {
  grid-row-gap: 10em;
}

.vertical-flex.with-gap-1em {
  grid-row-gap: 1em;
}

.header-1 {
  z-index: 10;
  background-color: var(--background);
  position: relative;
}

.header-1.is-dark {
  background-color: var(--black-2);
  color: var(--white);
}

.header-1-padding {
  padding-top: 14em;
  padding-bottom: 8em;
}

.section-image {
  height: 50em;
  min-height: 100vh;
  position: relative;
}

.grid-7-content {
  grid-row-gap: 4em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 39em;
  display: flex;
}

.grid-7-text {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5em;
}

.grid-7-text.is-2nd {
  color: var(--grey-1);
}

.cards-2-grid {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.grid-7-image {
  min-height: 50em;
  position: relative;
}

.header-1-flex {
  grid-column-gap: 7.5em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 73em;
  display: flex;
}

.header-1-flex.in-blog {
  grid-column-gap: 10em;
  justify-content: flex-start;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-2-padding {
  z-index: 20;
  grid-column-gap: 6em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10em 6em;
  display: flex;
  position: relative;
}

.cards-1-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30em;
  display: grid;
  position: relative;
}

.cards-1-grid.with-margin-bottom {
  margin-bottom: 4em;
}

.card-block {
  z-index: 10;
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 23em;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 2.5em;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, color .2s, background-color .2s, min-height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block:hover {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  min-height: 26em;
}

.card-block.is-2nd {
  width: 100%;
  min-height: auto;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.card-block.is-2nd:hover {
  border-color: var(--green-4);
  background-color: var(--white);
  color: #130e0d;
  padding-top: 6em;
  padding-bottom: 6em;
}

.card-block.is-3rd {
  width: 100%;
  overflow: hidden;
}

.card-block.is-3rd:hover {
  background-color: var(--grey-6);
  color: var(--black-1);
  border-color: #0000;
}

.card-block.is-black-3:hover {
  border-color: var(--green-1);
  background-color: var(--black-3);
}

.card-circle {
  z-index: 5;
  border: 1px solid var(--green-1);
  background-color: #0000;
  border-radius: 50em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.card-circle.is-dark {
  background-color: var(--black-3);
}

.card-title {
  z-index: 10;
  letter-spacing: .02em;
  text-indent: .02em;
  font-family: Michroma, sans-serif;
  font-size: 1.9em;
  line-height: 1.2em;
  position: relative;
}

.card-title.in-overview {
  font-size: 1.7em;
}

.card-text {
  z-index: 10;
  opacity: .7;
  max-width: 15.5em;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}

.card-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
  position: relative;
}

.card-icon.is-larger {
  font-size: 1.6em;
}

.header-slider-1 {
  z-index: 5;
  background-color: #130e0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-slider-1-padding {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 9em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-2-image-size {
  z-index: 1;
  height: 80vh;
  position: sticky;
  top: 10vh;
}

.cards-2 {
  z-index: 2;
  grid-row-gap: 0em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 27em;
  padding-top: 30vh;
  padding-bottom: 30vh;
  display: flex;
  position: relative;
}

.newsletter-description {
  text-align: left;
  max-width: 14em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.newsletter-description.is-dark {
  color: var(--grey-4);
}

.listing-4-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: grid;
}

.listing-4-overlay-color {
  z-index: 2;
  background-image: linear-gradient(to right, var(--black-1), #17152059 47%, #171520b3);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.menu-template-link {
  color: var(--green-4);
  letter-spacing: .05em;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 3px;
  padding: .7em 1em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.1em;
  transition: background-color .2s, border-color .2s, color .2s;
}

.menu-template-link:hover {
  border-color: var(--black-3);
  background-color: var(--black-2);
  color: var(--white);
}

.menu-template-link.w--current {
  border-color: var(--black-5);
  background-color: var(--black-3);
  color: var(--white);
}

.nav-explore-title-1 {
  color: var(--grey-5);
  align-self: stretch;
  font-size: 1.2em;
}

.menu-template-links {
  grid-row-gap: 2em;
  border: 1px solid var(--black-3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

._3d-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 125%;
  display: flex;
  position: absolute;
}

.nav-links-grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.footer-link {
  color: var(--grey-3);
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  width: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1em;
  transition: border-color .2s, color .2s;
}

.footer-link:hover {
  color: var(--background);
}

.footer-link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.footer-link.is-2nd {
  color: var(--grey-3);
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  font-size: 12px;
  line-height: 22px;
  display: block;
}

.footer-link.is-2nd:hover {
  color: var(--background);
}

.listing-4-heading {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  min-width: 11em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
  transition: color .2s;
}

.listing-4-heading:hover {
  color: var(--green-4);
}

.listing-7-overlay-color {
  z-index: -5;
  mix-blend-mode: multiply;
  background-color: #15112a80;
  position: absolute;
  inset: 0%;
}

.listing-7-default-bg {
  z-index: -20;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.listing-7-item {
  align-self: stretch;
  position: static;
}

.section-listing-7 {
  z-index: 1;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-7-list {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.listing-7 {
  align-self: stretch;
  align-items: center;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  position: static;
}

.listing-7-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1.5em 2em;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1);
  display: grid;
  position: relative;
}

.listing-7-link:hover {
  padding-top: 3em;
  padding-bottom: 3em;
}

.empty-state-text {
  color: #ffffffd9;
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
}

.listing-7-image-main {
  z-index: -10;
  opacity: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.listing-7-name {
  font-variation-settings: "wght" 320;
  text-align: center;
  letter-spacing: .02em;
  text-indent: .02em;
  text-transform: uppercase;
  font-size: 2.3em;
  line-height: 1.2em;
}

.listing-7-block {
  opacity: .7;
  transition: opacity .2s;
}

.listing-7-block:hover {
  opacity: 1;
}

.listing-7-link-content {
  color: var(--white);
  text-align: center;
  font-size: 1.2em;
  line-height: 1.8em;
  display: none;
  position: absolute;
}

.header-slider-2-block-1 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-bg-bottom {
  z-index: 11;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #17152099;
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 10vh;
  min-height: 7em;
  margin: 2em;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.header-slider-2 {
  z-index: 5;
  background-color: var(--black-2);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-1-text-1 {
  z-index: 30;
  color: var(--green-4);
  letter-spacing: 0;
  text-indent: 0;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.content-grid-1-block-2 {
  z-index: 20;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-1-numbers {
  grid-row-gap: 10em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.grid-3 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 60px 0 0;
  position: relative;
}

.grid-3-content {
  grid-row-gap: 2.75em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40em;
  padding: 6em 2em;
  display: flex;
}

.grid-3-image {
  z-index: 10;
  border-radius: 3px;
  width: 100%;
  height: 50em;
  position: relative;
  overflow: hidden;
}

.grid-3-text-1 {
  text-align: left;
  letter-spacing: .02em;
  text-indent: .02em;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.grid-3-text-1.is-dark {
  color: #15112acc;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.7em;
}

.cta-2-overlay-color {
  z-index: 11;
  mix-blend-mode: multiply;
  background-color: #211e2eb3;
  position: absolute;
  inset: 0%;
}

.cta-2-wrap {
  z-index: 10;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.cta-2-content {
  grid-row-gap: 2.25em;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 57em;
  display: flex;
}

.cta-2-text {
  color: #ffffffb3;
  letter-spacing: .05em;
  text-indent: .05em;
  text-transform: uppercase;
  max-width: 27em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 2em;
}

.gallery-text {
  z-index: 20;
  border: 1px solid var(--black-3);
  background-color: var(--background);
  color: var(--black-1);
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: .6em 1.3em;
  font-size: .8em;
  font-weight: 700;
  position: absolute;
  inset: 3em auto auto 3em;
}

.header-slider-content-3 {
  grid-row-gap: 5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-slider-gradient-2 {
  z-index: 2;
  text-transform: lowercase;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#1a151d66 37%, #1e192733);
  position: absolute;
  inset: 0%;
}

.header-slider-2-bg-color-1 {
  z-index: 2;
  text-transform: lowercase;
  mix-blend-mode: multiply;
  background-image: linear-gradient(135deg, #15112a99, #15112a05);
  position: absolute;
  inset: 0%;
}

.header-slider-3 {
  z-index: 5;
  background-color: #130e0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-1-text-2 {
  z-index: 30;
  color: #fff;
  text-align: center;
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
  position: relative;
}

.header-12 {
  z-index: 2;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
  overflow: visible;
}

.breadcrumb-icon-2 {
  opacity: .8;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
}

.header-3 {
  z-index: 30;
  background-color: var(--black-2);
  color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.header-3-padding {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 14.4em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.header-3-padding.without-menu {
  padding: 3em;
}

.header-3-grid {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.header-3-block-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6em;
  display: flex;
  position: relative;
}

.header-3-block-2 {
  position: relative;
}

.header-3-content-1 {
  grid-row-gap: 3em;
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35em;
  display: flex;
}

.header-12-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-5 {
  z-index: 10;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-5-block {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
  position: relative;
}

.grid-5-image {
  z-index: 2;
  border-radius: 3px;
  width: 100%;
  max-width: 50em;
  height: 40em;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}

.grid-5-content {
  z-index: 10;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40em;
  display: flex;
  position: relative;
}

.grid-5-title {
  z-index: 10;
  letter-spacing: .04em;
  text-indent: .04em;
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
}

.cards-2-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.grid-6 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.grid-6-image {
  border-radius: 3px;
  min-height: 50em;
  position: relative;
  overflow: hidden;
}

.grid-6-content {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 27em;
  display: flex;
}

.grid-6-text {
  letter-spacing: .03em;
  text-indent: .03em;
  max-width: 20em;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.7em;
}

.header-13-bg-color {
  z-index: 1;
  background-image: linear-gradient(to top, var(--black-2), #1e192700 30%), radial-gradient(circle farthest-side at 37% 30%, #171520b3 13%, #47425c8a), linear-gradient(315deg, #e7d2d205, #17152080 53%, #e7d2d203), linear-gradient(45deg, var(--black-5), var(--black-1));
  color: #d3b1b1;
  position: absolute;
  inset: 0%;
}

.socials-4 {
  z-index: 10;
  align-self: center;
  position: relative;
}

.header-1-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.socials-4-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-1 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  border-bottom: 1px none var(--grey-2);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  margin-bottom: 60px;
}

.grid-1-text-1 {
  opacity: .7;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.8em;
}

.grid-1-image-1 {
  border-radius: 3px;
  height: 40em;
  position: relative;
  overflow: hidden;
}

.grid-1-title-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: .5em;
  display: flex;
  overflow: hidden;
}

.grid-1-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  padding-top: .6em;
  padding-bottom: .6em;
  display: flex;
  overflow: hidden;
}

.gallery-with-thumbs {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery-thumb-block {
  height: 43em;
  position: relative;
}

.nav-simple-brand {
  grid-row-gap: .1em;
  color: #fff;
  letter-spacing: 1em;
  text-indent: 1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .2em 2em;
  transition: background-color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.nav-simple-brand:hover {
  background-color: var(--black-3);
  letter-spacing: 1.3em;
  text-indent: 1.3em;
}

.navbar-simple {
  z-index: 999;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-bottom: 1px solid var(--black-4);
  background-color: var(--black-1);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-simple-brand-name {
  color: #f5eaea;
  font-weight: 500;
}

.nav-simple-menu-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .75fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.nav-simple-link {
  color: #fffc;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: .8em;
  transition: border-color .2s, color .2s;
  display: flex;
}

.nav-simple-link:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.nav-simple-menu-links {
  grid-column-gap: 3.5em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.nav-simple-menu-links.is-2nd {
  justify-content: center;
}

.header-3-subtitle-1 {
  opacity: .8;
  letter-spacing: .03em;
  max-width: 22em;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.6em;
}

.fullscreen-main-links {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.fullscreen-menu-link {
  color: var(--grey-4);
  background-image: url('../images/plus-icon-white.svg');
  background-position: 14%;
  background-repeat: no-repeat;
  background-size: .8em;
  border-bottom: 1px solid #0000;
  flex: 1;
  width: 100%;
  padding: 1.5vh 4vw 1.5vh 10vw;
  font-size: 3.3vh;
  font-weight: 200;
  line-height: 1.1em;
  transition: border-color .2s, padding .6s cubic-bezier(.075, .82, .165, 1), color .2s;
}

.fullscreen-menu-link:hover {
  color: var(--white);
  background-image: url('../images/line-end-arrow-fill0-wght400-grad0-opsz48.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
}

.fullscreen-menu-link.w--current {
  color: var(--white);
  background-size: .6em;
  font-weight: 500;
}

.fullscreen-menu-link.w--current:hover {
  background-size: .8em;
}

.fullscreen-menu-link.is-smaller {
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 2.5vh;
}

.fullscreen-menu-link.is-smaller:hover {
  border-bottom-color: var(--black-5);
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.menu-socials {
  z-index: 10;
}

.menu-socials:hover {
  border-bottom-color: #12042c66;
}

.fullscreen-image-column {
  z-index: 1;
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  padding: 5em;
  display: flex;
  position: relative;
  overflow: auto;
}

.aside-image-left-shadow {
  z-index: 1;
  position: absolute;
  inset: 0%;
  box-shadow: 71px 71px 80px -10px #15112a66;
}

.aside-image-right-shadow {
  z-index: 1;
  position: absolute;
  inset: 0%;
  box-shadow: -28px 96px 80px -10px #15112a73;
}

.sidebar-blog-text {
  opacity: .7;
  color: var(--black-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.3em;
}

.sidebar-blog-text.is-1st {
  color: var(--grey-1);
  min-width: 11em;
  font-weight: 700;
}

.sidebar-blog-text.is-1st.is-dark {
  color: var(--grey-3);
}

.sidebar-blog-text.is-link:hover {
  color: var(--green-1);
}

.sidebar-blog-text.is-dark {
  color: var(--grey-7);
}

.card-number {
  font-size: 1.2em;
  font-weight: 600;
}

.card-number.is-white {
  color: var(--white);
}

.gallery-open-block {
  z-index: 1;
  background-color: #130e0d80;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 4em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-open-text {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #f5eaea;
  letter-spacing: .05em;
  text-indent: .05em;
  text-transform: uppercase;
  background-color: #211e2eb3;
  border: 1px solid #ffffff4d;
  border-radius: 3px;
  padding: .8em 1.7em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.blog-sidebar-content-flex {
  grid-column-gap: 2em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-sidebar-block-1 {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.author-image {
  z-index: 1;
  opacity: .1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.header-slider-1-content {
  grid-row-gap: 4em;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: var(--white);
  text-align: center;
  background-color: #211d31cc;
  border: 1px solid #9e9bad8c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 44em;
  margin-left: 5em;
  padding: 6.5em 5em;
  display: flex;
  position: relative;
}

.header-2-text-1 {
  text-transform: capitalize;
  font-size: 1.8em;
}

.header-2-text-2 {
  color: #332864cc;
  margin-bottom: 1.4em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.9em;
}

.footer-brand-link {
  border-bottom: 1px solid var(--green-2);
  color: var(--green-2);
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.footer-brand-link:hover {
  letter-spacing: .6em;
  text-indent: .6em;
}

.listing-7-icon {
  width: 1em;
  height: 1em;
  font-size: 2em;
  display: none;
}

.listing-7-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18em;
  display: flex;
  position: relative;
}

.open-menu-button {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid var(--black-4);
  border-bottom: 1px solid var(--black-4);
  background-color: var(--black-2);
  color: var(--grey-4);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10em;
  padding: 1em 3.5em;
  transition: color .2s, height .5s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.open-menu-button:hover {
  color: var(--white);
  height: 12em;
}

.open-menu-button-bg {
  z-index: 1;
  background-color: var(--black-1);
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.open-menu-button-text {
  z-index: 10;
  position: relative;
}

.footer-socials-2 {
  z-index: 10;
  align-self: center;
  width: 100%;
  position: relative;
}

.footer-large-link {
  color: var(--grey-4);
  border-bottom: 1px solid #0000;
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 2.4em;
  font-weight: 200;
  line-height: 1em;
  transition: border-color .2s, color .2s;
}

.footer-large-link:hover {
  color: var(--background);
}

.footer-large-link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.footer-small-links {
  grid-column-gap: 2.25em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 73em;
  display: flex;
}

.content-text-9 {
  opacity: .6;
  max-width: 19em;
  margin-bottom: auto;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2em;
}

.header-slider-1-bg {
  z-index: 4;
  background-image: linear-gradient(to bottom, var(--black-1), #fff0 35%), linear-gradient(to right, #17152080, #15112a03 44%);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.header-slider-1-block {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-5 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-15 {
  z-index: 20;
  padding: 14em;
  position: relative;
}

.colour-palette-5 {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.header-6 {
  z-index: 2;
  background-color: var(--black-2);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.header-6-padding {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 14em;
  padding-bottom: 22em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-6-gradient-bottom {
  z-index: 2;
  background-image: linear-gradient(to bottom, #fff0, #171520d9 75%, var(--black-1));
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.header-200vh-image {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  inset: 0% 0% auto;
}

.header-image-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.header-6-bg-color {
  z-index: 20;
  background-image: linear-gradient(to bottom, var(--black-2), #15112ab3 50%, #330b7e00);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.breadcrumbs {
  z-index: 50;
  grid-column-gap: 1em;
  grid-row-gap: .25em;
  border-bottom: 1px solid var(--black-5);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.breadcrumbs.without-border {
  border-bottom-width: 0;
  border-bottom-color: #0000;
}

.breadcrumbs.in-header {
  border-bottom-width: 0;
  border-bottom-color: #0000;
  margin-bottom: 4em;
}

.breadcrumb-text {
  color: var(--black-5);
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding: 1.4em 0;
  font-size: .8em;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1), color .2s;
}

.breadcrumb-text:hover {
  color: var(--black-2);
  padding-left: 1em;
  padding-right: 1em;
}

.breadcrumb-text.w--current {
  border-bottom-color: var(--black-5);
  color: var(--black-1);
  font-weight: 500;
}

.breadcrumb-icon {
  opacity: .4;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
}

.sticky-content {
  z-index: 20;
  width: 60vw;
  position: relative;
}

.sticky-content-image-heigh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-content-image {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-content-image-block {
  z-index: 1;
  opacity: .33;
  border-radius: 3px;
  width: 30vw;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.header-4-bg-3 {
  z-index: 5;
  background-image: linear-gradient(45deg, var(--black-5), var(--black-1));
  opacity: .9;
  color: #d3b1b1;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.header-7 {
  z-index: 10;
  background-color: var(--black-2);
  color: var(--grey-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-7-image-1 {
  z-index: 10;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.header-7-flex {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65em;
  padding: 20vh 4em;
  display: flex;
  position: relative;
}

.header-7-content {
  z-index: 20;
  grid-row-gap: 3.5em;
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.grid-5-text {
  max-width: 15em;
  font-size: 1.7em;
  font-weight: 200;
  line-height: 1.8em;
}

.header-5-flex {
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5em;
  display: flex;
  position: static;
}

.header-5-flex:nth-child(2n) {
  color: #e7d2d2;
  background-color: #1e1927;
  flex-direction: row-reverse;
}

.header-5-flex:first-child {
  padding-top: 8em;
}

.header-5-content {
  z-index: 20;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #f8ecf312;
  border: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
}

.header-5-image {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-5-text {
  opacity: .8;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6em;
}

.scolling-image {
  z-index: 20;
  width: 38vw;
  height: 70vh;
  position: absolute;
}

.cart {
  align-self: stretch;
}

.cart-button {
  grid-column-gap: .5em;
  color: var(--black-3);
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5em 2.5em;
}

.cart-button:hover {
  border-left-color: var(--green-3);
  background-color: var(--green-5);
}

.cart-quantity {
  border: 2px solid var(--green-2);
  color: var(--green-2);
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  min-width: auto;
  height: 2em;
  margin-left: 1em;
  padding: .2em;
  font-weight: 700;
  display: flex;
}

.cart-block {
  grid-column-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.products-1 {
  z-index: 30;
  background-color: var(--black-2);
  width: 100%;
  position: relative;
}

.products-1-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 2200px;
  display: grid;
}

.product-1-size {
  grid-row-gap: 2em;
  border: 1px solid #77728a59;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 40em;
  padding: 10em 3em 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-1-bg-color {
  z-index: 10;
  background-image: linear-gradient(to bottom, #0a031833 34%, #171520 77%, var(--black-2));
  mix-blend-mode: multiply;
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
}

.product-1-content {
  z-index: 20;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-1-description {
  z-index: 10;
  max-width: 15em;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.7em;
  position: relative;
}

.product-1-item {
  color: var(--white);
}

.product-price {
  color: var(--green-4);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
}

.product-price.is-grey {
  color: var(--grey-1);
}

.product-buttons {
  z-index: 20;
  background-color: var(--black-3);
  border: 1px solid #89859b40;
  border-radius: 3px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: auto;
  padding: .7em;
  display: flex;
  position: relative;
}

.product-buttons.is-light {
  background-color: var(--background);
  margin-top: auto;
}

.add-to-cart-button {
  z-index: 20;
  background-color: var(--green-4);
  color: var(--black-2);
  letter-spacing: .05em;
  text-indent: .05px;
  text-transform: uppercase;
  border: 0 solid #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5em;
  padding: 1.1em 1em;
  font-weight: 700;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.add-to-cart-button:hover {
  background-color: var(--green-5);
}

.add-to-cart-button.is-light {
  border-width: 1px;
  border-color: var(--green-4);
  background-color: var(--green-5);
}

.add-to-cart-button.is-light:hover {
  border-color: var(--green-3);
  background-color: var(--green-4);
}

.add-to-cart {
  letter-spacing: .15em;
  text-transform: uppercase;
  width: 49%;
}

.error-state {
  color: var(--black-2);
  width: 100%;
}

.out-of-stock-state {
  background-color: var(--green-4);
  color: var(--black-2);
  width: 100%;
}

.buttons-wrap-1 {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.checkout-form {
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.checkout-block-header {
  border-color: var(--black-2);
  background-color: var(--black-5);
  color: var(--background);
  padding: 1em 2em;
}

.field-label {
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.1em;
}

.checkout-block-content {
  border: 1px solid var(--grey-1);
  background-color: var(--white);
  padding: 2em;
}

.checkout-submit-button {
  border: 1px solid var(--green-1);
  background-color: var(--green-3);
  color: #fff;
  letter-spacing: .03em;
  text-indent: .03em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 1.5em 1em;
  font-size: 1.2em;
  font-weight: 500;
  transition: background-color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.checkout-submit-button:hover {
  background-color: var(--black-3);
  color: var(--green-4);
  letter-spacing: .1em;
  text-indent: .1em;
}

.form-field-checkout {
  border-color: var(--grey-4);
  background-color: var(--background);
  height: 3.3em;
  margin-bottom: 1em;
  padding: .5em 1.5em;
  font-size: 1.1em;
  transition: background-color .2s;
}

.form-field-checkout:hover {
  background-color: var(--grey-6);
}

.form-field-checkout:focus, .form-field-checkout.-wfp-focus {
  border-color: var(--green-2);
  background-color: #fff;
}

.apple-pay, .pay-with-browser {
  height: 60px;
}

.pay-with-browser-text {
  color: var(--background);
  text-transform: uppercase;
}

.required-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 500;
}

.checkout-order-image {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 4em;
  height: 4em;
}

.checkout-product-in-order {
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1.5em;
  margin-right: 1.5em;
  display: flex;
}

.checkout-shipping-text {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.1em;
}

.checkout-shipping-description {
  color: var(--grey-1);
  font-size: 1.1em;
  line-height: 1.2em;
}

.shipping-method {
  border-bottom-width: 1px;
  border-bottom-color: var(--grey-6);
  background-color: #0000;
  padding: 1.5em 0;
}

.shipping-method:last-child {
  border-bottom-width: 0;
  border-bottom-color: #0000;
}

.checkout-shipping-content {
  grid-row-gap: .25em;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkout-price {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.1em;
}

.checkout-order-product {
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1em;
}

.checkout-order-quantity {
  color: var(--grey-2);
  margin-right: .3em;
  font-size: 1em;
}

.checkout-order-quantity.is-number {
  font-weight: 600;
}

.checkout-order-item {
  border-bottom: 1px solid var(--grey-6);
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.checkout-order-item:last-child {
  border-bottom-width: 0;
  border-bottom-color: #0000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.shipping-method-list {
  border-left-width: 0;
  border-left-color: #0000;
  border-right-width: 0;
  border-right-color: #0000;
}

.order-summary-text {
  color: var(--green-2);
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.order-summary-text.is-price {
  color: var(--grey-1);
}

.order-summary-text.is-price.is-total {
  color: var(--black-1);
  font-weight: 700;
}

.order-summary-block {
  border-bottom: 1px solid var(--grey-6);
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.billing-checkbox-text {
  margin-bottom: 0;
  margin-left: .7em;
  font-size: 1.1em;
  line-height: 1.1em;
}

.checkout-checkbox {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0;
}

.checkout-radio-button {
  position: relative;
  top: .1em;
}

.paypal-field-label {
  margin-bottom: 1em;
  font-size: 1.2em;
}

.paypal-block-1 {
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.order-confirmation {
  text-align: left;
  background-color: #0000;
  max-width: 60em;
  padding: 0;
}

.confirmation-customer {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 1.2em;
  display: flex;
}

.thank-you-block {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 52em;
  display: flex;
}

.thank-you-text {
  color: var(--black-5);
  font-size: 1.3em;
  line-height: 1.7em;
}

.quantity {
  border-color: var(--black-5);
  background-color: var(--black-2);
  color: var(--green-3);
  text-align: left;
  border-radius: 3px;
  width: 5em;
  height: 3.3em;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1.5em;
  font-weight: 500;
}

.quantity:hover {
  border-color: var(--green-1);
  background-color: var(--black-3);
}

.quantity:active {
  border-color: var(--green-1);
}

.quantity:focus {
  border-color: var(--green-1);
  background-color: var(--black-3);
}

.quantity::placeholder {
  color: var(--green-4);
  font-size: 2em;
}

.add-to-cart-2 {
  letter-spacing: .15em;
  text-transform: uppercase;
  width: 100%;
}

.buttons-wrap-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.prices {
  grid-column-gap: 2em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.price-text-1 {
  color: var(--background);
  font-size: 1.5em;
}

.price-text-1.is-before-price {
  z-index: 4;
  color: var(--grey-3);
  position: relative;
}

.price-text-2 {
  color: var(--green-4);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
}

.price-block {
  z-index: 10;
  position: relative;
}

.cart-close-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3em;
  height: 1.3em;
  display: flex;
}

.your-cart-text {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2em;
}

.remove-text {
  color: #961d37;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #b313500d;
  border: 1px solid #b31350;
  border-radius: 3px;
  padding: 0 .6em;
  font-size: .7em;
  transition: background-color .2s;
}

.remove-text:hover {
  color: #3b0a15;
  background-color: #b3135038;
}

.cart-price-text {
  font-size: .9em;
  line-height: 1.2em;
}

.cart-product {
  grid-row-gap: .5em;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
}

.cart-quantity-2 {
  border-color: var(--grey-3);
  background-color: var(--background);
  color: var(--black-1);
  border-radius: 5px;
  align-self: center;
  width: 4.4em;
  height: auto;
  min-height: 2.5em;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.2em;
}

.cart-item {
  grid-column-gap: .75em;
  border-bottom: 1px solid var(--grey-6);
  justify-content: flex-start;
  align-items: center;
  padding-top: .8em;
  padding-bottom: .8em;
}

.cart-item:last-child {
  border-bottom-width: 0;
  border-bottom-color: #0000;
}

.cart-list {
  padding: 1em 1.5em;
}

.cart-footer {
  border-top-color: var(--grey-2);
  padding: 1em 1.5em;
}

.cart-header {
  border-bottom-color: var(--grey-2);
}

.cart-order-product {
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1em;
}

.cart-order-image {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 4em;
  height: 4em;
}

.cart-order-summary {
  color: var(--green-2);
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.cart-order-summary.is-price {
  color: var(--black-4);
}

.cart-submit-button {
  border: 1px solid var(--green-1);
  background-color: var(--green-3);
  color: #fff;
  letter-spacing: .03em;
  text-indent: .03em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 1.3em 1em;
  font-size: 1.1em;
  font-weight: 500;
  transition: background-color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.cart-submit-button:hover {
  background-color: var(--black-2);
  color: var(--green-5);
  letter-spacing: .1em;
  text-indent: .1em;
}

.checkout-summary {
  flex: 1;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #17152099;
}

.cart-container {
  background-color: var(--background);
  box-shadow: none;
  color: var(--black-1);
  border: 1px solid #0000;
}

.order-item-list {
  margin-bottom: 0;
}

.color-main-1 {
  background-color: var(--black-1);
  width: 100%;
}

.color-main-2 {
  background-color: var(--black-2);
  width: 100%;
}

.color-main-3 {
  background-color: var(--black-3);
  width: 100%;
}

.color-main-4 {
  background-color: var(--black-4);
  width: 100%;
}

.color-main-5 {
  background-color: var(--black-5);
  width: 100%;
}

.color-secondary-2 {
  background-color: var(--green-2);
  width: 100%;
}

.color-secondary-4 {
  background-color: var(--green-4);
  width: 100%;
}

.color-main-9 {
  background-color: var(--background);
  width: 100%;
}

.color-secondary-3 {
  background-color: var(--green-3);
  width: 100%;
}

.colour-palette-1 {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 17em;
  padding: 1em;
  display: flex;
}

.header-absolute-video {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.divider {
  z-index: 100;
  background-color: var(--background);
  background-image: url('../images/diagonal-lines-dark-blue-1.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1em;
  border-top: 1px solid #dbd9e4;
  border-bottom: 1px solid #dbd9e4;
  height: 13em;
  position: relative;
}

.white-heading-block {
  background-color: var(--black-2);
  padding: 3em;
}

.classic-nav {
  z-index: 998;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--black-1);
  color: var(--black-1);
  border-bottom: 1px solid #0000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 5em;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.classic-nav:hover {
  border-bottom-color: var(--black-4);
}

.navbar-1-left {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navbar-1-right {
  grid-column-gap: 1em;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.menu-button-1 {
  z-index: 900;
  grid-column-gap: 2em;
  background-color: var(--black-3);
  color: var(--grey-4);
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 10em;
  margin: .3em;
  padding: .3em 2.5em;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-button-1:hover {
  background-color: var(--black-1);
  color: var(--white);
}

.navbar-1-links {
  grid-column-gap: 1.5em;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.brand-1 {
  color: var(--black-4);
  text-align: left;
  letter-spacing: .6em;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: .5em 2em .5em 8em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.brand-1:hover {
  letter-spacing: .8em;
}

.brand-slogan {
  color: var(--green-3);
  letter-spacing: .3em;
  max-width: 8em;
  font-size: .6em;
  font-weight: 700;
  line-height: 1.3em;
}

.nav-icon-down {
  width: 1em;
  height: 1em;
  font-size: 1.5em;
}

.nav-link-animation {
  padding-top: .2em;
  padding-bottom: .2em;
  position: relative;
  overflow: hidden;
}

.nav-link-underline {
  background-color: var(--green-2);
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-quick-box {
  border: 1px solid var(--grey-4);
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  padding: .2em;
  display: flex;
  position: relative;
}

.nav-quick-box:hover {
  border-color: var(--green-4);
  background-color: var(--green-6);
}

.nav-quick-box.with-text {
  padding-right: .8em;
}

.menu-contact-icon {
  object-fit: contain;
  width: 1.4em;
  height: .8em;
  font-size: 1.6em;
}

.menu-button-name {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-modern-grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 11em;
  display: grid;
  position: relative;
}

.nav-modern-cart-block {
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.paragraph {
  letter-spacing: .02em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph.is-medium {
  font-size: 1.3em;
  line-height: 1.8em;
}

.paragraph.is-medium.is-grey {
  color: var(--grey-4);
}

.paragraph.is-large {
  font-size: 1.6em;
}

.paragraph.is-extra-large {
  font-size: 1.8em;
}

.nav-modern-cart {
  align-self: stretch;
  width: 100%;
}

.nav-modern-cart-button {
  grid-column-gap: 2.5em;
  color: var(--grey-4);
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5em 4em;
  transition: background-color .2s, color .2s;
}

.nav-modern-cart-button:hover {
  background-color: var(--black-3);
  color: var(--white);
}

.dropdown-link {
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.nav-link-2 {
  z-index: 10;
  grid-column-gap: 1em;
  color: #ffffffb3;
  border-bottom: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 1em;
  transition: border-color .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.nav-link-2:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.nav-link-2.w--current {
  color: var(--white);
}

.dropdown-toggle {
  z-index: 10;
  grid-column-gap: 1em;
  opacity: .7;
  color: var(--white);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 0;
  padding: 0 1em;
  transition: opacity .2s;
  display: flex;
  top: 1px;
}

.dropdown-toggle:hover {
  opacity: 1;
}

.cart-quantity-rounded {
  border: 2px solid var(--green-2);
  background-color: var(--green-1);
  color: var(--green-5);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2em;
  min-width: auto;
  height: 2em;
  margin-left: 1em;
  padding: .2em;
  font-weight: 700;
  display: flex;
}

.nav-modern-cart-flex {
  grid-column-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: var(--black-1);
  top: 5em;
}

.dropdown-list.w--open {
  border-bottom: 1px solid #f2f5f633;
  padding: 0;
  top: 7em;
  left: 0;
  right: 0;
  box-shadow: 0 70px 40px #0a090ed9;
}

.dropdown-list.with-white-bg {
  background-color: var(--white);
  top: 4.9em;
}

.nav-icon-down-2 {
  width: 1em;
  height: 1em;
  font-size: 1em;
}

.menu-image-links {
  z-index: 10;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.menu-image-links-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.menu-image-link {
  border: 1px solid var(--green-border);
  justify-content: center;
  align-items: center;
  height: 18em;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-image-link-color {
  z-index: 2;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to right, #211e2ee6, #17152080 47%, #17152066);
  position: absolute;
  inset: 0%;
}

.menu-image-link-grid {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 86%;
  transition: color .2s;
  display: grid;
  position: relative;
}

.menu-image-link-grid:hover {
  color: var(--green-4);
}

.menu-image-link-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.menu-image-link-name {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.1em;
  transition: color .2s;
}

.menu-image-link-name:hover {
  color: #fff;
}

.menu-image-link-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.3em;
}

.button-bg {
  z-index: 1;
  background-color: var(--black-3);
  border-radius: 50%;
  width: 150%;
  height: 200%;
  display: none;
  position: absolute;
}

.button-bg.is-2nd-color {
  background-color: var(--green-1);
}

.button-dark-bg-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.button-dark-bg-color {
  z-index: 20;
  background-color: #171520cc;
  position: absolute;
  inset: 0%;
}

.header-8 {
  z-index: 20;
  background-color: var(--black-2);
  color: var(--white);
  position: relative;
}

.header-8.is-light {
  color: var(--black-1);
  background-color: #0000;
}

.header-8-padding {
  padding-top: 18em;
  padding-bottom: 8em;
}

.header-8-padding.in-services {
  padding-top: 9em;
}

.header-8-grid {
  grid-column-gap: 8em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
}

.header-8-column-1 {
  width: 100%;
  max-width: 44em;
}

.header-8-column-1.with-flex {
  grid-row-gap: 2.5em;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.header-8-title {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.3em;
}

.header-8-title.is-black {
  color: var(--black-1);
  font-weight: 600;
}

.header-8-text {
  color: #ffffffbf;
  font-size: 1em;
  line-height: 1.8em;
}

.header-8-text.is-2nd {
  color: #171520b3;
  margin-bottom: auto;
  font-weight: 500;
}

.header-8-column-2 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40em;
  padding-top: 1em;
  display: flex;
}

.header-8-column-2.is-2nd {
  justify-content: space-between;
}

.grid-1-title-1 {
  color: var(--grey-2);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
}

.grid-1-icon-line {
  z-index: 5;
  background-color: var(--grey-1);
  width: 4em;
  height: 1px;
}

.uppercase-text-1 {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.7em;
}

.uppercase-text-1.is-max-width-26em {
  max-width: 26em;
}

.grid-1-title-wrap {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.header-10 {
  z-index: 50;
  background-color: var(--white);
  padding-top: 14em;
  padding-bottom: 10em;
  position: relative;
  overflow: hidden;
}

.header-10.is-dark {
  background-color: var(--black-2);
  color: var(--white);
}

.header-10.with-grey-bg {
  background-color: var(--grey-6);
}

.header-10.with-breadcrumbs {
  padding-top: 10.5em;
}

.header-10.with-breadcrumbs.with-background {
  background-color: var(--background);
}

.header-10.in-services {
  padding-top: 5em;
  padding-bottom: 8.1em;
}

.header-10-image {
  z-index: 10;
  height: 50vh;
  position: relative;
}

.header-10-image.is-higher {
  height: 50em;
  min-height: 70vh;
}

.header-10-grid {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.header-10-text-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.header-10-block-text {
  grid-column-gap: 5em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: rotate(-90deg);
}

.header-10-block-text.is-link {
  color: var(--white);
  padding: 1em;
  transition: color .2s;
  transform: rotate(90deg);
}

.header-10-block-text.is-link:hover {
  color: var(--green-3);
}

.header-10-block-text.is-link.is-dark {
  color: var(--black-1);
}

.header-10-block-text.is-link.is-dark:hover {
  color: var(--green-3);
}

.header-10-block-text.is-reverse {
  transform: rotate(90deg);
}

.header-10-side-text {
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
}

.header-10-side-text.is-2nd {
  color: var(--green-5);
}

.header-10-content {
  width: 90%;
  max-width: 40em;
}

.header-10-title {
  width: 90%;
  max-width: 70em;
}

.header-10-title.in-overview {
  grid-row-gap: 4em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75em;
  display: flex;
}

.header-10-bg-image {
  z-index: 1;
  background-color: var(--black-1);
  position: absolute;
  inset: 0%;
}

.header-10-bg-color-full {
  z-index: 15;
  background-color: var(--black-3);
  opacity: .95;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.header-10-icon {
  width: 1em;
  height: 1em;
  font-size: 1.6em;
}

.header-11 {
  z-index: 5;
  background-color: var(--black-1);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-11-flex {
  grid-row-gap: 8em;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 44em;
  display: flex;
}

.header-11-text {
  opacity: .75;
  font-size: 1.9em;
  font-weight: 300;
  line-height: 1.6em;
}

.header-11-bg-color {
  z-index: 15;
  mix-blend-mode: multiply;
  background-color: #17152099;
  position: absolute;
  inset: 0%;
}

.header-11-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-11-bg-color-2 {
  z-index: 15;
  opacity: .95;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to right, #171520b3, #17152000);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-11-button {
  z-index: 50;
  position: absolute;
  bottom: 0;
  right: 8em;
}

.header-11-line {
  background-color: #ffffff80;
  width: 7em;
  height: 1px;
}

.header-11-title-block {
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card-absolute-line {
  z-index: 1;
  background-color: var(--green-1);
  width: 200%;
  height: 1px;
  margin-left: -50vw;
  position: absolute;
  top: 9.9em;
  left: 0;
  right: 0;
}

.max-width-60 {
  width: 100%;
  max-width: 80em;
}

.card-outline-1 {
  border: 1px solid var(--green-3);
  border-radius: 50%;
  width: 120%;
  height: 120%;
  position: absolute;
}

.card-outline-1.is-green-1 {
  border-color: var(--green-1);
}

.card-outline-2 {
  border: 1px solid var(--green-4);
  border-radius: 50%;
  width: 140%;
  height: 140%;
  position: absolute;
}

.card-outline-2.is-green-0 {
  border-color: var(--green-0);
}

.grid-1-number {
  color: var(--grey-2);
  min-width: 40%;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.icons {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-define-4 {
  background-color: var(--green-0);
  width: 100%;
  height: 5em;
}

.color-define-4.is-1st {
  opacity: .1;
}

.color-define-4.is-2nd {
  opacity: .3;
}

.color-define-4.is-3rd {
  opacity: .5;
}

.color-define-4.is-4th {
  opacity: .7;
}

.color-define-4.is-5th {
  opacity: .9;
}

.color-define-5 {
  background-color: var(--green-3);
  width: 100%;
  height: 5em;
}

.color-define-5.is-1st {
  opacity: .1;
}

.color-define-5.is-2nd {
  opacity: .3;
}

.color-define-5.is-3rd {
  opacity: .5;
}

.color-define-5.is-4th {
  opacity: .7;
}

.color-define-5.is-5th {
  opacity: .9;
}

.color-define-6 {
  background-color: var(--green-4);
  width: 100%;
  height: 5em;
}

.color-define-6.is-1st {
  opacity: .1;
}

.color-define-6.is-2nd {
  opacity: .3;
}

.color-define-6.is-3rd {
  opacity: .5;
}

.color-define-6.is-4th {
  opacity: .7;
}

.color-define-6.is-5th {
  opacity: .9;
}

.color-main-6 {
  background-color: var(--grey-1);
  width: 100%;
}

.color-main-7 {
  background-color: var(--grey-4);
  width: 100%;
}

.color-main-8 {
  background-color: var(--grey-6);
  width: 100%;
}

.color-secondary-5 {
  background-color: var(--green-5);
  width: 100%;
}

.color-secondary-6 {
  background-color: var(--green-6);
  width: 100%;
}

.color-secondary-7 {
  background-color: var(--green-border);
  width: 100%;
}

.colour-palette-2 {
  border: 1px solid var(--green-4);
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 17em;
  padding: 1em;
  display: flex;
}

.colour-palette-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--green-4);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1em;
  display: grid;
}

.color-secondary-1 {
  background-color: var(--green-1);
  width: 100%;
}

.cards-3-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.card-3-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--grey-6);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-3-block.is-dark {
  border: 1px solid var(--black-5);
  background-color: var(--black-3);
}

.card-3-text {
  z-index: 10;
  max-width: 15em;
  position: relative;
}

.card-badge {
  z-index: 10;
  background-color: var(--green-4);
  color: var(--green-0);
  border-radius: 3px;
  padding: .3em .5em;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}

.card-badge.is-2nd {
  background-color: var(--black-4);
  color: var(--grey-6);
}

.card-badge.is-3rd {
  color: #ffbed3;
  background-color: #c00d46;
}

.card-badge-text {
  letter-spacing: .05em;
  text-indent: .05em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
}

.grid-7 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.grid-2 {
  grid-column-gap: 6em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-2-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-2-text-1 {
  color: var(--grey-3);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
}

.button-modern-name {
  text-align: left;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: .9em;
  padding-bottom: .9em;
  font-family: Michroma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-modern-name.black {
  color: var(--black-2);
  font-weight: 400;
}

.grid-2-line {
  background-color: var(--grey-4);
  width: 100%;
  height: 1px;
}

.button-modern {
  color: var(--green-2);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 3em;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-modern:hover {
  color: var(--black-1);
  padding-top: .7em;
  padding-bottom: .7em;
}

.button-modern.is-2nd {
  color: var(--black-1);
  padding-top: 0;
  padding-bottom: 0;
}

.button-modern.is-2nd:hover {
  padding-top: .7em;
  padding-bottom: .7em;
}

.button-modern.is-dark {
  color: var(--green-2);
}

.button-modern.is-dark:hover {
  color: var(--green-6);
}

.button-modern.is-smaller {
  font-size: .9em;
}

.button-modern-line {
  background-color: var(--green-1);
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.button-modern-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  display: none;
  position: absolute;
  left: 0;
}

.grid-2-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-2-text-with-icon {
  grid-column-gap: 1.5em;
  border-bottom: 1px solid var(--grey-4);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-2-list {
  color: var(--grey-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menu-links-padding {
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 5em;
  display: flex;
}

.menu-links-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.menu-link-1 {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--black-4);
  color: var(--white);
  background-color: #211e2e80;
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 2em;
  transition: border-color .2s, background-color .2s;
  display: grid;
  position: relative;
}

.menu-link-1:hover {
  border-color: var(--black-5);
  background-color: var(--black-3);
}

.menu-link-1.is-2nd {
  background-color: var(--black-4);
  transition: box-shadow .2s, border-color .2s, background-color .2s;
}

.menu-link-1.is-2nd:hover {
  z-index: 3;
  background-color: var(--black-3);
  box-shadow: 0 20px 60px -16px #171520cc;
}

.menu-link-1-name {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
}

.menu-link-1-description {
  opacity: .7;
  letter-spacing: .01em;
  font-size: .9em;
  line-height: 1.9em;
}

.menu-link-1-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.7em;
  position: relative;
  top: .1em;
}

.menu-link-1-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-title-with-badge {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--black-3);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 1em;
  display: flex;
}

.nav-badge {
  z-index: 5;
  background-color: var(--green-4);
  color: var(--green-0);
  border-radius: 3px;
  padding: .3em .5em;
}

.nav-badge.is-2nd {
  background-color: var(--black-4);
  color: var(--grey-6);
}

.nav-badge.is-3rd {
  color: #fadfe8;
  background-color: #c00d46;
}

.nav-badge.is-4th {
  background-color: var(--grey-6);
  color: var(--black-4);
}

.nav-badge-text {
  letter-spacing: .05em;
  text-indent: .05em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
}

.nav-template-links-2-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.content-block-3 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.grid-4 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4-block {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.grid-4-image {
  border-radius: 3px;
  width: 100%;
  height: 30em;
  position: relative;
  overflow: hidden;
}

.grid-4-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-2-text {
  text-align: left;
  padding-top: .9em;
  padding-bottom: .9em;
  font-size: 1.3em;
  font-weight: 500;
}

.uppercase-text-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  max-width: 25em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.7em;
}

.grid-4-line {
  background-color: var(--grey-3);
  width: 100%;
  height: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.grid-8 {
  grid-column-gap: 6em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr 1fr;
  justify-items: center;
}

.grid-8-number {
  min-width: 40%;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.grid-8-block-2 {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.uppercase-text-3 {
  color: var(--grey-4);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.7em;
}

.grid-8-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 27em;
  display: flex;
}

.grid-1-text-2 {
  opacity: .7;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.8em;
}

.grid-1-image-2 {
  border-radius: 3px;
  width: 100%;
  height: 45em;
  position: relative;
  overflow: hidden;
}

.grid-1-button {
  width: 100%;
}

.grid-1-button.for-buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uppercase-small-title {
  text-align: center;
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}

.uppercase-small-title.is-align-left {
  text-align: left;
  text-indent: 0;
}

.card-4-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid var(--grey-4);
  color: var(--black-1);
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-left: -1px;
  padding: 3em 2.5em;
  transition: opacity .2s, background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-4-block:hover {
  width: 115%;
}

.card-4-block.is-dark {
  border: 1px solid var(--black-5);
  color: #fffc;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.card-4-block.is-dark:hover {
  background-color: var(--black-3);
  color: var(--white);
}

.card-4-block.is-link:hover {
  background-color: var(--grey-6);
}

.card-4-text {
  z-index: 10;
  text-transform: uppercase;
  max-width: 16em;
  font-size: 1em;
  position: relative;
}

.card-4-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 17em;
  display: flex;
}

.card-4-content.is-center {
  justify-content: center;
  align-items: center;
}

.cards-4-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-badge-2 {
  z-index: 5;
  background-color: var(--green-4);
  color: var(--green-1);
  padding: .3em .5em;
  font-size: 1.1em;
  position: absolute;
  inset: -1px -1px auto auto;
}

.card-badge-2.is-2nd {
  background-color: var(--black-4);
  color: var(--grey-6);
}

.card-badge-2.is-3rd {
  color: #ffbed3;
  background-color: #c00d46;
}

.card-4-button {
  width: 100%;
  font-size: .8em;
}

.grid-9 {
  grid-column-gap: 4em;
  grid-row-gap: 12em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-9-text-1 {
  opacity: .7;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.8em;
}

.grid-9-title-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.grid-9-block {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.grid-9-image-block {
  height: 40em;
  position: relative;
}

.listing-1 {
  width: 100%;
}

.listing-1-list {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-4-icon {
  position: absolute;
  bottom: 3em;
  right: 2.5em;
}

.listing-1-link {
  grid-row-gap: 2em;
  color: var(--black-1);
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 3em 2.5em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.listing-1-link:hover {
  background-color: var(--white);
}

.listing-1-link.is-dark {
  color: var(--grey-6);
}

.listing-1-link.is-dark:hover {
  background-color: var(--black-3);
  color: var(--white);
}

.listing-1-link.is-dark-2 {
  color: var(--grey-6);
}

.listing-1-link.is-dark-2:hover {
  background-color: var(--black-4);
  color: var(--white);
}

.listing-1-image {
  z-index: 10;
  width: 100%;
  height: 18em;
  position: relative;
}

.listing-1-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid var(--grey-4);
  color: var(--black-1);
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-left: -1px;
  padding: 0;
  transition: opacity .2s, background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-1-item:hover {
  width: 115%;
}

.listing-1-item.is-dark {
  border-color: var(--black-4);
}

.listing-1-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 15em;
  display: flex;
  position: relative;
}

.listing-1-text {
  z-index: 10;
  text-transform: uppercase;
  font-size: 1em;
  position: relative;
}

.listing-1-icon {
  position: absolute;
  bottom: 3em;
  right: 2.5em;
}

.listing-2 {
  width: 100%;
}

.listing-2-list {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.listing-2-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 5em;
  transition: border-color .2s, background-color .2s;
  display: grid;
  overflow: hidden;
}

.listing-2-item.is-dark {
  border-color: var(--black-5);
  background-color: var(--black-1);
}

.listing-2-item.is-dark:hover {
  border-color: var(--grey-1);
  background-color: var(--black-3);
}

.listing-2-item.black {
  background-color: var(--black-1);
  margin-bottom: 60px;
}

.listing-2-image {
  min-height: 30em;
  position: relative;
}

.listing-2-column-2 {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.listing-2-text {
  z-index: 10;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative;
}

.listing-2-text.white {
  color: var(--white);
  text-transform: none;
  font-size: 18px;
  line-height: 28px;
}

.listing-2-number {
  color: var(--grey-2);
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

.listing-2-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.listing-2-button, .listing-3 {
  width: 100%;
}

.listing-3-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.listing-3-list.with-2-items-in-row {
  grid-template-columns: 1fr 1fr;
}

.listing-3-item {
  grid-row-gap: 3em;
  background-color: #0000;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 3em 2.5em;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.listing-3-item:hover {
  border-color: var(--grey-3);
  background-color: var(--black-1);
}

.listing-3-item.is-dark:hover {
  border-color: var(--black-5);
  background-color: var(--black-3);
}

.listing-3-image {
  z-index: 10;
  width: 100%;
  height: 30em;
  position: relative;
}

.listing-3-content {
  z-index: 10;
  grid-column-gap: 2.5em;
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.listing-3-text {
  z-index: 10;
  color: var(--grey-1);
  letter-spacing: -.02em;
  max-width: 11em;
  font-size: 1.3em;
  position: relative;
}

.listing-3-text.is-dark {
  color: var(--grey-3);
}

.listing-3-text.in-blog {
  max-width: none;
  font-size: 18px;
  line-height: 28px;
}

.listing-3-text.is-wider {
  max-width: 19em;
}

.listing-3-button {
  width: 100%;
  font-size: .9em;
}

.listing-5 {
  width: 100%;
}

.listing-5-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.listing-5-item {
  width: 100%;
}

.listing-5-block {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 10em;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: height .6s cubic-bezier(.075, .82, .165, 1);
  display: grid;
  position: relative;
  overflow: hidden;
}

.listing-5-block:hover {
  height: 12em;
}

.listing-5-number {
  color: var(--grey-2);
  letter-spacing: .1em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
}

.listing-5-text {
  z-index: 10;
  color: var(--grey-1);
  text-transform: uppercase;
  max-width: 22em;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative;
}

.listing-5-text.is-dark {
  color: var(--grey-2);
}

.listing-5-link {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--black-1);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: color .2s;
  display: flex;
}

.listing-5-link:hover {
  color: var(--green-3);
}

.listing-5-link.is-dark {
  color: var(--green-4);
}

.listing-5-link.is-dark:hover {
  color: var(--white);
}

.listing-5-line {
  z-index: 1;
  background-color: var(--green-2);
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.listing-4-text {
  max-width: 12em;
  margin-left: auto;
  font-size: 1.5em;
}

.listing-4-text.is-smaller {
  max-width: 16em;
  font-size: 1.3em;
  line-height: 1.7em;
}

.listing-3-inner {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.listing-3-number {
  color: var(--grey-1);
  letter-spacing: .2em;
  text-indent: .2em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  inset: .5em 0% auto auto;
}

.listing-5-image {
  border-radius: 20px;
  width: 6em;
  height: 4em;
  position: relative;
  overflow: hidden;
}

.listing-6-item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.listing-6-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.listing-6-image {
  z-index: 10;
  width: 50%;
  height: 100%;
  min-height: 60em;
  position: relative;
}

.listing-6-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 10em 5em;
  display: flex;
}

.listing-6-inner {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40em;
  display: flex;
}

.listing-6-grid {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.listing-6-text-1 {
  color: var(--grey-2);
  font-size: 1.3em;
  font-weight: 500;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-10-image {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 70em;
  position: relative;
}

.grid-10-content {
  background-color: var(--grey-6);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 10em 5em;
  display: flex;
}

.grid-10-inner {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40em;
  display: flex;
}

.grid-10-content-grid {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-10-text-1 {
  color: var(--grey-2);
  font-size: 1.3em;
  font-weight: 500;
}

.grid-10-text-2 {
  font-size: 1.3em;
  line-height: 1.6em;
}

.grid-10-text-2.is-bold {
  font-weight: 600;
}

.product-detail-button {
  z-index: 20;
  background-color: var(--black-2);
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  text-indent: .05px;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding: 1em;
  font-weight: 600;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.product-detail-button:hover {
  border: 1px solid var(--black-5);
  background-color: var(--black-3);
}

.product-detail-button.is-light {
  color: var(--black-1);
  background-color: #0000;
}

.product-detail-button.is-light:hover {
  border-color: var(--grey-4);
  background-color: var(--grey-6);
}

.product-category {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  background-color: #1715204a;
  border: 1px solid #89859ba6;
  border-radius: 20px;
  padding: .2em 1em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.6em;
  position: absolute;
  top: 3em;
}

.product-category.is-relative {
  background-color: #0000;
  position: relative;
  top: 0;
}

.products-2 {
  z-index: 30;
  width: 100%;
  position: relative;
}

.product-2-item {
  grid-row-gap: 4em;
  color: var(--black-1);
  border: 1px solid #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5em;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.product-2-item:hover {
  border-color: var(--grey-4);
  background-color: var(--white);
  color: var(--black-1);
}

.product-2-item.is-dark {
  color: var(--white);
}

.product-2-item.is-dark:hover {
  border-color: var(--black-5);
  background-color: var(--black-3);
  color: var(--white);
}

.products-2-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 2200px;
  display: grid;
}

.product-2-content {
  z-index: 20;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-2-image {
  z-index: 10;
  border-radius: 3px;
  width: 100%;
  height: 30em;
  position: relative;
  overflow: hidden;
}

.products-3 {
  width: 100%;
}

.products-3-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-3-item {
  grid-row-gap: 1.75em;
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 3em 2.5em 2.5em;
  transition: border-color .2s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.product-3-item:hover {
  border-color: var(--grey-3);
  background-color: var(--white);
}

.product-3-image {
  z-index: 10;
  width: 100%;
  height: 30em;
  position: relative;
}

.product-3-inner {
  grid-row-gap: 1.75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.product-3-description {
  z-index: 10;
  color: var(--grey-1);
  letter-spacing: -.02em;
  font-size: 1.3em;
  position: relative;
}

.product-3-price {
  color: var(--green-2);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
}

.product-3-price.is-compare-price {
  color: var(--grey-3);
  text-decoration: line-through;
}

.product-3-content {
  z-index: 10;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.product-3-line {
  background-color: var(--grey-4);
  width: 100%;
  height: 1px;
}

.product-3-wrap {
  grid-row-gap: 1.75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-3-prices {
  grid-column-gap: 1.25em;
  grid-row-gap: .25em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-3-price-wrap {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-badge {
  z-index: 10;
  color: #f5cada;
  background-color: #c91358;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .2em .5em;
  display: flex;
}

.product-badge.is-featured {
  border: 1px solid var(--grey-4);
  background-color: var(--grey-6);
  color: var(--black-1);
}

.product-badge.is-featured-dark {
  background-color: var(--black-4);
  color: var(--green-6);
}

.product-badge-text {
  letter-spacing: .05em;
  text-indent: .05em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
}

.products-3-badges {
  grid-column-gap: 1em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ui-kit-header-text {
  color: var(--grey-2);
  width: 100%;
  max-width: 38em;
  font-size: 1.7em;
}

.products-4 {
  width: 100%;
}

.products-4-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid var(--grey-6);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.products-4-list.is-dark {
  border-color: var(--black-3);
}

.product-4-item {
  z-index: 1;
  grid-row-gap: 1.75em;
  border: 1px solid var(--grey-6);
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 3em 2.5em 2.5em;
  transition: box-shadow .2s, border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-4-item:hover {
  z-index: 10;
  background-color: var(--white);
  box-shadow: 0 0 80px 20px #17152040;
}

.product-4-item.is-dark {
  border-color: var(--black-3);
}

.product-4-item.is-dark:hover {
  border-color: var(--black-5);
  background-color: var(--black-3);
}

.product-4-image {
  z-index: 10;
  border-radius: 3px;
  width: 100%;
  height: 25em;
  position: relative;
  overflow: hidden;
}

.product-4-inner {
  grid-row-gap: 1.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.products-4-badges {
  grid-column-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 1.4em;
}

.product-4-category {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  background-color: #3b374dbf;
  border-radius: 3px;
  padding: .4em 1em;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.6em;
}

.product-4-category.is-dark {
  border-color: var(--black-6);
  color: var(--grey-6);
}

.product-4-prices {
  grid-column-gap: 1.25em;
  grid-row-gap: .25em;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-4-price {
  color: var(--green-2);
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2em;
}

.product-4-description {
  z-index: 10;
  color: var(--grey-1);
  letter-spacing: -.02em;
  max-width: 17em;
  margin-bottom: .7em;
  font-size: 1.3em;
  position: relative;
}

.product-4-description.is-dark {
  color: var(--grey-2);
}

.product-4-price-before {
  color: var(--grey-3);
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: line-through;
}

.product-4-buttons {
  z-index: 20;
  background-color: #0000;
  border: 1px solid #89859b40;
  border-radius: 3px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: .7em;
  display: flex;
  position: relative;
}

.product-4-buttons.is-dark {
  background-color: var(--black-2);
}

.product-title-link {
  z-index: 20;
  color: var(--black-1);
  position: relative;
}

.product-title-link:hover {
  color: var(--green-3);
}

.product-title-link.is-dark {
  color: var(--white);
}

.product-title-link.is-dark:hover {
  color: var(--green-4);
}

.tab-name-text {
  font-size: .8em;
}

.listing-1-number {
  color: var(--grey-2);
  letter-spacing: .2em;
  font-size: 1em;
  font-weight: 600;
}

.form-field-2 {
  z-index: 5;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent transparent var(--grey-4);
  color: var(--black-4);
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  min-height: 3em;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: .5em 1.5em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.1em;
  transition: background-color .2s, border-color .5s;
  position: relative;
}

.form-field-2:hover {
  border-left-color: var(--black-5);
  background-color: #d7d6df;
}

.form-field-2:active {
  border-color: var(--grey-3);
  background-color: var(--background);
}

.form-field-2:focus, .form-field-2:focus-visible, .form-field-2[data-wf-focus-visible] {
  border-color: var(--grey-1);
  background-color: var(--white);
}

.form-field-2::placeholder {
  color: var(--black-2);
  font-size: .9em;
}

.form-field-2.is-text-area {
  min-height: 8em;
  margin-bottom: 1.2em;
  padding-top: 1.3em;
}

.form-field-2.is-option {
  border-left-color: var(--grey-4);
  color: var(--black-1);
  min-height: 3.5em;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-left: 1.2em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.1em;
}

.form-field-2.is-option.is-option-dark {
  border-left-color: var(--black-5);
  color: var(--grey-2);
}

.form-field-2.is-option.is-option-dark:hover {
  border-left-color: var(--grey-2);
  background-color: var(--black-3);
}

.form-field-2.is-option.is-option-dark:active {
  border-color: transparent transparent transparent var(--black-5);
  background-color: var(--black-3);
}

.form-field-2.is-option.is-option-dark:focus {
  border-color: transparent transparent transparent var(--grey-2);
  background-color: var(--black-3);
}

.form-field-2.is-dark {
  border-left-color: var(--black-5);
  color: var(--grey-6);
}

.form-field-2.is-dark:hover {
  border-left-color: var(--grey-2);
  background-color: var(--black-3);
}

.form-field-2.is-dark:active {
  border-color: transparent transparent transparent var(--black-5);
  background-color: var(--black-4);
}

.form-field-2.is-dark:focus {
  border-color: transparent transparent transparent var(--grey-2);
  background-color: var(--black-4);
}

.form-field-2.is-dark::placeholder {
  color: var(--grey-2);
}

.form-submit-button-2 {
  background-color: var(--black-4);
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  white-space: pre-wrap;
  background-image: url('../images/line-end-arrow-fill0-wght400-grad0-opsz48.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border-radius: 3px;
  margin-top: 1em;
  margin-right: auto;
  padding: 1.5em 6.2em 1.5em 3em;
  font-size: 1em;
  font-weight: 500;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.form-submit-button-2:hover {
  background-color: var(--green-1);
  padding-left: 4em;
  padding-right: 7.5em;
}

.form-submit-button-2:focus {
  background-color: var(--green-1);
}

.form-flex-2 {
  grid-row-gap: 0em;
  border: 1px solid var(--grey-4);
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2.5em;
  display: flex;
}

.form-flex-2.is-dark {
  border-color: var(--black-4);
}

.checkbox-2 {
  border: 2px solid var(--green-1);
  cursor: pointer;
  border-radius: 3px;
  flex: none;
  width: 1.5em;
  height: 1.5em;
  margin: 0 1em 0 0;
  transition: border-width .2s, background-color .2s, border-color .2s;
}

.checkbox-2:hover {
  border-width: 4px;
  border-color: var(--green-1);
}

.checkbox-2.w--redirected-checked {
  border-color: var(--green-1);
  background-color: var(--green-1);
  background-size: 1.1em;
}

.checkbox-2.w--redirected-focus {
  border-color: var(--green-1);
  background-color: var(--green-3);
  box-shadow: none;
}

.checkbox-label-2 {
  font-size: 1.1em;
  line-height: 1.2em;
}

.checkbox-label-2.is-dark {
  color: var(--grey-4);
}

.footer-large-links {
  grid-column-gap: 5.5em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 73em;
  display: flex;
}

.footer-2 {
  background-color: var(--black-1);
  padding-top: 10em;
  padding-bottom: 10em;
}

.footer-2-brand-link {
  grid-row-gap: 1em;
  color: var(--white);
  letter-spacing: .4em;
  text-indent: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5em 0;
  transition: all .5s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.footer-2-brand-link:hover {
  grid-row-gap: 1.5em;
  letter-spacing: .6em;
}

.footer-2-brand-name {
  font-weight: 700;
  line-height: 1em;
}

.footer-2-brand-slogan {
  color: var(--grey-2);
  letter-spacing: .2em;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.5em;
}

.footer-2-large-links {
  grid-row-gap: 0em;
  border-left: 1px solid var(--green-4);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.footer-2-large-link {
  color: var(--grey-3);
  background-image: url('../images/plus-icon-grey-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .4em;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .4em 1.5em .4em 1.4em;
  font-family: Michroma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, color .2s;
  display: flex;
}

.footer-2-large-link:hover {
  border-bottom-color: var(--grey-1);
  color: var(--background);
  background-image: url('../images/arrow-right-fill0-wght400-grad0-opsz48-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: .7em;
}

.footer-2-large-link.w--current {
  color: var(--white);
}

.footer-2-small-links {
  grid-column-gap: 1.5em;
  grid-row-gap: .25em;
  border-left: 1px solid var(--black-5);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-2-link {
  color: var(--grey-3);
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 3px;
  width: auto;
  padding: .6em .8em;
  font-size: .9em;
  line-height: 1em;
  transition: background-color .2s, border-color .2s, color .2s;
}

.footer-2-link:hover {
  border-color: var(--black-4);
  background-color: var(--black-2);
  color: var(--grey-6);
}

.footer-2-link.w--current {
  border-color: var(--black-5);
  background-color: var(--black-4);
  color: var(--white);
  background-image: url('../images/new-releases-fill1-wght400-grad0-opsz48.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  padding-right: 2.5em;
}

.white-socials {
  z-index: 20;
  border-top: 1px solid var(--grey-3);
  border-bottom: 1px solid var(--grey-3);
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 13em;
  padding: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-3-link-block {
  grid-column-gap: 1em;
  color: var(--black-1);
  border-bottom: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em 2.6em;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.social-3-link-block:hover {
  border-bottom-color: var(--black-5);
}

.socials-3-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socials-3 {
  z-index: 10;
  align-self: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.text-block {
  letter-spacing: .03em;
  text-indent: .03em;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-3-link {
  color: var(--black-1);
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .6em .8em;
  font-size: .9em;
  line-height: 1em;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
}

.footer-3-link:hover {
  border-color: var(--grey-2);
  background-color: var(--grey-6);
  color: var(--black-1);
}

.footer-3-link.w--current {
  border-color: var(--black-5);
  background-color: var(--black-5);
  color: var(--white);
}

.footer-3-large-link {
  color: var(--black-1);
  border-bottom: 3px solid #0000;
  flex: 1;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.1em;
  transition: opacity .2s, border-color .2s, color .2s;
  display: block;
}

.footer-3-large-link:hover {
  color: var(--grey-2);
}

.footer-3-large-link.w--current {
  border-bottom-color: var(--black-1);
  color: var(--black-1);
}

.footer-3-content {
  grid-row-gap: 5em;
  border: 1px solid var(--grey-6);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 28em;
  padding: 3em 2.5em;
  display: flex;
}

.footer-3-contact-link {
  color: var(--black-1);
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 3px;
  width: auto;
  padding: .6em .8em;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
  transition: background-color .2s, border-color .2s;
  display: block;
}

.footer-3-contact-link:hover {
  border-color: var(--green-4);
  background-color: var(--green-5);
  color: var(--black-1);
}

.footer-3-contact-link.w--current {
  border-color: var(--black-5);
  background-color: var(--black-5);
  color: var(--white);
}

.footer-3-contacts {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-2-socials-list {
  grid-column-gap: 0em;
  border: 1px solid var(--grey-4);
  background-color: var(--background);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.footer-2-socials-list:hover {
  background-color: var(--grey-6);
}

.footer-2-socials {
  z-index: 10;
  align-self: center;
  width: 100%;
  margin-top: 1em;
  position: relative;
}

.footer-3-contact-block {
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-3-contact-text {
  color: var(--grey-2);
  font-size: .9em;
  font-weight: 500;
}

.footer-3 {
  background-color: var(--white);
  color: var(--black-1);
  padding-top: 8em;
  padding-bottom: 8em;
}

.footer-3-grid {
  grid-column-gap: 10em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr;
  align-items: start;
}

.footer-3-brand-link {
  grid-column-gap: 1.75em;
  grid-row-gap: 1em;
  color: var(--black-1);
  letter-spacing: .4em;
  text-indent: 0;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 0;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.footer-3-brand-link:hover {
  letter-spacing: .6em;
}

.footer-4 {
  z-index: 100;
  background-color: var(--black-1);
  color: var(--white);
  padding-top: 10em;
  padding-bottom: 4em;
  position: relative;
}

.footer-4-flex {
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-4-brand-link {
  grid-column-gap: 1.75em;
  grid-row-gap: 1em;
  color: var(--white);
  letter-spacing: .4em;
  text-indent: 0;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 0;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.footer-4-brand-link:hover {
  letter-spacing: .6em;
}

.footer-4-brand-name {
  font-weight: 700;
  line-height: 1em;
}

.footer-4-brand-slogan {
  color: var(--grey-2);
  letter-spacing: .2em;
  max-width: 15.8em;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.3em;
}

.slogan-line-2 {
  background-color: var(--black-5);
  width: 1px;
  height: 1em;
}

.footer-4-grid-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-buttons {
  width: 100%;
}

.footer-2-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-2-contact-block {
  grid-column-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-2-contact-link {
  color: var(--grey-3);
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: none;
  border: 1px solid #0000;
  border-radius: 3px;
  width: auto;
  padding: .6em .8em;
  font-family: Michroma, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  transition: background-color .2s, border-color .2s;
  display: block;
}

.footer-2-contact-link:hover {
  border-color: var(--black-5);
  background-color: var(--black-3);
  color: var(--background);
}

.footer-2-contact-link.w--current {
  border-color: var(--black-5);
  background-color: var(--black-5);
  color: var(--white);
}

.footer-2-contact-text {
  color: var(--grey-1);
  min-width: 5em;
  font-family: Michroma, sans-serif;
  font-weight: 500;
}

.footer-2-contacts {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-button-name {
  text-align: left;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.cta-1-image {
  border-radius: 3px;
  flex: none;
  align-self: stretch;
  width: 18em;
  min-height: 10em;
  position: relative;
  overflow: hidden;
}

.cta-1-list {
  grid-column-gap: 4em;
  grid-row-gap: 1em;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 45em;
  margin-right: auto;
  display: flex;
}

.cta-1-title {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 20em;
  display: flex;
}

.cta-1 {
  grid-column-gap: 5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-2-content {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-title-2 {
  font-family: Michroma, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1em;
}

.list-title-2.is-larger {
  font-size: 1.3em;
  line-height: 1.2em;
}

.list-2 {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.list-2-box {
  border-radius: 3px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-1-text {
  max-width: 21em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5em;
}

.list-2-background {
  z-index: 2;
  background-color: var(--green-1);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.list-2-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: absolute;
}

.cta-1-list-grid {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.footer-button {
  z-index: 1;
  grid-column-gap: 2em;
  border-left: 1px solid var(--black-5);
  color: var(--grey-4);
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-height: 9em;
  padding: 2em;
  transition: background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-button:hover {
  z-index: 2;
  background-color: var(--black-2);
  color: var(--white);
  width: 110%;
}

.footer-button.w--current {
  z-index: 10;
  background-color: var(--black-3);
  color: var(--white);
}

.footer-button.is-wider {
  background-color: var(--black-3);
  border-color: #0000;
  margin-left: 0;
}

.footer-button.is-wider:hover {
  background-color: var(--black-4);
}

.footer-button.is-2nd {
  color: var(--grey-7);
  background-color: #322f41;
  font-size: 1.2em;
}

.footer-button.is-2nd:hover {
  z-index: 3;
  border: 1px solid var(--grey-2);
  background-color: var(--black-4);
  color: var(--white);
}

.footer-button-badge {
  background-color: var(--black-3);
  color: var(--grey-3);
  border-radius: 3px;
  padding: .3em .5em;
}

.footer-button-badge.is-3rd {
  color: #ffbed3;
  background-color: #c00d46;
}

.footer-button-badge.is-2nd {
  background-color: var(--green-2);
  color: var(--green-5);
}

.footer-button-flex {
  grid-column-gap: 3.25em;
  grid-row-gap: 2em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-button-text {
  z-index: 10;
  color: var(--grey-2);
  letter-spacing: .02em;
  text-transform: uppercase;
  max-width: 13em;
  font-size: .9em;
  line-height: 1.5em;
  position: relative;
}

.footer-buttons-row {
  z-index: 10;
  border-top: 1px solid var(--black-5);
  border-right: 1px solid var(--black-5);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-badge-text {
  letter-spacing: .05em;
  text-indent: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .7em;
  font-weight: 700;
}

.footer-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.nav-dropdown-padding {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 4em 6em;
  display: flex;
}

.grid-11 {
  grid-column-gap: 10em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  max-width: 1500px;
}

.grid-11-summary {
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-11-text-2 {
  font-size: 1.4em;
}

.grid-11-text-1 {
  color: var(--green-3);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Michroma, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.grid-11-summary-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--green-3);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  padding-bottom: 60px;
}

.grid-11-summary-grid._2, .grid-11-summary-grid._3, .grid-11-summary-grid._4 {
  justify-items: start;
}

.grid-11-text-3 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.8em;
}

.grid-11-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-11-text-4 {
  color: var(--grey-4);
  font-size: 1.4em;
  line-height: 2em;
}

.large-heading-block {
  max-width: 1500px;
  margin-bottom: 8em;
}

.grid-11-summary-content {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-line {
  background-color: var(--grey-4);
  width: 1px;
  height: 1em;
}

.dropdown-link-2 {
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.dropdown-toggle-2 {
  z-index: 10;
  grid-column-gap: .25em;
  color: var(--black-1);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 0;
  padding: 0 1em;
  transition: opacity .2s;
  display: flex;
  top: 1px;
}

.dropdown-toggle-2:hover {
  opacity: 1;
  color: var(--green-1);
}

.nav-template-links-2 {
  grid-row-gap: 2em;
  border: 1px solid var(--black-3);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.nav-template-link-2 {
  color: var(--black-3);
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 3px;
  padding: .7em 1em;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.1em;
  transition: border-color .2s, background-color .2s, color .2s;
}

.nav-template-link-2:hover {
  border-color: var(--grey-4);
  background-color: var(--grey-6);
  color: var(--black-1);
}

.nav-template-link-2.w--current {
  background-color: var(--black-4);
  color: var(--white);
}

.fullscreen-menu-column-2 {
  z-index: 10;
  border-right: 1px solid var(--black-4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 4em;
  display: flex;
  position: relative;
}

.menu-socials-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fullscreen-menu-text-1 {
  color: var(--grey-1);
  font-size: 1.3em;
}

.fullscreen-menu-text-1.with-margin-top {
  margin-top: 3em;
}

.footer-4-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

.nav-quick-menu {
  grid-row-gap: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) var(--grey-1) var(--grey-1);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31em;
  padding: 3em;
  display: none;
  position: absolute;
  top: 3.6em;
  right: -1.1em;
  box-shadow: 0 60px 50px -20px #17152047;
}

.nav-quick-cms-image {
  object-fit: cover;
  border-radius: 3px;
  flex: none;
  align-self: stretch;
  width: 5em;
  height: 2.7em;
}

.nav-quick-cms-item {
  width: 100%;
}

.nav-quick-cms-name {
  font-size: .9em;
  line-height: 1.3em;
}

.nav-quick-cms-list, .nav-quick-cms {
  width: 100%;
}

.nav-quick-cms-link {
  grid-column-gap: 1.5em;
  color: var(--black-6);
  border: 1px solid #0000;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: .5em;
  font-weight: 500;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.nav-quick-cms-link:hover {
  border-color: var(--grey-4);
  background-color: var(--background);
  color: var(--black-1);
}

.nav-quick-title {
  color: var(--grey-2);
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
}

.nav-quick-button {
  border: 1px solid var(--grey-4);
  color: var(--black-2);
  text-align: center;
  letter-spacing: .05em;
  text-indent: .05em;
  text-transform: uppercase;
  border-radius: 3px;
  width: 100%;
  padding: 1em 1.2em;
  transition: color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, background-color .2s;
}

.nav-quick-button:hover {
  border-color: var(--black-5);
  background-color: var(--black-5);
  color: var(--background);
  letter-spacing: .2em;
  text-indent: .2em;
}

.nav-quick-button-text {
  font-size: .8em;
  font-weight: 600;
  line-height: 1.2em;
}

.nav-simple-menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .5em;
  transition: background-color .2s;
  display: flex;
}

.nav-simple-menu-button:hover {
  background-color: var(--black-3);
}

.nav-simple-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
}

.footer-buttons-menu-row {
  z-index: 20;
  border: 1px solid var(--black-5);
  background-color: var(--black-2);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.6em;
  display: flex;
  position: relative;
}

.footer-buttons-menu-row.in-classic-nav {
  background-color: var(--grey-6);
}

.footer-buttons-footer-row-2 {
  z-index: 20;
  border: 1px solid var(--black-5);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.6em;
  display: flex;
  position: relative;
}

.grid-11-text-5 {
  color: #17152066;
  text-align: left;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.6em;
}

.footer-2-grid {
  grid-column-gap: 5em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: start;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.footer-2-socials-2 {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-2-socials-2-list {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-images-1 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.image-size {
  z-index: 5;
  height: 20em;
  position: relative;
}

.pin-text {
  max-width: 30em;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.4em;
}

.slider-timeline-relative {
  position: relative;
}

.header-slider-2-content-1 {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  display: flex;
}

.header-slider-2-text-1 {
  opacity: .7;
  font-size: 1.6em;
  line-height: 2em;
}

.header-slider-2-link-name {
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  font-family: Michroma, sans-serif;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.2em;
}

.header-slider-2-video {
  border-radius: 3px;
  flex: none;
  align-self: stretch;
  width: 25em;
  min-height: 10em;
  position: relative;
  overflow: hidden;
}

.header-slider-2-link {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.3em;
  transition: background-color .2s;
  display: flex;
}

.header-slider-2-link:hover {
  background-color: var(--black-1);
}

.header-10-bg-color-bottom {
  z-index: 16;
  background-image: linear-gradient(to top, var(--black-2) 18%, #17152000 70%);
  position: absolute;
  inset: 0%;
}

.listing-9 {
  width: 100%;
}

.listing-9-list {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.listing-9-list.in-blog {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.listing-9-item {
  grid-column-gap: 4em;
  grid-row-gap: 3em;
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 4em;
  transition: border-color .2s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.listing-9-item:hover {
  border-color: var(--grey-3);
  background-color: var(--white);
}

.listing-9-item.is-dark:hover {
  border-color: var(--black-5);
  background-color: var(--black-3);
}

.listing-9-item.in-blog {
  min-height: 31em;
}

.listing-9-image {
  z-index: 10;
  border-radius: 3px;
  align-self: stretch;
  width: 35%;
  min-height: 18em;
  position: relative;
  overflow: hidden;
}

.listing-9-image.in-blog {
  min-height: 15em;
}

.listing-9-inner {
  grid-row-gap: 2.5em;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.listing-9-inner.in-blog {
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.listing-9-text {
  z-index: 10;
  color: var(--grey-1);
  letter-spacing: -.02em;
  max-width: 11em;
  font-size: 1.3em;
  position: relative;
}

.listing-9-text.is-dark {
  color: var(--grey-3);
}

.listing-9-text.is-dark.is-wider {
  max-width: 14em;
}

.listing-9-text.in-blog {
  max-width: none;
  font-size: 1.2em;
}

.listing-9-number {
  color: var(--grey-1);
  letter-spacing: .3em;
  text-indent: .3em;
  font-size: 1.1em;
  font-weight: 500;
}

.listing-9-content {
  z-index: 10;
  grid-column-gap: 2.5em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.listing-9-content.in-blog {
  grid-row-gap: 1.25em;
  text-align: left;
  max-width: 28em;
}

.listing-9-title-with-number {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.listing-9-button {
  width: 100%;
  font-size: .9em;
}

.tab-1-link-2 {
  color: var(--grey-4);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 13em;
  padding: 1em 2em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  transition: background-color .2s, border-color .2s;
}

.tab-1-link-2:hover {
  background-color: var(--black-4);
  color: var(--white);
}

.tab-1-link-2.w--current {
  background-color: var(--green-2);
  color: var(--white);
}

.header-6-block-1 {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  display: flex;
}

.header-6-image-1 {
  object-fit: cover;
  border-radius: 3px;
  width: 10em;
  height: 4.5em;
  margin-left: 5em;
  margin-right: 1em;
  overflow: hidden;
}

.header-6-block-2 {
  grid-column-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 62em;
  display: flex;
}

.header-6-block-3 {
  grid-column-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-9 {
  z-index: 2;
  background-color: var(--black-2);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-9-padding {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 14em;
  padding-bottom: 22em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-9-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header-9-block-1 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 64em;
  display: flex;
}

.header-9-gradient-color {
  z-index: 2;
  background-image: linear-gradient(to bottom, #fff0, #211e2ea6 75%, var(--black-2));
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.header-6-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header-6-content-wrap {
  grid-column-gap: 7.5em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-1-image {
  z-index: 5;
  border-radius: 3px;
  align-self: stretch;
  width: 20%;
  min-height: 12em;
  position: relative;
  overflow: hidden;
}

.title-with-button-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-black-background {
  z-index: 1;
  background-color: var(--black-1);
  background-image: url('../images/web_banner.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-size-50em {
  width: 100%;
  height: 50em;
  position: relative;
}

.custom-burger-icon {
  z-index: 20;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 1.7em;
  height: 1em;
  display: flex;
  position: relative;
}

.burger-line {
  background-color: var(--grey-3);
  width: 100%;
  height: 1px;
}

.open-menu-button-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid var(--black-4);
  border-bottom: 1px solid var(--black-4);
  background-color: var(--black-2);
  color: var(--grey-4);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12em;
  padding: 1.5em 3.5em;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.open-menu-button-2:hover {
  background-color: var(--black-3);
  color: var(--white);
}

.header-13 {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 16em;
  padding-bottom: 2em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.header-13-image-1, .header-13-image-2 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.header-4-image-1 {
  z-index: 5;
  width: 23vw;
  height: 21vh;
  position: absolute;
  bottom: 5vh;
  right: -20.7vw;
}

.header-13-content {
  z-index: 20;
  grid-row-gap: 3.5em;
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 46em;
  display: flex;
  position: relative;
}

.header-13-text {
  color: var(--grey-5);
  max-width: 22em;
  font-size: 1.5em;
  line-height: 1.7em;
}

.image-size-80vh {
  z-index: 10;
  height: 80vh;
  position: relative;
}

.image-size-80vh.is-first-section {
  margin-top: -10vh;
}

.grey-gradient-bg {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--grey-6), #fff0);
  height: 70em;
  position: absolute;
  inset: 0% 0% auto;
}

.listing-8-box {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--background);
  color: var(--black-4);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 28em;
  max-width: 35em;
  padding: 5.5em 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-3-category {
  color: var(--grey-1);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}

.article-desciption-text {
  color: #fffc;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.blog-post-grid {
  grid-column-gap: 6.5em;
  grid-row-gap: 6.5em;
}

.blog-width {
  border-top: 1px none var(--grey-4);
  max-width: 1290px;
}

.blog-sidebar {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 25em;
  display: flex;
}

.sidebar-articles {
  width: 100%;
}

.sidebar-article-list {
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-article-item {
  grid-column-gap: 1.75em;
  grid-row-gap: .25em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-sidebar-block-2 {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-article-link-name {
  font-size: 1em;
  line-height: 1.3em;
}

.sidebar-article-link-name.is-extra-large {
  font-size: 1.3em;
}

.sidebar-article-link {
  grid-column-gap: 2em;
  grid-row-gap: .5em;
  border: 1px solid var(--grey-6);
  border-radius: 3px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .9em;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.sidebar-article-link:hover {
  border-color: var(--grey-4);
  background-color: #ecebf1;
}

.sidebar-article-link.w--current {
  border-color: var(--grey-4);
  color: var(--black-1);
  background-color: #eae9ee;
}

.sidebar-article-image {
  object-fit: cover;
  border-radius: 3px;
  flex: none;
  width: 6em;
  height: 4.3em;
}

.sidebar-article-content {
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sidebar-article-text {
  opacity: .7;
  color: var(--black-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.3em;
}

.grid-1-image-3 {
  border-radius: 3px;
  height: 40em;
  position: relative;
  overflow: hidden;
}

.service-title-block {
  max-width: 87em;
}

.grid-12 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-12-image-size {
  z-index: 5;
  width: 100%;
  height: 40em;
  position: relative;
}

.grid-12-image-size.is-higher {
  height: 60em;
}

.grid-12-images {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: var(--grey-6);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5em;
  display: flex;
}

.grid-12-images.is-dark {
  background-color: var(--black-3);
}

.grid-12-content {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 65em;
  min-height: 100vh;
  padding: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.grid-12-block-1 {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-12-block-2 {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uppercase-text-4 {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.7em;
}

.uppercase-text-4.is-2nd {
  color: var(--grey-1);
}

.while-scrolling-effect-8rem {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-12-text-1 {
  color: var(--grey-3);
  font-size: 1.9em;
  font-weight: 300;
  line-height: 1.7em;
}

.header-14 {
  background-color: var(--black-2);
  color: var(--white);
}

.header-14-content {
  z-index: 5;
  justify-content: center;
  width: 100%;
  max-width: 65em;
  min-height: 100vh;
  padding: 15em 10em 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.header-14-images {
  z-index: 10;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: var(--black-3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15em 5em 5em;
  display: flex;
  position: relative;
}

.header-14-image-size {
  z-index: 5;
  width: 100%;
  height: 40em;
  position: relative;
}

.header-14-image-size.is-higher {
  height: 60em;
}

.price-line {
  background-color: var(--black-5);
  width: 1px;
  height: 2em;
}

.price-before-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-before-line-anim {
  z-index: 5;
  background-color: var(--grey-4);
  width: 100%;
  height: 2px;
  position: absolute;
}

.price-before-line-visible {
  z-index: 5;
  background-color: var(--grey-2);
  width: 100%;
  height: 2px;
  position: absolute;
}

.header-14-block-1 {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header-14-description {
  color: var(--grey-3);
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.7em;
}

.header-14-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.header-14-max-width {
  grid-row-gap: 4em;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 35em;
  display: flex;
}

.button-icon {
  z-index: 10;
  opacity: .8;
  color: var(--green-2);
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.8em;
  position: absolute;
  right: 0;
}

.content-1-title-block {
  grid-row-gap: 5em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.products-5 {
  width: 100%;
}

.products-5-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid var(--grey-6);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.products-5-list.is-dark {
  border-color: var(--black-4);
}

.product-5-item {
  z-index: 1;
  grid-column-gap: 4em;
  grid-row-gap: 1em;
  border: 1px solid var(--grey-6);
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 1.8em;
  transition: box-shadow .2s, border-color .2s, background-color .2s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.product-5-item:hover {
  z-index: 10;
  background-color: var(--background);
  box-shadow: 0 0 80px 20px #17152040;
}

.product-5-item.is-dark {
  border-color: var(--black-4);
  color: var(--white);
}

.product-5-item.is-dark:hover {
  z-index: 20;
  border-color: var(--black-5);
  background-color: var(--black-4);
}

.product-5-image {
  z-index: 10;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-5-inner {
  grid-row-gap: 1.25em;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-5-buttons {
  z-index: 20;
  grid-column-gap: 2.25em;
  grid-row-gap: 1em;
  background-color: var(--background);
  border: 1px solid #89859b40;
  border-radius: 3px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: .7em .7em .7em 2em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.product-5-buttons:hover {
  background-color: var(--white);
}

.product-5-buttons.is-dark {
  background-color: var(--black-4);
}

.product-5-buttons.is-dark:hover {
  background-color: var(--black-5);
}

.product-5-title-block {
  grid-column-gap: 1.25em;
  grid-row-gap: .75em;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-5-description {
  z-index: 10;
  opacity: .5;
  letter-spacing: -.02em;
  width: 100%;
  font-size: 1.2em;
  position: relative;
}

.product-5-detail-button {
  z-index: 20;
  border: 1px solid var(--grey-4);
  background-color: var(--grey-6);
  color: var(--black-1);
  text-align: center;
  letter-spacing: .05em;
  text-indent: .05px;
  text-transform: uppercase;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 2.4em;
  font-weight: 600;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.product-5-detail-button:hover {
  border-color: var(--grey-2);
  background-color: var(--grey-4);
}

.product-5-detail-button.is-dark {
  border-color: var(--green-3);
  background-color: var(--green-3);
  color: var(--white);
}

.product-5-detail-button.is-dark:hover {
  background-color: var(--green-2);
}

.product-5-prices {
  grid-column-gap: 1.25em;
  grid-row-gap: .25em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-5-price {
  color: var(--green-2);
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
}

.product-5-price.is-dark {
  color: var(--green-4);
}

.product-5-price-before {
  color: var(--grey-3);
  font-size: 1em;
  font-weight: 600;
  text-decoration: line-through;
}

.products-5-badges {
  grid-column-gap: .75em;
  justify-content: flex-start;
  align-items: stretch;
  font-size: .85em;
  display: flex;
}

.footer-2-logo-line {
  background-color: var(--black-5);
  width: 5.9em;
  height: 1px;
}

.product-3-category {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  background-color: #ffffff8f;
  border: 1px solid #ffffffb3;
  border-radius: 3px;
  padding: .2em 1em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.6em;
  position: absolute;
  inset: 7% auto auto 7%;
}

.product-5-category {
  z-index: 20;
  background-color: var(--black-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border: 1px solid #77728a4d;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .2em 1em;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
}

.service-main-image {
  border-radius: 3px;
  height: 25em;
  margin-bottom: 4em;
  position: relative;
  overflow: hidden;
}

.header-10-content-2 {
  z-index: 10;
  grid-row-gap: 7.5em;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
}

.subfooter-mde-by-links {
  grid-column-gap: 2.75em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-14-badges {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-11-text-6 {
  color: var(--grey-1);
  font-size: 1.4em;
  line-height: 2em;
}

.header-color-for-image {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--black-1), transparent 40%);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.checkout-content {
  flex: 0 auto;
}

.checkout-paypal-block {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1em;
}

.confirmation-title {
  margin-bottom: .4em;
  font-size: 1.4em;
  line-height: 1.3em;
}

.password-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.newsletter-title-2 {
  font-size: 1.8em;
  font-weight: 600;
}

.confirmation-row {
  grid-row-gap: 4em;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.confirmation-column {
  padding-left: 0;
  padding-right: 0;
}

.blog-image-size {
  z-index: 1;
  background-color: var(--black-2);
  width: 100%;
  height: 60vh;
  position: relative;
}

.menu-links-divider {
  background-color: var(--black-4);
  width: 100%;
  height: 1px;
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.footer-3-small-links {
  grid-column-gap: 1.5em;
  grid-row-gap: .25em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-3-large-links {
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta-toptitle {
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.6em;
}

.ui-kit-buttons {
  z-index: 10;
  border-top: 1px solid var(--black-5);
  border-right: 1px solid var(--black-5);
  border-bottom: 1px solid var(--black-5);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.ui-kit-title-block-2 {
  grid-column-gap: 2.5em;
  color: var(--grey-3);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ui-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 2.2em;
  position: relative;
}

.ui-kit-subtitle-1 {
  color: var(--grey-1);
  text-align: center;
  margin-top: .4em;
  margin-bottom: 1.5em;
  font-size: 1.9em;
  font-weight: 500;
}

.footer-social-link {
  opacity: .7;
  padding: .5em;
  transition: opacity .2s;
}

.footer-social-link:hover {
  opacity: 1;
}

.button-width-100 {
  width: 100%;
}

.span-white {
  color: var(--white);
}

.screenshot-image {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
}

.layout-link-block {
  grid-row-gap: 2em;
  color: var(--black-4);
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 3.7em;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.layout-link-block:hover {
  border: 1px solid var(--black-5);
  background-color: var(--grey-5);
  color: var(--black-1);
}

.layouts-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout-text {
  z-index: 10;
  color: var(--black-6);
  text-transform: uppercase;
  max-width: 21em;
  font-size: 1em;
  position: relative;
}

.ui-kit-links {
  grid-column-gap: 0em;
  grid-row-gap: 2.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ui-kit-link {
  z-index: 5;
  grid-row-gap: 1.5em;
  opacity: .8;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 3em 1.5em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1), opacity .2s, color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.ui-kit-link:hover {
  border-color: var(--grey-1);
  background-color: var(--black-2);
  opacity: 1;
  color: var(--white);
  width: 113%;
}

.ui-kit-link-name {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.ui-kit-button-badge {
  background-color: var(--green-1);
  color: var(--white);
  border-radius: 3px;
  padding: .3em .5em;
}

.ui-kit-button-badge.is-grey {
  background-color: var(--black-5);
}

.ui-kit-button-badge.is-2nd {
  background-color: #1d59b4;
}

.ui-kit-button-badge.is-3rd {
  background-color: #bd255a;
}

.ui-kit-wrap {
  width: 100%;
}

.ui-kit-link-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 3.6em;
  position: relative;
}

.nav-links-flex-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.nav-explore-title-2 {
  color: var(--black-2);
  align-self: stretch;
  font-size: 1.2em;
}

.ui-kit-elements-in-menu {
  width: 100%;
  font-size: .9em;
}

.span-grey-3 {
  color: var(--grey-3);
}

.list-3 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gallery-bg-color {
  z-index: 2;
  background-image: linear-gradient(135deg, var(--black-1), transparent 50%);
  position: absolute;
  inset: 0%;
}

.component-gallery {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.menu-image-link-grid-static {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 86%;
  display: grid;
  position: relative;
}

.menu-image-link-static {
  border: 1px solid var(--green-border);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 18em;
  padding-top: 4em;
  padding-bottom: 4em;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-image-link-static:hover {
  color: var(--green-4);
}

.error-state-2 {
  color: #a8223a;
  text-align: center;
  border: 1px solid #dfaaaa;
  margin: 0 1.5em 1.5em;
  padding: 1.2em 1em;
  font-weight: 500;
}

.empty-state {
  letter-spacing: .03em;
  text-indent: .03em;
  text-transform: uppercase;
  padding: 5em;
  font-weight: 600;
}

.category-hero-description {
  color: #fffc;
  max-width: 18em;
  font-size: 1.9em;
  font-weight: 300;
}

.header-15-content {
  z-index: 20;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #f8ecf312;
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
  position: relative;
}

.header-15-image {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header-15-box {
  z-index: 10;
  background-color: var(--black-1);
  color: var(--grey-6);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5.5em 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-15-flex {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 34em;
  display: flex;
}

.listing-8-button {
  min-width: 50%;
}

.content-1-video {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.footer-social-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-size: 80px;
  line-height: 90px;
}

.text-span {
  color: var(--green-1);
}

.text-span-2 {
  color: var(--white);
}

.text-span-3 {
  color: var(--green-1);
}

.block-quote {
  border-left-color: var(--green-4);
  color: var(--green-4);
}

.heading-3, .heading-4 {
  color: var(--white);
}

.link-block, .link-block-2 {
  width: 100%;
}

.body {
  background-color: var(--black-1);
}

.ab-logo-div {
  background-image: url('../images/foil_block.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 200px;
}

.ab-logo-div.acuwomen {
  background-image: url('../images/acuwomen-logo-black-back.png');
}

.ab-logo-div.fzco {
  background-image: url('../images/600-FZCO.png');
}

.ab-logo-div.closures {
  background-image: url('../images/vibe-closures.png');
  background-position: 0%;
  background-size: contain;
}

.heading-5 {
  color: var(--white);
}

.text-span-4 {
  font-size: .5em;
}

.body-2 {
  background-color: var(--black-1);
}

.heading-6, .heading-7 {
  font-size: 50px;
  line-height: 60px;
}

.image {
  width: 100%;
  height: 300px;
}

.div-block {
  background-color: var(--green-5);
  background-image: url('../images/packaging_factory.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  margin-bottom: 20px;
}

.div-block._1 {
  background-image: url('../images/dubai.webp');
}

.div-block._2 {
  background-image: url('../images/glaobal-growth.webp');
}

.div-block._3 {
  background-image: url('../images/dubai.webp');
}

.div-block._4 {
  background-image: url('../images/crown.webp');
}

.div-block._5 {
  background-image: url('../images/viah-banner_1.webp');
}

.div-block._6 {
  background-image: url('../images/viah-banne2.webp');
}

.div-block._7 {
  background-image: url('../images/news-article.jpg');
}

.div-block._8 {
  background-image: url('../images/news-article2.jpg');
}

.ab-news-block {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.heading-8 {
  color: var(--gree);
  font-size: 15px;
  line-height: 25px;
}

.slider-image-4 {
  z-index: 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ab-other-articles-title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.rich-text-block {
  color: var(--white);
}

.ab-header-3-subtitle-1 {
  opacity: .8;
  letter-spacing: .03em;
  font-family: Michroma, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.link {
  font-size: 20px;
  line-height: 30px;
}

.grid-1-title-2 {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.button-modern-line-2 {
  background-color: #01a0c2;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.button-modern-name-2 {
  text-align: left;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: .9em;
  padding-bottom: .9em;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.grid-13 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  border-bottom: 1px solid #b0c5d6;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-2 {
  z-index: 10;
  background-color: #f4f3f7;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section-2.grey {
  background-color: var(--black-5);
}

.grid-1-number-2 {
  color: #b0c5d6;
  min-width: 40%;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.button-icon-2 {
  z-index: 10;
  opacity: .8;
  color: #5ee0fc;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.8em;
  position: absolute;
  right: 0;
}

.heading-9 {
  z-index: 10;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.heading-9.is-extra-small-title {
  color: var(--green-3);
  font-family: Michroma, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.button-modern-2 {
  color: #00d0fc;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-modern-2:hover {
  color: #232629;
  padding-top: .7em;
  padding-bottom: .7em;
}

.circle-button-text-2 {
  color: #d0f7ff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 8em;
  font-size: .85em;
  font-weight: 300;
  line-height: 1.2em;
  display: none;
  position: absolute;
}

.bold-text-2 {
  font-weight: 400;
}

.button-modern-contact {
  color: var(--green-2);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-right: 3em;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-modern-contact:hover {
  color: var(--black-1);
  padding-top: .7em;
  padding-bottom: .7em;
}

.button-modern-contact.is-2nd {
  color: var(--black-1);
  padding-top: 0;
  padding-bottom: 0;
}

.button-modern-contact.is-2nd:hover {
  padding-top: .7em;
  padding-bottom: .7em;
}

.button-modern-contact.is-dark {
  color: var(--green-4);
}

.button-modern-contact.is-dark:hover {
  color: var(--green-6);
}

.button-modern-contact.is-smaller {
  font-size: .9em;
}

.button-modern-3 {
  color: #00d0fc;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 3em;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-modern-3:hover {
  color: #232629;
  padding-top: .7em;
  padding-bottom: .7em;
}

.button-modern-name-3 {
  text-align: left;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: .9em;
  padding-bottom: .9em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.button-icon-3 {
  z-index: 10;
  opacity: .8;
  color: #5ee0fc;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.8em;
  position: absolute;
  right: 0;
}

.bold-text-3 {
  color: var(--green-2);
  font-size: 50px;
  line-height: 60px;
}

.heading-10 {
  color: var(--white);
  font-size: 30px;
  line-height: 40px;
}

.background-video {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.bold-text-5 {
  font-size: 40px;
  line-height: 50px;
}

.div-block-2 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.in-header-11 {
    grid-row-gap: 4em;
  }

  .padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .heading.is-content-1-title {
    font-size: 4em;
  }

  .heading.is-header-4-title-1, .heading.is-ui-kit-title {
    font-size: 5em;
  }

  .heading.is-title-15 {
    font-size: 3.6em;
  }

  .heading.is-header-slider-2-title-1 {
    font-size: 4.2em;
  }

  .heading.is-header-slider-3 {
    font-size: 4.5em;
  }

  .heading.is-header-12-title {
    font-size: 5em;
  }

  .heading.is-smallest-title {
    font-size: 1.8em;
  }

  .heading.is-small-title {
    font-size: 2.5em;
  }

  .heading.is-medium-title {
    font-size: 3.5em;
  }

  .heading.is-large-title {
    font-size: 4.5em;
  }

  .heading.is-extra-large-title {
    font-size: 5.5em;
  }

  .heading.is-regular-title {
    font-size: 3em;
  }

  .heading.slider-title-1 {
    font-size: 4em;
  }

  .heading.is-extra-small-title {
    font-size: 2.2em;
  }

  .heading.is-sticky-title {
    line-height: 1.4em;
  }

  .heading.is-checkout-title {
    font-size: 5em;
  }

  .heading.is-confirmation-title {
    font-size: 4em;
  }

  .heading.is-header-4-title-2, .heading.is-header-8-title {
    font-size: 5em;
  }

  .heading.is-listing-2-title {
    font-size: 2.5em;
  }

  .heading.is-listing-5-title {
    font-size: 1.8em;
  }

  .heading.is-main-ui-kit-title {
    font-size: 2.5em;
  }

  .heading.is-header-6-title-1, .heading.is-header-9-title {
    font-size: 5em;
  }

  .heading.is-header-13-title {
    font-size: 3.7em;
  }

  .heading.is-superb-large {
    font-size: 5.5em;
  }

  .heading.is-main-ui-kit-title-2, .heading.is-main-ui-kit-title-1 {
    font-size: 3em;
  }

  .heading.is-header-8-title-2 {
    font-size: 5em;
  }

  .heading.is-layout-title {
    font-size: 1.6em;
  }

  .heading.is-main-ui-kit-title-3 {
    font-size: 2em;
  }

  .heading.is-category-title {
    font-size: 6em;
  }

  .heading.is-listing-6-title {
    font-size: 3.5em;
  }

  .list-title {
    font-size: 1.5em;
  }

  .list-text {
    max-width: none;
    font-size: 1.15em;
  }

  .nav-link {
    border-left-width: 0;
    border-left-color: #0000;
  }

  .nav-link:hover {
    color: #12042c;
  }

  .newsletter-submit-button {
    font-size: 1.1em;
  }

  .newsletter-field {
    font-size: 1.3em;
  }

  .newsletter-field::placeholder {
    font-size: 1.1em;
  }

  .menu-mobile-text {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 600;
    line-height: 1.1em;
  }

  .menu-mobile-dots {
    grid-column-gap: .15em;
    grid-row-gap: .15em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    display: flex;
  }

  .menu-mobile-line {
    background-color: #12042c;
    flex: none;
    width: 100%;
    height: 1px;
    padding: 0;
    font-size: .175em;
  }

  .newsletter-flex {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .flex-for-sticky {
    flex-wrap: wrap;
    padding-bottom: 8em;
  }

  .sticky-column-2-bg {
    border: 1px solid var(--black-4);
    margin-top: 0;
  }

  .nav-modern-links {
    flex: 0 auto;
    min-width: 50%;
  }

  .nav-modern-links-block-1, .nav-modern-links-block-2 {
    display: none;
  }

  .menu-mobile-button-flex {
    grid-column-gap: .5em;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: .5em 1.3em;
    display: flex;
  }

  .mobile-menu-button {
    background-color: #fff;
    border-left: 1px solid #d4a0ff54;
    padding: 0;
    display: none;
  }

  .mobile-menu-button.w--open {
    color: #12042c;
    background-color: #e2e2e2;
  }

  .tab-1-link {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .tabs-1-links {
    margin-right: 2em;
  }

  .accordion:hover {
    background-color: #0000;
  }

  .accordion-title {
    font-size: 1.2em;
  }

  .acc-flex {
    flex-direction: column;
    justify-content: flex-start;
  }

  .newsletter-text-1 {
    font-size: 1.3em;
  }

  .gallery-lightbox {
    height: 15em;
  }

  .gallery-lightbox.is-large-image {
    height: 33em;
  }

  .icon.in-gallery {
    z-index: 30;
    background-color: #211e2eb3;
    border-radius: 3px;
    padding: .2em;
    font-size: 2.6em;
    display: block;
  }

  .sticky-column-2 {
    flex: 0 auto;
    width: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 8em 6em;
  }

  .password-form-input {
    font-size: 1.3em;
  }

  .password-form-input::placeholder, .password-form-submit {
    font-size: 1.1em;
  }

  .static-gallery-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .color-define, .color-define-2, .color-define-3 {
    height: 4em;
  }

  .classic-button:hover {
    letter-spacing: .15em;
  }

  .nav-modern-menu-button {
    min-width: 25%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .listing-8-column-2 {
    position: absolute;
    inset: 0%;
  }

  .listing-8-item {
    min-height: auto;
    position: relative;
  }

  .listing-8-column-1 {
    padding: 1.5em;
    position: relative;
  }

  .content-1-header-block {
    flex-wrap: wrap-reverse;
  }

  .content-1-header {
    min-height: 80em;
    padding-top: 12em;
    padding-bottom: 10em;
  }

  .tabs-2-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    overflow: auto;
  }

  .padding-80vh {
    min-height: auto;
  }

  .aside-image-right {
    width: 30vw;
    height: 16vh;
    right: -4em;
  }

  .aside-image-left {
    width: 26vw;
    left: -4em;
  }

  .nav-links-flex {
    background-color: #12042c26;
    padding: 1.5em;
  }

  .header-4-image-3 {
    right: -16.4vw;
  }

  .header-4-image-2 {
    left: -9.1vw;
  }

  .header-4-image-4 {
    left: -7.3vw;
  }

  .subfooter-links-list {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    justify-content: center;
  }

  .listing-4-item {
    height: auto;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .listing-4-item:hover {
    height: auto;
  }

  .subfooter-1-black {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .subfooter-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .form-submit-button {
    font-size: 1.1em;
  }

  .form-field {
    font-size: 1.3em;
  }

  .form-field::placeholder {
    font-size: 1.1em;
  }

  .form-field.is-dark.is-dark-option {
    min-height: 3.4em;
    padding-left: 1.1em;
    font-size: 1.5em;
  }

  .form-field.is-option {
    color: var(--black-1);
    min-height: 3.2em;
    padding-left: 1.2em;
    font-size: 1.4em;
  }

  .content-1-grid {
    grid-column-gap: 5em;
  }

  .ui-kit-header {
    padding-top: 10em;
  }

  .breadcrumbs-1 {
    max-width: none;
    margin-bottom: 3em;
  }

  .ui-kit-title-block {
    max-width: none;
  }

  .sticky-column-3 {
    width: 100%;
    min-height: auto;
    padding-top: 8em;
    padding-bottom: 5em;
    position: relative;
  }

  .image-collage-1 {
    width: 85%;
    height: 70vh;
  }

  .fullscreen-menu-column-1 {
    border-bottom: 1px solid var(--green-border);
    border-right-width: 0;
    border-right-color: #0000;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: auto;
    padding: 9em 10vw 5em;
  }

  .fullscreen-menu {
    display: none;
  }

  .fullscreen-inner {
    flex-wrap: wrap;
    align-self: auto;
    overflow: auto;
  }

  .close-button {
    opacity: 1;
    border-bottom: 1px solid #342f3d;
    border-right-width: 0;
    border-right-color: #0000;
    width: 100%;
    height: 6em;
    font-size: .9em;
    inset: 0% 0% auto;
  }

  .close-button:hover {
    width: 100%;
  }

  .fullscreen-menu-column-3 {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .overview-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .large-button-2 {
    width: 50%;
    min-height: 9em;
  }

  .large-button-2:hover {
    width: 50%;
  }

  .large-buttons-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .form-grid-in-ui {
    grid-template-columns: 1fr;
  }

  .main-circle-button {
    font-size: .8em;
  }

  .header-2 {
    min-height: auto;
  }

  .header-2-block-1 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .header-2-content-1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .vertical-flex.with-gap-6em {
    grid-row-gap: 4em;
  }

  .vertical-flex.with-gap-8em {
    grid-row-gap: 6em;
  }

  .section-image {
    height: 40em;
  }

  .cards-2-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .grid-7-image {
    min-height: 40em;
  }

  .header-1-flex {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .cta-2-padding {
    grid-column-gap: 2em;
  }

  .cards-1-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .card-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    min-height: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .card-block:hover {
    color: var(--black-1);
    background-color: #0000;
    min-height: auto;
  }

  .card-block.is-3rd:hover {
    color: var(--black-1);
    background-color: #0000;
  }

  .card-block.is-black-3:hover {
    color: var(--white);
    background-color: #0000;
    border-color: #0000;
  }

  .card-text {
    max-width: none;
  }

  .cards-2-image-size {
    min-height: 40em;
  }

  .footer-link.is-2nd {
    font-size: 1.1em;
  }

  .listing-4-heading {
    min-width: auto;
    font-size: 2em;
  }

  .listing-7-item {
    width: 100%;
  }

  .section-listing-7 {
    height: auto;
    min-height: 100vh;
    padding-top: 70vh;
    padding-bottom: 45vh;
  }

  .listing-7-list {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
  }

  .listing-7 {
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .listing-7-link {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .listing-7-link:hover {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .listing-7-name {
    font-size: 4em;
  }

  .listing-7-block {
    opacity: 1;
    transition: none;
  }

  .listing-7-link-content {
    display: block;
    position: relative;
  }

  .content-1-text-1 {
    font-size: 4em;
  }

  .grid-3 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1.75fr;
    font-size: .9em;
  }

  .grid-3-content {
    max-width: none;
  }

  .grid-3-image {
    height: 40em;
    min-height: 40em;
  }

  .gallery-text {
    top: 1.7em;
    left: 1.7em;
  }

  .header-slider-content-3 {
    grid-row-gap: 3.5em;
    max-width: 43em;
  }

  .header-3-grid {
    grid-template-columns: 1fr;
  }

  .header-3-block-1 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .header-3-content-1 {
    grid-row-gap: 4em;
  }

  .grid-5 {
    grid-column-gap: 0em;
  }

  .grid-5-block {
    padding-left: 3.3em;
    padding-right: 3.3em;
  }

  .grid-5-content {
    margin-top: -4em;
  }

  .grid-5-title {
    font-size: 3.2em;
  }

  .grid-6 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .grid-6-image {
    min-height: 40em;
  }

  .header-1-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 2fr 1fr;
  }

  .socials-4-list {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .grid-1 {
    grid-column-gap: 2em;
    grid-row-gap: 4em;
    border-bottom-style: none;
    grid-template-columns: .5fr 1fr;
  }

  .grid-1-title-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-1-content {
    margin-left: 0;
  }

  .gallery-with-thumbs {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .gallery-thumb-block {
    height: 26em;
  }

  .nav-simple-menu-grid {
    justify-content: space-between;
    display: flex;
  }

  .nav-simple-menu-links {
    display: none;
  }

  .fullscreen-main-links {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .fullscreen-menu-link {
    text-align: left;
    background-position: 0%;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 5vw;
  }

  .fullscreen-menu-link:hover {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .fullscreen-menu-link.w--current {
    background-image: url('../images/line-end-arrow-fill0-wght400-grad0-opsz48.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: .5em;
  }

  .fullscreen-menu-link.is-smaller {
    font-size: 3vw;
  }

  .fullscreen-image-column {
    padding-top: 5em;
    padding-bottom: 8em;
  }

  .sidebar-blog-text {
    font-size: .8em;
  }

  .sidebar-blog-text.is-1st {
    min-width: 9em;
  }

  .gallery-open-block {
    z-index: 20;
    padding: 2em;
  }

  .header-slider-1-content {
    grid-row-gap: 2em;
    max-width: 35em;
  }

  .listing-7-icon {
    display: block;
  }

  .listing-7-content {
    width: auto;
    max-width: 29em;
  }

  .open-menu-button:hover {
    height: 10em;
  }

  .header-15 {
    padding-left: 8em;
    padding-right: 8em;
  }

  .header-6-padding {
    padding-top: 12em;
  }

  .sticky-content {
    width: 75vw;
  }

  .sticky-content-image-block {
    width: 50vw;
  }

  .header-7-image-1 {
    height: 60vh;
  }

  .grid-5-text {
    font-size: 1.3em;
  }

  .header-5-content {
    padding: 1.5em;
  }

  .scolling-image {
    width: 50vw;
  }

  .products-1-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
  }

  .product-1-description {
    font-size: 1.2em;
  }

  .checkout-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .paypal-field-label {
    font-size: 1.2em;
  }

  .paypal-block-1 {
    font-size: 1.1em;
  }

  .order-confirmation {
    min-height: auto;
  }

  .divider {
    height: 10em;
  }

  .navbar-1-links {
    display: none;
  }

  .nav-modern-grid {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    min-height: 12em;
    display: flex;
  }

  .nav-modern-cart-block {
    min-width: 25%;
  }

  .nav-modern-cart-button {
    grid-column-gap: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-link-2 {
    color: #12042c;
    border-left-width: 0;
    border-left-color: #0000;
    min-height: 4.5em;
    font-size: 1.3em;
  }

  .nav-link-2:hover {
    color: #12042c;
  }

  .dropdown-toggle {
    color: #12042c;
    font-size: 1.2em;
  }

  .dropdown-toggle:hover {
    color: #12042c;
  }

  .nav-modern-cart-flex {
    grid-column-gap: 1em;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-top: 1px solid #12042c26;
    border-bottom: 1px solid #12042c26;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu-image-link {
    min-height: auto;
  }

  .menu-image-link-name {
    min-width: auto;
    font-size: 1.8em;
  }

  .header-10.with-breadcrumbs {
    padding-top: 8.5em;
  }

  .header-10-image.is-higher {
    height: 40em;
    min-height: auto;
  }

  .header-10-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .header-10-block-text.is-link {
    grid-column-gap: 3.5em;
    min-width: 14em;
    padding: .5em;
  }

  .header-10-title.in-overview {
    max-width: 52em;
  }

  .header-11-button {
    position: relative;
    right: 0;
  }

  .card-absolute-line {
    display: none;
    top: 5.5em;
  }

  .grid-1-number {
    min-width: auto;
    font-size: 2.2em;
  }

  .color-define-4, .color-define-5, .color-define-6 {
    height: 4em;
  }

  .cards-3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-7 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .button-modern {
    padding-right: 2.4em;
  }

  .button-modern.is-2nd {
    justify-content: space-between;
    padding-right: 0;
  }

  .button-modern.is-2nd:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-modern-line {
    display: block;
  }

  .button-modern-icon {
    margin-right: 2em;
    display: block;
    position: relative;
  }

  .button-modern-icon.is-2nd {
    margin-right: 0;
  }

  .grid-2-text-with-icon {
    width: 100%;
  }

  .grid-2-list {
    grid-column-gap: 6em;
    grid-row-gap: .5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-links-padding {
    background-color: #12042c26;
    padding: 1.5em;
  }

  .menu-links-grid-1 {
    grid-template-columns: 1fr 1fr;
  }

  .content-block-3 {
    grid-template-columns: .5fr 1fr;
  }

  .grid-4 {
    grid-row-gap: 6em;
    grid-template-columns: 1fr;
  }

  .grid-8 {
    grid-template-columns: .25fr 1fr;
  }

  .grid-8-number {
    min-width: auto;
  }

  .grid-1-image-2 {
    height: 38em;
  }

  .card-4-block {
    border-color: var(--grey-6);
    outline-offset: -1px;
    margin-left: 0;
  }

  .card-4-block:hover {
    width: 100%;
  }

  .card-4-block.is-dark {
    border-color: var(--black-3);
  }

  .cards-4-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--grey-6);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cards-4-wrap.is-dark {
    border-color: var(--black-5);
  }

  .grid-9 {
    grid-row-gap: 6em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-9-text-1 {
    font-size: 1.7em;
  }

  .grid-9-title-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .listing-1-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--grey-3);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .listing-1-list.is-dark {
    border-color: var(--black-4);
  }

  .listing-1-image {
    height: 15em;
  }

  .listing-1-item {
    border-color: var(--grey-6);
    outline-offset: -1px;
    margin-left: 0;
  }

  .listing-1-item:hover {
    width: 100%;
  }

  .listing-1-item.is-dark {
    border-color: var(--black-3);
  }

  .listing-2-item {
    grid-column-gap: 4em;
    grid-template-columns: .25fr 1.25fr;
    padding: 3.3em;
  }

  .listing-2-column-2 {
    max-width: none;
  }

  .listing-2-text {
    font-size: 1.1em;
  }

  .listing-2-number {
    font-size: 2.5em;
  }

  .listing-3-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .listing-5-block {
    grid-template-columns: .25fr 1fr 1.25fr .5fr;
    height: auto;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .listing-5-block:hover {
    height: auto;
  }

  .listing-5-text {
    font-size: .8em;
  }

  .listing-4-text {
    font-size: 1.3em;
  }

  .listing-4-text.is-smaller {
    max-width: 15em;
    font-size: 1.2em;
  }

  .listing-3-inner {
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  .listing-5-image {
    width: 5em;
    height: 3em;
  }

  .listing-6-content, .grid-10-content {
    padding: 8em 3em;
  }

  .product-2-item {
    padding: 1.5em;
  }

  .products-2-list {
    grid-template-columns: 1fr 1fr;
  }

  .products-3-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-3-item {
    border-color: var(--grey-6);
  }

  .product-3-item:hover {
    border-color: var(--grey-6);
    background-color: #0000;
  }

  .product-3-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .products-3-badges {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .products-4-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-4-item {
    border-color: var(--grey-6);
  }

  .product-4-item:hover {
    border-color: var(--grey-6);
    background-color: #0000;
  }

  .product-4-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .products-4-badges {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .form-field-2::placeholder {
    font-size: 1.1em;
  }

  .form-field-2.is-option {
    min-height: 2.8em;
    padding-left: 1.2em;
    font-size: 1.3em;
  }

  .form-submit-button-2 {
    font-size: 1.1em;
  }

  .footer-2-large-links {
    height: auto;
  }

  .footer-2-large-link {
    flex: 0 auto;
  }

  .footer-2-small-links {
    grid-column-gap: 0em;
  }

  .footer-3-content {
    max-width: none;
  }

  .footer-3-contact-link {
    font-size: 1.1em;
  }

  .footer-3-contact-text {
    font-size: 1.2em;
  }

  .footer-3-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-4-flex {
    grid-row-gap: 4em;
  }

  .footer-4-grid-links {
    grid-column-gap: 2.25em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-2-content {
    grid-column-gap: 2.5em;
    grid-row-gap: 2em;
    border-bottom: 1px solid var(--black-4);
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 4em;
  }

  .footer-2-contact-link {
    font-size: 1.1em;
  }

  .footer-2-contact-text {
    font-size: 1.2em;
  }

  .footer-2-contacts {
    grid-row-gap: .5em;
    width: auto;
  }

  .footer-button-name.is-wider {
    width: 100%;
  }

  .cta-1-list {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .cta-1 {
    grid-row-gap: 2.75em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cta-1-list-grid {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
  }

  .footer-button {
    border-bottom: 1px solid var(--black-3);
    outline-offset: -1px;
    color: var(--grey-6);
    border-left-color: #0000;
    justify-content: flex-start;
    min-height: 7em;
  }

  .footer-button:hover {
    border-color: var(--black-5);
    background-color: var(--black-2);
    width: 100%;
  }

  .footer-button.is-wider:hover {
    border-color: #0000;
  }

  .footer-button-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-buttons-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--black-4) var(--black-4) transparent;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-button-icon {
    margin-left: auto;
  }

  .nav-dropdown-padding {
    background-color: #12042c26;
    padding: 1.5em;
  }

  .grid-11 {
    grid-template-columns: 2.5fr;
  }

  .grid-11-text-3 {
    font-size: 1.6em;
  }

  .grid-11-text-4 {
    font-size: 1.4em;
  }

  .dropdown-toggle-2 {
    color: #12042c;
    font-size: 1.2em;
  }

  .dropdown-toggle-2:hover {
    color: #12042c;
  }

  .fullscreen-menu-column-2 {
    border-bottom: 1px solid var(--black-4);
    border-right-color: #0000;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .menu-socials-list {
    flex-flow: wrap;
  }

  .footer-4-grid {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .nav-simple-menu-button {
    min-width: 10em;
  }

  .footer-buttons-menu-row {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--black-4) var(--black-4) transparent;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
    top: -2px;
  }

  .footer-buttons-footer-row-2 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    border-color: var(--black-4);
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
    top: -2px;
  }

  .footer-2-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr .5fr;
  }

  .grid-images-1 {
    grid-template-columns: 1fr 1fr;
  }

  .header-slider-2-content-1 {
    max-width: 40em;
  }

  .header-slider-2-text-1 {
    font-size: 1.4em;
    line-height: 1.8em;
  }

  .header-slider-2-video {
    width: 17em;
  }

  .listing-9-list {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .listing-9-item:hover {
    background-color: #0000;
  }

  .listing-9-item.in-blog {
    border-color: var(--grey-4);
    margin-top: -1px;
  }

  .listing-9-item.in-blog:hover {
    border-color: var(--grey-4);
  }

  .listing-9-item.in-blog.is-dark {
    border-color: var(--black-4);
  }

  .listing-9-image {
    height: 17em;
    min-height: auto;
  }

  .listing-9-image.in-blog {
    height: auto;
  }

  .listing-9-number {
    letter-spacing: .2em;
    text-indent: .2em;
    font-size: 1em;
  }

  .listing-9-title-with-number {
    flex-wrap: wrap-reverse;
  }

  .tab-1-link-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .header-6-image-1 {
    width: 8em;
    height: 3.8em;
    margin-left: 3em;
  }

  .header-9-padding {
    padding-top: 12em;
  }

  .header-9-content {
    grid-row-gap: 4em;
    flex-direction: column;
    align-items: center;
  }

  .header-9-block-1 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 50em;
  }

  .header-6-content {
    grid-row-gap: 4em;
    flex-direction: column;
    align-items: center;
  }

  .header-6-content-wrap {
    grid-column-gap: 3.5em;
    grid-row-gap: 2em;
  }

  .content-1-image {
    width: 100%;
  }

  .open-menu-button-2:hover {
    height: 10em;
  }

  .header-13 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .header-4-image-1 {
    right: -16.4vw;
  }

  .header-13-text {
    font-size: 1.2em;
  }

  .listing-8-box {
    min-width: auto;
  }

  .blog-post-grid {
    grid-template-columns: 1fr;
  }

  .blog-width {
    border-top-width: 0;
    border-top-color: #0000;
  }

  .blog-sidebar {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-top: 1px solid var(--grey-4);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    padding-top: 4em;
    display: grid;
  }

  .sidebar-article-text {
    font-size: .8em;
  }

  .grid-1-image-3 {
    height: 30em;
  }

  .grid-12-image-size {
    height: 25em;
  }

  .grid-12-image-size.is-higher {
    height: 40em;
  }

  .grid-12-images {
    grid-row-gap: 7vw;
    padding: 7vw;
  }

  .grid-12-content {
    padding: 7vw;
  }

  .uppercase-text-4 {
    font-size: 1.5em;
  }

  .header-14-content {
    padding: 10em 7vw 7vw;
  }

  .header-14-images {
    grid-row-gap: 5vw;
    padding: 10em 5vw 7vw;
  }

  .header-14-image-size {
    height: 25em;
  }

  .header-14-image-size.is-higher {
    height: 40em;
  }

  .content-1-title-block {
    grid-row-gap: 3em;
  }

  .products-5-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .product-5-item {
    grid-column-gap: 2em;
    border-color: var(--grey-6);
    grid-template-columns: .25fr 1fr;
  }

  .product-5-item:hover {
    border-color: var(--grey-6);
    background-color: #0000;
  }

  .product-5-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .product-5-buttons {
    justify-content: space-between;
    width: 100%;
  }

  .products-5-badges {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .subfooter-mde-by-links {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    justify-content: center;
  }

  .header-14-badges {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .grid-11-text-6 {
    font-size: 1.4em;
  }

  .confirmation-title {
    font-size: 1.3em;
  }

  .newsletter-title-2 {
    font-size: 2.2em;
  }

  .footer-3-small-links {
    grid-column-gap: 0em;
  }

  .ui-kit-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--black-4) var(--black-4) transparent;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ui-kit-subtitle-1 {
    font-size: 1.7em;
  }

  .layout-link-block {
    padding: 2.5em;
  }

  .layouts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ui-kit-link {
    opacity: 1;
    border-radius: 0;
    flex: 0 auto;
    padding-left: .5em;
    padding-right: .5em;
  }

  .ui-kit-link:hover {
    box-shadow: none;
    width: 100%;
    transform: none;
  }

  .ui-kit-link-name {
    font-size: 1.2em;
  }

  .ui-kit-link-icon {
    font-size: 2em;
  }

  .nav-links-flex-2 {
    background-color: #12042c26;
    padding: 1.5em;
  }

  .component-gallery {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .menu-image-link-static {
    min-height: auto;
  }

  .header-15-image {
    position: absolute;
    inset: 0%;
  }

  .listing-8-button {
    min-width: 100%;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .ab-news-block {
    width: 50%;
  }

  .button-modern-line-2 {
    display: block;
  }

  .button-modern-name-2 {
    line-height: 24px;
  }

  .grid-13 {
    grid-column-gap: 2em;
    grid-row-gap: 4em;
    border-bottom-style: none;
    grid-template-columns: .5fr 1fr;
  }

  .grid-1-number-2 {
    min-width: auto;
    font-size: 2.2em;
  }

  .heading-9.is-extra-small-title {
    font-size: 2.2em;
  }

  .button-modern-2, .button-modern-contact {
    padding-right: 2.4em;
  }

  .button-modern-contact.is-2nd {
    justify-content: space-between;
    padding-right: 0;
  }

  .button-modern-contact.is-2nd:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-modern-3 {
    padding-right: 2.4em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 11px;
  }

  p {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .container.in-accordion {
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.phone-w-o-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .padding.tab-bottom-0em {
    padding-bottom: 0;
  }

  .padding.for-sticky-content {
    padding-top: 43em;
    padding-bottom: 43em;
  }

  .padding.is-checkout {
    padding-top: 9em;
  }

  .heading.is-content-1-title {
    font-size: 4em;
  }

  .heading.is-header-4-title-1 {
    font-size: 4.7em;
  }

  .heading.is-ui-kit-title {
    font-size: 4em;
  }

  .heading.is-title-15 {
    font-size: 3em;
  }

  .heading.is-header-slider-2-title-1 {
    font-size: 4.2em;
  }

  .heading.is-header-12-title {
    font-size: 4em;
  }

  .heading.is-smallest-title {
    font-size: 1.6em;
  }

  .heading.is-small-title {
    font-size: 2.2em;
  }

  .heading.is-medium-title {
    font-size: 3em;
  }

  .heading.is-large-title {
    font-size: 4em;
  }

  .heading.is-extra-large-title {
    font-size: 5em;
  }

  .heading.is-regular-title {
    font-size: 2.5em;
  }

  .heading.is-extra-small-title {
    font-size: 2em;
  }

  .heading.is-sticky-title {
    line-height: 1.5em;
  }

  .heading.is-product-title {
    font-size: 2.5em;
  }

  .heading.is-checkout-title {
    font-size: 4em;
  }

  .heading.is-checkout-title.is-paypal {
    font-size: 1.1em;
  }

  .heading.is-confirmation-title {
    font-size: 3em;
  }

  .heading.is-header-4-title-2 {
    font-size: 4.7em;
  }

  .heading.is-header-8-title {
    font-size: 4em;
  }

  .heading.is-listing-5-title {
    font-size: 3em;
  }

  .heading.is-header-6-title-1 {
    color: var(--white);
    font-size: 3.2em;
  }

  .heading.is-header-13-title {
    font-size: 4.7em;
  }

  .heading.is-superb-large {
    font-size: 5em;
  }

  .heading.is-main-ui-kit-title-1 {
    font-size: 2.6em;
  }

  .heading.is-header-8-title-2 {
    font-size: 4em;
  }

  .heading.is-main-ui-kit-title-3 {
    font-size: 1.7em;
  }

  .heading.is-category-title {
    font-size: 5em;
  }

  .heading.is-listing-6-title {
    font-size: 4em;
  }

  .list-block.is-2nd {
    min-height: auto;
  }

  .list-icon {
    margin-right: 2em;
    font-size: .8em;
  }

  .list-content {
    padding-top: .4em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-line.is-hide-on-desktop {
    display: block;
  }

  .list-title {
    margin-bottom: .4em;
    font-size: 1.6em;
  }

  .list-text {
    font-size: 1.2em;
  }

  .newsletter-submit-button {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-width: 12em;
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

  .newsletter-submit-button:hover {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .newsletter-field {
    padding-left: 1em;
  }

  .newsletter-field::placeholder {
    font-size: 1em;
  }

  .newsletter-form {
    width: 100%;
  }

  .brand-name {
    font-size: 1.1em;
  }

  .menu-mobile-text {
    font-size: .45em;
  }

  .nav-modern-links {
    min-width: auto;
  }

  .nav-modern-links-block-1 {
    flex: 1;
    padding-left: 13em;
    padding-right: 13em;
  }

  .nav-modern-links-block-2 {
    padding-right: 0;
  }

  .menu-mobile-button-flex {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tabs-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .tab-1-link {
    flex: 1;
  }

  .tabs-1-links {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    margin-bottom: 2em;
    margin-right: 0;
    overflow: auto;
  }

  .accordion-title {
    max-width: none;
    font-size: 1.3em;
  }

  .accordion-icon {
    font-size: 1.6em;
  }

  .rich-text blockquote {
    font-size: 18px;
    line-height: 28px;
  }

  .gallery-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .sticky-column-2 {
    padding-bottom: 7em;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .password-form-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .password-form-field {
    flex-wrap: wrap;
  }

  .password-form-input {
    width: 100%;
    margin-bottom: 1em;
  }

  .password-form-input::placeholder {
    font-size: 1em;
  }

  .password-form-submit {
    width: 100%;
  }

  .static-gallery-grid {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
  }

  .header-slider-2-padding-1 {
    padding-top: 11em;
  }

  .nav-modern-menu-button {
    grid-column-gap: 1em;
  }

  .listing-8-text {
    font-size: 1.2em;
  }

  .listing-8-item {
    flex-wrap: wrap-reverse;
  }

  .listing-8-column-1 {
    width: 100%;
    max-width: 38em;
    padding: 2.5em;
  }

  .content-1-header-block {
    grid-row-gap: 3em;
  }

  .content-1-header {
    padding-top: 8em;
  }

  .tabs-2 {
    align-items: flex-start;
  }

  .tabs-2-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-start;
    align-self: stretch;
  }

  .header-4-image-3 {
    height: 23vh;
    top: 5.8vh;
  }

  .header-4-image-2 {
    top: 7.1vh;
  }

  .header-4-image-4 {
    width: 30vw;
    height: 17vh;
    left: -15.3vw;
  }

  .header-4 {
    min-height: 80vh;
  }

  .header-4-flex {
    padding-top: 14em;
    padding-bottom: 10em;
  }

  .socials-1-list {
    flex-direction: row;
  }

  .subfooter-links-list {
    grid-column-gap: 2em;
    grid-row-gap: .5em;
  }

  .subfooter-grid {
    grid-column-gap: 0em;
    grid-row-gap: 1.25em;
  }

  .subfooter-links-wrap {
    width: 100%;
  }

  .form-field::placeholder {
    font-size: 1em;
  }

  .content-1-grid {
    grid-template-columns: 1fr;
  }

  .content-1-grid-image {
    height: 30em;
  }

  .ui-kit-header {
    padding-top: 7em;
  }

  .footer-socials {
    min-height: 10em;
  }

  .image-collage-1 {
    height: 60vh;
  }

  .fullscreen-menu-column-1 {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .overview-grid-2 {
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .main-circle-button {
    width: 7em;
    height: 7em;
    font-size: .7em;
  }

  .circle-button-icon-1 {
    font-size: 1.5em;
  }

  .header-2 {
    min-height: auto;
  }

  .header-2-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .header-2-block-2 {
    height: 40em;
    min-height: auto;
  }

  .header-2-block-1 {
    padding: 8em 4em;
  }

  .header-2-content-1 {
    grid-row-gap: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-1-padding {
    padding-top: 9em;
    padding-bottom: 6em;
  }

  .section-image {
    height: 30em;
  }

  .cards-2-grid {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    grid-template-columns: 1fr;
  }

  .grid-7-image {
    min-height: 30em;
  }

  .header-1-flex {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .card-block.is-2nd {
    padding-left: 2em;
    padding-right: 2em;
  }

  .card-block.is-2nd:hover {
    border-color: #0000;
  }

  .header-slider-1 {
    min-height: 85vh;
    overflow: visible;
  }

  .header-slider-1-padding {
    padding-top: 11em;
  }

  .cards-2-image-size {
    min-height: 30em;
  }

  .cards-2 {
    background-color: var(--background);
    width: 80%;
    margin-bottom: 8em;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-link {
    font-size: 1.1em;
  }

  .listing-4-heading {
    font-size: 2em;
  }

  .listing-7-name {
    font-size: 3.5em;
  }

  .header-slider-2-block-1 {
    flex-wrap: wrap;
  }

  .header-slider-2 {
    min-height: 85vh;
    overflow: visible;
  }

  .grid-3 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
    font-size: 1em;
  }

  .grid-3-image {
    height: 30em;
    min-height: 30em;
  }

  .header-slider-3 {
    min-height: 85vh;
    overflow: visible;
  }

  .header-12 {
    min-height: 85vh;
  }

  .header-3 {
    min-height: auto;
  }

  .header-3-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-3-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .header-3-block-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .header-3-block-2 {
    height: 30em;
    min-height: auto;
  }

  .grid-5 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .grid-5-image {
    min-height: auto;
  }

  .grid-5-content {
    margin-top: -2em;
  }

  .grid-5-title {
    font-size: 4.5em;
  }

  .grid-6 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr;
  }

  .grid-6-image {
    min-height: 30em;
  }

  .socials-4 {
    border-top: 1px solid var(--black-5);
    width: 100%;
    padding-top: 1em;
  }

  .header-1-grid {
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .socials-4-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: row;
  }

  .grid-1 {
    grid-column-gap: 2em;
    grid-row-gap: 4em;
  }

  .gallery-with-thumbs {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .gallery-thumb-block {
    height: 18em;
  }

  .nav-simple-brand {
    grid-row-gap: .25em;
    padding: 0;
  }

  .navbar-simple {
    height: 4em;
  }

  .nav-simple-brand-name {
    font-size: 1em;
  }

  .fullscreen-menu-link {
    font-size: 6vw;
  }

  .fullscreen-menu-link.is-smaller {
    font-size: 4vw;
  }

  .sidebar-blog-text {
    font-size: .9em;
  }

  .gallery-open-block {
    padding: 4vw;
  }

  .gallery-open-text {
    font-size: 1em;
  }

  .blog-sidebar-content-flex {
    grid-column-gap: 1em;
  }

  .header-slider-1-content {
    margin-left: auto;
    margin-right: auto;
  }

  .header-5 {
    min-height: 80vh;
  }

  .header-15 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .header-6-padding {
    padding-top: 8em;
  }

  .sticky-content-image-block {
    height: 35em;
  }

  .header-7 {
    min-height: 80vh;
  }

  .header-7-image-1 {
    width: 90%;
    height: 40em;
  }

  .header-7-flex {
    padding-top: 14em;
    padding-bottom: 8em;
  }

  .header-7-content {
    justify-content: center;
    margin-bottom: 0;
  }

  .grid-5-text {
    font-size: 1.5em;
  }

  .header-5-content {
    width: 100%;
    padding: 2.5em;
  }

  .header-5-text {
    font-size: 1.2em;
  }

  .scolling-image {
    width: 60vw;
  }

  .cart-button {
    grid-column-gap: 0em;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .cart-quantity {
    width: 1.6em;
    height: 1.6em;
  }

  .products-1-list {
    grid-template-columns: 1fr;
  }

  .product-1-description {
    font-size: 1.3em;
  }

  .checkout-shipping-text {
    font-size: 1.2em;
  }

  .checkout-radio-button {
    top: .2em;
  }

  .order-summary {
    margin-bottom: 0;
  }

  .divider {
    height: 7em;
  }

  .menu-button-1 {
    min-width: 9em;
  }

  .brand-1 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .brand-slogan {
    display: none;
  }

  .menu-image-link {
    height: 18em;
  }

  .menu-image-link-name {
    font-size: 2em;
  }

  .header-8-padding.in-services {
    padding-top: 7em;
  }

  .header-8-grid {
    grid-template-columns: 1fr;
  }

  .header-10 {
    padding-top: 10em;
  }

  .header-10.with-breadcrumbs {
    padding-top: 6.5em;
  }

  .header-10-image {
    height: 45em;
  }

  .header-10-content {
    max-width: 29em;
  }

  .header-10-title.in-overview {
    width: 70%;
    max-width: none;
  }

  .header-11 {
    min-height: 80vh;
  }

  .grid-1-number {
    font-size: 2em;
  }

  .card-badge {
    top: .8em;
    right: .8em;
  }

  .grid-7 {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-column-gap: 2em;
  }

  .button-modern-name {
    font-size: 1.2em;
  }

  .grid-2-list {
    grid-column-gap: 2em;
  }

  .menu-links-grid-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .menu-link-1 {
    padding: 2.5em 4em;
  }

  .menu-link-1-name {
    font-size: 1.3em;
  }

  .menu-link-1-description {
    font-size: 1.1em;
  }

  .content-block-3 {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-2-text {
    font-size: 1.2em;
  }

  .grid-8 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .card-4-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-9 {
    grid-column-gap: 2em;
  }

  .card-4-icon {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .listing-1-link {
    padding: 2.5em 2em;
  }

  .listing-1-image {
    height: 12em;
  }

  .listing-1-icon {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .listing-2-item {
    grid-row-gap: 4em;
    grid-template-columns: .25fr 1fr;
  }

  .listing-3-list.with-2-items-in-row {
    grid-template-columns: 1fr;
  }

  .listing-3-item {
    padding: 2.5em 2em;
  }

  .listing-5-list {
    grid-row-gap: 6em;
  }

  .listing-5-block {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .listing-5-number {
    font-size: 1.4em;
  }

  .listing-5-text {
    font-size: 1.2em;
  }

  .listing-5-link {
    flex-wrap: wrap;
  }

  .listing-4-text.is-smaller {
    font-size: 1em;
  }

  .listing-3-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-5-image {
    border-radius: 4px;
    width: 100%;
    height: 16em;
  }

  .listing-6-item {
    flex-wrap: wrap;
  }

  .listing-6-image {
    width: 100%;
    height: 30em;
    min-height: auto;
  }

  .listing-6-content {
    padding-top: 5em;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .grid-10-image {
    width: 100%;
    height: 30em;
    min-height: auto;
  }

  .grid-10-content {
    padding: 8em 8vw;
  }

  .product-2-item {
    border-color: var(--grey-4);
    background-color: #0000;
    padding: 2.5em;
  }

  .product-2-item.is-dark {
    border-color: var(--black-5);
    background-color: var(--black-3);
  }

  .products-2-list {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .products-3-list {
    grid-template-columns: 1fr;
  }

  .product-3-item {
    grid-row-gap: 2em;
    padding: 5vw;
  }

  .product-3-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .product-3-price {
    font-size: 1.1em;
  }

  .ui-kit-header-text {
    font-size: 1.5em;
  }

  .products-4-list {
    grid-template-columns: 1fr;
  }

  .product-4-item {
    grid-row-gap: 2em;
    padding: 5vw;
  }

  .product-4-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .product-4-price, .product-4-price-before {
    font-size: 1.1em;
  }

  .product-4-buttons {
    padding: .5em;
  }

  .form-field-2::placeholder {
    font-size: 1em;
  }

  .footer-2 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-2-small-links {
    grid-column-gap: 2em;
  }

  .footer-2-link {
    font-size: 1em;
  }

  .white-socials {
    min-height: 10em;
  }

  .social-3-link-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .socials-3-list {
    flex-direction: row;
  }

  .footer-3-contact-link {
    font-size: 1.1em;
  }

  .footer-2-socials-list {
    flex-direction: row;
  }

  .footer-4 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-4-grid-links {
    grid-column-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-button-name {
    width: 100%;
  }

  .cta-1-image {
    width: 50%;
  }

  .cta-1-title {
    width: 50%;
    max-width: none;
    padding-left: 2em;
  }

  .cta-1 {
    grid-column-gap: 0em;
  }

  .list-2-box {
    font-size: .8em;
  }

  .cta-1-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-button {
    grid-column-gap: 1em;
    justify-content: space-between;
    min-height: 5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-button-badge {
    top: .8em;
    right: .8em;
  }

  .footer-button-flex {
    grid-column-gap: 1em;
    justify-content: flex-start;
  }

  .footer-buttons-row {
    grid-template-columns: 1fr;
  }

  .footer-button-icon {
    margin-left: auto;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .grid-11-summary-grid {
    grid-template-columns: .25fr 1fr;
  }

  .menu-socials-list {
    flex-direction: row;
  }

  .footer-buttons-menu-row, .footer-buttons-footer-row-2 {
    grid-template-columns: 1fr;
  }

  .footer-2-grid {
    grid-template-columns: 1fr 1fr .5fr;
  }

  .image-size {
    height: 15em;
  }

  .header-slider-2-content-1 {
    max-width: none;
  }

  .header-slider-2-video {
    flex: 1;
    height: 14em;
    min-height: auto;
  }

  .listing-9-item {
    grid-column-gap: 2em;
    padding: 2em;
  }

  .listing-9-item.in-blog {
    min-height: 26em;
  }

  .tab-1-link-2 {
    flex: 1;
  }

  .header-6-block-1 {
    grid-row-gap: .25em;
  }

  .header-6-image-1 {
    width: 6em;
    height: 2.7em;
  }

  .header-6-block-2 {
    grid-row-gap: .75em;
  }

  .header-6-block-3 {
    grid-column-gap: .5em;
    grid-row-gap: .75em;
  }

  .header-9-padding {
    padding-top: 8em;
  }

  .image-size-50em {
    height: 40em;
  }

  .header-13 {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    grid-template-columns: 1fr;
    min-height: 80vh;
    padding-top: 16.9em;
    padding-bottom: 0;
  }

  .header-13-image-1, .header-13-image-2 {
    height: 20em;
  }

  .header-4-image-1 {
    height: 23vh;
  }

  .article-desciption-text {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-sidebar {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .sidebar-article-link-name {
    font-size: 1.2em;
  }

  .sidebar-article-text {
    font-size: .9em;
  }

  .grid-1-image-3 {
    height: 20em;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .grid-12-images {
    grid-row-gap: 10vw;
    background-color: #0000;
    padding: 10vw;
  }

  .grid-12-content {
    max-width: 53em;
    min-height: auto;
    padding: 8em 15vw;
  }

  .uppercase-text-4 {
    font-size: 2em;
  }

  .header-14-content {
    max-width: 53em;
    min-height: auto;
    padding-bottom: 15vw;
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .header-14-images {
    grid-row-gap: 10vw;
    padding: 10vw;
  }

  .header-14-grid, .products-5-list {
    grid-template-columns: 1fr;
  }

  .product-5-price, .product-5-price-before {
    font-size: 1.1em;
  }

  .header-10-content-2 {
    height: 50em;
  }

  .subfooter-mde-by-links {
    grid-column-gap: 2em;
    grid-row-gap: .5em;
  }

  .confirmation-title {
    font-size: 1.2em;
  }

  .blog-image-size {
    height: 30em;
  }

  .footer-3-small-links {
    grid-column-gap: 2em;
  }

  .ui-kit-buttons {
    grid-template-columns: 1fr;
  }

  .layout-link-block {
    padding: 1.7em;
  }

  .ui-kit-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ui-kit-button-badge {
    top: .8em;
    right: .8em;
  }

  .component-gallery {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

  .menu-image-link-static {
    height: 18em;
  }

  .header-15-content {
    padding: 2.5em;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text {
    line-height: 26px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 40px;
  }

  .ab-news-block {
    width: 100%;
  }

  .button-modern-name-2 {
    font-size: 14px;
  }

  .grid-13 {
    grid-template-columns: 2.25fr;
  }

  .grid-1-number-2, .heading-9.is-extra-small-title {
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  ol {
    padding-left: 2.2em;
  }

  .container, .container.in-accordion {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is-content-grid-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container.home-banner-title {
    padding-left: 2em;
  }

  .padding.is-content-grid-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading.is-content-1-title {
    font-size: 8vw;
  }

  .heading.is-header-4-title-1 {
    font-size: 8vw;
    line-height: 1.3em;
  }

  .heading.is-ui-kit-title {
    font-size: 3em;
  }

  .heading.is-title-15 {
    font-size: 2.5em;
  }

  .heading.is-header-slider-2-title-1 {
    font-size: 3.5em;
    line-height: 1.4em;
  }

  .heading.is-header-slider-3 {
    font-size: 4em;
  }

  .heading.is-header-12-title {
    font-size: 3em;
    line-height: 1.4em;
  }

  .heading.is-smallest-title {
    line-height: 1.2em;
  }

  .heading.is-small-title {
    font-size: 2em;
    line-height: 1.2em;
  }

  .heading.is-medium-title {
    font-size: 2.5em;
    line-height: 1.3em;
  }

  .heading.is-large-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-large-title.blue {
    font-size: 2em;
    line-height: 1.5em;
  }

  .heading.is-extra-large-title {
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .heading.is-regular-title {
    font-size: 2em;
    line-height: 1.4em;
  }

  .heading.slider-title-1 {
    font-size: 4em;
  }

  .heading.is-extra-small-title {
    font-size: 1.6em;
  }

  .heading.is-sticky-title {
    font-size: 7vw;
  }

  .heading.is-product-title {
    font-size: 2em;
  }

  .heading.is-checkout-title {
    font-size: 3em;
  }

  .heading.is-header-4-title-2 {
    font-size: 10vw;
  }

  .heading.in-header-11 {
    font-size: 12vw;
  }

  .heading.is-listing-1-title, .heading.is-listing-2-title {
    font-size: 2.2em;
    line-height: 1.2em;
  }

  .heading.is-listing-3-title {
    line-height: 1.2em;
  }

  .heading.is-listing-5-title {
    font-size: 2.5em;
    line-height: 1.4em;
  }

  .heading.is-product-3-title, .heading.is-product-4-title {
    line-height: 1.2em;
  }

  .heading.is-cta-1-title {
    font-size: 2.5em;
  }

  .heading.is-main-ui-kit-title {
    font-size: 2em;
  }

  .heading.is-listing-9-title {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .heading.is-listing-9-title.in-blog {
    font-size: 1.5em;
  }

  .heading.is-header-6-title-1, .heading.is-header-9-title, .heading.is-header-13-title {
    font-size: 10vw;
  }

  .heading.is-superb-large {
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .heading.is-product-5-title {
    line-height: 1.2em;
  }

  .heading.is-main-ui-kit-title-2 {
    line-height: 1.5em;
  }

  .heading.is-main-ui-kit-title-1 {
    font-size: 6vw;
    line-height: 1.5em;
  }

  .heading.is-layout-title {
    font-size: 1.7em;
    line-height: 1.2em;
  }

  .heading.is-main-ui-kit-title-3 {
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .heading.is-category-title, .heading.is-listing-6-title {
    font-size: 3.5em;
  }

  .list-block {
    padding-bottom: 3em;
  }

  .list-icon {
    margin-right: 1.5em;
  }

  .custom-list-icon {
    font-size: 1.1em;
  }

  .list-line {
    left: 1em;
  }

  .list-title {
    margin-bottom: .2em;
  }

  .list-title.is-overview-title {
    margin-bottom: .8em;
    font-size: 1.5em;
  }

  .list-text.is-2nd {
    font-size: 1em;
    line-height: 1.7em;
  }

  .nav-link {
    min-height: 4em;
    font-size: 1.1em;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .newsletter-submit-button {
    width: 100%;
  }

  .newsletter-field {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    width: 100%;
    min-height: 3.8em;
  }

  .newsletter-field:focus {
    border-right-color: var(--grey-5);
    border-bottom-color: #0000;
  }

  .newsletter-field::placeholder {
    font-size: .9em;
  }

  .newsletter-form {
    padding-top: 0;
  }

  .newsletter-form-inner {
    flex-wrap: wrap;
  }

  .newsletter-block {
    border-radius: 5px;
  }

  .newsletter-title-block {
    grid-row-gap: 2em;
    flex-wrap: wrap;
  }

  .menu-mobile-dots {
    width: 5vw;
    font-size: .8em;
  }

  .nav-modern-links {
    flex: 1;
  }

  .nav-modern-links-block-1 {
    flex: 1;
    padding-left: 9em;
    padding-right: 9em;
  }

  .nav-modern-links-block-2 {
    grid-column-gap: .75em;
    flex-direction: row-reverse;
  }

  .nav-modern-brand-link {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    font-size: .8em;
  }

  .menu-mobile-button-flex {
    grid-column-gap: 3vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .mobile-menu-button {
    justify-content: center;
  }

  .brand-logo-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-1-link {
    min-width: auto;
  }

  .tab-inner.with-flex {
    grid-row-gap: 2em;
  }

  .accordion-toggle {
    min-height: 6em;
  }

  .accordion-title {
    max-width: 85%;
    font-size: 1.1em;
  }

  .acc-flex {
    grid-row-gap: 2em;
  }

  .rich-text h1 {
    font-size: 3.5em;
  }

  .rich-text ul {
    padding-left: 2.2em;
  }

  .gallery-lightbox.is-large-image {
    height: 13em;
  }

  .icon {
    width: 2em;
    height: 2em;
  }

  .gallery-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .sticky-column-2 {
    padding: 4em 6vw 3em;
  }

  .password {
    padding: 0;
  }

  .password-form-label {
    top: 3.8em;
    left: 0;
    right: 0;
  }

  .password-form-field {
    flex-wrap: wrap;
    padding-top: 2em;
  }

  .password-form-input {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
    padding-left: 0;
  }

  .password-form-submit {
    width: 100%;
  }

  .static-gallery-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr;
  }

  .color-define, .color-define-2, .color-define-3 {
    height: 3em;
  }

  .classic-button.is-wider {
    min-width: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .slide-timeline {
    width: 25vw;
  }

  .slide-timeline.in-header-slider-2 {
    width: 15vw;
  }

  .header-slider-2-padding-1 {
    padding-top: 8em;
  }

  .nav-modern-menu-button {
    grid-column-gap: 2vw;
    min-width: 30%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .listing-8-item {
    padding: 0;
  }

  .listing-8-item:first-child {
    padding-top: 4.1em;
  }

  .listing-8-column-1 {
    max-width: none;
    padding: 8vw;
  }

  .header-5-box {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .tabs-2-links {
    align-self: stretch;
    margin-bottom: 2.5em;
  }

  .padding-80vh {
    padding-top: 40em;
    padding-bottom: 40em;
  }

  .aside-image-right {
    width: 13em;
    height: 11vh;
    top: 8.2vh;
    right: -8vw;
  }

  .aside-image-left {
    width: 41vw;
    height: 13vh;
  }

  .header-4-image-3 {
    height: 20vh;
    right: -4.4vw;
  }

  .header-4-image-2 {
    width: 30vw;
    height: 13vh;
    top: 15.2vh;
  }

  .header-4-image-4 {
    width: 22vw;
    height: 14vh;
    left: -3.2vw;
  }

  .header-4-flex {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .social-1-link-block {
    width: 6em;
  }

  .form-flex {
    flex-wrap: wrap;
  }

  .form-submit-button {
    text-align: left;
    background-position: 91%;
    width: 100%;
    margin-right: 0;
    padding-left: 3em;
    padding-right: 4em;
  }

  .form-submit-button:hover {
    padding-left: 3em;
    padding-right: 4em;
  }

  .ui-kit-header {
    padding-top: 5.5em;
  }

  .breadcrumbs-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .footer-padding {
    padding-top: 5.9em;
    padding-bottom: 5.9em;
  }

  .author-text {
    font-size: 5vw;
  }

  .footer-socials {
    flex-direction: column;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-column-3 {
    grid-row-gap: 2.25em;
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .sticky-column-3.in-overview {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .rich-text-on-dark-bg ul {
    padding-left: 2.2em;
  }

  .fullscreen-menu-column-1 {
    padding-top: 8em;
    padding-bottom: 6em;
  }

  .close-button {
    font-size: .7em;
  }

  .form-success-title-2 {
    font-size: 1.2em;
  }

  .overview-grid-2 {
    max-width: none;
  }

  .large-button-2 {
    padding: 1.5em;
  }

  .form-block-1 {
    padding: 0;
  }

  .form-block-1.is-black {
    padding: 5em 8vw;
  }

  .nav-modern-button-icon {
    font-size: 1.2em;
  }

  .main-circle-button.in-menu {
    font-size: .6em;
  }

  .circle-button-text-1.is-2nd {
    font-size: 1.3em;
    left: 4.5em;
  }

  .header-1-padding {
    padding-top: 10em;
  }

  .grid-7-image {
    min-height: 22em;
  }

  .header-1-flex {
    flex-wrap: wrap-reverse;
  }

  .cta-2-padding {
    grid-row-gap: 2em;
    flex-wrap: wrap;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .cards-1-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .card-block {
    min-height: auto;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .card-title {
    font-size: 2.1em;
  }

  .card-text {
    max-width: none;
  }

  .cards-2-image-size {
    height: 100vh;
    top: 0;
  }

  .listing-4-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr .25fr;
  }

  .footer-link {
    font-size: 1em;
  }

  .listing-4-heading {
    font-size: 6vw;
    line-height: 1.2em;
  }

  .listing-7-link {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .empty-state-text {
    font-size: 1.2em;
  }

  .listing-7-name {
    font-size: 10vw;
  }

  .listing-7-block {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .header-bg-bottom {
    grid-auto-flow: row;
    height: 5.3em;
    min-height: auto;
    display: none;
  }

  .grid-3-content {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-2-content {
    max-width: none;
  }

  .cta-2-text {
    font-size: 1.2em;
    line-height: 1.9em;
  }

  .header-12 {
    padding-top: 12em;
  }

  .header-3-block-1 {
    padding-left: .125em;
    padding-right: .125em;
  }

  .header-3-content-1 {
    grid-row-gap: 3em;
    width: auto;
    max-width: none;
  }

  .grid-5-content {
    margin-top: -3em;
  }

  .grid-6 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .grid-6-image {
    min-height: 22em;
  }

  .header-1-grid {
    flex-wrap: wrap-reverse;
  }

  .socials-4-list {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .grid-1 {
    grid-template-columns: 1fr;
  }

  .grid-1-image-1 {
    height: 30em;
  }

  .grid-1-content {
    padding-top: 0;
  }

  .gallery-with-thumbs {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .gallery-thumb-block {
    height: 11em;
  }

  .gallery-thumb-block.with-lightbox {
    height: 18em;
  }

  .navbar-simple {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    height: 3em;
    position: fixed;
  }

  .nav-simple-brand-name {
    letter-spacing: .5em;
    text-indent: .5em;
  }

  .fullscreen-menu-link {
    font-size: 7vw;
  }

  .fullscreen-menu-link.is-smaller {
    font-size: 6vw;
  }

  .fullscreen-image-column {
    grid-row-gap: 1.5em;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .header-slider-1-content {
    grid-row-gap: 2em;
    flex: 0 auto;
    justify-content: flex-start;
    width: auto;
    margin-left: 2em;
    margin-right: 2em;
    padding: 3.5em 10vw;
  }

  .footer-brand-link {
    flex: 1;
    font-size: .8em;
  }

  .open-menu-button-text {
    font-size: 1.1em;
  }

  .footer-small-links {
    flex-direction: column;
  }

  .header-slider-1-block {
    margin-top: 0;
  }

  .header-15 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .breadcrumbs {
    grid-column-gap: 2vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .breadcrumbs.in-header {
    margin-bottom: 3.3em;
  }

  .sticky-content {
    width: 80vw;
  }

  .sticky-content-image-block {
    width: 60vw;
    height: 28em;
  }

  .header-7-flex {
    padding-top: 10em;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .header-5-flex {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .header-5-content {
    padding: 8vw;
  }

  .scolling-image {
    width: 53vw;
    height: 40%;
    min-height: 20em;
  }

  .cart-quantity {
    border-width: 1px;
    font-size: .8em;
  }

  .products-1-list {
    grid-template-columns: 1fr;
  }

  .product-1-size {
    min-height: 36em;
    padding: 5vw;
  }

  .product-1-content {
    grid-row-gap: 1em;
  }

  .checkout-block-header {
    padding: 4vw;
  }

  .checkout-block-content {
    padding: 6vw;
  }

  .checkout-order-image {
    width: 3em;
    height: 3em;
  }

  .checkout-product-in-order {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .checkout-shipping-description {
    font-size: 1em;
  }

  .checkout-price {
    font-size: 1.1em;
  }

  .checkout-order-product {
    font-size: 1.2em;
  }

  .quantity {
    text-align: center;
    width: 100%;
  }

  .buttons-wrap-2 {
    flex-wrap: wrap;
  }

  .prices {
    width: 100%;
  }

  .cart-order-image {
    width: 3em;
    height: 3em;
  }

  .classic-nav {
    min-height: 3.3em;
    position: fixed;
  }

  .menu-button-1 {
    grid-column-gap: 1.25em;
    min-width: auto;
    margin: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .brand-1 {
    font-size: .8em;
  }

  .brand-slogan {
    max-width: none;
    font-size: .8em;
  }

  .nav-quick-box {
    display: none;
  }

  .menu-button-name {
    font-size: .8em;
  }

  .nav-modern-cart-block {
    min-width: 30%;
  }

  .nav-modern-cart-button {
    grid-column-gap: 1vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link-2 {
    min-height: 4em;
    font-size: 1.1em;
  }

  .cart-quantity-rounded {
    width: 1.7em;
    height: 1.7em;
    padding: 0;
    font-size: .9em;
  }

  .nav-modern-cart-flex {
    grid-column-gap: 2vw;
  }

  .menu-image-link {
    height: 15em;
  }

  .menu-image-link-grid {
    grid-template-columns: 1fr .5fr;
  }

  .menu-image-link-name {
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .menu-image-link-text {
    display: none;
  }

  .header-8-padding.in-services {
    padding-top: 4.9em;
  }

  .grid-1-title-1 {
    font-size: 1.1em;
  }

  .grid-1-icon-line {
    width: 2em;
  }

  .uppercase-text-1 {
    font-size: 1.2em;
  }

  .header-10.with-breadcrumbs {
    padding-top: 5.5em;
  }

  .header-10-image {
    height: 35em;
  }

  .header-10-image.is-higher {
    height: 25em;
  }

  .header-10-grid {
    grid-template-columns: .25fr 1.5fr .25fr;
  }

  .header-10-block-text.is-link {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
  }

  .header-10-side-text {
    font-size: .9em;
  }

  .header-10-content {
    width: 70%;
    max-width: none;
  }

  .header-10-title.in-overview {
    grid-row-gap: 3em;
    width: 80%;
  }

  .header-10-icon {
    font-size: 1.1em;
  }

  .header-11-flex {
    grid-row-gap: 6em;
  }

  .header-11-text {
    font-size: 2em;
  }

  .grid-1-number {
    font-size: 1.6em;
  }

  .color-define-4, .color-define-5, .color-define-6 {
    height: 3em;
  }

  .cards-3-grid {
    grid-template-columns: 1fr;
  }

  .card-badge-text {
    font-size: .8em;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .button-modern-name {
    font-size: 1em;
  }

  .button-modern-icon {
    margin-right: 1em;
    font-size: 1.2em;
  }

  .grid-2-list {
    grid-template-columns: 1fr;
  }

  .menu-link-1 {
    padding: 5vw;
  }

  .menu-link-1-description {
    font-size: 1em;
  }

  .grid-4-image {
    height: 20em;
  }

  .uppercase-text-2 {
    font-size: 1.2em;
  }

  .grid-8 {
    grid-column-gap: 1em;
  }

  .grid-8-number {
    font-size: 2em;
  }

  .uppercase-text-3 {
    font-size: 1.2em;
  }

  .grid-1-text-2 {
    font-size: 1.7em;
  }

  .grid-1-image-2 {
    height: 20em;
  }

  .card-4-text {
    font-size: 1.1em;
  }

  .card-4-content {
    max-width: 18em;
  }

  .card-4-content.is-center {
    justify-content: space-between;
  }

  .cards-4-wrap {
    grid-template-columns: 1fr;
  }

  .card-4-button {
    width: auto;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .grid-9-text-1 {
    font-size: 1.7em;
  }

  .listing-1-list {
    grid-template-columns: 1fr;
  }

  .listing-1-content {
    max-width: 20em;
  }

  .listing-1-text {
    font-size: 1.2em;
  }

  .listing-2-item {
    padding: 6vw;
  }

  .listing-2-number {
    font-size: 2.2em;
  }

  .listing-3-list {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .listing-3-item {
    padding: 0;
  }

  .listing-3-item:hover, .listing-3-item.is-dark:hover {
    background-color: #0000;
    border-color: #0000;
  }

  .listing-3-text {
    font-size: 1.5em;
  }

  .listing-4-text {
    color: var(--grey-6);
    max-width: 12em;
    margin-left: 0;
    font-size: 1.5em;
  }

  .listing-4-text.is-smaller {
    font-size: 1.2em;
  }

  .listing-6-inner {
    grid-row-gap: 4em;
  }

  .grid-10-content {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .product-2-item {
    padding: 3vw;
  }

  .products-2-list {
    grid-template-columns: 1fr;
  }

  .product-2-image, .product-3-image {
    height: 25em;
  }

  .product-3-prices {
    grid-column-gap: .75em;
  }

  .ui-kit-header-text {
    font-size: 1.3em;
  }

  .product-4-item:hover {
    background-color: #0000;
    border-color: #0000;
  }

  .product-4-image {
    height: 15em;
  }

  .product-4-prices {
    grid-column-gap: .75em;
  }

  .form-submit-button-2 {
    text-align: left;
    background-position: 91%;
    width: auto;
    margin-right: 0;
    padding-left: 3em;
    padding-right: 4em;
  }

  .form-submit-button-2:hover {
    padding-left: 3em;
    padding-right: 4em;
  }

  .form-flex-2 {
    flex-wrap: wrap;
    padding: 5vw;
  }

  .footer-large-links {
    flex-direction: column;
  }

  .footer-2 {
    padding-top: 6em;
    padding-bottom: 3em;
  }

  .footer-2-brand-link {
    flex: 1;
  }

  .footer-2-large-link {
    padding-left: 1em;
  }

  .footer-2-small-links {
    grid-column-gap: 1.5em;
    grid-row-gap: 0em;
    border-top: 1px solid var(--black-5);
    border-left-color: #0000;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2em;
  }

  .footer-2-link {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .9em;
  }

  .white-socials {
    flex-direction: column;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-3-link-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-3-link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .footer-3-large-link {
    font-size: 2em;
  }

  .footer-3-contact-link {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .9em;
  }

  .footer-3 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .footer-3-grid {
    grid-column-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-3-brand-link {
    flex: 1;
  }

  .footer-4 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .footer-4-brand-link {
    flex: 1;
  }

  .footer-4-grid-links {
    grid-column-gap: 1em;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .footer-2-contact-block {
    grid-column-gap: .25em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-2-contact-link {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 12px;
  }

  .footer-2-contact-text {
    font-size: 1.2em;
  }

  .footer-button-name {
    text-align: left;
    width: 100%;
    min-width: auto;
    font-size: 1.2em;
  }

  .cta-1-image {
    width: 100%;
  }

  .cta-1-list {
    flex-wrap: wrap;
  }

  .cta-1-title {
    width: 100%;
    padding-left: 0;
  }

  .cta-1 {
    grid-row-gap: 1.5em;
  }

  .list-2 {
    width: 100%;
  }

  .list-2-icon {
    font-size: 1.1em;
  }

  .cta-1-list-grid {
    flex-wrap: wrap;
  }

  .footer-button {
    min-height: auto;
    padding: 5vw;
  }

  .footer-button-flex {
    grid-column-gap: 2em;
    grid-row-gap: .75em;
    flex-wrap: wrap;
  }

  .footer-button-text {
    letter-spacing: .04em;
    max-width: 80%;
    font-size: .8em;
  }

  .footer-buttons-row {
    grid-template-columns: 1fr;
  }

  .footer-badge-text {
    font-size: .6em;
  }

  .grid-11-text-3 {
    font-size: 1.5em;
  }

  .grid-11-text-4 {
    font-size: 1.3em;
  }

  .fullscreen-menu-column-2 {
    padding: 1.5em;
  }

  .menu-socials-list {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .fullscreen-menu-text-1.with-margin-top {
    margin-top: 1.5em;
  }

  .nav-simple-menu-button {
    min-width: 25vw;
  }

  .nav-simple-icon {
    font-size: 1.2em;
  }

  .footer-buttons-menu-row, .footer-buttons-footer-row-2 {
    grid-template-columns: 1fr;
  }

  .footer-2-grid {
    grid-column-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-2-socials-2-list {
    flex-direction: row;
  }

  .grid-images-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .image-size {
    height: 9em;
  }

  .header-slider-2-link-name {
    font-size: .7em;
  }

  .header-slider-2-link {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .listing-9-list {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .listing-9-list.in-blog {
    grid-row-gap: 0em;
  }

  .listing-9-item {
    padding: 0;
  }

  .listing-9-item:hover, .listing-9-item.is-dark:hover {
    background-color: #0000;
    border-color: #0000;
  }

  .listing-9-item.in-blog {
    grid-column-gap: 5vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: 2em;
  }

  .listing-9-image.in-blog {
    align-self: stretch;
    width: 100%;
    height: 15em;
    min-height: auto;
  }

  .listing-9-text.in-blog {
    display: none;
  }

  .listing-9-number {
    letter-spacing: .1em;
    text-indent: .1em;
    font-size: .9em;
  }

  .tab-1-link-2 {
    min-width: auto;
  }

  .header-6-image-1 {
    width: 100%;
    height: 10em;
    margin-left: 0;
    margin-right: 0;
  }

  .header-6-block-3 {
    grid-column-gap: .25em;
  }

  .header-6-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-6-content-wrap {
    flex-wrap: wrap;
  }

  .image-size-50em {
    height: 35em;
  }

  .custom-burger-icon {
    width: 1.5em;
    height: .8em;
  }

  .header-13 {
    padding-top: 17.1em;
  }

  .header-4-image-1 {
    height: 20vh;
    right: -4.4vw;
  }

  .listing-8-box {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .blog-sidebar {
    grid-template-columns: 1fr;
  }

  .blog-sidebar-block-2 {
    grid-row-gap: 1em;
  }

  .sidebar-article-text {
    font-size: .8em;
  }

  .grid-1-image-3 {
    height: 15em;
  }

  .grid-12-image-size.is-higher {
    height: 33em;
  }

  .grid-12-images {
    grid-row-gap: 8vw;
    padding: 8vw;
  }

  .grid-12-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .uppercase-text-4 {
    font-size: 1.6em;
  }

  .header-14-content {
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .header-14-images {
    grid-row-gap: 8vw;
    padding: 8vw;
  }

  .header-14-image-size.is-higher {
    height: 33em;
  }

  .product-5-item {
    grid-template-columns: 1fr;
  }

  .product-5-item:hover {
    background-color: #0000;
    border-color: #0000;
  }

  .product-5-image {
    height: 6em;
  }

  .product-5-prices {
    grid-column-gap: .75em;
  }

  .product-5-price.is-dark {
    font-size: 1em;
  }

  .subfooter-mde-by-links {
    text-align: left;
  }

  .grid-11-text-6 {
    font-size: 1.3em;
  }

  .confirmation-title {
    font-size: 1.1em;
  }

  .newsletter-title-2 {
    margin-bottom: .5em;
  }

  .footer-3-small-links {
    grid-column-gap: 1.5em;
    grid-row-gap: 0em;
    border-top: 1px solid var(--black-5);
    border-left-color: #0000;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2em;
  }

  .ui-kit-buttons {
    grid-template-columns: 1fr;
  }

  .ui-kit-title-block-2 {
    grid-column-gap: 1.5em;
  }

  .ui-kit-subtitle-1 {
    font-size: 1.5em;
  }

  .layout-link-block {
    border-color: var(--grey-4);
    background-color: var(--grey-6);
    padding: 1.5em;
  }

  .layout-link-block:hover {
    border-color: var(--grey-4);
    background-color: var(--grey-6);
  }

  .layouts-grid {
    grid-row-gap: 2.75em;
    grid-template-columns: 1fr;
  }

  .layout-text {
    font-size: 1.1em;
  }

  .ui-kit-links {
    grid-template-columns: 1fr 1fr;
  }

  .ui-kit-link {
    border-color: var(--black-4);
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .ui-kit-button-badge {
    font-size: .8em;
  }

  .ui-kit-wrap {
    border: 1px solid var(--black-4);
  }

  .list-3 {
    width: 100%;
  }

  .component-gallery {
    grid-template-columns: 1fr;
  }

  .menu-image-link-grid-static {
    grid-template-columns: 1fr .5fr;
  }

  .menu-image-link-static {
    height: 15em;
  }

  .header-15-content {
    padding: 4vw;
  }

  .header-15-box {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .heading-6 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading-7 {
    font-size: 2em;
    line-height: 2.1em;
  }

  .ab-header-3-subtitle-1 {
    font-size: 15px;
    line-height: 25px;
  }

  .link {
    font-size: 12px;
    line-height: 22px;
  }

  .grid-1-title-2 {
    font-size: 1.1em;
  }

  .button-modern-name-2 {
    font-size: 12px;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .grid-1-number-2, .heading-9.is-extra-small-title {
    font-size: 1.6em;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 40px;
  }
}

#w-node-_29c30626-820b-c1de-a23d-3c41205ef279-865dbd78, #w-node-_29c30626-820b-c1de-a23d-3c41205ef27f-865dbd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e535f3ae-1b45-1951-f98c-13447cb4b261-865dbd78, #w-node-e535f3ae-1b45-1951-f98c-13447cb4b26b-865dbd78, #w-node-e535f3ae-1b45-1951-f98c-13447cb4b275-865dbd78, #w-node-e535f3ae-1b45-1951-f98c-13447cb4b27f-865dbd78, #w-node-e535f3ae-1b45-1951-f98c-13447cb4b289-865dbd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4c7a334-8999-3be1-7b37-b87750ca5a0a-865dbd78 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b7f78250-6e56-a634-b568-e74dadb43c53-865dbd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b7f78250-6e56-a634-b568-e74dadb43c60-865dbd78, #w-node-_7c92745a-a755-4056-15f2-2bf368a511e2-865dbd78, #w-node-_7c92745a-a755-4056-15f2-2bf368a511e3-865dbd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c92745a-a755-4056-15f2-2bf368a511e7-865dbd78, #w-node-_7c92745a-a755-4056-15f2-2bf368a511d1-865dbd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7c92745a-a755-4056-15f2-2bf368a511da-865dbd78, #w-node-c0959718-cc6e-b7a9-5075-4d569c0342c4-865dbd78, #w-node-c0959718-cc6e-b7a9-5075-4d569c0342c5-865dbd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0959718-cc6e-b7a9-5075-4d569c0342c9-865dbd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_387240ce-a2b8-d793-7514-d1df515c79f9-865dbd78, #w-node-_387240ce-a2b8-d793-7514-d1df515c79fe-865dbd78, #w-node-_387240ce-a2b8-d793-7514-d1df515c7a1c-865dbd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bed36612-2604-9506-784b-7b63f9e6d5dc-f9e6d5d9 {
  align-self: stretch;
}

#w-node-bed36612-2604-9506-784b-7b63f9e6d5dd-f9e6d5d9 {
  justify-self: start;
}

#w-node-_9638a8b7-58bf-9a58-ecab-22fbdc1de6de-865dbcdd, #w-node-_9638a8b7-58bf-9a58-ecab-22fbdc1de6e9-865dbcdd, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7c4-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7c6-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7cb-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7cd-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7d2-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7d4-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7d9-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7db-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7e0-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7e2-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7e7-68993a17, #w-node-ac350c8a-5a1a-d059-7675-89610f31d7e9-68993a17, #w-node-d25f3417-a926-a9f2-da70-99576397f3dc-68993a17, #w-node-d25f3417-a926-a9f2-da70-99576397f3de-68993a17, #w-node-_3fdf42fb-1ff6-5051-8039-d7a15b2391c3-68993a17, #w-node-_3fdf42fb-1ff6-5051-8039-d7a15b2391c5-68993a17, #w-node-cef0d43d-0183-f9ec-926f-d00519958da7-68993a17, #w-node-cef0d43d-0183-f9ec-926f-d00519958da9-68993a17, #w-node-_2104b72c-e1ea-18d0-7991-debc8bdea060-68993a17, #w-node-_2104b72c-e1ea-18d0-7991-debc8bdea062-68993a17, #w-node-_2104b72c-e1ea-18d0-7991-debc8bdea06a-68993a17, #w-node-_2104b72c-e1ea-18d0-7991-debc8bdea088-68993a17, #w-node-_2104b72c-e1ea-18d0-7991-debc8bdea08b-68993a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddc57624-f0f6-2b67-e7f2-12dbc39a63ca-c39a63c6 {
  place-self: start;
}

#w-node-_4c3144b7-4d3a-9077-edd2-fcd74b67971d-ff99c9ae, #w-node-_4c3144b7-4d3a-9077-edd2-fcd74b679727-ff99c9ae, #w-node-_7f2eb5bd-cefc-1548-13a0-18689d49ced2-ff99c9ae, #w-node-_7f2eb5bd-cefc-1548-13a0-18689d49cee8-ff99c9ae, #w-node-_3e54120e-4741-aeb2-6a27-71b61315d3a6-ff99c9ae, #w-node-_3e54120e-4741-aeb2-6a27-71b61315d3bc-ff99c9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7159eb0d-8549-8f6f-28cc-5fb49f83e4ea-68974c0f, #w-node-_7159eb0d-8549-8f6f-28cc-5fb49f83e4f7-68974c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5255c15e-1836-ca0d-c238-ea42ef2a6c5b-68974c0f, #w-node-_5255c15e-1836-ca0d-c238-ea42ef2a6c65-68974c0f, #w-node-cf8cf13b-b876-3144-1983-a99d7dedd94c-68974c0f, #w-node-cf8cf13b-b876-3144-1983-a99d7dedd95c-68974c0f, #w-node-_633783bd-a44f-a9e8-3e20-c253ee036140-68974c0f, #w-node-_633783bd-a44f-a9e8-3e20-c253ee036152-68974c0f, #w-node-_11205a39-8b7b-e3c0-e337-5dc2198f5529-68974c0f, #w-node-_11205a39-8b7b-e3c0-e337-5dc2198f5535-68974c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_028901e2-d413-a112-744e-02551ef10c4f-cb73ba84, #w-node-_028901e2-d413-a112-744e-02551ef10c5d-cb73ba84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dd47544-b550-44e5-6beb-a80ee6e970d0-cb73ba84, #w-node-_4dd47544-b550-44e5-6beb-a80ee6e970f4-cb73ba84, #w-node-_4dd47544-b550-44e5-6beb-a80ee6e9710e-cb73ba84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ef15a2f9-2adb-f3f5-e9fb-ccc209815abf-fd735063, #w-node-ef15a2f9-2adb-f3f5-e9fb-ccc209815acd-fd735063 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a658f14-7708-1a50-591f-200b38b194f9-8935428a, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-dcff3646, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-e1de678d, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-09076202, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-da3a5cc6, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-7bd2d6ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_028901e2-d413-a112-744e-02551ef10c4f-be9b2366, #w-node-_028901e2-d413-a112-744e-02551ef10c5d-be9b2366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a658f14-7708-1a50-591f-200b38b194f9-30d1e3a3, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-3474839b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-a4c7a334-8999-3be1-7b37-b87750ca5a0e-865dbd78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7c92745a-a755-4056-15f2-2bf368a511e2-865dbd78 {
    order: 9999;
  }

  #w-node-_7c92745a-a755-4056-15f2-2bf368a511d1-865dbd78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c0959718-cc6e-b7a9-5075-4d569c0342c4-865dbd78 {
    order: 9999;
  }

  #w-node-bed36612-2604-9506-784b-7b63f9e6d5dc-f9e6d5d9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-bed36612-2604-9506-784b-7b63f9e6d5dd-f9e6d5d9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-bed36612-2604-9506-784b-7b63f9e6d5ee-f9e6d5d9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f5fae3ac-b10d-7684-1e2d-01e6828ddbca-828ddbc6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4da4c37-ee58-167a-cbd7-451e68993a19-68993a17 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e4da4c37-ee58-167a-cbd7-451e68993ac6-68993a17 {
    grid-column: span 3 / span 3;
  }

  #w-node-e4da4c37-ee58-167a-cbd7-451e68993abe-68993a17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ddc57624-f0f6-2b67-e7f2-12dbc39a63ca-c39a63c6 {
    justify-self: start;
  }

  #w-node-_4c3144b7-4d3a-9077-edd2-fcd74b67971d-ff99c9ae, #w-node-_4c3144b7-4d3a-9077-edd2-fcd74b679727-ff99c9ae, #w-node-_7f2eb5bd-cefc-1548-13a0-18689d49ced2-ff99c9ae, #w-node-_7f2eb5bd-cefc-1548-13a0-18689d49cee8-ff99c9ae, #w-node-_3e54120e-4741-aeb2-6a27-71b61315d3a6-ff99c9ae, #w-node-_3e54120e-4741-aeb2-6a27-71b61315d3bc-ff99c9ae, #w-node-_5255c15e-1836-ca0d-c238-ea42ef2a6c5b-68974c0f, #w-node-_5255c15e-1836-ca0d-c238-ea42ef2a6c65-68974c0f, #w-node-cf8cf13b-b876-3144-1983-a99d7dedd94c-68974c0f, #w-node-cf8cf13b-b876-3144-1983-a99d7dedd95c-68974c0f, #w-node-_633783bd-a44f-a9e8-3e20-c253ee036140-68974c0f, #w-node-_633783bd-a44f-a9e8-3e20-c253ee036152-68974c0f, #w-node-_11205a39-8b7b-e3c0-e337-5dc2198f5529-68974c0f, #w-node-_11205a39-8b7b-e3c0-e337-5dc2198f5535-68974c0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-8935428a, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-dcff3646, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-e1de678d, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-09076202, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-da3a5cc6, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-7bd2d6ec, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-30d1e3a3, #w-node-_4a658f14-7708-1a50-591f-200b38b194f9-3474839b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7f78250-6e56-a634-b568-e74dadb43c60-865dbd78 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7c92745a-a755-4056-15f2-2bf368a511e7-865dbd78 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7c92745a-a755-4056-15f2-2bf368a511da-865dbd78 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c0959718-cc6e-b7a9-5075-4d569c0342c9-865dbd78 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bed36612-2604-9506-784b-7b63f9e6d5dd-f9e6d5d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-bed36612-2604-9506-784b-7b63f9e6d5ee-f9e6d5d9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ddc57624-f0f6-2b67-e7f2-12dbc39a63ca-c39a63c6, #w-node-ddc57624-f0f6-2b67-e7f2-12dbc39a63d1-c39a63c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c3144b7-4d3a-9077-edd2-fcd74b679727-ff99c9ae, #w-node-_7f2eb5bd-cefc-1548-13a0-18689d49cee8-ff99c9ae, #w-node-_3e54120e-4741-aeb2-6a27-71b61315d3bc-ff99c9ae {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_7159eb0d-8549-8f6f-28cc-5fb49f83e4f7-68974c0f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5255c15e-1836-ca0d-c238-ea42ef2a6c65-68974c0f, #w-node-cf8cf13b-b876-3144-1983-a99d7dedd95c-68974c0f, #w-node-_633783bd-a44f-a9e8-3e20-c253ee036152-68974c0f, #w-node-_11205a39-8b7b-e3c0-e337-5dc2198f5535-68974c0f {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_028901e2-d413-a112-744e-02551ef10c5d-cb73ba84, #w-node-ef15a2f9-2adb-f3f5-e9fb-ccc209815acd-fd735063, #w-node-_028901e2-d413-a112-744e-02551ef10c5d-be9b2366 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bed36612-2604-9506-784b-7b63f9e6d5dc-f9e6d5d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }
}


