@font-face {
  font-family: Habitas;
  src: url('../fonts/Habitas-Light.woff2') format("woff2"), url('../fonts/Habitas-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Habitas;
  src: url('../fonts/Habitas-Medium.woff2') format("woff2"), url('../fonts/Habitas-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #010324;
  --medium-blue: #1412dd;
  --accessible-components-dark-grey: #9b9b9b;
  --accessible-components-dodger-blue: #1378d1;
  --soft-white: #fcfcfc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-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-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-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-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-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: 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-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-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

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

.w-commerce-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

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

.w-commerce-commercecheckoutshippingmethodswrapper {
  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-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

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

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

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

.w-commerce-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-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 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-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-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@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;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .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, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .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;
  }
}

body {
  background-color: var(--white);
  color: #000;
  font-family: Habitas, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.9em;
  font-weight: 500;
  line-height: .9em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1em;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}

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

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

.navigation-wrapper {
  z-index: 2147483647;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  inset: 0 0% auto;
  box-shadow: 0 2px 20px 5px #00000003;
}

.slide {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.slide-wrapper {
  position: relative;
}

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

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

.grid.cta-section {
  width: 100%;
  height: 100%;
}

.grid.product-section, .grid.key-ingredients-section, .grid.cta-section-copy {
  height: 100%;
}

.grid.top-line {
  border-top: 1px solid var(--black);
  margin-top: 10px;
  padding-top: 10px;
}

.container {
  z-index: 1;
  width: 1000px;
  transition: opacity 2.5s cubic-bezier(1, -.484, .421, 1.007);
}

.container.cta-section {
  height: 100%;
  position: absolute;
}

.container.products, .container.in-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.product {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.in-section-copy, .container.all-products {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.founders-section {
  height: 100%;
  position: relative;
}

.container.blog {
  padding-left: 20px;
  padding-right: 20px;
}

.container.as-section {
  height: 100%;
  position: absolute;
}

.slide-info {
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.slide-info.invert {
  filter: invert();
}

.heading-flex {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.heading-flex.h2 {
  width: 70%;
}

.heading-flex.white {
  color: #fff;
}

.heading-flex.wide-desktop {
  width: 75%;
}

.heading-flex._63 {
  width: 63%;
}

.heading-flex._50 {
  width: 50%;
}

.heading-flex._71 {
  width: 70%;
}

.heading-flex._80 {
  width: 80%;
}

.heading-flex.sa {
  width: 70%;
}

.heading-align-left {
  text-align: left;
  margin-bottom: 3px;
}

.heading-align-right {
  text-align: right;
  margin-bottom: 3px;
}

.large-link-wrap {
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  font-weight: 500;
  display: flex;
}

.large-link-txt {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  display: flex;
}

.arrow.slideshow {
  margin-right: 0;
}

.arrow.slideshow-left {
  margin-right: 0;
  transform: rotate(180deg);
}

.check-out-button {
  background-color: var(--medium-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  height: 52px;
  font-weight: 300;
  display: flex;
}

.cart-form-wrapper {
  background-color: var(--white);
  position: relative;
}

.cart-form-wrapper.add-pointer-events {
  margin-bottom: -1px;
}

.apple-pay-4 {
  height: 60px;
}

.cart-btn {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 0;
  font-weight: 500;
  transform: translate(0, 2px);
}

.cart-btn:hover {
  border-bottom-color: #000;
}

.cart-btn:active, .cart-btn:focus-visible, .cart-btn[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 #000;
}

.cart-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.error-state-2 {
  background-color: #0000;
  align-items: center;
  height: 50px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cart-line-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .25;
  text-transform: uppercase;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 20px;
}

.cart-quantity {
  color: #000;
  background-color: #0000;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.cart-item-2 {
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-list {
  margin-left: 0;
  padding: 20px 22px;
  position: relative;
  overflow: scroll;
}

.cart-container {
  background-color: #00000040;
  width: 50vw;
  min-width: 50vw;
  max-width: none;
  overflow: visible;
  box-shadow: 0 5px 25px #0000;
}

.cart-wrapper {
  background-color: #00000040;
}

.q-num {
  background-color: #0000;
  border-style: none;
  width: 30px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.cart-name {
  display: inline;
}

.div-block-3 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.checkout-actions-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.close-button {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  font-weight: 500;
  display: flex;
}

.close-button:focus {
  outline-offset: 0px;
  outline: 0 #0000;
}

.cart-footer-2 {
  background-color: #fff;
  border-top-style: none;
  padding: 0;
  position: sticky;
  bottom: 0;
}

.apple-pay-2 {
  border-radius: 0;
  height: 55px;
}

.q-group {
  text-transform: capitalize;
  align-items: center;
  display: flex;
}

.cart-image-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.empty-cart {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 22px;
  font-weight: 500;
}

.cart-header {
  z-index: 1;
  background-color: #fff;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
  transform: translate(0);
}

.sitewide-style {
  display: none;
}

.square-image {
  width: 100%;
  height: 40vw;
  position: relative;
}

.cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

.info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.info.white {
  filter: invert();
}

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

.cta-info-bottom {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.section {
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  min-height: 40vh;
  display: flex;
  overflow: hidden;
}

.section.tall {
  min-height: 80vh;
}

.section.first {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 100px;
}

.section.faq-first {
  min-height: auto;
  margin-top: 50px;
  padding-top: 20px;
}

.section.vertical-center {
  flex: 1;
  justify-content: center;
}

.section.locations {
  min-height: auto;
  padding-top: 50px;
}

.section.blog {
  margin-top: 3em;
  margin-bottom: 6em;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.footer-column.f-w {
  align-items: stretch;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.lang-switch {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: row;
  margin-top: 45px;
  display: flex;
}

.submit-btn {
  color: #000;
  text-transform: capitalize;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}

.form {
  border-bottom: 1px solid #000;
  align-items: center;
  height: 50px;
  display: flex;
}

.text-field-old {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  font-weight: 300;
}

.text-field-old::placeholder {
  color: #000;
}

.success-message {
  text-align: left;
  text-transform: none;
  background-color: #0000;
  padding: 0;
}

.message-inside {
  align-items: center;
  min-height: 50px;
  display: flex;
}

.error-message {
  text-transform: none;
  padding: 0 20px;
}

.section-copy {
  flex-direction: column;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.footer-section {
  flex-direction: column;
  align-items: center;
  min-height: 40vh;
  display: flex;
}

.footer-bar {
  background-color: var(--medium-blue);
  width: 100%;
  height: 52px;
}

.site-wrapper {
  margin-top: -50px;
}

.site-wrapper.faq {
  margin-bottom: 100px;
}

.site-wrapper.blog {
  background-color: #fff;
  margin-top: 0;
}

.nav-left {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-middle {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: 0%;
}

.nav-middle.no-pointer-events {
  width: 8vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-right {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ioan-logo {
  width: 100%;
}

.core-values-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 8em;
}

.splide.slider1.all-products {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 0;
}

.splide.slider2 {
  overflow: hidden;
}

.splide.slider2.pill {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 8em;
}

.splide.slider3 {
  overflow: hidden;
}

.splide.slider3.pill {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 8em;
}

.splide.product {
  height: 100%;
  overflow: hidden;
}

.splide.product.pill {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 8em;
}

.splide.projectslider {
  overflow: hidden;
}

.splide.projectslider.pill {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 8em;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 9px;
  width: 40px;
  height: 40px;
  transition: all .2s;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.splide__slide-old {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 0;
  padding-bottom: 75%;
  display: flex;
  position: relative;
}

.tricks-container {
  width: 1560px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  width: 3em;
  height: 4px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

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

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.products {
  margin-top: 20px;
  display: none;
}

.product-wrapp {
  aspect-ratio: 2 / 2.85;
  background-color: #fdfdfd;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.product-text-top {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4px;
  display: flex;
  position: relative;
}

.product-text-bottom {
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.inline-text {
  display: inline;
}

.product-hover-image {
  z-index: 3;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.splide-style {
  width: 100%;
  display: none;
  position: relative;
}

.splide-style.slider1.pill {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 14em;
}

.add-to-cart-text {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
}

.price {
  font-weight: 300;
  display: inline;
}

.price.compare-price {
  text-decoration: line-through;
}

.product-link-div {
  width: 100%;
  height: 100%;
}

.product-price-add-to-cart-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.hide-quantity, .buy-now-button {
  display: none;
}

.add-to-cart-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.menu-link {
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  font-weight: 500;
  transition: border-color .2s;
  transform: translate(0, 2px);
}

.menu-link:hover {
  border-bottom-color: #000;
}

.product-name {
  text-transform: uppercase;
}

.cart-product-info {
  opacity: .25;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  transition: opacity .4s;
  display: flex;
}

.cart-product-info:hover {
  opacity: 1;
}

.product-info-cart {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.cart-product {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.remove-button {
  text-transform: none;
}

.remove-button:hover {
  opacity: 1;
}

.remove-button:focus {
  outline-offset: 0px;
  outline: 0 #000;
}

.pay-with-browser {
  height: 50px;
}

.cart-product-name {
  text-transform: uppercase;
  font-weight: 500;
}

.remove-and-qu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.remove-and-qu:hover {
  opacity: 1;
}

.cart-product-title-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-background {
  background-color: #0000006e;
  width: 50vw;
  position: absolute;
  inset: 0%;
  transform: translate(-50vw);
}

.logo-link {
  width: 100%;
}

.logo-spacing {
  height: 0;
}

.navigation-scroll {
  position: fixed;
  inset: 0% 0% auto;
}

.splide__slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.splide__slide.splide__slide_product {
  background-color: #fff;
  width: 33.3333%;
  padding-bottom: 50%;
}

.splide__slide.core-values {
  align-items: flex-start;
}

.splide__slide_product {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 0;
  padding-bottom: 75%;
  display: flex;
  position: relative;
}

.core-values-head {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.splide__progress {
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.splide__progress__bar {
  background-color: #fff;
  height: 3px;
}

.cart-styling {
  display: none;
}

.section-full-height {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
  position: relative;
}

.section-full-height.first {
  margin-top: 50px;
}

.section-full-height.blue {
  background-color: var(--black);
  color: #fff;
}

.section-full-height.slideshow {
  margin-top: 50px;
}

.full-height-image {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: relative;
}

.founders {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 30px;
  display: flex;
}

.founders.white {
  filter: invert();
}

.rich-text h3, .rich-text h2 {
  margin-bottom: 20px;
}

.rich-text.smaller {
  font-size: .9em;
  line-height: 1.2em;
}

.rich-text.wide {
  width: 100%;
}

.rich-text p {
  margin-bottom: 2em;
  font-weight: 300;
}

.fh-image {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.product-slide {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.product-slide-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.empty-state {
  display: none;
}

.productpage-details-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .25;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: opacity .2s;
  display: flex;
}

.productpage-details-flex:hover {
  opacity: 1;
}

.accoridion-wrapper {
  width: 100%;
}

.accordion-button {
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.accordion-button:hover {
  padding-left: 15px;
}

.accordion-button.first {
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-button.faq {
  text-transform: none;
}

.accordion-button.key-ingredients {
  text-transform: none;
  font-weight: 300;
}

.accordion-content {
  overflow: hidden;
}

.main-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.main-grid.bottom-space {
  grid-column-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 40px;
}

.accordion-inside {
  padding-top: 20px;
  padding-bottom: 20px;
}

.full-height-slideshow {
  z-index: 100;
  width: 100%;
  max-width: 50vw;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 50px;
}

.add-to-cart-large {
  z-index: 10;
  width: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sustainability-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  margin-top: 20px;
}

.icon {
  width: 40px;
  height: 40px;
}

.icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: capitalize;
  align-items: center;
  font-size: .9em;
  display: flex;
}

.product-info {
  padding-top: 60px;
  padding-bottom: 100px;
}

.corevalue-head {
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.smaller {
  font-size: .85em;
  line-height: 1.2em;
}

.out-of-stock-state {
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-top: 0;
  display: flex;
}

.error-state-3 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-top: 0;
  display: flex;
}

.out-of-stock-state-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.error-state-4 {
  background-color: #0000;
  margin-top: 0;
  padding: 0;
}

.web-payments {
  display: none;
}

.faq-title {
  padding-top: 10px;
}

.slider {
  height: 100%;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  z-index: 90;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.utility-page-wrap.password {
  flex-direction: column;
  justify-content: space-around;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

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

.utility-page-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slide-2, .slide-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.fullheight-vh-section {
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  min-height: 40vh;
  padding-top: 60px;
  display: flex;
  overflow: hidden;
}

.fullheight-vh-section.vertical-center {
  justify-content: center;
  min-height: 100vh;
}

.fullheight-vh-section.tall {
  min-height: 80vh;
}

.fullheight-vh-section.first {
  margin-top: 50px;
  padding-top: 20px;
}

.fullheight-vh-section.faq-first {
  min-height: auto;
  margin-top: 50px;
  padding-top: 20px;
}

.slider-dots-css {
  display: none;
}

.section-full-height-slideshow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
  position: relative;
}

.section-full-height-slideshow.first {
  margin-top: 50px;
}

.section-full-height-slideshow.blue {
  background-color: var(--black);
  color: #fff;
}

.section-full-height-slideshow.slideshow {
  margin-top: 50px;
}

.field-label {
  display: none;
}

.text-field {
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  height: 55px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 15px;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: #fff;
  border-bottom-color: #000;
}

.text-field::placeholder {
  background-color: #fff;
}

.simple-button {
  background-color: var(--black);
  width: 100%;
  min-height: 55px;
}

.simple-button.cancel, .simple-button.light {
  color: #000;
  background-color: #fff;
}

.simple-button.light:hover {
  background-color: var(--black);
  color: #fff;
}

.error-message-2 {
  padding: 0;
}

.flex {
  justify-content: center;
  align-items: center;
  min-height: 55px;
  display: flex;
}

.paragraph {
  margin-bottom: 20px;
}

.shop-all {
  z-index: 0;
  background-color: #fff;
  width: 100%;
  max-width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  position: absolute;
  inset: 50px 0% auto;
  overflow: hidden;
  transform: translate(0, -101%);
}

.product-header-hover-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  flex-direction: column;
  display: flex;
}

.div-block-8 {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-product-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.5);
}

.header-product-img.no-pointer-events {
  z-index: 1;
  opacity: .8;
  filter: brightness(94%) contrast(125%);
}

.div-block-9, .div-block-10 {
  width: 75%;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17 {
  width: 522.75px;
}

.div-block-18 {
  width: auto;
}

.gradient-bg {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.line {
  background-color: #000;
  height: 1px;
  margin-top: 5px;
}

.nav-bg {
  background-color: #fff;
  width: 100%;
  height: 50px;
  position: absolute;
  inset: 0%;
}

.language-link {
  text-transform: uppercase;
  font-weight: 500;
  transition: border-color .2s;
  transform: translate(0, 2px);
}

.footer-style {
  display: none;
}

.div-block-5-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.text-block-2, .text-block-3 {
  margin-bottom: 1px;
}

.text-block-4, .text-block-5 {
  margin-bottom: 2px;
}

.text-block-6, .text-block-7 {
  margin-bottom: 3px;
}

.text-block-8, .text-block-9 {
  margin-bottom: 4px;
}

.text-block-10, .text-block-11, .text-block-12 {
  margin-bottom: 5px;
}

.cart-subtitle {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.cs-title {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.q-inc, .q-dec {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  padding: 0 10px;
}

.fs_inputcounter-1_message {
  color: var(--accessible-components-dark-grey);
}

.fs_inputcounter-1_button {
  background-color: var(--accessible-components-dodger-blue);
  color: #fff;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  display: flex;
}

.fs_inputcounter-1_button:focus-visible, .fs_inputcounter-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_inputcounter-1_input {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px #000;
  min-height: 3rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.fs_inputcounter-1_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_inputcounter-1_embed {
  margin-bottom: 0;
}

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

.login-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  margin-top: -50px;
  display: flex;
}

.login-wrapper.faq {
  margin-bottom: 100px;
}

.login-block-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-block {
  flex: 1;
  max-width: 400px;
}

.div-block-2 {
  margin-left: 10px;
  display: block;
}

.cart-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.cart-line {
  justify-content: space-between;
  display: flex;
}

.link-2 {
  display: block;
}

.cart-item {
  display: flex;
}

.cart-form {
  padding: 20px;
  display: none;
}

.udesly-code-snippet {
  display: none;
}

.udesly-increment-button {
  color: #fff;
  background-color: #171717;
  border-radius: 0 6px 6px 0;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-increment-button:hover {
  background-color: #171717d9;
}

.udesly-input-field {
  text-align: center;
  height: 100%;
  min-height: 48px;
  margin-bottom: 0;
  display: block;
}

.udesly-decrement-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px 0 0 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-decrement-button:hover {
  background-color: #171717d9;
}

.udesly-increment-decrement-buttons {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.udesly-input-wrapper {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.product-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-paragraph {
  margin-bottom: 5px;
}

.welcome-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
}

.inline-txt {
  display: inline;
}

.account-div {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.inline-button {
  color: #000;
  background-color: #0000;
  padding: 0;
}

.login-or-register {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.vertical-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 55px;
  display: flex;
}

.login-block-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.login-block-2 {
  flex: 1;
  width: 100%;
}

.dot-inside {
  background-color: #010324;
  border-radius: 100px;
  width: 70%;
  height: 70%;
}

.container-2 {
  z-index: 1;
  width: 1000px;
  transition: opacity 1s cubic-bezier(1, .007, .25, 1);
}

.container-2.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.simple-button-2 {
  text-transform: uppercase;
  background-color: #010324;
  width: 100%;
  min-height: 55px;
}

.dot {
  border: 1px solid #010324;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
}

.hide-error {
  justify-content: center;
  align-items: center;
  min-height: 55px;
  display: none;
}

.log-in-form-block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.checkbox-label {
  font-weight: 300;
}

.checkbox-field {
  padding-bottom: 5px;
  padding-left: 30px;
}

.checkbox-fields {
  margin-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.checkbox {
  border: 1px solid var(--black);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -30px;
}

.checkbox.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
  background-size: 15px 15px;
}

.form-header {
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lock-img {
  width: 50px;
}

.error-login {
  background-color: #0000;
  align-items: center;
  margin: 0;
  padding: 20px 0;
  display: flex;
  position: static;
}

.buttons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 10px;
  display: flex;
}

.success-state {
  padding-top: 20px;
  padding-bottom: 20px;
}

.user-account-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.user-account-form.top-line {
  border-top: 1px solid var(--black);
  margin-top: 60px;
  padding-top: 10px;
}

.edit-address-form {
  display: block;
}

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

.div-block {
  height: 0;
  display: block;
}

.submit-button {
  background-color: #ec4438;
}

.account-settings {
  margin-top: 60px;
  margin-bottom: 60px;
}

.select-field {
  background-color: #fff0;
  border: 1px #000;
  height: 55px;
  padding: 10px 10px 10px 0;
  font-size: 1em;
}

.htu-btn {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.htu-btn:hover {
  padding-left: 15px;
}

.htu-btn.first {
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.htu-btn.faq {
  text-transform: none;
}

.htu-btn.key-ingredients {
  text-transform: none;
  font-weight: 300;
}

.blog-header-img {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
}

.blog-heading {
  text-align: center;
  max-width: 75vw;
}

.blog-header-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 2.5em;
  display: flex;
}

.date-flex {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: center;
  align-items: center;
}

.div-block-19 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-header.scroll-into-view {
  background-color: var(--soft-white);
}

.ab-bar {
  background-color: var(--medium-blue);
}

.ab {
  z-index: 2147483647;
  color: #000;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
}

.ab.hide {
  display: none;
}

.ab-spacing {
  z-index: 2147483647;
  background-color: #fff;
  height: 15px;
  position: relative;
}

.ab-animation {
  text-align: center;
  height: 1.5em;
  overflow: hidden;
}

.ab-text-1 {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  display: flex;
}

.ab-text-2 {
  white-space: nowrap;
  align-items: center;
  height: 1.5em;
  display: flex;
}

.as-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 15vh;
  display: grid;
  position: relative;
}

.as-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  margin-left: 50%;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.as-info.white {
  filter: invert();
}

.as-info.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.products-grid-wrapper {
  width: 100%;
  height: 100%;
  padding: 1.5rem 20px 4rem;
}

.products-grid-wrapper.giftboxes {
  padding-top: 4rem;
}

.products-grid-wrapper.product-page {
  padding-bottom: 6rem;
}

.products-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: grid;
}

.product-item {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.product-item.splide__slide_product {
  background-color: #fff;
  width: 33.3333%;
  padding-bottom: 50%;
}

.product-item.core-values {
  align-items: flex-start;
}

.bold {
  font-family: Habitas, sans-serif;
  font-weight: 500;
}

.title {
  width: 100%;
  padding: 3rem 20px 1rem;
}

.title.product-page {
  padding-top: 6rem;
}

.add-to-cart {
  background-color: var(--medium-blue);
  opacity: 1;
  width: 100%;
  height: 100%;
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}

.add-to-cart-overlay {
  z-index: 11;
  width: 100%;
  height: 50px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.extra-large-container {
  max-width: 1800px;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.product-wrapper {
  aspect-ratio: 2 / 2.85;
  background-color: #fdfdfd;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-link-div-grid {
  width: 100%;
  height: 100%;
}

.product-text-top-grid {
  z-index: 6;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4px;
  display: flex;
  position: relative;
}

.product-link-grid {
  position: absolute;
  inset: 0%;
}

.product-image-grid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.product-image-grid.no-pointer-events {
  z-index: 5;
}

.product-hover-image-grid {
  z-index: 10;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-text-bottom-grid {
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.giftboxes-announcement-section {
  width: 100%;
  max-width: 100%;
  min-height: 75dvh;
  position: relative;
}

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

.giftboxes-a-btn {
  background-color: var(--medium-blue);
  width: 50%;
  height: 50px;
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.giftboxes-title {
  padding-top: 2.5rem;
  padding-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.empty-message {
  background-color: #0000;
  padding: 0;
}

.slide-image-mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.spacing {
  height: 2rem;
}

.empty-hidden {
  display: none;
}

@media screen and (min-width: 1440px) {
  .heading-flex.h2 {
    width: 82%;
  }

  .heading-flex.wide-desktop {
    width: 100%;
  }

  .heading-flex._63 {
    width: 82%;
  }

  .heading-flex._50 {
    width: 65%;
  }

  .heading-flex._71, .heading-flex.sa {
    width: 82%;
  }

  .ab-text-2 {
    justify-content: center;
  }
}

@media screen and (min-width: 1920px) {
  .nav-middle {
    width: 3.5vw;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide__arrows.products {
    display: none;
  }

  .splide__slide.splide__slide_product, .product-item.splide__slide_product {
    width: 33.3333%;
    padding-bottom: 53%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4vw;
  }

  .grid.cta-section, .grid.product-section, .grid.key-ingredients-section, .grid.cta-section-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.products, .container.all-products {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.as-section {
    position: static;
  }

  .heading-flex.h2.wide-mobile, .heading-flex.wide-desktop {
    width: 100%;
  }

  .heading-flex._50 {
    width: 70%;
  }

  .heading-flex._71 {
    width: 100%;
  }

  .heading-flex.sa {
    width: 50%;
  }

  .heading-flex.sa.wide-mobile {
    width: 100%;
  }

  .square-image.announcement {
    aspect-ratio: 1;
    height: auto;
  }

  .info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .splide.slider1.pill, .splide.slider1.all-products, .splide.slider2.pill, .splide.slider3.pill, .splide.product.pill, .splide.projectslider.pill {
    padding-right: 6vw;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .tricks-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

  .splide__arrows.products {
    display: flex;
  }

  .product-text-top {
    width: 70%;
    position: static;
  }

  .splide-style.slider1.pill {
    padding-right: 6vw;
  }

  .splide__slide.splide__slide_product {
    width: 50%;
    padding-bottom: 75%;
  }

  .founders {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sustainability-grid {
    max-width: 100%;
  }

  .fullheight-vh-section.vertical-center {
    padding-top: 0;
  }

  .shop-all {
    display: none;
  }

  .container-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-header-img {
    aspect-ratio: 16 / 9;
  }

  .as-cta.scroll-into-view {
    display: block;
  }

  .as-info {
    width: 100%;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .products-grid {
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
  }

  .product-item.splide__slide_product {
    width: 50%;
    padding-bottom: 75%;
  }

  .product-text-top-grid {
    width: 70%;
  }

  .giftboxes-announcement-section {
    aspect-ratio: 1;
    min-height: 60dvh;
  }

  .giftboxes-a-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 8vw;
  }

  .slide-image {
    display: none;
  }

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

  .grid.cta-section {
    display: block;
  }

  .grid.product-section {
    flex: 1;
  }

  .grid.key-ingredients-section {
    grid-row-gap: 20px;
    flex: 1;
    display: block;
  }

  .grid.cta-section-copy {
    display: block;
  }

  .container {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    display: flex;
  }

  .container.cta-section {
    flex-direction: column;
    justify-content: space-between;
    min-height: auto;
    display: flex;
    position: static;
  }

  .container.products {
    padding-left: 0;
    padding-right: 0;
  }

  .container.in-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.in-section.about {
    display: block;
  }

  .container.product {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container.in-section-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.all-products {
    padding-left: 0;
    padding-right: 0;
  }

  .container.founders-section {
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vw;
    display: flex;
    position: static;
  }

  .container.as-section {
    flex-direction: column;
    justify-content: space-between;
    min-height: auto;
    display: flex;
    position: static;
  }

  .slide-info, .slide-info.invert {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-flex.wide-desktop {
    width: 65%;
  }

  .heading-flex._50 {
    width: 50%;
  }

  .heading-flex.sa {
    width: 70%;
  }

  .cart-container {
    border-left-style: none;
    width: 100vw;
    max-width: 100%;
  }

  .cart:active, .cart:focus {
    outline-offset: 0px;
    outline: 0 #0000;
  }

  .square-image {
    height: 100vw;
  }

  .info.first {
    padding-bottom: 20px;
  }

  .info.firstabout {
    min-height: 100vw;
    padding-bottom: 20px;
  }

  .cta-info-bottom {
    flex: 1;
    justify-content: flex-end;
    padding-top: 40px;
  }

  .section.vertical-center {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .footer-section {
    padding-bottom: 100px;
  }

  .nav-middle {
    width: 17vw;
  }

  .splide.slider1.pill {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .splide.slider1.all-products {
    margin-top: 50px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .splide.slider2.pill, .splide.slider3.pill, .splide.product.pill, .splide.projectslider.pill {
    padding-right: 0;
  }

  .splide__slide-old {
    width: 80%;
    padding-bottom: 138%;
  }

  .tricks-container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splide__track.products-track {
    background-color: #fff;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .splide__arrows.products {
    margin-top: 10px;
  }

  .splide__arrows.core-vailues {
    margin-top: 0;
  }

  .product-wrapp {
    overflow: visible;
  }

  .product-image.no-pointer-events {
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
  }

  .splide-style.slider1.pill {
    padding-right: 0;
  }

  .menu-link.hom, .cart-background {
    display: none;
  }

  .splide__slide.splide__slide_product {
    background-color: #0000;
    width: 100%;
    padding-bottom: 130%;
  }

  .splide__slide_product {
    width: 80%;
    padding-bottom: 138%;
  }

  .section-full-height.first {
    display: block;
  }

  .section-full-height.slideshow {
    display: block;
    position: static;
  }

  .section-full-height.how-to-use {
    padding-top: 100px;
  }

  .full-height-image {
    height: 100vw;
  }

  .founders {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-height-slideshow {
    max-width: 100vw;
    height: 100vw;
    position: static;
  }

  .add-to-cart-large {
    z-index: 100;
    width: 100%;
    position: fixed;
    inset: auto 0% 0%;
  }

  .sustainability-grid {
    font-size: .8em;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

  .product-info {
    padding-top: 0;
  }

  .slider {
    background-position: 50%;
    background-size: cover;
  }

  .right-arrow, .left-arrow {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide-nav {
    padding: 10px 10px 10px 15px;
  }

  .fullheight-vh-section.vertical-center {
    min-height: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .key-ingredients {
    font-size: .9em;
  }

  .section-full-height-slideshow.first {
    display: block;
  }

  .section-full-height-slideshow.slideshow {
    display: block;
    position: static;
  }

  .language-link.hom {
    display: none;
  }

  .all-our-products-title-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    display: flex;
  }

  .blog-heading {
    max-width: 100vw;
  }

  .ab-text-1, .ab-text-2 {
    font-size: .85em;
  }

  .as-info.first {
    padding-bottom: 20px;
  }

  .as-info.firstabout {
    min-height: 100vw;
    padding-bottom: 20px;
  }

  .products-grid-wrapper.products-track {
    background-color: #fff;
  }

  .product-item.splide__slide_product {
    background-color: #0000;
    width: 100%;
    padding-bottom: 130%;
  }

  .product-wrapper {
    overflow: visible;
  }

  .product-image-grid.no-pointer-events {
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
  }

  .slide-image-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .75em;
  }

  h2 {
    font-size: 7vw;
    line-height: .9em;
  }

  h3 {
    font-size: 1.3em;
  }

  .navigation-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid.key-ingredients-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .container.products {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.all-products {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-flex {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading-flex.h2.wide-mobile, .heading-flex.wide-desktop, .heading-flex._63.wide-mobile, .heading-flex._50.wide-mobile, .heading-flex._71.wide-mobile, .heading-flex.sa.wide-mobile {
    width: 100%;
  }

  .cart-list {
    padding: 15px;
  }

  .q-num {
    font-size: .9em;
    line-height: 16px;
  }

  .q-group {
    height: 16px;
  }

  .empty-cart {
    padding: 10px 15px;
  }

  .info.first, .info.firstabout {
    padding-bottom: 20px;
  }

  .section.vertical-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
  }

  .nav-middle {
    flex: 0 auto;
  }

  .nav-right {
    padding-right: 15px;
  }

  .core-values-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .product-wrapp {
    padding: 15px;
  }

  .product-text-top {
    width: 100%;
  }

  .splide-style {
    display: none;
  }

  .add-to-cart-text {
    justify-content: center;
    align-items: center;
  }

  .price {
    white-space: nowrap;
  }

  .product-details-flex {
    padding-right: 5px;
  }

  .cart-product-info {
    align-items: flex-end;
  }

  .remove-and-qu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-start;
  }

  .founders {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fh-image {
    min-height: 50vh;
  }

  .productpage-details-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .main-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .main-grid.bottom-space {
    grid-column-gap: 5px;
  }

  .utility-page-wrap {
    padding: 10px;
  }

  .utility-page-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-5-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .all-our-products-title-wrap {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .login-wrapper {
    padding-top: 20px;
  }

  .udesly-input-wrapper {
    width: 100%;
    max-width: 100%;
  }

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

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ab {
    height: 50px;
  }

  .ab-spacing {
    height: 0;
  }

  .as-info.first, .as-info.firstabout {
    padding-bottom: 20px;
  }

  .products-grid-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .products-grid {
    grid-column-gap: 15px;
    grid-row-gap: 2rem;
  }

  .title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-wrapper {
    padding: 8px;
  }

  .product-text-top-grid {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 100%;
    padding: 4px;
  }

  .product-text-bottom-grid {
    min-height: 2em;
  }

  .giftboxes-announcement-section {
    min-height: 40dvh;
  }

  .giftboxes-title {
    padding-top: 15px;
    padding-left: 15px;
  }
}

#w-node-b4503645-19f9-b450-61bd-532a9640e674-9640e66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4503645-19f9-b450-61bd-532a9640e67e-9640e66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b4503645-19f9-b450-61bd-532a9640e685-9640e66f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69a945e7-8e85-de30-c59e-fc6b8cf9e4c0-8cf9e4bf {
  justify-self: center;
}

#w-node-_69a945e7-8e85-de30-c59e-fc6b8cf9e4c2-8cf9e4bf {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_69a945e7-8e85-de30-c59e-fc6b8cf9e4d2-8cf9e4bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb780043-bd56-a2b4-4c5b-796dd2ba5899-d2ba5898 {
  justify-self: center;
}

#w-node-cb780043-bd56-a2b4-4c5b-796dd2ba589b-d2ba5898, #w-node-_23fe380c-efe5-d227-5fe4-4a4f298d0a00-298d09fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b21f270b-adda-436b-3604-972b02c8275c-02c8275b {
  justify-self: center;
}

#w-node-b21f270b-adda-436b-3604-972b02c8275e-02c8275b, #w-node-b21f270b-adda-436b-3604-972b02c82769-02c8275b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74f05063-54b8-61e2-1d88-a1280c9301cc-0c9301cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74f05063-54b8-61e2-1d88-a1280c9301ce-0c9301cb {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_74f05063-54b8-61e2-1d88-a1280c9301d0-0c9301cb {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_56560313-fd9c-2de0-b92a-3859097c3c65-097c3c62 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_56560313-fd9c-2de0-b92a-3859097c3c67-097c3c62 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_56560313-fd9c-2de0-b92a-3859097c3c63-097c3c62, #w-node-_014cc2ed-5273-00bd-c248-f35988325eea-cb63cbfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_014cc2ed-5273-00bd-c248-f35988325eec-cb63cbfa {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-c6a76ffb-e672-3e08-65c3-3fbf03e004da-cb63cbfa {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c2fed0b2-2bbe-6ec1-3977-242ece92e8e1-cb63cbfa {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e83ad35a-e2b8-4246-21e5-8f8ad33cd2e1-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ddd610da-f2ef-67b0-a85e-fae91d24c302-cb63cbfa, #w-node-_05415b13-cd84-3f7f-d500-f106254ff487-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5518fc0d-df13-95ec-d9f2-eda96c064c66-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5518fc0d-df13-95ec-d9f2-eda96c064c67-cb63cbfa, #w-node-_5518fc0d-df13-95ec-d9f2-eda96c064c68-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ac23e40-ae95-b994-4427-ad7b9c046708-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3ac23e40-ae95-b994-4427-ad7b9c046709-cb63cbfa, #w-node-_3ac23e40-ae95-b994-4427-ad7b9c04670a-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6afa6784-6666-638b-795c-38964cc41f68-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6afa6784-6666-638b-795c-38964cc41f69-cb63cbfa, #w-node-_6afa6784-6666-638b-795c-38964cc41f6a-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b8cccb3-3498-494a-4bb7-79308d86e8b6-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4b8cccb3-3498-494a-4bb7-79308d86e8b7-cb63cbfa, #w-node-_4b8cccb3-3498-494a-4bb7-79308d86e8b8-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94a8461a-ddb5-afec-c4b0-be15e1a53d08-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_94a8461a-ddb5-afec-c4b0-be15e1a53d09-cb63cbfa, #w-node-_94a8461a-ddb5-afec-c4b0-be15e1a53d0a-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85b38eaa-8a92-ba9f-025c-99026c04d73c-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_85b38eaa-8a92-ba9f-025c-99026c04d73d-cb63cbfa, #w-node-_85b38eaa-8a92-ba9f-025c-99026c04d73e-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56f91659-32ec-4313-17bd-95999dd4fbbf-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_56f91659-32ec-4313-17bd-95999dd4fbc0-cb63cbfa, #w-node-_56f91659-32ec-4313-17bd-95999dd4fbc1-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff4a0bf4-ecc0-678b-75fd-b347ccb72df7-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ff4a0bf4-ecc0-678b-75fd-b347ccb72df8-cb63cbfa, #w-node-ff4a0bf4-ecc0-678b-75fd-b347ccb72df9-cb63cbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f332e6db-ed7f-386f-2fd9-661526ad8f78-cb63cbfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f332e6db-ed7f-386f-2fd9-661526ad8f7a-cb63cbfa {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-f332e6db-ed7f-386f-2fd9-661526ad8f7c-cb63cbfa {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-e83191df-e2ec-58e2-48fb-a27ca536ab4c-a536ab49 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-e83191df-e2ec-58e2-48fb-a27ca536ab50-a536ab49 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-e83191df-e2ec-58e2-48fb-a27ca536ab58-a536ab49 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f29ea594-6956-9de9-823e-9aa563514963-63514960 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-f29ea594-6956-9de9-823e-9aa563514967-63514960 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-f29ea594-6956-9de9-823e-9aa56351496f-63514960 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4a62bc59-adf3-86e9-1ad4-7c0025cccee8-25cccee5 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_4a62bc59-adf3-86e9-1ad4-7c0025ccceec-25cccee5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4a62bc59-adf3-86e9-1ad4-7c0025cccef4-25cccee5 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-b68c5329-f276-4f5c-559f-26c9950e637a-950e636c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-b68c5329-f276-4f5c-559f-26c9950e636f-950e636c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-b68c5329-f276-4f5c-559f-26c9950e6377-950e636c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4ada99da-ec9b-cfeb-e26c-f661987228ab-9872289d {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_4ada99da-ec9b-cfeb-e26c-f661987228a0-9872289d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4ada99da-ec9b-cfeb-e26c-f661987228a8-9872289d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d32d59fa-2320-72f1-10a8-bf3b41983cf6-41983ce8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-d32d59fa-2320-72f1-10a8-bf3b41983ceb-41983ce8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-d32d59fa-2320-72f1-10a8-bf3b41983cf3-41983ce8 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_43349ff8-889e-01f4-fab7-32b495e9afc8-1363cc28, #w-node-_43349ff8-889e-01f4-fab7-32b495e9afcb-1363cc28, #w-node-_43349ff8-889e-01f4-fab7-32b495e9afcc-1363cc28, #w-node-_43349ff8-889e-01f4-fab7-32b495e9afd6-1363cc28, #w-node-_43349ff8-889e-01f4-fab7-32b495e9afd9-1363cc28, #w-node-_43349ff8-889e-01f4-fab7-32b495e9afdd-1363cc28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43349ff8-889e-01f4-fab7-32b495e9afe0-1363cc28 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_43349ff8-889e-01f4-fab7-32b495e9afeb-1363cc28, #w-node-bea0d5cf-a7a5-f963-4ce1-605e321972b0-b163cbf3, #w-node-_213cb9f5-fd41-85f2-ae36-d75c98c3a698-b163cbf3, #w-node-ad3bc2e0-1dd1-ddab-e2b7-935bfd5890ea-b163cbf3, #w-node-_0ba224c1-3975-39ba-9e6a-354004c0c714-b163cbf3, #w-node-_0ba224c1-3975-39ba-9e6a-354004c0c717-b163cbf3, #w-node-_6a299543-8894-3a40-699b-462e2c97974d-b163cbf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a299543-8894-3a40-699b-462e2c979750-b163cbf3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_89e553bd-47b2-a35a-a88f-83999aebc4af-b163cbf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51665c0f-d5fa-b5c2-4a1d-cd62135d7f54-5d63cc25, #w-node-f63ab8ad-8036-2aaf-12b9-a94bbe3d7848-5d63cc25, #w-node-_2221dfc5-e69b-e933-f186-f0131b3ad5cf-df63cbe9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_017b9f51-a51d-4213-9616-d6ea61f9ed00-61f9ecff {
  justify-self: center;
}

#w-node-_017b9f51-a51d-4213-9616-d6ea61f9ed02-61f9ecff {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_017b9f51-a51d-4213-9616-d6ea61f9ed14-61f9ecff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_334b276f-ebe7-1a3a-7f51-01495ebcaafd-5ebcaafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_334b276f-ebe7-1a3a-7f51-01495ebcab16-5ebcaafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_905a0fcc-5f88-2216-b6ec-ac8f814b9475-814b9474 {
  justify-self: center;
}

#w-node-_905a0fcc-5f88-2216-b6ec-ac8f814b9477-814b9474 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_905a0fcc-5f88-2216-b6ec-ac8f814b9489-814b9474 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceebce01-799e-442f-89d0-61412510bbca-2510bbc8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ceebce01-799e-442f-89d0-61412510bbcc-2510bbc8 {
  justify-self: center;
}

#w-node-ceebce01-799e-442f-89d0-61412510bbcd-2510bbc8 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_231a5db0-4320-0b0e-e55d-1005daebc4d0-ab63cbf4 {
  justify-self: end;
}

#w-node-_30cebbcd-2d61-7050-23e3-33943ec047ba-3ec047b7, #w-node-_30cebbcd-2d61-7050-23e3-33943ec047bd-3ec047b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30cebbcd-2d61-7050-23e3-33943ec047c5-3ec047b7 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_15232683-e364-8a59-5034-e49d6aa6bb5b-6aa6bb58, #w-node-_15232683-e364-8a59-5034-e49d6aa6bb5e-6aa6bb58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15232683-e364-8a59-5034-e49d6aa6bb66-6aa6bb58 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_12492ee7-dcad-7f3d-373d-62fd186b54a1-186b549e, #w-node-_12492ee7-dcad-7f3d-373d-62fd186b54a4-186b549e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12492ee7-dcad-7f3d-373d-62fd186b54ac-186b549e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3f00ec3c-1e5b-f8ae-9177-413ffc8b4e07-fc8b4e04, #w-node-_3f00ec3c-1e5b-f8ae-9177-413ffc8b4e0a-fc8b4e04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f00ec3c-1e5b-f8ae-9177-413ffc8b4e12-fc8b4e04 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0cd2deff-0b33-5c62-3398-5c815f892a1c-5f892a19, #w-node-_0cd2deff-0b33-5c62-3398-5c815f892a1f-5f892a19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0cd2deff-0b33-5c62-3398-5c815f892a27-5f892a19 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_762fa13c-e026-22d6-d930-32842fbdb812-2fbdb80f, #w-node-_762fa13c-e026-22d6-d930-32842fbdb815-2fbdb80f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_762fa13c-e026-22d6-d930-32842fbdb81d-2fbdb80f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_51665c0f-d5fa-b5c2-4a1d-cd62135d7f54-de63cc21, #w-node-f63ab8ad-8036-2aaf-12b9-a94bbe3d7848-de63cc21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f63ab8ad-8036-2aaf-12b9-a94bbe3d7848-ac169b81, #w-node-_6dc15ebd-a2e7-0261-70f0-a2008956a578-b4458df8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-c2fed0b2-2bbe-6ec1-3977-242ece92e8e1-cb63cbfa, #w-node-e83191df-e2ec-58e2-48fb-a27ca536ab58-a536ab49, #w-node-f29ea594-6956-9de9-823e-9aa56351496f-63514960, #w-node-_4a62bc59-adf3-86e9-1ad4-7c0025cccef4-25cccee5, #w-node-b68c5329-f276-4f5c-559f-26c9950e6377-950e636c, #w-node-_4ada99da-ec9b-cfeb-e26c-f661987228a8-9872289d, #w-node-d32d59fa-2320-72f1-10a8-bf3b41983cf3-41983ce8, #w-node-_30cebbcd-2d61-7050-23e3-33943ec047c5-3ec047b7, #w-node-_15232683-e364-8a59-5034-e49d6aa6bb66-6aa6bb58, #w-node-_12492ee7-dcad-7f3d-373d-62fd186b54ac-186b549e, #w-node-_3f00ec3c-1e5b-f8ae-9177-413ffc8b4e12-fc8b4e04, #w-node-_0cd2deff-0b33-5c62-3398-5c815f892a27-5f892a19, #w-node-_762fa13c-e026-22d6-d930-32842fbdb81d-2fbdb80f {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_69a945e7-8e85-de30-c59e-fc6b8cf9e4c0-8cf9e4bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_69a945e7-8e85-de30-c59e-fc6b8cf9e4c2-8cf9e4bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69a945e7-8e85-de30-c59e-fc6b8cf9e4d2-8cf9e4bf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cb780043-bd56-a2b4-4c5b-796dd2ba5899-d2ba5898, #w-node-b21f270b-adda-436b-3604-972b02c8275c-02c8275b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b21f270b-adda-436b-3604-972b02c8275e-02c8275b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74f05063-54b8-61e2-1d88-a1280c9301cc-0c9301cb {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_74f05063-54b8-61e2-1d88-a1280c9301ce-0c9301cb, #w-node-_56560313-fd9c-2de0-b92a-3859097c3c65-097c3c62 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_56560313-fd9c-2de0-b92a-3859097c3c67-097c3c62 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_56560313-fd9c-2de0-b92a-3859097c3c63-097c3c62, #w-node-_014cc2ed-5273-00bd-c248-f35988325eea-cb63cbfa {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_014cc2ed-5273-00bd-c248-f35988325eec-cb63cbfa {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c6a76ffb-e672-3e08-65c3-3fbf03e004da-cb63cbfa {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f332e6db-ed7f-386f-2fd9-661526ad8f78-cb63cbfa {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f332e6db-ed7f-386f-2fd9-661526ad8f7a-cb63cbfa, #w-node-_017b9f51-a51d-4213-9616-d6ea61f9ed00-61f9ecff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_017b9f51-a51d-4213-9616-d6ea61f9ed02-61f9ecff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_017b9f51-a51d-4213-9616-d6ea61f9ed14-61f9ecff {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_905a0fcc-5f88-2216-b6ec-ac8f814b9475-814b9474 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_905a0fcc-5f88-2216-b6ec-ac8f814b9489-814b9474 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-ceebce01-799e-442f-89d0-61412510bbca-2510bbc8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ceebce01-799e-442f-89d0-61412510bbcc-2510bbc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-ceebce01-799e-442f-89d0-61412510bbcd-2510bbc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b4503645-19f9-b450-61bd-532a9640e685-9640e66f {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Habitas';
  src: url('../fonts/Habitas-Light.woff2') format('woff2'), url('../fonts/Habitas-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Habitas';
  src: url('../fonts/Habitas-Medium.woff2') format('woff2'), url('../fonts/Habitas-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}