@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 {
  --black: var(--burned-wood-ananya);
  --dark-slate-grey: var(--base-ananya);
  --old-lace: var(--pale-oak-ananaya);
  --base-ananya: #fbfbfb;
  --light-salmon: var(--burned-wood-ananya);
  --main-orange: var(--dark-brown-ananya);
  --light-drown-ananya: white;
  --pale-oak-ananaya: #e4ded2;
  --main-white: #ecebe9;
  --dark-slate-grey-2: var(--black);
  --sand-ananaya: #d7c3b3;
  --burned-wood-ananya: #4f4a40;
  --almond-milk-ananya: #efebe7;
  --dark-sea-green: #7e7e7e;
  --m-gray: #dadada;
  --cornflower-blue: var(--light-drown-ananya);
  --light-coral: var(--light-drown-ananya);
  --olive-drab: var(--dark-brown-ananya);
  --mid-gray: #c4c4c4;
  --dark-slate-grey-3: var(--dark-brown-ananya);
  --grey-ananya: #d3d1ca;
  --plain-white-ananya: white;
  --dim-grey: var(--burned-wood-ananya);
  --sienna: var(--light-drown-ananya);
  --green-tea-ananya: #a79580;
  --burlywood: var(--dark-brown-ananya);
  --papaya-whip: var(--dark-brown-ananya);
  --dark-brown-ananya: #72635d;
}

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

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

body {
  background-color: var(--black);
  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;
  font-size: 12px;
}

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;
  background-color: var(--old-lace);
  color: var(--dark-slate-grey);
  position: relative;
}

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

.section.overflow {
  background-color: var(--base-ananya);
}

.section.bg-alomond-white {
  background-color: var(--base-ananya);
  color: var(--light-salmon);
  overflow: hidden;
}

.section.bg-alomond-white.inwe-spacing {
  padding-top: 20svh;
}

.section.hero {
  height: 120vh;
}

.section.h-xlarge {
  z-index: 2;
  height: 120vh;
}

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

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

.section.st {
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: auto;
}

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

.overflow.center.flex {
  z-index: 12;
  flex-direction: row;
  align-items: flex-start;
}

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

.content-wrapper.padding-bottom-small {
  z-index: 1;
}

.content-wrapper.margin-bottom-xsmall {
  margin-bottom: 0;
}

.content-wrapper.line {
  border-right: 2px solid #fff3;
}

.content-wrapper.quote-block {
  background-color: var(--black);
  justify-content: space-between;
  padding: 48px;
}

.content-wrapper.title {
  padding-top: 7px;
  position: sticky;
  top: 47px;
}

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

.content-wrapper.sticky {
  display: block;
  position: sticky;
  top: 10px;
}

.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.page {
  background-color: #0000;
  min-height: 100svh;
}

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

.container.h-header {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 124px;
  padding-bottom: 64px;
  display: flex;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  border-bottom: 2px #fff3;
  border-right: 2px #fff0;
  grid-template: ". . . . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: grid;
  position: relative;
}

.grid.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid.hero {
  grid-column-gap: 0vw;
  grid-row-gap: 0vh;
  align-content: end;
  align-items: center;
  max-width: 1880px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-bottom: 10vh;
  position: relative;
  overflow: hidden;
}

.grid.hero.hp {
  align-content: center;
  min-height: auto;
  padding-top: 16vh;
  padding-bottom: 8vh;
}

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

