@font-face {
  font-family: Supreme Variable;
  src: url('../fonts/Supreme-Variable.ttf') format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk Vf;
  src: url('../fonts/BDOGrotesk-VF.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --d: var(--kope-dark);
  --black: #111;
  --dark-slate-grey: var(--main-white);
  --main-white: #ecebe9;
  --kope-light: #91b7b7;
  --dark-sea-green: #7e7e7e;
  --kope-dark: #507f87;
  --main-orange: #e25813;
  --light-coral: #ff667d;
  --olive-drab: #414141;
  --dark-slate-grey-3: #142e29;
  --mid-gray: #c4c4c4;
  --color-2: #cecebc;
  --papaya-whip: #f7e8cb;
  --dim-grey: #313131;
  --color: var(--dim-grey);
  --m-gray: #dadada;
  --cornflower-blue: #7fa9cf;
  --burlywood: #f3bf73;
  --sienna: #b84900;
  --light-salmon: #ff9776;
  --old-lace: #fbf4e6;
  --dark-slate-grey-2: #1c3a29;
}

.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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartquantity {
  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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--d);
  color: var(--black);
  font-family: Supreme Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.8vh;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
}

label {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

blockquote {
  background-image: url('../images/quote-3.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-left: 5px #e2e2e2;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 0 20px 10px 45px;
  font-size: 18px;
  line-height: 1.6;
}

figure {
  margin-bottom: 40px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
}

.inner-padding-large {
  padding-top: 148px;
  padding-bottom: 148px;
}

.inner-padding-medium {
  min-width: 200px;
  min-height: 200px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.inner-padding-small {
  padding-top: 32px;
  padding-bottom: 32px;
}

.inner-padding-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section {
  z-index: 2;
  color: var(--dark-slate-grey);
  position: relative;
}

.section.bg-dark-gray {
  overflow: hidden;
}

.section.footer {
  background-color: var(--dark-slate-grey);
  color: var(--black);
  padding-top: 6em;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.overflow {
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.content-wrapper.margin-bottom-small {
  margin-top: 20px;
}

.content-wrapper.col-about {
  max-width: 634px;
  padding: 64px;
}

.content-wrapper.flex-end {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.content-wrapper.article {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  align-self: flex-end;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.container.large {
  max-width: none;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: grid;
}

.grid.topnav {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr auto;
}

.grid.cms {
  color: var(--black);
  text-decoration: none;
  overflow: visible;
}

.grid.cms.feed {
  border-bottom: 1px solid #00000059;
  margin-bottom: 45px;
  padding-bottom: 45px;
}

.center-wrapper {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.center-wrapper-box {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.padding-bottom-large {
  min-width: 200px;
  min-height: 200px;
  padding-bottom: 148px;
}

.padding-bottom-medium {
  padding-bottom: 64px;
}

.padding-bottom-small {
  padding-bottom: 32px;
}

.padding-bottom-xsmall {
  padding-bottom: 20px;
}

.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.margin-bottom-xsmall {
  margin-bottom: 12px;
}

.main-paragraph {
  opacity: .6;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.main-paragraph.text-small.date {
  color: #202020cc;
  padding-top: 4px;
}

.text-small {
  font-size: 14px;
}

.text-opacity {
  opacity: .5;
}

.heading-xlarge {
  z-index: 2;
  letter-spacing: -.025em;
  -webkit-text-stroke-color: var(--main-white);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 10em;
  font-weight: 400;
  line-height: .85;
  position: relative;
  overflow: hidden;
}

.heading-medium {
  letter-spacing: -.02em;
  align-self: auto;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.1;
}

.heading-regular {
  color: var(--main-white);
  letter-spacing: -.02em;
  margin-top: 0;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.2;
}

.heading-regular.uppercase {
  font-weight: 400;
}

.heading-small {
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.heading-xsmall {
  margin-top: 0;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.g-button {
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 100px;
  align-items: center;
  padding: 16px 30px 18px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.g-button.regular-link {
  border-style: none none solid;
  border-radius: 0;
  padding: 5px 0;
}

.bg-dark-green {
  background-color: #111;
}

.text-white {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
  font-weight: 400;
}

.input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black #00000040 var(--black);
  min-width: 240px;
  height: 65px;
  color: var(--black);
  background-color: #0000;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cover-image.opacity {
  opacity: .4;
}

.navbar {
  background-color: #0000;
}

.no-wrap {
  white-space: nowrap;
}

.underline {
  background-color: var(--dark-sea-green);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.image-wrapper.post-hero {
  height: 100%;
}

.image-wrapper.row {
  border-radius: 12px;
  flex: none;
  height: 55vh;
}

.image-wrapper.image-feed {
  border-radius: 6px;
  height: 15em;
  overflow: hidden;
}

.image-wrapper.full-vh {
  height: 100vh;
}

.frame-image-h {
  border-radius: 6px;
  overflow: hidden;
}

.frame-image-h.center {
  z-index: 4;
  background-color: #0000;
  height: 55vh;
  min-height: auto;
  padding: 7vh 3vw 9vh;
  position: relative;
}

.frame-image-h.center.two {
  height: 60vh;
  padding: 0 0;
  transform: rotate(-10deg);
}

.frame-image-h.center.three {
  height: 60vh;
  max-height: 450px;
  padding: 0 0;
  bottom: -6.7vh;
}

.nav-menu {
  width: 100%;
}

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

.nav-items-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.brand {
  z-index: 3;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
}

.nav-text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.nav-text.cta {
  color: var(--dark-slate-grey);
  font-size: 14px;
  font-weight: 500;
}

.main-nav-link {
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-wrapper {
  width: 100%;
  height: 20px;
  font-size: 16px;
  overflow: hidden;
}

.simple-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.simple-grid.form-wrapper {
  grid-row-gap: 10px;
}

.simple-grid.form-wrapper._3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.simple-grid.form-wrapper._3.brez {
  margin-top: 0;
}

.simple-grid.form-wrapper._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}

.simple-grid.form-wrapper._4.brez {
  margin-top: 0;
}

.simple-grid.form-wrapper._6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.simple-grid.form-wrapper._5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.icon-wrapper.lock {
  width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.regular-link {
  color: var(--dark-sea-green);
  font-family: Bdogrotesk Vf, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.regular-link:hover {
  color: #b3b3b3;
}

.form-block {
  width: 100%;
}

.form-block.padding-bottom-xsmall {
  background-color: #ffffff1a;
  max-width: 1500px;
  padding: 25px;
}

.line-divider {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.small-circle-button {
  background-color: var(--main-orange);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  display: flex;
}

.small-circle-button:hover {
  background-color: var(--light-coral);
}

.small-circle-button.overlayer {
  position: relative;
  top: -4vh;
}

.ticker-wrapper {
  z-index: 6;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-cta {
  height: 18px;
}

.arrow-cta.small {
  height: 10px;
  margin-left: 8px;
}

.form-flex-wrapper {
  display: flex;
}

.image-logo {
  width: 300px;
  height: 200px;
  display: block;
}

.image-logo.large-footer {
  height: 45vh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.submit-button {
  background-color: #0000;
  background-image: url('../images/cta-arrow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border-bottom: 2px solid #00000040;
  min-width: 65px;
  height: 65px;
  transition: background-position .45s;
}

.submit-button:hover {
  background-position: 70%;
}

.submit-button.circle {
  background-color: var(--dark-slate-grey);
  border-bottom-style: none;
  border-radius: 200px;
  flex: none;
  width: 400px;
  min-width: auto;
  height: 65px;
}

.submit-button.circle:hover {
  background-position: 65%;
}

.nav-overlayer {
  display: none;
}

.button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2c7fc9;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 45px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #55d099;
}

.m-button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #80808033;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.m-button:hover {
  background-color: #5311ce;
}

.wrapper-call-to-action {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.bg-dark-gray {
  color: var(--main-white);
  background-color: #181818;
}

.wide-container {
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.faq-link {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-wrapper {
  border-bottom: 1px solid #9e9e9e4d;
}

.grid-wrapper {
  min-height: auto;
  position: relative;
}

.grid-wrapper.sticky-faq {
  padding-top: 12px;
  position: sticky;
  top: 0;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.collection-list._2col {
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr;
}

.link-cms {
  width: 100%;
  text-decoration: none;
}

.link-cms.treatments {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.wrap-image {
  width: 100%;
  height: 17em;
  overflow: hidden;
}

.wrap-image.product {
  border-radius: 4px;
  height: 22em;
}

.wrap-image.product-m {
  border-radius: 4px;
  height: 32em;
  position: relative;
}

.flex-horizontal {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.field-label {
  color: var(--dark-slate-grey);
  font-size: 15px;
  font-weight: 500;
}

.green-bullet {
  background-color: var(--olive-drab);
  border-radius: 20px;
  width: 50px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.green-bullet.medium {
  margin-top: 35px;
  margin-bottom: 10px;
}

.divider-content {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.divider-content.black {
  background-color: #ebebeb40;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.header {
  flex-direction: column;
  height: auto;
  padding-top: 124px;
  display: flex;
}

.divider-tag {
  background-color: #999;
  width: 1px;
  height: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.bg-light-gray {
  background-color: var(--dark-slate-grey);
  color: var(--black);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-ecommerce {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  padding: 20px 55px;
  font-size: 16px;
}

.button-ecommerce:hover {
  background-color: #c4c4c4;
}

.block-header {
  background-color: #fff6;
  padding-top: 8px;
  padding-bottom: 8px;
}

.block-content {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 14px;
}

.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.button-options {
  color: #9b9b9b;
  background-color: #0000;
  border-color: #383838;
  font-size: 12px;
}

.button-options.w--ecommerce-pill-selected {
  border-style: solid;
  border-color: var(--olive-drab);
  background-color: var(--olive-drab);
}

.cart-nav {
  background-color: #0000;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.icon-cart {
  margin-right: 2px;
  font-size: 11px;
}

.cart-quantity {
  color: #fff;
  background-color: #f05e1f;
}

.cart-header {
  font-weight: 400;
}

.default-state {
  font-size: 14px;
}

.text-block-items {
  font-weight: 600;
}

.success {
  background-color: var(--dark-slate-grey);
  color: var(--olive-drab);
  font-weight: 600;
}

.error {
  background-color: var(--light-coral);
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 15px;
}

.loader {
  z-index: 9000;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.mask-loader {
  background-color: var(--dark-sea-green);
  flex: 1;
}

.loader-bar-wrapper {
  background-color: var(--dark-slate-grey-3);
  width: 100%;
  height: 2px;
}

.loader-bar {
  background-color: #ffffff80;
  width: 100%;
  height: 2px;
}

.mask-frame {
  z-index: 5;
  background-color: #111;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-wrapper {
  z-index: 5;
  position: relative;
}

.uppercase-small {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.mono-small {
  color: gray;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-wrapper {
  z-index: 2;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.full-image-wrapper {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.collection-item {
  width: 100%;
}

.ticker-g-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.ticker-g {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.height-l {
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.inner-rounded-img {
  border-radius: 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid-2col-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  overflow: hidden;
}

.tag-pill {
  color: #fff9;
  text-transform: uppercase;
  background-color: #7c7c7c1f;
  border-radius: 2px;
  margin-bottom: 8px;
  padding: 4px 8px 3px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.tag-pill.dark {
  color: #020202;
  background-color: #f3f3f3cc;
}

.main-link-block {
  color: #050505;
  text-transform: uppercase;
  background-color: #ebebeb;
  border-radius: 100px;
  padding: 20px 46px;
  font-size: .8em;
  text-decoration: none;
}

.content-sticky {
  width: 100%;
  padding-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
  position: sticky;
  top: 120px;
}

.overflow-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gap-s {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.mask {
  z-index: 1;
  background-color: #181818;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.p-small {
  opacity: .7;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

._w-medium {
  flex-direction: column;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.label-overflow {
  height: 1.4rem;
  overflow: hidden;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.main-product-wrapper {
  height: 100vh;
}

.image-l {
  border-radius: 4px;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.text-mono {
  color: var(--mid-gray);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.grid-2-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.main-btn {
  border: 1px solid #9c9c9c4d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-btn:hover {
  color: #000;
  background-color: #f0f0f0;
}

.black {
  color: var(--black);
  border: 1px solid #0003;
  font-weight: 500;
}

.inner-padding-xlarge {
  padding-top: 256px;
  padding-bottom: 256px;
}

.max-h {
  max-height: 980px;
}

.rounded {
  border-radius: 4px;
  overflow: hidden;
}

.bg-black {
  background-color: var(--black);
  color: var(--dark-slate-grey);
}

.header-wrapper-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 14em 32px 5em;
  display: flex;
  position: relative;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
  position: relative;
}

.regular-link-footer {
  color: var(--dark-sea-green);
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.regular-link-footer:hover {
  color: var(--black);
}

.regular-link-footer.small {
  font-size: 12px;
}

.input-b {
  min-width: 240px;
  height: 65px;
  color: var(--black);
  background-color: #bebebe66;
  border: 1px #1116;
  border-radius: 6px 0 0 6px;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 400;
}

.input-b::placeholder {
  color: #2b2b2b99;
}

.submit-button-n {
  background-color: #bebebe66;
  background-image: url('../images/cta-arrow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  min-width: 65px;
  height: 65px;
  transition: background-position .45s;
}

.submit-button-n:hover {
  background-position: 70%;
}

.footer-base-flex {
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.main-input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black #ffffff40 var(--black);
  min-width: 240px;
  height: 65px;
  color: var(--dark-slate-grey);
  background-color: #0000;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.main-input::placeholder {
  color: var(--dark-slate-grey);
}

.main-input.field {
  height: 120px;
  margin-top: 30px;
}

.main-rt {
  color: var(--olive-drab);
  line-height: 1.7;
}

.main-rt p {
  font-family: Bdogrotesk Vf, sans-serif;
  font-weight: 400;
}

.main-rt h2, .main-rt h3 {
  color: var(--black);
  font-family: Bdogrotesk Vf, sans-serif;
  font-weight: 600;
}

.main-rt h1 {
  color: var(--black);
}

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

.content-w {
  border-radius: 4px;
  max-width: none;
}

.inside-content-w {
  z-index: 5;
  padding: 48px;
  position: absolute;
  inset: auto 0% 0%;
}

.inside-content-w.top {
  width: 100%;
  inset: 0% auto auto 0%;
}

.image-100-vh {
  border-radius: 2px;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.image-100-vh.max {
  max-height: 980px;
}

.container-l {
  padding: 24px;
}

.card {
  height: 75vh;
  max-height: 780px;
  position: relative;
  overflow: hidden;
}

.p-xsmall {
  font-size: 12px;
}

.mask-vertical {
  z-index: 1;
  background-color: #181818;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlayer-heading {
  z-index: 12;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-article {
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.open-pages-wrapper {
  z-index: 20000;
  width: 4em;
  height: 4em;
  position: fixed;
  inset: auto 0% 0% auto;
}

.open-pages-menu {
  z-index: 220;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0f0f0fed;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 12px 12px 3em;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pages-wrapper {
  border: 1px solid #474747;
  border-radius: 2px;
  width: 20%;
  height: 11em;
  overflow: hidden;
}

.pages-wrapper:hover {
  border-color: #fff;
}

.open-pages-link {
  z-index: 221;
  background-color: #5a5a5a;
  background-image: url('../images/icon-plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
  overflow: hidden;
}

.f-stick {
  background-color: var(--dark-sea-green);
  width: 16px;
  height: 2px;
  position: relative;
}

.f-stick-v {
  background-color: var(--dark-sea-green);
  width: 2px;
  height: 16px;
  position: absolute;
}

.link-buy {
  z-index: 220;
  width: auto;
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 200px;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 80px 12px auto;
}

.link-buy:hover {
  background-color: #e0e0e0;
}

.content-spodaj {
  border-radius: 4px;
  max-width: none;
}

.glass {
  z-index: 2000;
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-74 {
  width: 30%;
}

.body-3 {
  background-color: var(--d);
}

.catalogue-wrapp.sola {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100%;
  padding: 3rem;
}

.section-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 59px;
  display: flex;
  position: static;
}

.select-field {
  height: 65px;
  color: var(--dark-slate-grey);
  background-color: #f3f3f34d;
  font-size: 18px;
  font-weight: 400;
}

.checkbox-field-2 {
  align-items: center;
  height: 65px;
  margin-bottom: 0;
  display: flex;
}

.checkbox-label-2 {
  max-width: 250px;
  color: var(--dark-slate-grey);
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.checkbox-label-2.daljsa {
  max-width: 500px;
}

.checkbox-2 {
  width: 25px;
  height: 25px;
  margin-top: 0;
}

.naslov-in-form {
  color: var(--dark-slate-grey);
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
}

.tab-name {
  color: var(--d);
  text-transform: uppercase;
  font-family: veneer, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.tab-link-tab-2 {
  background-color: #fff;
  margin-left: 10px;
}

.tab-link-tab-2.w--current {
  background-color: #2e2e2e;
}

.tab-link-tab-3 {
  margin-left: 10px;
}

.tab-link-tab-3.w--current {
  background-color: #2e2e2e;
}

.tab-link-tab-1 {
  background-color: #fff;
}

.tab-link-tab-1.w--current {
  background-color: #2e2e2e;
}

.tab-name-form {
  color: var(--kope-light);
  text-transform: uppercase;
  font-family: veneer, sans-serif;
  font-size: 65px;
  font-weight: 400;
}

.tab-name-form.small {
  text-align: center;
  margin-top: 50px;
  font-size: 42px;
}

.tab-name-form.razmik {
  line-height: 70px;
}

.div-block-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 39px 0;
  display: grid;
}

.bold-text-3 {
  color: var(--kope-light);
  font-size: 21px;
}

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

.text-block-4 {
  color: var(--dark-slate-grey);
  margin-top: 62px;
  font-size: 12px;
}

.code-embed-2 {
  background-color: #fff;
}

.tabs-menu {
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 60px;
  display: flex;
  position: sticky;
  transform: rotate(-90deg);
}

.tab-menu {
  justify-content: center;
  align-items: center;
  width: 30vh;
  display: flex;
}

.form-block-2 {
  display: none;
}

.div-block-6 {
  max-width: 1200px;
}

.div-block-7 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.links-page-body {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 60px 24px;
  display: flex;
}

.links-container {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.links-logo {
  opacity: .9;
  width: 140px;
  margin-bottom: 40px;
}

.links-btn {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 100%;
  transition: background-color .3s ease, border-color undefined undefined, transform undefined undefined;
  color: #fbfbfb;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.links-btn:hover {
  background-color: #fff3;
  border-color: #ffffff59;
  transform: scale(1.02);
}

.links-footer-text {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  font-weight: 300;
}

.brochure-page {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 20px 0;
  display: flex;
}

.brochure-header {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brochure-logo {
  opacity: .9;
  width: 100px;
  margin-bottom: 10px;
}

.brochure-embed-wrap {
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  display: flex;
}

.brochure-back-btn {
  color: #fbfbfb;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 12px 30px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .section {
    overflow: hidden;
  }

  .overflow {
    z-index: 2;
  }

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

  .grid.topnav {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .center-wrapper {
    z-index: 3;
    position: relative;
  }

  .center-wrapper-box {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-xlarge {
    font-size: 6em;
  }

  .heading-medium, .heading-regular {
    font-size: 42px;
  }

  .navbar {
    z-index: 80;
  }

  .frame-image-h.center {
    height: 35vh;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-inner-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .nav-items-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand.v2 {
    justify-content: flex-start;
  }

  .nav-text {
    font-size: 36px;
  }

  .nav-text.off {
    display: none;
  }

  .main-nav-link {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 22px;
  }

  .text-wrapper {
    height: auto;
  }

  .menu-button {
    color: #fff;
    width: 45px;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .simple-grid.form-wrapper {
    flex-direction: column;
    display: flex;
  }

  .small-circle-button {
    width: 20vw;
    height: 20vw;
  }

  .ticker-wrapper {
    justify-content: flex-start;
  }

  .nav-overlayer {
    z-index: 70;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: #2c7fc9;
  }

  .m-button {
    padding: 18px 40px;
  }

  .m-button:hover {
    background-color: #80808033;
  }

  .wrapper-call-to-action {
    width: 100%;
  }

  .wide-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-wrapper.sticky-faq {
    position: relative;
  }

  .collection-list, .collection-list._2col {
    grid-template-columns: 1fr;
  }

  .link-cms.treatments {
    grid-column-gap: 38px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .wrap-image.product, .wrap-image.product-m {
    height: 32em;
  }

  .div-block {
    height: 45px;
  }

  .image {
    height: 90px;
  }

  .cart-nav {
    justify-content: flex-start;
  }

  .grid-2col-b {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .overflow-center {
    z-index: 2;
  }

  ._w-medium {
    max-width: 78%;
  }

  .main-btn {
    padding-left: 50px;
  }

  .header-wrapper-left {
    z-index: 2;
  }

  .inside-content-w.top {
    padding: 24px;
  }

  .image-100-vh {
    height: 64vh;
  }

  .header-article {
    height: auto;
  }

  .open-pages-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.article {
    max-width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .padding-bottom-medium {
    padding-bottom: 40px;
  }

  .padding-bottom-small {
    padding-bottom: 25px;
  }

  .heading-xlarge {
    font-size: 48px;
  }

  .heading-medium {
    font-size: 32px;
  }

  .heading-regular {
    font-size: 24px;
  }

  .image-wrapper.image-feed {
    height: 20em;
  }

  .image-wrapper.full-vh {
    height: 50vh;
  }

  .brand.v2 {
    justify-content: flex-start;
    padding-left: 0;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .m-button {
    width: 100%;
    font-size: 16px;
  }

  .inner-padding-xlarge {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .max-h {
    max-height: 620px;
  }

  .image-100-vh {
    height: 32vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .inner-padding-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-padding-large.no-space-below {
    padding-top: 60px;
    padding-bottom: 15px;
  }

  .inner-padding-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-padding-small {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .inner-padding-xsmall {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section.bg-dark-gray {
    background-color: var(--d);
    overflow: hidden;
  }

  .section.footer {
    padding-top: 2em;
    overflow: hidden;
  }

  .section.bg-black {
    background-color: var(--d);
  }

  .content-wrapper.col-about {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.article {
    max-width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.large {
    padding-right: 20px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid.topnav {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.cms {
    align-content: start;
    align-items: start;
  }

  .center-wrapper-box {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .padding-bottom-large {
    padding-bottom: 80px;
  }

  .padding-bottom-medium {
    padding-bottom: 40px;
  }

  .padding-bottom-small {
    padding-bottom: 25px;
  }

  .padding-bottom-xsmall {
    padding-bottom: 20px;
  }

  .margin-bottom-small {
    margin-bottom: 16px;
  }

  .margin-bottom-xsmall {
    margin-bottom: 20px;
  }

  .main-paragraph {
    font-size: 15px;
  }

  .main-paragraph.text-small.date {
    color: #20202099;
  }

  .main-paragraph.blog-post {
    display: none;
  }

  .heading-xlarge {
    font-size: 48px;
    line-height: 1;
  }

  .heading-xlarge.no-wrap {
    letter-spacing: 0;
    font-family: veneer, sans-serif;
    font-size: 55px;
  }

  .heading-xlarge.no-wrap.small {
    color: var(--kope-light);
    text-transform: none;
    font-family: Supreme Variable, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .heading-medium {
    font-size: 32px;
  }

  .heading-medium.margin-bottom-small {
    text-transform: uppercase;
    font-size: 30px;
  }

  .heading-regular {
    color: var(--main-white);
    text-align: center;
    margin-bottom: 5px;
    font-family: veneer, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .heading-small {
    font-size: 16px;
  }

  .heading-xsmall {
    font-size: 16px;
    font-weight: 600;
  }

  .g-button {
    text-align: center;
    background-color: #5c5c5c33;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-shadow: 7px 7px 5px #0003;
  }

  .g-button:active {
    box-shadow: none;
  }

  .g-button.spacer {
    margin-top: 32px;
  }

  .bg-dark-green {
    width: 100%;
  }

  .cover-image {
    display: inline-block;
    overflow: clip;
  }

  .cover-image.map {
    box-sizing: border-box;
    object-fit: contain;
  }

  .navbar {
    z-index: 80;
  }

  .underline {
    display: none;
  }

  .image-wrapper.image-feed {
    height: 15em;
  }

  .image-wrapper.image-feed.small {
    height: 6em;
  }

  .image-wrapper.full-vh {
    height: 50vh;
  }

  .frame-image-h.center {
    height: 30vh;
  }

  .frame-image-h.center.two, .frame-image-h.center.three {
    height: 24vh;
  }

  .nav-menu {
    height: 100svh;
    color: var(--d);
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    overflow: auto;
  }

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

  .brand {
    justify-content: center;
    padding-left: 0;
    overflow: hidden;
  }

  .brand.w--current {
    padding-top: 0;
  }

  .brand.v2, .brand.v2.w--current {
    justify-content: flex-start;
  }

  .nav-wrapper {
    z-index: 90;
    background-color: var(--kope-dark);
    color: var(--d);
    position: fixed;
  }

  .nav-text {
    font-size: 30px;
  }

  .nav-text.cta {
    font-family: veneer, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .main-nav-link {
    padding-bottom: 2px;
    font-family: veneer, sans-serif;
    font-weight: 400;
  }

  .menu-button {
    width: 30px;
    height: 30px;
  }

  .simple-grid {
    grid-column-gap: 15px;
  }

  .simple-grid.form-wrapper {
    grid-template-columns: 1fr;
  }

  .regular-link {
    font-size: 16px;
  }

  .form-block.padding-bottom-xsmall {
    padding: 10px;
  }

  .line-divider {
    overflow: hidden;
  }

  .line-divider.tabela {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .line-divider.zunaj {
    margin-top: 10px;
  }

  .small-circle-button {
    width: 25vw;
    height: 25vw;
  }

  .ticker-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .image-logo {
    max-height: 90px;
  }

  .submit-button.circle {
    width: 260px;
  }

  .nav-overlayer {
    z-index: 79;
  }

  .button {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .m-button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrapper-call-to-action {
    width: 100%;
    min-height: 35vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wide-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list._2col {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .link-cms.treatments {
    grid-column-gap: 16px;
    justify-items: start;
  }

  .wrap-image.product, .wrap-image.product-m {
    height: 17em;
  }

  .green-bullet {
    background-color: var(--kope-light);
    border-radius: 0;
    width: 90px;
    height: 2px;
  }

  .green-bullet.medium {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .divider-content.black {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .header {
    min-height: 35vh;
  }

  .image {
    height: 60px;
  }

  .cart-nav {
    padding-right: 0;
  }

  .icon-cart {
    margin-right: 0;
  }

  .cart-quantity {
    margin-left: 3px;
  }

  .loader {
    display: none;
  }

  .mask-loader.top {
    background-color: var(--d);
    justify-content: center;
    padding: 40px;
    display: flex;
  }

  .mask-loader.bottom {
    background-color: var(--d);
  }

  .uppercase-small {
    font-size: 12px;
    font-weight: 600;
  }

  .mono-small {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .pricing-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .height-l {
    min-height: auto;
  }

  .inner-rounded-img {
    border-radius: 6px;
  }

  .grid-2col-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tag-pill {
    font-size: 10px;
  }

  .content-sticky {
    order: -1;
    padding: 80px 24px 24px;
    position: relative;
    top: 0;
  }

  .mask {
    background-color: var(--d);
    display: none;
  }

  .p-small {
    font-size: 12px;
  }

  ._w-medium {
    max-width: 85%;
  }

  .grid-8 {
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .main-product-wrapper {
    height: 32vh;
  }

  .grid-2-col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-btn {
    padding-left: 30px;
    padding-right: 25px;
    font-size: 14px;
  }

  .inner-padding-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .max-h {
    max-height: 380px;
  }

  .header-wrapper-left {
    padding: 5em 0 32px;
  }

  .regular-link-footer {
    font-size: 16px;
  }

  .input-b {
    min-width: auto;
  }

  .main-input {
    height: 50px;
    margin-top: 20px;
  }

  .main-input:active {
    background-color: var(--kope-light);
  }

  .collection-item-3 {
    height: 32vh;
  }

  .content-w {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .inside-content-w {
    padding: 12px;
  }

  .inside-content-w.top {
    background-color: #0000004d;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .image-100-vh {
    border-radius: 4px;
    height: 28em;
  }

  .image-100-vh.max {
    margin-top: 5px;
  }

  .container-l.intro-odmik {
    margin-top: 30px;
  }

  .card {
    height: 28em;
  }

  .p-xsmall {
    font-size: 12px;
  }

  .overlayer-heading {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .header-article {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
    display: flex;
  }

  .open-pages-wrapper {
    color: var(--d);
  }

  .body {
    background-color: var(--kope-dark);
  }

  .content-spodaj {
    margin-top: auto;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bold-text {
    font-family: veneer, sans-serif;
    font-weight: 400;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-menu-wrap {
    flex-flow: column;
    padding-left: 20px;
    display: flex;
  }

  .sub-link {
    color: var(--color-2);
    text-align: left;
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    text-decoration: none;
  }

  .sub-link:hover {
    font-weight: 700;
  }

  .sub-link:active {
    color: var(--papaya-whip);
    font-weight: 700;
  }

  .global-code {
    display: none;
  }

  .white {
    color: var(--olive-drab);
  }

  .table_space {
    height: 40px;
  }

  .table_cell {
    text-align: left;
    margin-top: 5px;
    padding-right: 10px;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    line-height: 17px;
  }

  .table_cell.razlaga {
    width: 80%;
    color: var(--mid-gray);
    margin-top: 0;
    padding-bottom: 13px;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
  }

  .table_cell.razlaga.smallprint {
    color: var(--papaya-whip);
    margin-top: 7px;
    font-size: 12px;
  }

  .table_cell.razlaga.to-odmik {
    margin-top: 10px;
  }

  .table_cell.eur {
    min-width: 70px;
    color: var(--kope-light);
    text-align: right;
    flex-flow: column;
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-family: veneer, sans-serif;
    font-size: 21px;
    font-weight: 400;
    display: flex;
  }

  .table_cell.left {
    min-width: 50px;
    color: var(--main-white);
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
    font-weight: 400;
  }

  .table_cell.left.dodaten-odmik {
    margin-right: 30px;
  }

  .table_cell.drzinska {
    box-sizing: border-box;
    text-align: right;
    min-width: 120px;
  }

  .table_cell.dolg-razmik {
    padding-bottom: 8px;
    line-height: 19px;
  }

  .table_row {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: -9px;
    display: flex;
  }

  .table_row.sef {
    margin-bottom: 0;
  }

  .table_row.top-odmik {
    margin-top: 20px;
  }

  .table_body {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .table_header {
    width: 100%;
    color: var(--kope-light);
    text-align: left;
    flex-flow: wrap-reverse;
    font-family: veneer, sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    display: flex;
  }

  .table_header.rev {
    flex-flow: wrap;
  }

  .table_header.crta {
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .table_head {
    color: var(--main-white);
    justify-content: space-between;
    font-size: 20px;
    font-weight: 400;
    display: flex;
  }

  .table_component {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .t_space {
    flex: none;
    justify-content: center;
    height: 40px;
    display: block;
    position: relative;
  }

  .opis-restavracije {
    color: var(--mid-gray);
    margin-top: 80px;
    font-family: Supreme Variable, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .opis-restavracije.no-space {
    margin-top: 20px;
  }

  .image-73 {
    width: 40%;
  }

  .div-block-2 {
    justify-content: center;
    width: 100svw;
    display: flex;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
    display: grid;
  }

  .bela {
    color: var(--dark-slate-grey);
    font-size: 17px;
    font-weight: 600;
  }

  .paragraph-naslov {
    color: var(--main-white);
    text-transform: uppercase;
    font-family: veneer, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .glass {
    display: none;
  }

  .image-75, .image-76 {
    width: 70%;
  }

  .div-block-4 {
    justify-content: center;
    height: 40svh;
    display: flex;
  }

  .bold-white {
    color: var(--main-white);
    font-size: 20px;
  }

  .code-embed {
    padding: 10px;
  }

  .section-form {
    margin: 15px;
  }

  .select-field {
    height: 50px;
  }

  .checkbox-field-2 {
    height: 32px;
  }

  .checkbox-label-2 {
    font-size: 14px;
  }

  .tab-name {
    font-size: 22px;
  }

  .tab-link-tab-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--color);
    justify-content: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    display: flex;
  }

  .tab-link-tab-3 {
    background-color: #fff;
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .tab-link-tab-1 {
    justify-content: flex-start;
    display: flex;
  }

  .tab-name-form {
    font-size: 40px;
  }

  .tab-name-form.razmik {
    line-height: 40px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .bold-text-3 {
    color: var(--kope-light);
  }

  .text-block-4 {
    font-size: 10px;
    font-weight: 400;
  }

  .code-embed-2 {
    background-color: var(--kope-dark);
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-section {
    max-width: 100vw;
  }

  .body-4, .body-5 {
    background-color: var(--d);
  }

  .tabs-menu {
    z-index: 100;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    position: sticky;
    inset: 1px 0% 0%;
    transform: none;
  }

  .tab-menu {
    background-color: #fff0;
    border-radius: 0%;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 60px;
    margin-left: 10px;
    padding: 0;
  }

  .tab-menu:active, .tab-menu:visited {
    background-color: #fff0;
  }

  .tab-menu.w--current {
    background-color: var(--kope-light);
    border-radius: 10px;
    box-shadow: 5px 2px 5px #0003;
  }

  .tabs-2 {
    display: block;
    position: relative;
  }

  .image-77 {
    height: 60px;
    overflow: visible;
  }

  .div-block-6 {
    width: 100%;
    padding: 20px;
  }

  .links-footer-text {
    font-family: aktiv-grotesk, sans-serif;
  }

  .div-block-8 {
    width: 100%;
    color: var(--kope-light);
    text-align: center;
    margin-top: 40px;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 179%;
  }

  .link-footer {
    color: var(--kope-light);
  }

  .link-footer:hover {
    color: var(--m-gray);
    font-weight: 400;
  }
}

#w-node-_50f27150-1e9a-95e2-1a84-97a52dc06381-2dc0637d {
  grid-area: 1 / 6 / 2 / 7;
  place-self: center;
}

#w-node-_50f27150-1e9a-95e2-1a84-97a52dc06383-2dc0637d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_50f27150-1e9a-95e2-1a84-97a52dc06386-2dc0637d {
  justify-self: start;
}

#w-node-_50f27150-1e9a-95e2-1a84-97a52dc0638a-2dc0637d {
  justify-self: end;
}

#w-node-d6b992a3-8c16-c27c-09c8-6dfc54fe73f3-f1e11958 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-f99e1de9-487e-4ea8-a87e-261b78f9b79a-f1e11958 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-ceba6598-5d82-4d1c-7e8c-91b62213ee47-f1e11958 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_34e975ac-c3e8-c7a1-1244-d10ff4dcc50f-f1e11958 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_185d990c-ec6a-fe28-58d3-5a5b9c0181cb-f1e11958 {
  grid-area: 1 / 4 / 2 / 8;
  align-self: start;
}

#w-node-_6794e497-4d4d-268d-7233-1af518e03dc0-18e03dbd {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-_6794e497-4d4d-268d-7233-1af518e03de0-18e03dbd {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-cf556a71-9492-c4af-2feb-c1e7a8deca2c-18e03dbd {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_6794e497-4d4d-268d-7233-1af518e03ded-18e03dbd {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_6794e497-4d4d-268d-7233-1af518e03dfd-18e03dbd {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-f7d4adb0-5980-c021-40be-0e09d7323c5b-f1e11959 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_4501bd1a-a977-c743-9af3-d3702bc0f471-2bc0f46d {
  grid-area: 1 / 6 / 2 / 8;
  place-self: center;
}

#w-node-_4501bd1a-a977-c743-9af3-d3702bc0f473-2bc0f46d {
  grid-area: 1 / 12 / 2 / 13;
  align-self: center;
}

#w-node-_4501bd1a-a977-c743-9af3-d3702bc0f4a4-2bc0f46d {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_4501bd1a-a977-c743-9af3-d3702bc0f4a7-2bc0f46d {
  justify-self: start;
}

#w-node-_4501bd1a-a977-c743-9af3-d3702bc0f4ab-2bc0f46d {
  justify-self: end;
}

#w-node-dfd2887b-8b60-1f8e-3d8e-e84b994eaa15-f1e1195a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3aa866e3-1840-03e8-8977-0b31779554de-f1e1195a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_53789645-1c43-e78b-8bb3-7cfd84953b65-f1e1195a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_53789645-1c43-e78b-8bb3-7cfd84953b68-f1e1195a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de6596b9-2d2c-6fff-5adb-93101f4cb4bd-f1e1195b {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_48f500a6-48aa-32e2-fc76-e0228f0b8e3a-f1e1195b {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_48f500a6-48aa-32e2-fc76-e0228f0b8e3c-f1e1195b {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_48f500a6-48aa-32e2-fc76-e0228f0b8e3e-f1e1195b {
  grid-area: 1 / 4 / 2 / 8;
  align-self: start;
}

#w-node-_93d667fc-c5d4-a2f2-94c8-9ebfe5fb4fd9-f1e1195d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a5f368d2-95e0-3d5a-9f35-848bdc8fe4c1-f1e1195d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2f4836b7-a83c-d888-dc70-81efa7679431-86d0e73f, #w-node-_0b7e76ac-e3a3-1648-0cf8-bf52d7c766e1-86d0e73f, #w-node-bc3bf05e-b275-c0e8-0704-c0247437a764-86d0e73f, #w-node-d0fdb660-6589-fece-5303-3e8cc5fbbef8-86d0e73f, #w-node-_9eff56b3-5461-6c78-c3e2-92371da27b89-86d0e73f, #w-node-_68cceb1c-209e-d291-ee9c-061ecacfb9b6-86d0e73f, #w-node-_08d998f0-2b94-5a50-76c9-eeec2474c210-86d0e73f, #w-node-bc5818cc-17dc-34c9-6e02-1e4afc543765-86d0e73f, #w-node-_40e25e74-25ab-6d53-2683-e4a1b9f3f651-86d0e73f, #w-node-_31589dee-bb43-9605-0ecf-c113a146bbbe-86d0e73f, #w-node-_2f4836b7-a83c-d888-dc70-81efa7679431-7c8eb18a, #w-node-_0b7e76ac-e3a3-1648-0cf8-bf52d7c766e1-7c8eb18a, #w-node-f09ea110-88c3-a394-fcf3-88c17c2b2c18-7c8eb18a, #w-node-_3db19e7e-346a-52c7-d8e7-08658e6828d4-7c8eb18a, #w-node-_9573bb4c-0812-20b5-a780-3e00554275b3-7c8eb18a, #w-node-_7b973daf-df13-2091-bdb1-43451d3312e2-7c8eb18a {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-b5c00844 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-b5c00844, #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-b5c00844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-9986a5a6 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-9986a5a6, #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-9986a5a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-46e339e5 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-46e339e5, #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-46e339e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2f4836b7-a83c-d888-dc70-81efa7679431-425d30fa, #w-node-_0b7e76ac-e3a3-1648-0cf8-bf52d7c766e1-425d30fa, #w-node-f09ea110-88c3-a394-fcf3-88c17c2b2c18-425d30fa, #w-node-_3db19e7e-346a-52c7-d8e7-08658e6828d4-425d30fa, #w-node-_9573bb4c-0812-20b5-a780-3e00554275b3-425d30fa, #w-node-_7b973daf-df13-2091-bdb1-43451d3312e2-425d30fa, #w-node-_5e94692c-e524-1f30-f53f-0ff783d1bf3f-425d30fa, #w-node-_7967bbb1-6078-3375-252c-62382fd1833b-425d30fa {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-a4264fad {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-a4264fad, #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-a4264fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-1870b811 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-1870b811, #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-1870b811 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_50f27150-1e9a-95e2-1a84-97a52dc06381-2dc0637d {
    grid-column: 1 / 3;
  }

  #w-node-_50f27150-1e9a-95e2-1a84-97a52dc06383-2dc0637d {
    grid-column: 4 / 5;
  }

  #w-node-d6b992a3-8c16-c27c-09c8-6dfc54fe73f3-f1e11958 {
    grid-column: 1 / 5;
  }

  #w-node-f99e1de9-487e-4ea8-a87e-261b78f9b79a-f1e11958 {
    grid-column: 2 / 4;
  }

  #w-node-ceba6598-5d82-4d1c-7e8c-91b62213ee47-f1e11958 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_34e975ac-c3e8-c7a1-1244-d10ff4dcc50f-f1e11958 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_185d990c-ec6a-fe28-58d3-5a5b9c0181cb-f1e11958 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6794e497-4d4d-268d-7233-1af518e03dc0-18e03dbd {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_6794e497-4d4d-268d-7233-1af518e03de0-18e03dbd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-cf556a71-9492-c4af-2feb-c1e7a8deca2c-18e03dbd {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_6794e497-4d4d-268d-7233-1af518e03ded-18e03dbd {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_6794e497-4d4d-268d-7233-1af518e03dfd-18e03dbd {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-f7d4adb0-5980-c021-40be-0e09d7323c5b-f1e11959 {
    grid-column: 1 / 5;
  }

  #w-node-_4501bd1a-a977-c743-9af3-d3702bc0f471-2bc0f46d {
    grid-column: 2 / 3;
  }

  #w-node-_4501bd1a-a977-c743-9af3-d3702bc0f473-2bc0f46d {
    grid-column: 1 / 2;
  }

  #w-node-_4501bd1a-a977-c743-9af3-d3702bc0f4a4-2bc0f46d {
    grid-column: 3 / 4;
  }

  #w-node-_3aa866e3-1840-03e8-8977-0b31779554de-f1e1195a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_53789645-1c43-e78b-8bb3-7cfd84953b65-f1e1195a {
    grid-column-end: 5;
  }

  #w-node-_53789645-1c43-e78b-8bb3-7cfd84953b68-f1e1195a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-de6596b9-2d2c-6fff-5adb-93101f4cb4bd-f1e1195b {
    grid-column: 1 / 5;
  }

  #w-node-_48f500a6-48aa-32e2-fc76-e0228f0b8e3a-f1e1195b {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_48f500a6-48aa-32e2-fc76-e0228f0b8e3c-f1e1195b {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_48f500a6-48aa-32e2-fc76-e0228f0b8e3e-f1e1195b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_93d667fc-c5d4-a2f2-94c8-9ebfe5fb4fd9-f1e1195d {
    grid-column: 1 / 5;
    grid-row-end: 2;
  }

  #w-node-a5f368d2-95e0-3d5a-9f35-848bdc8fe4c1-f1e1195d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2f4836b7-a83c-d888-dc70-81efa7679431-86d0e73f, #w-node-_0b7e76ac-e3a3-1648-0cf8-bf52d7c766e1-86d0e73f, #w-node-bc3bf05e-b275-c0e8-0704-c0247437a764-86d0e73f, #w-node-d0fdb660-6589-fece-5303-3e8cc5fbbef8-86d0e73f, #w-node-_9eff56b3-5461-6c78-c3e2-92371da27b89-86d0e73f, #w-node-_68cceb1c-209e-d291-ee9c-061ecacfb9b6-86d0e73f, #w-node-_08d998f0-2b94-5a50-76c9-eeec2474c210-86d0e73f, #w-node-bc5818cc-17dc-34c9-6e02-1e4afc543765-86d0e73f, #w-node-_40e25e74-25ab-6d53-2683-e4a1b9f3f651-86d0e73f, #w-node-_31589dee-bb43-9605-0ecf-c113a146bbbe-86d0e73f, #w-node-_2f4836b7-a83c-d888-dc70-81efa7679431-7c8eb18a, #w-node-_0b7e76ac-e3a3-1648-0cf8-bf52d7c766e1-7c8eb18a, #w-node-f09ea110-88c3-a394-fcf3-88c17c2b2c18-7c8eb18a, #w-node-_3db19e7e-346a-52c7-d8e7-08658e6828d4-7c8eb18a, #w-node-_9573bb4c-0812-20b5-a780-3e00554275b3-7c8eb18a, #w-node-_7b973daf-df13-2091-bdb1-43451d3312e2-7c8eb18a, #w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-b5c00844 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-b5c00844 {
    grid-area: 1 / 2 / 4 / 4;
  }

  #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-b5c00844 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-9986a5a6 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-9986a5a6 {
    grid-area: 1 / 2 / 4 / 4;
  }

  #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-9986a5a6 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-46e339e5 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-46e339e5 {
    grid-area: 1 / 2 / 4 / 4;
  }

  #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-46e339e5 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_2f4836b7-a83c-d888-dc70-81efa7679431-425d30fa, #w-node-_0b7e76ac-e3a3-1648-0cf8-bf52d7c766e1-425d30fa, #w-node-f09ea110-88c3-a394-fcf3-88c17c2b2c18-425d30fa, #w-node-_3db19e7e-346a-52c7-d8e7-08658e6828d4-425d30fa, #w-node-_9573bb4c-0812-20b5-a780-3e00554275b3-425d30fa, #w-node-_7b973daf-df13-2091-bdb1-43451d3312e2-425d30fa, #w-node-_5e94692c-e524-1f30-f53f-0ff783d1bf3f-425d30fa, #w-node-_7967bbb1-6078-3375-252c-62382fd1833b-425d30fa, #w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-a4264fad {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-a4264fad {
    grid-area: 1 / 2 / 4 / 4;
  }

  #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-a4264fad {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-1870b811 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-1870b811 {
    grid-area: 1 / 2 / 4 / 4;
  }

  #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-1870b811 {
    grid-area: 1 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1ab8b17a-abce-1ad1-7fe9-e3241442d59c-97534252, #w-node-_2780ad59-5d4d-0ff8-8517-552d9af39553-97534252, #w-node-acf5c43f-65c5-352f-b2eb-399e134b908b-97534252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50f27150-1e9a-95e2-1a84-97a52dc06381-2dc0637d {
    grid-column: 1 / 3;
  }

  #w-node-d6b992a3-8c16-c27c-09c8-6dfc54fe73f3-f1e11958, #w-node-f7d4adb0-5980-c021-40be-0e09d7323c5b-f1e11959 {
    grid-column-end: 5;
  }

  #w-node-e16ff1a0-cc27-673a-9d27-0dad29ef9b50-f1e1195a, #w-node-e16ff1a0-cc27-673a-9d27-0dad29ef9b5a-f1e1195a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de6596b9-2d2c-6fff-5adb-93101f4cb4bd-f1e1195b, #w-node-_93d667fc-c5d4-a2f2-94c8-9ebfe5fb4fd9-f1e1195d {
    grid-column-end: 5;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-b5c00844, #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-b5c00844, #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-9986a5a6, #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-9986a5a6, #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-46e339e5, #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-46e339e5, #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-a4264fad, #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-a4264fad, #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-1870b811, #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-1870b811 {
    grid-column: 1 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_50f27150-1e9a-95e2-1a84-97a52dc06381-2dc0637d {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_50f27150-1e9a-95e2-1a84-97a52dc06383-2dc0637d {
    grid-area: 1 / 2 / 2 / 4;
    justify-self: end;
  }

  #w-node-d6b992a3-8c16-c27c-09c8-6dfc54fe73f3-f1e11958, #w-node-f99e1de9-487e-4ea8-a87e-261b78f9b79a-f1e11958 {
    grid-column: 1 / 3;
  }

  #w-node-ceba6598-5d82-4d1c-7e8c-91b62213ee47-f1e11958 {
    grid-column-end: 2;
  }

  #w-node-_34e975ac-c3e8-c7a1-1244-d10ff4dcc50f-f1e11958 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_185d990c-ec6a-fe28-58d3-5a5b9c0181cb-f1e11958 {
    grid-column-end: 2;
  }

  #w-node-_6794e497-4d4d-268d-7233-1af518e03dc0-18e03dbd {
    grid-column-end: 3;
  }

  #w-node-_6794e497-4d4d-268d-7233-1af518e03de0-18e03dbd, #w-node-cf556a71-9492-c4af-2feb-c1e7a8deca2c-18e03dbd {
    grid-column-end: 2;
  }

  #w-node-_6794e497-4d4d-268d-7233-1af518e03ded-18e03dbd {
    grid-column: 2 / 3;
  }

  #w-node-_6794e497-4d4d-268d-7233-1af518e03dfd-18e03dbd {
    grid-column: 1 / 2;
  }

  #w-node-f7d4adb0-5980-c021-40be-0e09d7323c5b-f1e11959 {
    grid-column-end: 3;
  }

  #w-node-_4501bd1a-a977-c743-9af3-d3702bc0f471-2bc0f46d {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_4501bd1a-a977-c743-9af3-d3702bc0f473-2bc0f46d {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_4501bd1a-a977-c743-9af3-d3702bc0f4a4-2bc0f46d {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-dfd2887b-8b60-1f8e-3d8e-e84b994eaa15-f1e1195a {
    grid-column: span 2 / span 2;
  }

  #w-node-_3aa866e3-1840-03e8-8977-0b31779554de-f1e1195a {
    grid-column-end: 3;
  }

  #w-node-_53789645-1c43-e78b-8bb3-7cfd84953b65-f1e1195a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_53789645-1c43-e78b-8bb3-7cfd84953b68-f1e1195a, #w-node-de6596b9-2d2c-6fff-5adb-93101f4cb4bd-f1e1195b {
    grid-column-end: 3;
  }

  #w-node-_48f500a6-48aa-32e2-fc76-e0228f0b8e3a-f1e1195b {
    grid-column-end: 2;
  }

  #w-node-_48f500a6-48aa-32e2-fc76-e0228f0b8e3c-f1e1195b {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_48f500a6-48aa-32e2-fc76-e0228f0b8e3e-f1e1195b {
    grid-column-end: 2;
  }

  #w-node-_93d667fc-c5d4-a2f2-94c8-9ebfe5fb4fd9-f1e1195d {
    grid-column-end: 3;
    align-self: stretch;
  }

  #w-node-a5f368d2-95e0-3d5a-9f35-848bdc8fe4c1-f1e1195d, #w-node-_2f4836b7-a83c-d888-dc70-81efa7679431-86d0e73f, #w-node-_0b7e76ac-e3a3-1648-0cf8-bf52d7c766e1-86d0e73f, #w-node-bc3bf05e-b275-c0e8-0704-c0247437a764-86d0e73f, #w-node-d0fdb660-6589-fece-5303-3e8cc5fbbef8-86d0e73f, #w-node-_9eff56b3-5461-6c78-c3e2-92371da27b89-86d0e73f, #w-node-_68cceb1c-209e-d291-ee9c-061ecacfb9b6-86d0e73f, #w-node-_08d998f0-2b94-5a50-76c9-eeec2474c210-86d0e73f, #w-node-bc5818cc-17dc-34c9-6e02-1e4afc543765-86d0e73f, #w-node-_40e25e74-25ab-6d53-2683-e4a1b9f3f651-86d0e73f, #w-node-_31589dee-bb43-9605-0ecf-c113a146bbbe-86d0e73f, #w-node-_2f4836b7-a83c-d888-dc70-81efa7679431-7c8eb18a, #w-node-_0b7e76ac-e3a3-1648-0cf8-bf52d7c766e1-7c8eb18a, #w-node-f09ea110-88c3-a394-fcf3-88c17c2b2c18-7c8eb18a, #w-node-_3db19e7e-346a-52c7-d8e7-08658e6828d4-7c8eb18a, #w-node-_9573bb4c-0812-20b5-a780-3e00554275b3-7c8eb18a, #w-node-_7b973daf-df13-2091-bdb1-43451d3312e2-7c8eb18a {
    grid-column-end: 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-b5c00844 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-b5c00844 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-b5c00844 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-9986a5a6 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-9986a5a6 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-9986a5a6 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-46e339e5 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-46e339e5 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-46e339e5 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_2f4836b7-a83c-d888-dc70-81efa7679431-425d30fa, #w-node-_0b7e76ac-e3a3-1648-0cf8-bf52d7c766e1-425d30fa, #w-node-f09ea110-88c3-a394-fcf3-88c17c2b2c18-425d30fa, #w-node-_3db19e7e-346a-52c7-d8e7-08658e6828d4-425d30fa, #w-node-_9573bb4c-0812-20b5-a780-3e00554275b3-425d30fa, #w-node-_7b973daf-df13-2091-bdb1-43451d3312e2-425d30fa, #w-node-_5e94692c-e524-1f30-f53f-0ff783d1bf3f-425d30fa, #w-node-_7967bbb1-6078-3375-252c-62382fd1833b-425d30fa {
    grid-column-end: 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-a4264fad {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-a4264fad {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-a4264fad {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae7-1870b811 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_40d8fddf-5738-69b0-b509-d01881919ae5-1870b811 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_995f75c0-28be-757d-10eb-954ae4bdcbfa-1870b811 {
    grid-area: 1 / 1 / 4 / 3;
  }
}


@font-face {
  font-family: 'Supreme Variable';
  src: url('../fonts/Supreme-Variable.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk Vf';
  src: url('../fonts/BDOGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}