.grid.logo-wall {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

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

.grid.odmik {
  margin-top: 50px;
}

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

.padding-top-large {
  min-width: 20px;
  min-height: 20px;
  padding-top: 148px;
}

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

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

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

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

.flex {
  display: flex;
}

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

.main-paragraph.text-small.opacity {
  opacity: .4;
}

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

.main-paragraph.dark-text {
  color: var(--main-orange);
}

.main-paragraph.max-width {
  max-width: 1000px;
  color: var(--light-drown-ananya);
  text-align: center;
  margin-top: 100px;
  font-family: trajan-pro-3, sans-serif;
}

.main-paragraph.cenetr-and-max-vidth {
  max-width: 1000px;
  margin-top: 15px;
}

.main-paragraph.git {
  color: var(--pale-oak-ananaya);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.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-large {
  z-index: 2;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

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

.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-medium.margin-bottom-small.manjse {
  font-size: 3em;
}

.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-regular.darker {
  color: var(--old-lace);
  position: static;
  top: 20px;
}

.heading-regular.key-facts {
  color: var(--dark-slate-grey-2);
  margin-top: 42px;
  font-size: 1.1em;
  font-weight: 400;
}

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

.heading-xsmall {
  color: var(--sand-ananaya);
  margin-top: 0;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall.no-margin {
  margin-bottom: 0;
}

.heading-xsmall.git {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

.main-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;
}

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

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

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

.text-white {
  color: #fff;
}

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

.bg-dim-grey {
  background-color: #1d1d1d;
}

.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%;
}

.wide-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

.image-wrapper.content {
  z-index: 4;
  border-radius: 6px;
  width: 100%;
  height: 32em;
  position: relative;
  overflow: hidden;
}

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

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

.image-wrapper.padding {
  padding: 12px;
}

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

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

.frame-image-h.first {
  height: 12em;
  min-height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.frame-image-h.second {
  width: 20vh;
  height: 20vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.frame-image-h.third {
  height: 38vh;
  min-height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.frame-image-h.top {
  width: 100%;
  height: 100%;
  position: relative;
  top: -5em;
}

.frame-image-h.left {
  height: 18em;
  position: relative;
  top: 5vh;
  right: -8vw;
}

.frame-image-h.right {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  top: 5vh;
  right: 6vw;
}

.frame-image-h.four {
  width: 35vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.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;
  font-size: 17px;
  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: 12px;
  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;
}

.split {
  column-count: 2;
  column-gap: 100px;
}

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

.simple-grid.list {
  border-top: 1px solid #414141;
  padding-top: 45px;
  padding-bottom: 60px;
}

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

.simple-grid.swatch {
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.inner-grid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-content: center;
  align-items: center;
}

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

.regular-link.text-light-green {
  color: var(--main-white);
  -webkit-text-stroke-color: var(--m-gray);
  line-height: 2.2;
}

.form-block {
  width: 100%;
}

.grid-column {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
}

.user-photo {
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.user-photo.medium {
  width: 90px;
  height: 90px;
}

.user-photo.large {
  width: 135px;
  height: 135px;
  overflow: hidden;
}

._70vh-image {
  background-color: #e08686;
  border-radius: 4px;
  height: 70vh;
  overflow: hidden;
}

.content-wrapper-box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.line-divider.medium {
  margin-top: 25px;
  margin-bottom: 45px;
}

.logos-wall {
  opacity: .75;
  object-fit: contain;
  width: 100%;
  max-width: 128px;
  height: 100%;
  max-height: 32px;
}

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

.rich-text-divider {
  background-color: #2020204d;
  width: 100%;
  height: 1px;
  margin-top: 5vh;
  margin-bottom: 8vh;
}

.text-light-green {
  color: #d9e7bc;
}

.arrow-cta {
  height: 18px;
}

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

.full-page {
  min-height: 100vh;
}

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

.image-logo {
  height: 100%;
  max-height: 40px;
  display: block;
}

.image-logo.large-footer {
  object-fit: contain;
  width: 60%;
  min-height: 25svh;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
  overflow: visible;
}

.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: #fbfbfb4d;
  border-bottom-style: none;
  border-radius: 0;
  flex: none;
  width: 100%;
  min-width: auto;
  height: 40px;
}

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

.submit-button.circle.flex {
  margin-left: 25px;
}

.submit-button.inline {
  background-color: var(--main-white);
  min-width: auto;
  color: var(--black);
  text-transform: uppercase;
  background-position: 80%;
  border-bottom-style: none;
  border-radius: 1000px;
  padding-left: 35px;
  padding-right: 65px;
  font-size: 14px;
}

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

.nav-overlayer {
  display: none;
}

.quote-icon {
  width: 65px;
}

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

.container-wrapper {
  width: 100%;
}

.container-wrapper.hero {
  z-index: 4;
  padding-top: 6em;
  position: relative;
}

.secondary-paragraph {
  color: #ffffffb3;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.secondary-paragraph.smaller {
  font-size: 16px;
}

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

.inner-stats-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.main-grid.align-center {
  align-items: center;
}

.grid-list-stats {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: baseline;
}

.stats-wrapper {
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-frame {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.grid-rail {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  min-height: auto;
}

.hero-rail {
  align-items: flex-end;
  display: flex;
}

.hero-rail.about-page {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

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

.collection-list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  width: 100%;
}

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

.wrap-image.product-l {
  border-radius: 8px;
  height: 35em;
}

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

.image-detail-wrapper {
  width: 35px;
  height: 35px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.image-detail-wrapper.small {
  width: 20px;
  height: auto;
}

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

.page {
  padding-top: 160px;
}

.inner-form {
  padding: 40px 35px;
}

.social-buttons {
  color: #ffffffb3;
  background-color: #55555526;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 35px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.image-social-btn {
  opacity: .7;
  max-width: 15px;
  height: 18px;
  margin-left: 5px;
  margin-right: 10px;
}

.green-bullet {
  background-color: var(--olive-drab);
  border-radius: 20px;
  width: 8px;
  height: 8px;
  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;
}

.text-white-opacity {
  color: #ffffff80;
}

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

.header.small {
  height: 30vh;
  padding-bottom: 2.4em;
}

.link-feed {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.link-feed.vertical {
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  height: 100%;
}

.bold {
  font-weight: 700;
}

.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);
}

.text-black-opacity {
  color: #202020b3;
}

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

.form-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  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;
}

.link-screenshots {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-screenshots.licenses {
  border-style: none;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
}

.logo-wrapper {
  width: 90px;
  height: 80px;
  display: flex;
}

.heading-xxlarge {
  z-index: 2;
  color: var(--main-white);
  letter-spacing: -.06em;
  margin-top: 0;
  font-size: 5em;
  font-weight: 100;
  line-height: 1;
  position: relative;
}

.rich-text p {
  color: var(--mid-gray);
  margin-bottom: 45px;
  font-weight: 300;
}

.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);
}

._100vh-image {
  height: 100vh;
}

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

.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(--olive-drab);
  color: var(--dark-slate-grey-2);
}

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

.swatch-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 15px 40px;
  font-size: 14px;
  display: flex;
}

.swatch-box.bg-dark-gray, .swatch-box.bg-dark-green {
  color: #ffffff80;
}

.wide-wrapper {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.crop {
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.full-image {
  width: 100%;
}

.wrap-cta-header {
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 25px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.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 {
  color: var(--grey-ananya);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.uppercase-small.right {
  text-align: right;
  line-height: 1.1;
}

.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-desktop {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.full-image-wrapper.beige-bkg {
  background-color: #bdad99ab;
}

.full-image-wrapper.image {
  background-color: #c5bfbf;
  background-image: url('../images/Ananya-top-down_desktop_Blur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-image-wrapper.image.dark {
  background-color: #050505;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ananya-top-down_desktop_Blur.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-image-wrapper.image.interior {
  background-image: url('../images/ANANYA-INTERIRO-FINAL-RENDER.jpg');
  justify-content: flex-end;
  align-items: flex-end;
  height: 200vh;
  display: flex;
}

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

.half-h {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  position: relative;
}

.overflow-frame {
  z-index: 4;
  border-radius: 6px;
  width: 100%;
  height: 40em;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.medium-paragraph {
  opacity: .8;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.38;
}

.medium-paragraph.hero {
  font-family: Supreme Variable, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

.box-wrapper {
  grid-row-gap: 2em;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.box-wrapper.flex-ic {
  grid-column-gap: 12px;
  flex-direction: row;
}

.icon-image {
  opacity: .81;
  width: 100%;
  height: 100%;
  max-height: 32px;
}

.icon-wrapper-xs {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  min-height: auto;
  margin-top: 0;
  display: flex;
}

.content-wrapper-2 {
  grid-row-gap: 6px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

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

.inner-rounded-img.size-m {
  height: 45em;
}

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

.col-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.tag-pill {
  background-color: var(--grey-ananya);
  color: #fff9;
  text-transform: uppercase;
  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;
}

.h-flex-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.paragraph-gap-m {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid-3 {
  border-bottom: 1px solid #333;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.grid-images-wrapper {
  z-index: 5;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.grid-images-wrapper.margine-above {
  margin-top: 100px;
}

.grid-5 {
  grid-template: ". MAIN-IMAGE"
  / 1fr auto 1fr;
  width: 100%;
}

.grid-5.margine-below {
  grid-template-columns: auto auto auto;
  margin-bottom: 20svh;
}

.frame-g {
  perspective: 2000px;
  perspective-origin: 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
}

.frame-g._1 {
  padding-top: 8vh;
  padding-bottom: 8vh;
  overflow: hidden;
}

.frame-g.s, .frame-g.size-m {
  max-width: 30vw;
  overflow: hidden;
}

.frame-g.first {
  perspective: 2000px;
  perspective-origin: 100%;
}

.frame-g.v004 {
  max-width: 22vw;
  max-height: 42vh;
}

.frame-square-r {
  z-index: 6;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.frame-square-r._3 {
  z-index: 2;
  opacity: .8;
  filter: blur(2px);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 25svw;
  height: 50svh;
  transition: all 1s;
  display: flex;
  overflow: visible;
}

.frame-square-r._3:hover {
  opacity: 100;
  filter: none;
  min-width: 60svw;
  height: 60vh;
  overflow: visible;
}

.frame-square-r._1 {
  z-index: 5;
  transform-origin: 100%;
  height: 42vh;
}

.frame-square-r._2 {
  min-width: 50svw;
  height: 65vh;
  padding: 0;
  transition: all 1s;
  top: 0;
  overflow: hidden;
}

.frame-square-r._2:hover {
  min-width: 70svw;
  max-width: 50svw;
}

.frame-square-r.v001 {
  max-width: 14vw;
}

.frame-square-r.v002, .frame-square-r.v005 {
  max-width: 18vw;
}

.frame-square-r.v006 {
  max-width: 14vw;
}

.frame-square-r.txt-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40vw;
  max-width: 50vw;
  height: 65vh;
  display: flex;
  top: 0;
  overflow: hidden;
}

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

.large-paragraph {
  opacity: 1;
  color: var(--pale-oak-ananaya);
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
}

.large-paragraph.margin-bottom-small {
  color: var(--plain-white-ananya);
}

.grid-2col-a {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.p-wrapper-gap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.grid-4c {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.bg-wrapper {
  background-image: url('../images/device-079_1device-079.webp');
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-wrapper._02 {
  background-image: url('../images/Ananya-Glampervan---main-sketch-right-side.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-h1-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.inner-hero-padding {
  z-index: 3;
  grid-column-gap: 20vh;
  grid-row-gap: 20vh;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 12vh;
  padding-bottom: 22vh;
  display: flex;
  position: relative;
}

.gap-m {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  min-width: 200px;
  min-height: 200px;
  display: flex;
}

.icon-wrapper-s {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  min-height: auto;
  margin-top: 0;
  display: flex;
}

.center-wrapper-s {
  grid-row-gap: 1.2em;
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 100%;
  display: flex;
  position: relative;
}

.grid-3c {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
  align-items: start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-3c.short-gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.divider {
  background-color: #fff3;
  height: 1px;
}

.divider.bg-dim-grey {
  background-color: #42424233;
}

.grid-4col-a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr .25fr;
  width: 100%;
  overflow: hidden;
}

.square-l {
  z-index: 6;
  border-radius: 6px;
  width: 100%;
  max-width: 50vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inner-container {
  padding: 84px 32px;
}

.page-gap {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-direction: column;
  padding-top: 7.2em;
  padding-bottom: 7.2em;
  display: flex;
}

.image-size-m {
  height: 40em;
  position: relative;
  overflow: hidden;
}

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

.inner-hero-absolute {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/Ananya-Glampervan---KEY-IMAGE-destop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.grid-3col-a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
  overflow: visible;
}

.frame-wrapper-l {
  padding-top: 14em;
  padding-bottom: 14em;
  overflow: hidden;
}

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

.heading-small-2 {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

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

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

._w-medium.center {
  align-items: center;
}

.grid-7 {
  grid-template-rows: auto;
}

.heading-medium-2 {
  letter-spacing: -.02em;
  margin-top: 10px;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.2;
}

.inner-grid-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  padding-right: 2.5em;
  display: flex;
}

.bg-fixed-wrapper {
  z-index: 3;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.paragraph-2 {
  font-family: Merriweather, serif;
  font-size: 1.5em;
  font-weight: 300;
}

.inner-bg-fixed {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/img-neebo-002_1img-neebo-002.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero-detail {
  opacity: .47;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 4em;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 11px;
}

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

.container-small {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  max-width: 45%;
  min-height: 200px;
  display: flex;
}

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

.image-m {
  z-index: 1;
  border-radius: 4px;
  width: 100%;
  height: 72vh;
  position: relative;
  overflow: hidden;
}

.image-s {
  width: 100%;
  height: 48vh;
  position: relative;
  overflow: hidden;
}

.image-s.rounded {
  position: relative;
}

.image-xs {
  border: 1px dotted red;
  width: 100%;
  height: 16vh;
  overflow: hidden;
}

.gap-l {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.grid-2-col.margin-bottom-small {
  align-content: space-between;
}

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

.grid-4-col {
  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;
}

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

.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.margin-bottom-large {
  margin-bottom: 128px;
}

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

.paragraph-wrapper {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  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;
}

.gap-96 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

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

.full-image-w {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-xl {
  border: 1px dotted #e7fc49;
  width: 100%;
  height: 125vh;
  overflow: hidden;
}

.container-medium {
  border: 1px dotted #2739ff;
  flex-direction: column;
  max-width: 65%;
  display: flex;
}

.paragraph-gap-l {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-gap-s {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bg-mid-gray {
  background-color: var(--m-gray);
  color: var(--black);
  font-weight: 600;
}

.span-gray {
  color: var(--dark-sea-green);
}

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

.half-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 740px;
  height: 100%;
  padding: 96px;
  display: flex;
}

.space {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.wrap-image-team {
  width: 100%;
  height: 36em;
  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;
}

.icon-wrapper-circle {
  background-color: var(--dark-slate-grey);
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  min-height: auto;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon-wrapper-circle.dark {
  background-color: #31313166;
}

.frame-content {
  z-index: 4;
  background-color: var(--dark-slate-grey);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 64px;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gray {
  background-color: var(--m-gray);
}

.input-gray {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black #00000040 var(--black);
  background-color: var(--dim-grey);
  min-width: 240px;
  height: 65px;
  color: var(--black);
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 400;
}

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

._w-small {
  width: 100%;
  max-width: 40%;
}

._w-small.cc-center {
  margin-left: auto;
  margin-right: auto;
}

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

.inner-section {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.flex-h {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.cc-center {
  margin-left: auto;
  margin-right: auto;
}

.square-m {
  border-radius: 4px;
  height: 30vw;
  overflow: hidden;
}

.heading-l {
  letter-spacing: -.03em;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 6em;
  font-weight: 500;
  line-height: 1.1;
}

.rectangle-m {
  border-radius: 4px;
  width: 100%;
  height: 50em;
  position: relative;
  overflow: hidden;
}

.stats-w {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.s-wrapper {
  flex: 0 45%;
  order: 1;
}

.sticky-section {
  flex-direction: column;
  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%;
}

.wrapper-75vh {
  justify-content: center;
  align-items: flex-end;
  height: 65vh;
  display: flex;
}

.frame-sc-wrapper {
  align-self: flex-end;
  align-items: flex-end;
  width: 42vw;
  max-width: 550px;
  height: 100%;
  max-height: 720px;
  display: flex;
  position: relative;
}

.frame-intro {
  z-index: 6;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  max-height: 720px;
  position: relative;
  overflow: hidden;
}

.frame-ab {
  z-index: 5;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  max-height: 680px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

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

.mono-text-wrapper {
  z-index: 50;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mono-text-wrapper.bottom {
  inset: auto 0% 0%;
}

.mono-text-wrapper.margine-abowe {
  margin-top: 100px;
}

.text-block-2 {
  color: var(--dark-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.sub-section {
  z-index: 5;
  position: relative;
}

.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(--main-white);
  background-color: #0000;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.main-input::placeholder {
  color: var(--main-white);
  font-size: 16px;
}

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

.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);
}

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

.text-gray {
  color: var(--dark-sea-green);
}

.hero-shadow {
  z-index: 3;
  background-image: linear-gradient(#000c, #2b2b2b00);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.frame-content-dark {
  z-index: 4;
  background-color: var(--dark-slate-grey);
  width: 100%;
  min-height: 40em;
  color: var(--black);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h-container-top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  padding-top: 120px;
  display: flex;
}

.h-container-bottom {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.wrapper-frame {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.wrapper-frame.c {
  z-index: 5;
  flex: none;
  width: 50vw;
}

.ratings {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.ratings-stars {
  max-height: 22px;
  margin-right: 5px;
}

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

.grid-2c.margine-20-on-top {
  margin-top: 100px;
}

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

.quote-rating-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px;
  display: flex;
  position: relative;
}

.full-image-w-2 {
  background-color: var(--base-ananya);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.ticker-ab {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.big-heading-wrapper {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
  overflow: hidden;
}

.xlarge-scroll-heading {
  color: #fff;
  letter-spacing: -.04em;
  white-space: nowrap;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 22em;
  font-weight: 400;
  line-height: 1;
}

.header-wrapper-h {
  grid-column-gap: 124px;
  grid-row-gap: 124px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 6em 32px 5em;
  display: flex;
  position: relative;
}

.mono-text {
  color: var(--dark-sea-green);
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-weight: 400;
}

.container-l {
  padding: 24px;
}

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

.frame-cd {
  z-index: 5;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  max-height: 680px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.icon-m {
  width: 72px;
  height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.center-wrapper-h {
  z-index: 2;
  width: 100%;
  color: var(--olive-drab);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 24px;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
}

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

.p-xsmall.user {
  color: var(--dark-sea-green);
  background-image: url('../images/icon-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-left: 12px;
}

.heading-w {
  padding-top: 48px;
  padding-bottom: 48px;
}

.card-dark {
  background-color: #272727;
  border-radius: 4px;
  flex-direction: column;
  padding: 48px;
  display: flex;
}

.icon-m-wrapper {
  width: 64px;
  height: 64px;
  margin-bottom: 124px;
}

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

.input-solid {
  min-width: 240px;
  height: 65px;
  color: var(--dark-slate-grey);
  background-color: #31313199;
  border: 1px solid #313131;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 400;
}

.input-solid.field {
  height: 120px;
}

.full-h {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.frame-stories-01, .rail-stories {
  height: 100%;
}

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

.card-expand-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 20vh;
  display: flex;
  position: relative;
}

.card-expand-wrapper {
  background-color: #e95252;
  width: 32vw;
  height: 64vh;
  position: relative;
}

.f-image {
  z-index: 5;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.f-image._002 {
  z-index: 4;
  max-width: 26vw;
  max-height: 42vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.f-image._003 {
  z-index: 3;
  max-width: 24vw;
  max-height: 60vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-list {
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--dim-grey);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.p-plan {
  font-size: 16px;
}

.p-plan.s {
  color: var(--dark-sea-green);
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.mask-h {
  z-index: 3;
  background-color: var(--main-orange);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mask-h.left, .mask-h.right {
  display: none;
}

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

.plan-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;
}

.alt-plan-mobile {
  display: none;
}

.banner-figma {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0a0a0a;
  border: 1px solid #353535;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin-top: 48px;
  padding: 18px 18px 18px 24px;
  display: flex;
}

.banner-inner {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  text-align: left;
  align-items: center;
  display: flex;
}

.banner-logo {
  height: 26px;
}

.banner-text {
  color: #fff;
  max-width: none;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.banner-button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #a3a3a3;
  border: 1px solid #3b3b3b;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 1px #0000000f;
}

.banner-button-outline:hover {
  box-shadow: none;
  background-color: #1a1a1a;
}

.arrow-btn {
  opacity: .51;
  width: 16px;
}

.heading-ananya {
  z-index: 2;
  max-width: 1500px;
  color: var(--burned-wood-ananya);
  letter-spacing: -.025em;
  -webkit-text-stroke-color: var(--main-white);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: .85;
  position: relative;
  overflow: hidden;
}

.heading-ananya.small {
  font-size: 3em;
}

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

.heading-small-copy.ananya {
  color: var(--green-tea-ananya);
  margin-bottom: 20px;
  font-weight: 600;
}

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

.grid-2c-copy.margine-20-on-top {
  margin-top: 100px;
}

.grid-2c-copy.ananya {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  max-width: 1300px;
  margin-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.statement {
  color: var(--burned-wood-ananya);
  font-weight: 700;
}

.body {
  background-color: var(--almond-milk-ananya);
}

.video-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
}

.video-wrap.margine-below {
  margin-bottom: 140px;
}

.code-embed {
  background-color: var(--base-ananya);
  width: 100%;
}

.ananya-key-logo {
  width: 60%;
}

.ananya-logo-segemnt {
  background-color: #cdc1b3;
  background-image: url('../images/Ananya-logo-Sanskrit_darker.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-3 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.headiing-full-image-on-top {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.materials-segemnt-wrap {
  text-align: center;
  background-color: #cdc1b3;
  background-image: url('../images/ANANYA-MATERIAL-desktop_descripton.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 5%;
  display: flex;
}

.small {
  font-size: 50%;
  font-weight: 600;
}

.overlay-mobile {
  display: none;
}

.hero-background {
  position: absolute;
  inset: 0%;
}

.hero-background.skywindow {
  background-image: url('../images/ANANYA-SKY-WINDOW_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 1s;
}

.hero-background.skywindow:hover {
  background-image: url('../images/ANANYA-SKY-WINDOW_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.arrow {
  width: auto;
  height: auto;
}

.arrow.second {
  position: relative;
  top: 1rem;
}

.hover-relative {
  position: relative;
}

.text-weight-medium {
  font-weight: 500;
}

.hover-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.circle-hover {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.circle-hero {
  background-color: #fff;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  box-shadow: 4px 6px 3px #00000080;
}

.hero-grid {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100svh;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  display: grid;
  position: absolute;
  inset: 0%;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-hover {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  max-width: 600px;
  color: var(--dark-slate-grey-3);
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #e28e2a;
  border-radius: .0625rem .3125rem .3125rem;
  align-items: flex-start;
  padding: .75rem 1rem;
  font-size: 12px;
  display: flex;
  position: absolute;
  left: .5rem;
  overflow: hidden;
}

.arrow-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: stretch;
  width: 1rem;
  height: .9rem;
  margin-top: .4rem;
  display: flex;
  overflow: hidden;
}

.section-white {
  z-index: 2;
  background-color: var(--base-ananya);
  position: relative;
}

.price {
  color: var(--sand-ananaya);
  font-size: 19px;
}

.samall {
  font-size: 18px;
  line-height: 18px;
}

.tab-link-tab-1 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 80px;
  display: flex;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--main-orange);
  opacity: .47;
  justify-content: flex-start;
  align-items: center;
  min-height: 80px;
  display: flex;
}

.tab-link-tab-2 {
  width: 50%;
}

.tab-link-tab-2.tab-headline {
  background-color: var(--dark-slate-grey-3);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  display: flex;
  box-shadow: 6px 8px 8px -1px #0009;
}

.tab-link-tab-2.tab-headline:hover {
  box-shadow: none;
}

.tab-headline {
  color: var(--sienna);
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.bold-text {
  font-size: 24px;
}

.text-block-3 {
  line-height: 1;
}

.tabs-menu {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 26px;
  font-size: 18px;
  display: flex;
}

._3-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.column-scroll-content {
  padding-top: 4.5rem;
}

.button-2 {
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #232325;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.column-scroll-content-text {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.2;
}

.column-scroll-sticky-inner {
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.spacer-sm-end {
  padding-bottom: 2.25rem;
}

.column-scroll-wrapper {
  width: 100%;
  height: 350vh;
  position: relative;
}

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

.column-scroll-content-title {
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 500;
  line-height: .95;
}

.column-scroll-content-title.is-2 {
  text-transform: uppercase;
  font-size: 5em;
}

.column-scroll-content-title.is-1 {
  font-size: 3em;
}

.column-scroll-content-copy {
  width: 100%;
  max-width: 38rem;
  margin-top: 2rem;
  line-height: 1.2;
}

.column-scroll-content-wrapper {
  z-index: 2;
  width: 66.66vw;
  min-height: 100vh;
  margin-top: -100vh;
  padding-right: 7rem;
  position: relative;
}

.column-scroll-item {
  flex: none;
  width: 33.3333vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.column-scroll-item.is-2 {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  right: 0;
}

.column-scroll-item.is-3 {
  inset: 0% 0% 0% auto;
}

.column-scroll-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.logo-ananya {
  width: 90%;
  margin-top: 25px;
  position: sticky;
  top: 30px;
}

.skiky {
  position: sticky;
  top: 25px;
}

.s-amond {
  z-index: 2;
  background-color: var(--base-ananya);
  position: relative;
}

.list-2 {
  margin-top: 9px;
}

.hero-background-desktop {
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.hero-background-desktop.skywindow {
  background-image: url('../images/ANANYA-SKY-WINDOW_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 1s;
}

.hero-background-desktop.skywindow:hover {
  background-image: url('../images/ANANYA-SKY-WINDOW_2.jpg'), url('../images/ANANYA-SKY-WINDOW_3.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.hero-background-mobile {
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-background-mobile.skywindow {
  background-image: url('../images/ANANYA-SKY-WINDOW_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 1s;
}

.hero-background-mobile.skywindow:hover {
  background-image: url('../images/ANANYA-SKY-WINDOW_2.jpg'), url('../images/ANANYA-SKY-WINDOW_3.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.hero-grid-mobile {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.on-top-mobile {
  transform-style: preserve-3d;
}

.in-touch-mobile {
  display: none;
}

.intro-copy-text {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2em;
}

.main-wrapper {
  background-color: var(--base-ananya);
  position: relative;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #c7c7c7;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-button {
  color: #fc762d;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #fc762d;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.is-large {
  font-size: 1em;
}

.intro-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 4em;
  line-height: .9;
}

.section-intro {
  position: relative;
}

.intro-pre-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: .9;
}

.page-wrapper {
  z-index: 2;
  position: relative;
}

.full-image-wrapper-us-mobile {
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: none;
  position: sticky;
  top: 0;
}

.full-image-wrapper-us-mobile.beige-bkg {
  background-color: #bdad99ab;
}

.full-image-wrapper-us-mobile.image {
  background-color: #c5bfbf;
  background-image: url('../images/Ananya-top-down_desktop_Blur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-image-wrapper-us-mobile.image.dark {
  background-color: #050505;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ananya-top-down_desktop_Blur.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hide-section {
  display: none;
}

.video {
  border-radius: 20px;
  position: relative;
  inset: auto 0% 0% auto;
  box-shadow: 10px 8px 10px 2px #00000080;
}

.div-block-5 {
  width: 30vw;
  margin-bottom: 103vh;
  margin-right: 3vw;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}

.icon-menu-main-wrapp {
  position: absolute;
  left: -50%;
}

.icon-menu-main-wrapp.w--open {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #7777774d;
  border-radius: 7px;
  margin-bottom: 5px;
  padding: 10px;
  position: absolute;
  bottom: 3svh;
  left: auto;
}

.dropdown {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.smaller {
  background-color: #141414;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 30px;
  display: flex;
}

.image-3 {
  width: 114px;
  height: 100%;
}

.vertical-line-nav {
  background-color: #fff;
  width: 1px;
  height: 30px;
}

.nav-wrap-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.dropdown-toggle-floating-menu {
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  transition: background-color .7s ease-in;
  display: flex;
}

.dropdown-toggle-floating-menu:hover {
  background-color: #6d6d6d;
}

.dropdown-toggle-floating-menu:active {
  background-color: #d6bdbd;
}

.navigation-wrapper {
  background-color: #7770;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-dropdown-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  background-color: #0003;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.navbar-wrapper-bottom {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #7777774d;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  box-shadow: 6px 2px 5px -2px #0003;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-floating {
  z-index: 20;
  justify-content: flex-start;
  align-items: flex-start;
  height: 0;
  display: flex;
  position: sticky;
  top: 93svh;
}

.nav-icon-menu {
  display: block;
  overflow: visible;
}

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

.image-4 {
  height: 100%;
}

.sec_interior-image-scrool {
  display: none;
}

.horizontal-scroll-wrap {
  padding-bottom: 100vh;
  display: none;
}

.height {
  background-image: linear-gradient(#000, #fff);
  height: 400dvh;
  position: relative;
}

.sticky {
  border: 2px solid #e600ff;
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  display: flex;
}

.flex-offset {
  margin-right: -100vw;
  display: flex;
}

.full-page-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
}

.full-page-2.is-horizontal-scroll-section {
  border: 2px solid #f17144;
  width: 100vw;
}

.code-embed-2.in-3 {
  width: 100%;
  height: 100%;
}

.mobile-video {
  display: none;
}

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

@media screen and (min-width: 1440px) {
  .container.odmik {
    max-width: 1800px;
  }

  .hero-h1-wrapper {
    max-width: 1800px;
    padding-left: 32px;
  }

  .hero-grid {
    padding-bottom: 5vh;
  }

  .image-4 {
    width: 100%;
  }
}

@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.hero {
    align-items: stretch;
    padding-top: 120px;
  }

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

  .grid.logo-wall {
    grid-row-gap: 60px;
  }

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

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

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

  .heading-large {
    font-size: 90px;
  }

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

  .navbar {
    z-index: 80;
  }

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

  .image-wrapper.content {
    padding-top: 0;
  }

  .frame-image-h.first {
    width: 25vw;
    height: 20vh;
  }

  .frame-image-h.third {
    width: 45vw;
  }

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

  .nav-menu {
    background-color: #fff0;
    padding: 31px;
  }

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

  .content-wrapper-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper-box.inner-form {
    padding-left: 45px;
    padding-right: 45px;
  }

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

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

  .stats-wrapper {
    text-align: left;
    align-items: flex-start;
    padding: 30px;
    font-size: 16px;
  }

  .image-frame {
    width: 35vw;
    height: 32vh;
  }

  .grid-rail {
    min-width: 100vw;
    min-height: auto;
  }

  .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, .wrap-image.product-l {
    height: 32em;
  }

  .link-feed {
    grid-template-columns: 1fr;
  }

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

  .div-block {
    height: 45px;
  }

  .image {
    height: 90px;
  }

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

  .crop {
    height: auto;
  }

  .overflow-frame {
    height: 38vh;
    top: -4vh;
  }

  .box-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-left: 0;
  }

  .inner-rounded-img.size-m {
    height: 30em;
  }

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

  .paragraph-gap-m {
    width: 100%;
  }

  .frame-square-r._3, .frame-square-r._1 {
    height: 30vh;
  }

  .frame-square-r._2 {
    height: 45vh;
  }

  .frame-square-r.txt-wrapper {
    width: 75vw;
    height: auto;
  }

  .grid-2col-a {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .p-wrapper-gap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-4c {
    grid-template-columns: 1fr 1fr;
  }

  .inner-hero {
    height: auto;
  }

  .hero-h1-wrapper {
    justify-content: center;
  }

  .inner-hero-padding {
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
    padding-top: 120px;
  }

  .center-wrapper-s {
    grid-column-gap: 24px;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    min-height: auto;
    padding-left: 0;
  }

  .grid-3c {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .paragraph-2 {
    font-size: 20px;
  }

  .hero-detail {
    display: none;
  }

  .image-m {
    height: 64vh;
  }

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

  .paragraph-gap-l, .paragraph-gap-s {
    width: 100%;
  }

  .half-container {
    max-width: none;
    padding: 64px;
  }

  .space {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

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

  .frame-content {
    grid-column-gap: 124px;
    grid-row-gap: 124px;
    min-height: auto;
    padding: 48px;
  }

  .form-grid {
    grid-row-gap: 12px;
  }

  ._w-small {
    max-width: 65%;
  }

  .frame-content-dark {
    grid-column-gap: 124px;
    grid-row-gap: 124px;
    min-height: auto;
    padding: 48px;
    top: -4vh;
  }

  .h-container-top {
    padding-top: 80px;
  }

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

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

  .quote-rating-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .ticker-ab {
    height: 100%;
  }

  .xlarge-scroll-heading {
    font-size: 16em;
  }

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

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

  .header-article {
    height: auto;
  }

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

  .grid-list.header, .open-pages-wrapper {
    display: none;
  }

  .plan-wrapper {
    z-index: 3;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column wrap;
    position: relative;
  }

  .alt-plan-mobile {
    order: -1;
    display: block;
  }

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

  .hero-grid {
    display: none;
  }

  .hero-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    height: 100svh;
    display: flex;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero-grid-mobile, .in-touch-mobile {
    display: none;
  }

  .header-button {
    font-size: 1em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .navigation-wrapper {
    background-color: #0000;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.line.padding-bottom-medium {
    border-right-style: none;
  }

  .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-large {
    font-size: 36px;
  }

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

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

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

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

  .main-grid {
    grid-row-gap: 36px;
  }

  .stats-wrapper {
    font-size: 14px;
  }

  .hero-rail.about-page {
    top: 0;
  }

  .frame-square-r._3, .frame-square-r._1 {
    height: 22vh;
  }

  .grid-4c {
    grid-row-gap: 36px;
  }

  .grid-3c {
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .frame-wrapper-l {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .heading-medium-2 {
    font-size: 24px;
  }

  .gap-96 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

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

  .half-container, .frame-content {
    padding: 32px;
  }

  .heading-l {
    font-size: 3.8em;
  }

  .frame-content-dark {
    padding: 32px;
  }

  .ratings-stars {
    max-height: 18px;
  }

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

  .full-image-w-2 {
    height: 50vh;
  }

  .ticker-ab {
    height: 100%;
  }

  .xlarge-scroll-heading {
    font-size: 12vh;
  }

  .card-expand-wrapper {
    width: 60vw;
  }

  .banner-text {
    font-size: 24px;
  }

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

  .column-scroll-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }

  .column-scroll-wrapper {
    height: auto;
  }

  .column-scroll-content-title {
    font-size: 15vw;
  }

  .column-scroll-content-wrapper {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .column-scroll-sticky {
    position: static;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .navbar-brand {
    padding-left: 0;
  }
}

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

  h2 {
    font-size: 30px;
  }

  li {
    font-size: 13px;
  }

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

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

  .inner-padding-medium.manj {
    padding-top: 30px;
  }

  .inner-padding-medium.manj.odmik {
    padding: 30px;
  }

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

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

  .section.bg-alomond-white {
    overflow: hidden;
  }

  .section.bg-alomond-white.inwe-spacing {
    padding-top: 5svh;
  }

  .section.hero {
    z-index: 100;
    height: auto;
  }

  .section.h-xlarge {
    z-index: 60;
    height: auto;
    padding-bottom: 25vh;
  }

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

  .overflow.center.flex {
    flex-direction: column;
    align-items: center;
  }

  .content-wrapper.inner-padding-xsmall {
    padding: 0;
  }

  .content-wrapper.line.padding-bottom-medium {
    border-right-style: none;
  }

  .content-wrapper.line.padding-bottom-medium.imena {
    height: 100%;
    display: none;
  }

  .content-wrapper.quote-block {
    padding: 32px;
  }

  .content-wrapper.title {
    position: static;
  }

  .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: 0;
  }

  .container.inner-padding-large {
    padding: 30px;
    font-size: 17px;
  }

  .container.inner-padding-large.space-below {
    margin-bottom: 80px;
  }

  .container.page {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 25px;
    display: flex;
  }

  .container.padding-top-medium.odmik-30 {
    padding: 30px;
  }

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

  .container.h {
    order: 1;
  }

  .container.odmik {
    padding: 29px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr 1fr;
    display: flex;
    overflow: visible;
  }

  .grid.hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid.topnav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid.logo-wall {
    grid-column-gap: 20px;
    grid-row-gap: 45px;
    justify-content: stretch;
  }

  .grid.padding-bottom-medium {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .grid.reverse {
    flex-flow: wrap;
  }

  .center-wrapper.inner-padding-large {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
  }

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

  .center-wrapper-box.inner-padding-large {
    z-index: 4;
  }

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

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

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

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

  .padding-top-large {
    padding-top: 48px;
  }

  .padding-top-xsmall {
    padding-top: 10px;
  }

  .margin-bottom-medium {
    margin-bottom: 48px;
  }

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

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

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

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

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

  .main-paragraph.dark-text {
    opacity: .8;
    color: var(--light-salmon);
  }

  .main-paragraph.git {
    opacity: .8;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 13px;
    display: flex;
  }

  .main-paragraph.mobile-small {
    font-size: 11px;
  }

  .heading-xlarge {
    font-size: 8em;
    line-height: 1;
  }

  .heading-xlarge.super-large {
    font-size: 8em;
  }

  .heading-large {
    font-size: 40px;
  }

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

  .heading-medium.margin-bottom-small.manjse {
    font-size: 2.4em;
  }

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

  .heading-regular.darker {
    font-size: 40px;
  }

  .heading-regular.key-facts {
    font-size: 1.5em;
  }

  .heading-regular.specal {
    color: var(--main-orange);
    font-size: 28px;
  }

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

  .heading-xsmall {
    color: var(--burned-wood-ananya);
    font-size: 16px;
    font-weight: 600;
  }

  .heading-xsmall.git {
    color: var(--almond-milk-ananya);
    margin-bottom: 5px;
    font-size: 18px;
  }

  .main-button {
    text-align: center;
    font-size: 16px;
  }

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

  .navbar {
    z-index: 80;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    text-align: left;
    position: fixed;
    inset: 0% 0% auto;
  }

  .underline {
    display: none;
  }

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

  .wide-grid.overflow {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .image-wrapper.padding {
    width: 100%;
  }

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

  .frame-image-h.first {
    width: 45vw;
    height: 15vh;
  }

  .frame-image-h.second {
    width: 28vw;
    height: 28vw;
  }

  .frame-image-h.third {
    height: 16vh;
    padding-left: 25px;
  }

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

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

  .frame-image-h.top {
    top: -1em;
  }

  .frame-image-h.left {
    height: auto;
  }

  .nav-menu {
    opacity: 1;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-image: url('../images/ananya-top-down_MOBILE_Blur.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    padding: 130px 30px 30px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-items-wrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .brand {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 30px;
    padding-left: 30px;
    display: block;
    overflow: hidden;
  }

  .brand:focus {
    border: 1px #000;
  }

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

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

  .nav-wrapper {
    z-index: 120;
    height: 70px;
  }

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

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

  .main-nav-link {
    padding-left: 0;
    font-size: 10px;
  }

  .text-wrapper {
    font-size: 13px;
  }

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

  .menu-button.w--open {
    margin-right: 20px;
  }

  .split {
    column-count: 1;
  }

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

  .simple-grid.list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 30px;
  }

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

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

  .simple-grid.no-gap {
    grid-row-gap: 0px;
  }

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

  .regular-link.text-light-green {
    font-size: 14px;
  }

  .regular-link.white {
    color: var(--cornflower-blue);
    font-size: 13px;
  }

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

  ._70vh-image {
    width: 100%;
    height: 45vh;
    min-height: 30vh;
  }

  .logos-wall {
    max-width: 100px;
    max-height: 30px;
  }

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

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

  .image-logo {
    flex: 1;
    max-height: none;
  }

  .nav-overlayer {
    z-index: -20;
    filter: blur(9px);
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #0000;
    display: block;
    position: absolute;
    inset: 0%;
  }

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

  .secondary-paragraph {
    font-size: 20px;
    line-height: 1.4;
  }

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

  .main-grid {
    grid-row-gap: 36px;
    align-content: space-between;
  }

  .grid-list-stats {
    grid-column-gap: 10px;
    grid-template-columns: .5fr;
    grid-auto-flow: column;
  }

  .grid-list-stats.inner-padding-xsmall {
    grid-column-gap: 10px;
  }

  .stats-wrapper {
    padding: 30px;
    font-size: 14px;
  }

  .image-frame {
    width: 100%;
    max-width: none;
    height: 16em;
  }

  .grid-rail {
    grid-column-gap: 0px;
    flex: none;
    min-width: auto;
    min-height: auto;
    margin-right: 1.5vw;
    padding-top: .75vw;
    padding-bottom: .75vw;
  }

  .hero-rail {
    align-items: flex-end;
    height: auto;
  }

  .hero-rail.about-page {
    flex: 0 auto;
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

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

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

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

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

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

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

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

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

  .header {
    min-height: 35vh;
  }

  .form-flex {
    flex-direction: column;
  }

  .link-screenshots {
    padding-left: 0;
    padding-right: 0;
  }

  .link-screenshots.licenses {
    height: 200px;
  }

  .heading-xxlarge {
    font-size: 37px;
  }

  ._100vh-image {
    height: 50vh;
  }

  .image {
    height: 60px;
  }

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

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

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

  .wide-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .uppercase-small.right {
    text-align: center;
    order: -1;
    line-height: 1.1;
  }

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

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

  .image-desktop {
    display: none;
  }

  .full-image-wrapper.image {
    background-image: url('../images/ananya-top-down_MOBILE_Blur.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
  }

  .full-image-wrapper.image.dark {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ananya-top-down_MOBILE_Blur.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .full-image-wrapper.image.interior, .full-image-wrapper.sec-interior {
    display: none;
  }

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

  .half-h {
    height: auto;
    padding-top: 4em;
  }

  .overflow-frame {
    height: 20vh;
  }

  .medium-paragraph {
    font-size: 20px;
  }

  .medium-paragraph.hero {
    font-size: 1.8em;
  }

  .box-wrapper {
    grid-row-gap: 16px;
    height: auto;
    min-height: auto;
    padding-top: 25px;
    padding-right: 0;
  }

  .box-wrapper.flex-ic {
    justify-content: space-between;
  }

  .content-wrapper-2 {
    grid-row-gap: 2px;
  }

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

  .inner-rounded-img.size-m {
    height: 30vh;
  }

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

  .col-content {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .h-flex-icon {
    grid-column-gap: 12px;
  }

  .paragraph-gap-m {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .grid-images-wrapper {
    margin-bottom: 60px;
  }

  .grid-5 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
  }

  .frame-g._1 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .frame-g._1.s, .frame-g.size-m {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .frame-g.v000 {
    z-index: 4;
    overflow: visible;
  }

  .frame-square-r {
    align-self: stretch;
    overflow: hidden;
  }

  .frame-square-r._3 {
    filter: none;
    align-self: center;
    min-width: auto;
    height: 100%;
    position: static;
    top: 10px;
    overflow: hidden;
  }

  .frame-square-r._3:hover {
    min-width: 100%;
    height: 120%;
  }

  .frame-square-r._1 {
    height: 20vh;
    top: 0;
  }

  .frame-square-r._2 {
    align-self: stretch;
    min-width: auto;
    height: 100%;
    position: static;
    top: 10px;
    overflow: hidden;
  }

  .frame-square-r._2:hover {
    min-width: 100%;
    max-width: 100%;
    height: 120%;
  }

  .frame-square-r.v001, .frame-square-r.v002 {
    max-width: 28vw;
    max-height: 28vw;
  }

  .frame-square-r.v003, .frame-square-r.v004 {
    align-self: center;
    max-width: 28vw;
    max-height: 28vw;
  }

  .frame-square-r.v005 {
    max-width: 28vw;
    max-height: 28vw;
  }

  .frame-square-r.v006 {
    align-self: center;
    max-width: 28vw;
    max-height: 28vw;
  }

  .frame-square-r.txt-wrapper {
    align-self: stretch;
    width: auto;
    max-width: 80vw;
    height: auto;
    overflow: visible;
  }

  .large-paragraph {
    font-size: 25px;
  }

  .large-paragraph.margin-bottom-small {
    font-size: 22px;
  }

  .grid-4c {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-content: space-between;
  }

  .bg-wrapper {
    background-position: 50%;
  }

  .bg-wrapper._02 {
    background-image: url('../images/Ananya-Glampervan---main-sketch-right-side_mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .inner-hero {
    min-height: 100svh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inner-hero._70cvh {
    min-height: 70svh;
  }

  .hero-h1-wrapper {
    justify-content: flex-start;
    padding-left: 30px;
  }

  .inner-hero-padding {
    grid-column-gap: 20vh;
    grid-row-gap: 20vh;
    flex-wrap: wrap;
    min-height: 32em;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .inner-hero-padding.main-h {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
    min-height: 100svh;
    padding-top: 80px;
  }

  .icon-wrapper-s {
    align-items: flex-start;
    width: 36px;
    height: 36px;
  }

  .center-wrapper-s {
    grid-row-gap: 16px;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    padding-right: 0;
    overflow: hidden;
  }

  .grid-3c {
    grid-column-gap: 24px;
    grid-row-gap: 36px;
    align-content: space-between;
  }

  .grid-4col-a {
    flex: 1;
    overflow: hidden;
  }

  .inner-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-gap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .image-size-m {
    border-radius: 4px;
    position: relative;
  }

  .image-size-m.h-max {
    height: 20em;
  }

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

  .inner-hero-absolute {
    background-image: linear-gradient(#0000004a, #0000004a), url('../images/Ananya-Glampervan---KEY-IMAGE-Mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .grid-3col-a {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: visible;
  }

  .frame-wrapper-l {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .heading-small-2 {
    font-size: 1em;
  }

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

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

  .heading-medium-2 {
    line-height: 1.15;
  }

  .inner-grid-column {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-right: 10px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .inner-bg-fixed {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

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

  .image-m {
    height: auto;
  }

  .image-s {
    height: 24vh;
  }

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

  .margin-bottom-large {
    margin-bottom: 40px;
  }

  .gap-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph-wrapper {
    justify-content: center;
    align-items: flex-start;
    font-size: 18px;
  }

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

  .gap-96 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

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

  .paragraph-gap-l, .paragraph-gap-s {
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .half-container {
    padding: 32px 24px;
  }

  .space {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .wrap-image-team {
    height: 14em;
  }

  .header-wrapper-left {
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-wrapper-circle {
    width: 52px;
    height: 52px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .form-grid {
    grid-column-gap: 15px;
    grid-row-gap: 12px;
  }

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

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

  .s-wrapper {
    flex-basis: 44%;
  }

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

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

  .wrapper-75vh {
    height: 28vh;
  }

  .frame-sc-wrapper {
    width: 70vw;
    max-height: 28vh;
  }

  .frame-intro {
    max-height: 28vh;
  }

  .frame-ab {
    max-width: 320px;
  }

  .mono-text-wrapper {
    justify-content: space-between;
    padding: 12px;
    position: sticky;
    top: 5vh;
  }

  .mono-text-wrapper.bottom {
    justify-content: space-between;
    position: relative;
  }

  .mono-text-wrapper.bel {
    color: var(--light-coral);
    top: 10vh;
  }

  .text-block-2 {
    font-size: 7px;
  }

  .text-block-2.bel {
    color: var(--sienna);
    font-size: 11px;
  }

  .main-input::placeholder {
    font-size: 13px;
  }

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

  .frame-content-dark {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    top: -2vh;
  }

  .h-container-top {
    height: 35vh;
  }

  .ratings-stars {
    max-height: 18px;
  }

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

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

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

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

  .quote-rating-wrapper {
    width: 100%;
  }

  .full-image-w-2 {
    height: 24em;
  }

  .ticker-ab {
    height: 100%;
  }

  .big-heading-wrapper {
    padding-top: 0;
    padding-bottom: 1.2em;
  }

  .xlarge-scroll-heading {
    font-size: 12vh;
    line-height: 1;
  }

  .header-wrapper-h {
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    height: 28em;
  }

  .frame-cd {
    max-width: 320px;
  }

  .icon-m {
    width: 48px;
    height: 48px;
  }

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

  .card-dark {
    padding: 24px;
  }

  .icon-m-wrapper {
    margin-bottom: 68px;
  }

  .full-h {
    height: 60vh;
  }

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

  .card-expand-wrapper {
    height: 32vh;
  }

  .f-image._002 {
    max-width: 45vw;
    max-height: 24vh;
  }

  .f-image._003 {
    max-width: 44vw;
    max-height: 22vh;
    inset: 0% 0% auto auto;
  }

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

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

  .collection-item-4 {
    width: 100%;
  }

  .plan-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .collection-item-5 {
    width: 100%;
  }

  .banner-figma {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
    display: flex;
  }

  .banner-inner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-logo {
    height: 24px;
  }

  .banner-text {
    max-width: none;
    font-size: 16px;
  }

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

  .heading-ananya {
    text-align: left;
    font-size: 43px;
    line-height: 1;
  }

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

  .heading-small-copy.ananya {
    padding-top: 40px;
  }

  .grid-2c-copy.ananya {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .overlay-mobile {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100svh;
    display: grid;
    position: absolute;
    inset: auto 0% 0;
  }

  .hero-background.skywindow {
    background-image: url('../images/ANANYA-SKY-WINDOW_MOBILE.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70svh;
    transition-property: none;
    position: static;
  }

  .hero-background.skywindow:hover {
    background-image: url('../images/ANANYA-SKY-WINDOW_MOBILE.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-wrapper {
    height: auto;
  }

  .hero-hover {
    background-color: #ffffffa3;
    padding: .35rem;
    font-size: 9px;
    line-height: 1.1;
  }

  .price {
    color: var(--sand-ananaya);
    margin-top: 14px;
    margin-bottom: 0;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2.tab-headline {
    padding: 12px;
  }

  .tab-headline {
    font-size: 13px;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 50px;
    margin-bottom: 14px;
  }

  ._3-image-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    position: sticky;
    top: 0;
  }

  .page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .column-scroll-wrapper {
    display: none;
  }

  .column-scroll-image {
    height: 70svh;
  }

  .column-scroll-content-title.is-2 {
    font-size: 2.7em;
    font-weight: 600;
  }

  .column-scroll-content-title.is-1 {
    font-size: 1.4em;
  }

  .column-scroll-content-wrapper {
    z-index: 10;
    background-color: var(--base-ananya);
    padding: 30px;
    display: none;
    position: relative;
  }

  .column-scroll-content-wrapper.mobile {
    display: block;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .column-scroll-item.is-2, .column-scroll-item.is-3 {
    margin-top: 10px;
    position: sticky;
  }

  .column-scroll-item.is-1 {
    margin-top: -22px;
    position: sticky;
  }

  .column-scroll-sticky {
    height: auto;
  }

  .skiky {
    position: static;
  }

  .hero-background-desktop {
    display: none;
  }

  .hero-background-mobile {
    display: block;
    position: relative;
  }

  .hero-grid-mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    inset: 0%;
  }

  .on-top-mobile {
    z-index: 50;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ebebeb5e;
    border-top-left-radius: 0;
    border-bottom-left-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .image-2 {
    width: 20px;
    height: 20px;
  }

  .in-touch-mobile {
    padding: 0;
    display: block;
  }

  .form {
    overflow: hidden;
  }

  .div-block-4 {
    margin-right: 20px;
  }

  .header-button {
    width: 100%;
  }

  .full-image-wrapper-us-mobile {
    height: 60vh;
    display: block;
  }

  .full-image-wrapper-us-mobile.image {
    background-image: url('../images/ananya-top-down_MOBILE_Blur.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
  }

  .full-image-wrapper-us-mobile.image.dark {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ananya-top-down_MOBILE_Blur.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hide-section, .vertical-line-nav, .icon-2 {
    display: none;
  }

  .navigation-wrapper {
    flex: 0 auto;
    position: absolute;
    inset: 0%;
  }

  .navbar-brand.in-floatin-menu {
    display: none;
  }

  .navbar-wrapper-bottom {
    width: 80%;
    height: 40px;
    box-shadow: none;
    padding: 10px;
  }

  .navbar-floating {
    width: 100%;
    display: none;
    top: 95svh;
  }

  .menu-button-2 {
    display: none;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf00;
    display: none;
  }

  .sec_interior-image-scrool {
    width: 100vh;
    display: block;
  }

  .camera {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .frame {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .item {
    flex: none;
    width: 100vw;
    height: 100vh;
  }

  .image-horizotal-scroll {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .horizontal-scroll-wrap {
    display: block;
  }

  .height {
    background-image: none;
  }

  .sticky {
    border-style: none;
  }

  .full-page-2.is-horizontal-scroll-section {
    background-image: url('../images/ANANYA-INTERIRO-FINAL-RENDER_1.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    border-style: none;
    width: 300vw;
  }

  .full-vhw-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .code-embed-2 {
    width: 100%;
    height: 100vh;
  }

  .mobile-video {
    z-index: 30;
    display: block;
    position: relative;
  }

  .mobile-small {
    opacity: .8;
    color: var(--light-salmon);
    font-size: 13px;
    line-height: 1.5;
    display: block;
  }

  .image-5 {
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40vh;
    position: sticky;
    inset: 0%;
  }
}

#w-node-_1c1fa57f-3321-cf5a-81ec-b1da37a01ab5-f5f03188 {
  grid-area: 1 / 1 / 3 / 7;
  align-self: center;
}

#w-node-_1c27e7ae-4762-d38a-a54e-f1fa5e67710b-f5f03188 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_22ebed36-61b1-b5d4-19eb-4d9c99512a20-f5f03188 {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: end;
}

#w-node-_24518b94-a255-6f96-0132-8f865084c201-f5f03188 {
  grid-area: 1 / 1 / 3 / 7;
  align-self: center;
}

#w-node-_24518b94-a255-6f96-0132-8f865084c204-f5f03188 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_82fa993d-1deb-f279-9189-4ce5678130db-f5f03188, #w-node-_82fa993d-1deb-f279-9189-4ce5678130eb-f5f03188, #w-node-_2a168919-91e1-52eb-49a7-db15f2422f7c-f5f03188 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a168919-91e1-52eb-49a7-db15f2422f7f-f5f03188 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ab8d375c-4ed1-ab2d-349e-24535a17a25d-f5f03188, #w-node-ab8d375c-4ed1-ab2d-349e-24535a17a260-f5f03188, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2c8-f5f03188, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2cb-f5f03188, #w-node-_10e02ee7-0cd3-823e-9052-732762056700-f5f03188, #w-node-_10e02ee7-0cd3-823e-9052-732762056703-f5f03188, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c0-f5f03188, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c6-f5f03188, #w-node-_2623bcde-0bc1-9290-c57c-deb1d0635597-f5f03188, #w-node-_2623bcde-0bc1-9290-c57c-deb1d063559d-f5f03188 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5599bd6f-f979-1a93-58cd-3b187bc4b974-f5f03188 {
  grid-area: 3 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_5599bd6f-f979-1a93-58cd-3b187bc4b980-f5f03188 {
  grid-area: 3 / 5 / 5 / 6;
  place-self: start end;
}

#w-node-_5599bd6f-f979-1a93-58cd-3b187bc4b98c-f5f03188 {
  grid-area: 3 / 7 / 5 / 8;
  place-self: center end;
}

#w-node-_5599bd6f-f979-1a93-58cd-3b187bc4b998-f5f03188 {
  order: 9999;
  grid-area: 5 / 7 / 7 / 8;
  place-self: center;
}

#w-node-_4e1e073a-f74e-0db1-8ca3-7e3dc3eb35b6-f5f03188 {
  order: 9999;
  grid-area: 2 / 2 / 3 / 5;
  place-self: start center;
}

#w-node-_7c4d8f8f-7d1c-3104-2885-70e38364508f-f5f03188 {
  order: 9999;
  grid-area: 6 / 2 / 7 / 3;
  place-self: center;
}

#w-node-_27dff955-753f-61f5-0b40-3d64f8b73e0d-f5f03188 {
  order: 9999;
  grid-area: 6 / 5 / 7 / 6;
  place-self: center;
}

#w-node-a14f3695-28ee-7a5d-603d-3da9a7b567aa-f5f03188 {
  order: 9999;
  grid-area: 5 / 5 / 6 / 6;
  place-self: start center;
}

#w-node-_520e2cb2-bfd9-09d0-fede-326402bfe367-f5f03188 {
  order: 9999;
  grid-area: 4 / 9 / 7 / 10;
  place-self: center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045a7-f5f03188 {
  grid-area: 3 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045b0-f5f03188 {
  grid-area: 3 / 5 / 5 / 6;
  place-self: start end;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045b9-f5f03188 {
  grid-area: 3 / 7 / 5 / 8;
  place-self: center end;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045c3-f5f03188 {
  order: 9999;
  grid-area: 5 / 7 / 7 / 8;
  place-self: center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045cc-f5f03188 {
  order: 9999;
  grid-area: 2 / 2 / 3 / 5;
  place-self: start center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045d7-f5f03188 {
  order: 9999;
  grid-area: 6 / 2 / 7 / 3;
  place-self: center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045e0-f5f03188 {
  order: 9999;
  grid-area: 6 / 5 / 7 / 6;
  place-self: center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045e9-f5f03188 {
  order: 9999;
  grid-area: 5 / 5 / 6 / 6;
  place-self: start center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045f2-f5f03188 {
  order: 9999;
  grid-area: 4 / 9 / 7 / 10;
  place-self: center;
}

#w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf1-f5f03188, #w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf8-f5f03188 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4e28b81-4cb3-569b-542d-d407c4b17d06-f5f03188 {
  grid-area: 3 / 5 / 5 / 6;
  place-self: start end;
}

#w-node-a4e28b81-4cb3-569b-542d-d407c4b17d36-f5f03188 {
  order: 9999;
  grid-area: 5 / 4 / 7 / 6;
  place-self: center;
}

#w-node-f3050d85-8893-4803-90f6-ed32d05af58a-f5f03188 {
  grid-area: 3 / 5 / 5 / 6;
  place-self: start end;
}

#w-node-f3050d85-8893-4803-90f6-ed32d05af599-f5f03188 {
  order: 9999;
  grid-area: 5 / 4 / 7 / 6;
  place-self: center;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa1509-f5f03188 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa150c-f5f03188 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa1515-f5f03188 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa14ec-f5f03188 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: stretch;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa14ee-f5f03188 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa14f0-f5f03188 {
  align-self: start;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa14f2-f5f03188, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa14fa-f5f03188, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1502-f5f03188 {
  align-self: center;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa1520-f5f03188 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c2eb75c8-c928-32f8-ad7f-0886bd273722-f5f03188, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1523-f5f03188 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_24e5ee10-8594-6acd-2b60-4b65c651c29e-f5f03188 {
  grid-area: 1 / 1 / 4 / 4;
  align-self: stretch;
}

#w-node-_24e5ee10-8594-6acd-2b60-4b65c651c2bd-f5f03188 {
  grid-area: 1 / 5 / 4 / 11;
  align-self: start;
}

#w-node-_20aef862-addf-d940-a253-c3069e01be5f-f5f03188 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6e60dbd6-dff3-c1d8-5efa-f034ad3f1ce2-f5f03188 {
  grid-area: 1 / 1 / 4 / 8;
  align-self: start;
}

#w-node-_7d1f1c6c-dfe4-229a-accd-0893e9a8ff53-f5f03188 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_7d1f1c6c-dfe4-229a-accd-0893e9a8ff5d-f5f03188 {
  grid-area: 1 / 1 / 4 / 8;
  align-self: start;
}

#w-node-_4501bd1a-a977-c743-9af3-d3702bc0f471-2bc0f46d {
  grid-area: 1 / 6 / 2 / 8;
  place-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-_4d29de87-e6ae-3d51-1452-2420e1e8be61-2af9bc90 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_4d29de87-e6ae-3d51-1452-2420e1e8be6b-2af9bc90 {
  grid-area: 1 / 1 / 4 / 8;
  align-self: start;
}

#w-node-_4d29de87-e6ae-3d51-1452-2420e1e8be72-2af9bc90 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_4d29de87-e6ae-3d51-1452-2420e1e8be7c-2af9bc90 {
  grid-area: 1 / 1 / 4 / 8;
  align-self: start;
}

#w-node-_9db69e7e-3da1-40c0-3520-8442fcc8af98-c78774de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_25436a3b-9f48-4d60-7bd0-7e9ea370d4e8-c78774de {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-c6edaf03-bc9b-9f47-50b1-83b7d065da61-c78774de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c6edaf03-bc9b-9f47-50b1-83b7d065da64-c78774de {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_0c5fd0d7-58e4-8bfe-4bd9-2a920b535b21-c78774de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0c5fd0d7-58e4-8bfe-4bd9-2a920b535b24-c78774de {
  grid-area: 1 / 5 / 2 / 13;
}

#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-1af518e03dfd-18e03dbd {
  grid-area: 1 / 11 / 2 / 13;
}

#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-_1c1fa57f-3321-cf5a-81ec-b1da37a01ab5-07900332 {
  grid-area: 1 / 1 / 3 / 7;
  align-self: center;
}

#w-node-_1c27e7ae-4762-d38a-a54e-f1fa5e67710b-07900332 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_22ebed36-61b1-b5d4-19eb-4d9c99512a20-07900332 {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: end;
}

#w-node-_24518b94-a255-6f96-0132-8f865084c201-07900332 {
  grid-area: 1 / 1 / 3 / 7;
  align-self: center;
}

#w-node-_24518b94-a255-6f96-0132-8f865084c204-07900332 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_2a168919-91e1-52eb-49a7-db15f2422f7c-07900332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a168919-91e1-52eb-49a7-db15f2422f7f-07900332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ab8d375c-4ed1-ab2d-349e-24535a17a25d-07900332, #w-node-ab8d375c-4ed1-ab2d-349e-24535a17a260-07900332, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2c8-07900332, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2cb-07900332, #w-node-_10e02ee7-0cd3-823e-9052-732762056700-07900332, #w-node-_10e02ee7-0cd3-823e-9052-732762056703-07900332, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c0-07900332, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c6-07900332, #w-node-_2623bcde-0bc1-9290-c57c-deb1d0635597-07900332, #w-node-_2623bcde-0bc1-9290-c57c-deb1d063559d-07900332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5599bd6f-f979-1a93-58cd-3b187bc4b974-07900332 {
  grid-area: 3 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_5599bd6f-f979-1a93-58cd-3b187bc4b980-07900332 {
  grid-area: 3 / 5 / 5 / 6;
  place-self: start end;
}

#w-node-_5599bd6f-f979-1a93-58cd-3b187bc4b98c-07900332 {
  grid-area: 3 / 7 / 5 / 8;
  place-self: center end;
}

#w-node-_5599bd6f-f979-1a93-58cd-3b187bc4b998-07900332 {
  order: 9999;
  grid-area: 5 / 7 / 7 / 8;
  place-self: center;
}

#w-node-_4e1e073a-f74e-0db1-8ca3-7e3dc3eb35b6-07900332 {
  order: 9999;
  grid-area: 2 / 2 / 3 / 5;
  place-self: start center;
}

#w-node-_7c4d8f8f-7d1c-3104-2885-70e38364508f-07900332 {
  order: 9999;
  grid-area: 6 / 2 / 7 / 3;
  place-self: center;
}

#w-node-_27dff955-753f-61f5-0b40-3d64f8b73e0d-07900332 {
  order: 9999;
  grid-area: 6 / 5 / 7 / 6;
  place-self: center;
}

#w-node-a14f3695-28ee-7a5d-603d-3da9a7b567aa-07900332 {
  order: 9999;
  grid-area: 5 / 5 / 6 / 6;
  place-self: start center;
}

#w-node-_520e2cb2-bfd9-09d0-fede-326402bfe367-07900332 {
  order: 9999;
  grid-area: 4 / 9 / 7 / 10;
  place-self: center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045a7-07900332 {
  grid-area: 3 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045b0-07900332 {
  grid-area: 3 / 5 / 5 / 6;
  place-self: start end;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045b9-07900332 {
  grid-area: 3 / 7 / 5 / 8;
  place-self: center end;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045c3-07900332 {
  order: 9999;
  grid-area: 5 / 7 / 7 / 8;
  place-self: center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045cc-07900332 {
  order: 9999;
  grid-area: 2 / 2 / 3 / 5;
  place-self: start center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045d7-07900332 {
  order: 9999;
  grid-area: 6 / 2 / 7 / 3;
  place-self: center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045e0-07900332 {
  order: 9999;
  grid-area: 6 / 5 / 7 / 6;
  place-self: center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045e9-07900332 {
  order: 9999;
  grid-area: 5 / 5 / 6 / 6;
  place-self: start center;
}

#w-node-_8103f8c4-a0fc-8427-b678-5db94cf045f2-07900332 {
  order: 9999;
  grid-area: 4 / 9 / 7 / 10;
  place-self: center;
}

#w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf1-07900332, #w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf8-07900332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4e28b81-4cb3-569b-542d-d407c4b17d06-07900332 {
  grid-area: 3 / 5 / 5 / 6;
  place-self: start end;
}

#w-node-a4e28b81-4cb3-569b-542d-d407c4b17d36-07900332 {
  order: 9999;
  grid-area: 5 / 4 / 7 / 6;
  place-self: center;
}

#w-node-f3050d85-8893-4803-90f6-ed32d05af58a-07900332 {
  grid-area: 3 / 5 / 5 / 6;
  place-self: start end;
}

#w-node-f3050d85-8893-4803-90f6-ed32d05af599-07900332 {
  order: 9999;
  grid-area: 5 / 4 / 7 / 6;
  place-self: center;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa1509-07900332 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa150c-07900332 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa1515-07900332 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa14ec-07900332 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: stretch;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa14ee-07900332 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa14f0-07900332 {
  align-self: start;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa14f2-07900332, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa14fa-07900332, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1502-07900332 {
  align-self: center;
}

#w-node-b0d052eb-03af-1564-4b7b-a5f29daa1520-07900332 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c2eb75c8-c928-32f8-ad7f-0886bd273722-07900332, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1523-07900332 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_7d1f1c6c-dfe4-229a-accd-0893e9a8ff53-07900332 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_7d1f1c6c-dfe4-229a-accd-0893e9a8ff5d-07900332 {
  grid-area: 1 / 1 / 4 / 8;
  align-self: start;
}

#w-node-_20aef862-addf-d940-a253-c3069e01be5f-07900332 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6e60dbd6-dff3-c1d8-5efa-f034ad3f1ce2-07900332 {
  grid-area: 1 / 1 / 4 / 8;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1c1fa57f-3321-cf5a-81ec-b1da37a01ab5-f5f03188 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1c27e7ae-4762-d38a-a54e-f1fa5e67710b-f5f03188 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_24518b94-a255-6f96-0132-8f865084c201-f5f03188 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_24518b94-a255-6f96-0132-8f865084c204-f5f03188 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa150c-f5f03188, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1515-f5f03188 {
    grid-column: 1 / 5;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa14ec-f5f03188 {
    grid-column-end: 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa14ee-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa14f2-f5f03188, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa14fa-f5f03188, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1502-f5f03188 {
    align-self: center;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1523-f5f03188 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_24e5ee10-8594-6acd-2b60-4b65c651c29e-f5f03188 {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_24e5ee10-8594-6acd-2b60-4b65c651c2bd-f5f03188, #w-node-_6e60dbd6-dff3-c1d8-5efa-f034ad3f1ce2-f5f03188, #w-node-_7d1f1c6c-dfe4-229a-accd-0893e9a8ff5d-f5f03188 {
    grid-column: 1 / 5;
    grid-row-end: 2;
  }

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

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

  #w-node-_4d29de87-e6ae-3d51-1452-2420e1e8be6b-2af9bc90, #w-node-_4d29de87-e6ae-3d51-1452-2420e1e8be7c-2af9bc90 {
    grid-column: 1 / 5;
    grid-row-end: 2;
  }

  #w-node-_9db69e7e-3da1-40c0-3520-8442fcc8af98-c78774de {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_25436a3b-9f48-4d60-7bd0-7e9ea370d4e8-c78774de {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-c6edaf03-bc9b-9f47-50b1-83b7d065da61-c78774de {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c6edaf03-bc9b-9f47-50b1-83b7d065da64-c78774de {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_0c5fd0d7-58e4-8bfe-4bd9-2a920b535b21-c78774de {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0c5fd0d7-58e4-8bfe-4bd9-2a920b535b24-c78774de {
    grid-area: 2 / 1 / 3 / 5;
  }

  #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-1af518e03dfd-18e03dbd {
    grid-area: 4 / 3 / 5 / 5;
  }

  #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-_1c1fa57f-3321-cf5a-81ec-b1da37a01ab5-07900332 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1c27e7ae-4762-d38a-a54e-f1fa5e67710b-07900332 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_24518b94-a255-6f96-0132-8f865084c201-07900332 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_24518b94-a255-6f96-0132-8f865084c204-07900332 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa150c-07900332, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1515-07900332 {
    grid-column: 1 / 5;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa14ec-07900332 {
    grid-column-end: 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa14ee-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa14f2-07900332, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa14fa-07900332, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1502-07900332 {
    align-self: center;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1523-07900332 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7d1f1c6c-dfe4-229a-accd-0893e9a8ff5d-07900332, #w-node-_6e60dbd6-dff3-c1d8-5efa-f034ad3f1ce2-07900332 {
    grid-column: 1 / 5;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_82fa993d-1deb-f279-9189-4ce5678130db-f5f03188, #w-node-_82fa993d-1deb-f279-9189-4ce5678130eb-f5f03188, #w-node-ab8d375c-4ed1-ab2d-349e-24535a17a25d-f5f03188, #w-node-ab8d375c-4ed1-ab2d-349e-24535a17a260-f5f03188, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2c8-f5f03188, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2cb-f5f03188, #w-node-_10e02ee7-0cd3-823e-9052-732762056700-f5f03188, #w-node-_10e02ee7-0cd3-823e-9052-732762056703-f5f03188, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c0-f5f03188, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c6-f5f03188, #w-node-_2623bcde-0bc1-9290-c57c-deb1d0635597-f5f03188, #w-node-_2623bcde-0bc1-9290-c57c-deb1d063559d-f5f03188, #w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf1-f5f03188, #w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf8-f5f03188 {
    grid-column: span 3 / span 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1525-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1528-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa152c-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa152f-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1533-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1536-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_62c80743-cdc2-0717-a6f9-db733fc1923b-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_62c80743-cdc2-0717-a6f9-db733fc1923e-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa153a-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa153d-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6c97252e-85a9-21d3-42c5-abece7bfe3d2-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6c97252e-85a9-21d3-42c5-abece7bfe3d5-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0109055a-8dc5-ea7d-cd79-f19c7b7fa3ee-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0109055a-8dc5-ea7d-cd79-f19c7b7fa3f1-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_84db83e5-d5d8-a000-ae3e-f06c9db85ede-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_84db83e5-d5d8-a000-ae3e-f06c9db85ee1-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ad0d3edc-17eb-5741-e4d9-dd672cd29896-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ad0d3edc-17eb-5741-e4d9-dd672cd29899-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bc6a0334-daa6-ac26-9720-85a007abac4e-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bc6a0334-daa6-ac26-9720-85a007abac51-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4c498573-8cd4-cec0-4234-d888e3921894-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4c498573-8cd4-cec0-4234-d888e3921897-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_42338c8e-be4f-81d1-1ab8-660110aa7d63-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_42338c8e-be4f-81d1-1ab8-660110aa7d67-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f68c52db-5896-257b-6026-50f195ac2b12-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f68c52db-5896-257b-6026-50f195ac2b16-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Dirty-Dancing.w-node-f95253fe-83f7-bb39-3f85-f83c3ed95087-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed9508b-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed9508f-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed95095-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed95099-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed9509e-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950a2-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950a6-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950aa-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950ae-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950b2-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950b6-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950ba-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950be-f5f03188 {
    grid-area: 2 / 1 / 3 / 3;
  }

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

  #w-node-ab8d375c-4ed1-ab2d-349e-24535a17a25d-07900332, #w-node-ab8d375c-4ed1-ab2d-349e-24535a17a260-07900332, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2c8-07900332, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2cb-07900332, #w-node-_10e02ee7-0cd3-823e-9052-732762056700-07900332, #w-node-_10e02ee7-0cd3-823e-9052-732762056703-07900332, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c0-07900332, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c6-07900332, #w-node-_2623bcde-0bc1-9290-c57c-deb1d0635597-07900332, #w-node-_2623bcde-0bc1-9290-c57c-deb1d063559d-07900332, #w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf1-07900332, #w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf8-07900332 {
    grid-column: span 3 / span 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1525-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1528-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa152c-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa152f-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1533-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1536-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_62c80743-cdc2-0717-a6f9-db733fc1923b-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_62c80743-cdc2-0717-a6f9-db733fc1923e-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa153a-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa153d-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6c97252e-85a9-21d3-42c5-abece7bfe3d2-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6c97252e-85a9-21d3-42c5-abece7bfe3d5-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0109055a-8dc5-ea7d-cd79-f19c7b7fa3ee-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0109055a-8dc5-ea7d-cd79-f19c7b7fa3f1-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_84db83e5-d5d8-a000-ae3e-f06c9db85ede-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_84db83e5-d5d8-a000-ae3e-f06c9db85ee1-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ad0d3edc-17eb-5741-e4d9-dd672cd29896-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ad0d3edc-17eb-5741-e4d9-dd672cd29899-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bc6a0334-daa6-ac26-9720-85a007abac4e-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bc6a0334-daa6-ac26-9720-85a007abac51-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4c498573-8cd4-cec0-4234-d888e3921894-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4c498573-8cd4-cec0-4234-d888e3921897-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_42338c8e-be4f-81d1-1ab8-660110aa7d63-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_42338c8e-be4f-81d1-1ab8-660110aa7d67-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f68c52db-5896-257b-6026-50f195ac2b12-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f68c52db-5896-257b-6026-50f195ac2b16-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed95087-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed9508b-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed9508f-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed95095-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed95099-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed9509e-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950a2-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950a6-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950aa-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950ae-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950b2-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950b6-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950ba-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950be-07900332 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1c1fa57f-3321-cf5a-81ec-b1da37a01ab5-f5f03188 {
    grid-column-end: 3;
  }

  #w-node-_1c27e7ae-4762-d38a-a54e-f1fa5e67710b-f5f03188 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_24518b94-a255-6f96-0132-8f865084c201-f5f03188 {
    grid-column-end: 3;
  }

  #w-node-_24518b94-a255-6f96-0132-8f865084c204-f5f03188 {
    grid-column-end: 6;
  }

  #w-node-_82fa993d-1deb-f279-9189-4ce5678130db-f5f03188, #w-node-_82fa993d-1deb-f279-9189-4ce5678130eb-f5f03188 {
    grid-column: span 3 / span 3;
  }

  #w-node-_2a168919-91e1-52eb-49a7-db15f2422f7f-f5f03188 {
    grid-column: span 1 / span 1;
  }

  #w-node-ab8d375c-4ed1-ab2d-349e-24535a17a25d-f5f03188, #w-node-ab8d375c-4ed1-ab2d-349e-24535a17a260-f5f03188, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2c8-f5f03188, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2cb-f5f03188, #w-node-_10e02ee7-0cd3-823e-9052-732762056700-f5f03188, #w-node-_10e02ee7-0cd3-823e-9052-732762056703-f5f03188, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c0-f5f03188, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c6-f5f03188, #w-node-_2623bcde-0bc1-9290-c57c-deb1d0635597-f5f03188, #w-node-_2623bcde-0bc1-9290-c57c-deb1d063559d-f5f03188 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045a7-f5f03188 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045b0-f5f03188 {
    grid-area: 2 / 8 / 4 / 9;
    align-self: center;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045b9-f5f03188 {
    grid-area: 8 / 4 / 9 / 5;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045c3-f5f03188 {
    grid-area: 6 / 6 / 7 / 7;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045cc-f5f03188 {
    grid-row: 3 / 4;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045d7-f5f03188 {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045e0-f5f03188 {
    grid-area: 4 / 8 / 5 / 9;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045e9-f5f03188 {
    grid-area: 3 / 9 / 5 / 10;
    align-self: center;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045f2-f5f03188 {
    grid-row: 8 / 9;
    justify-self: start;
  }

  #w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf1-f5f03188, #w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf8-f5f03188 {
    grid-column: span 3 / span 3;
  }

  #w-node-f3050d85-8893-4803-90f6-ed32d05af599-f5f03188 {
    grid-row-end: 6;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1509-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa150c-f5f03188 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1515-f5f03188 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1520-f5f03188, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1523-f5f03188 {
    grid-column-end: 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1525-f5f03188, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa152c-f5f03188, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1533-f5f03188, #w-node-_62c80743-cdc2-0717-a6f9-db733fc1923b-f5f03188, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa153a-f5f03188, #w-node-_6c97252e-85a9-21d3-42c5-abece7bfe3d2-f5f03188, #w-node-_0109055a-8dc5-ea7d-cd79-f19c7b7fa3ee-f5f03188, #w-node-_84db83e5-d5d8-a000-ae3e-f06c9db85ede-f5f03188, #w-node-ad0d3edc-17eb-5741-e4d9-dd672cd29896-f5f03188, #w-node-bc6a0334-daa6-ac26-9720-85a007abac4e-f5f03188, #w-node-_4c498573-8cd4-cec0-4234-d888e3921894-f5f03188, #w-node-_42338c8e-be4f-81d1-1ab8-660110aa7d63-f5f03188, #w-node-f68c52db-5896-257b-6026-50f195ac2b12-f5f03188, #Dirty-Dancing.w-node-f95253fe-83f7-bb39-3f85-f83c3ed95087-f5f03188, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed9508f-f5f03188, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed95099-f5f03188, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950a2-f5f03188, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950aa-f5f03188, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950b2-f5f03188, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950ba-f5f03188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_24e5ee10-8594-6acd-2b60-4b65c651c29e-f5f03188, #w-node-_24e5ee10-8594-6acd-2b60-4b65c651c2bd-f5f03188, #w-node-_6e60dbd6-dff3-c1d8-5efa-f034ad3f1ce2-f5f03188, #w-node-_7d1f1c6c-dfe4-229a-accd-0893e9a8ff5d-f5f03188 {
    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-d3702bc0f4a4-2bc0f46d {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-_4d29de87-e6ae-3d51-1452-2420e1e8be6b-2af9bc90, #w-node-_4d29de87-e6ae-3d51-1452-2420e1e8be7c-2af9bc90 {
    grid-column-end: 3;
  }

  #w-node-_9db69e7e-3da1-40c0-3520-8442fcc8af98-c78774de {
    grid-column: span 2 / span 2;
  }

  #w-node-_25436a3b-9f48-4d60-7bd0-7e9ea370d4e8-c78774de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6edaf03-bc9b-9f47-50b1-83b7d065da61-c78774de {
    grid-column: span 2 / span 2;
  }

  #w-node-c6edaf03-bc9b-9f47-50b1-83b7d065da64-c78774de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c5fd0d7-58e4-8bfe-4bd9-2a920b535b21-c78774de {
    grid-column: span 2 / span 2;
  }

  #w-node-_0c5fd0d7-58e4-8bfe-4bd9-2a920b535b24-c78774de {
    grid-area: span 1 / span 2 / span 1 / span 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-1af518e03dfd-18e03dbd {
    grid-column: 1 / 2;
  }

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

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

  #w-node-_1c1fa57f-3321-cf5a-81ec-b1da37a01ab5-07900332 {
    grid-column-end: 3;
  }

  #w-node-_1c27e7ae-4762-d38a-a54e-f1fa5e67710b-07900332 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_24518b94-a255-6f96-0132-8f865084c201-07900332 {
    grid-column-end: 3;
  }

  #w-node-_24518b94-a255-6f96-0132-8f865084c204-07900332 {
    grid-column-end: 6;
  }

  #w-node-_2a168919-91e1-52eb-49a7-db15f2422f7f-07900332 {
    grid-column: span 1 / span 1;
  }

  #w-node-ab8d375c-4ed1-ab2d-349e-24535a17a25d-07900332, #w-node-ab8d375c-4ed1-ab2d-349e-24535a17a260-07900332, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2c8-07900332, #w-node-c19ebcf5-2e21-a135-69eb-9e973b4cf2cb-07900332, #w-node-_10e02ee7-0cd3-823e-9052-732762056700-07900332, #w-node-_10e02ee7-0cd3-823e-9052-732762056703-07900332, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c0-07900332, #w-node-de07dded-3cc3-8fc2-2788-b1a86baea3c6-07900332, #w-node-_2623bcde-0bc1-9290-c57c-deb1d0635597-07900332, #w-node-_2623bcde-0bc1-9290-c57c-deb1d063559d-07900332 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045a7-07900332 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045b0-07900332 {
    grid-area: 2 / 8 / 4 / 9;
    align-self: center;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045b9-07900332 {
    grid-area: 8 / 4 / 9 / 5;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045c3-07900332 {
    grid-area: 6 / 6 / 7 / 7;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045cc-07900332 {
    grid-row: 3 / 4;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045d7-07900332 {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045e0-07900332 {
    grid-area: 4 / 8 / 5 / 9;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045e9-07900332 {
    grid-area: 3 / 9 / 5 / 10;
    align-self: center;
  }

  #w-node-_8103f8c4-a0fc-8427-b678-5db94cf045f2-07900332 {
    grid-row: 8 / 9;
    justify-self: start;
  }

  #w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf1-07900332, #w-node-a4e28b81-4cb3-569b-542d-d407c4b17cf8-07900332 {
    grid-column: span 3 / span 3;
  }

  #w-node-f3050d85-8893-4803-90f6-ed32d05af599-07900332 {
    grid-row-end: 6;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1509-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa150c-07900332 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1515-07900332 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1520-07900332, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1523-07900332 {
    grid-column-end: 3;
  }

  #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1525-07900332, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa152c-07900332, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa1533-07900332, #w-node-_62c80743-cdc2-0717-a6f9-db733fc1923b-07900332, #w-node-b0d052eb-03af-1564-4b7b-a5f29daa153a-07900332, #w-node-_6c97252e-85a9-21d3-42c5-abece7bfe3d2-07900332, #w-node-_0109055a-8dc5-ea7d-cd79-f19c7b7fa3ee-07900332, #w-node-_84db83e5-d5d8-a000-ae3e-f06c9db85ede-07900332, #w-node-ad0d3edc-17eb-5741-e4d9-dd672cd29896-07900332, #w-node-bc6a0334-daa6-ac26-9720-85a007abac4e-07900332, #w-node-_4c498573-8cd4-cec0-4234-d888e3921894-07900332, #w-node-_42338c8e-be4f-81d1-1ab8-660110aa7d63-07900332, #w-node-f68c52db-5896-257b-6026-50f195ac2b12-07900332, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed95087-07900332, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed9508f-07900332, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed95099-07900332, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950a2-07900332, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950aa-07900332, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950b2-07900332, #w-node-f95253fe-83f7-bb39-3f85-f83c3ed950ba-07900332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d1f1c6c-dfe4-229a-accd-0893e9a8ff5d-07900332, #w-node-_6e60dbd6-dff3-c1d8-5efa-f034ad3f1ce2-07900332 {
    grid-column-end: 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;
}