@font-face {
  font-family: Rubik Variablefont Wght;
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald Variablefont Wght;
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.ttf') format("truetype"), url('../fonts/Manrope-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans Condensed;
  src: url('../fonts/MonaSansCondensed-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --lighter-black: #3d3d3d;
  --black: #1b1b1b;
  --accent-1: #30271c;
  --rot: #e2000f;
  --grün: #00953f;
  --transparent: transparent;
  --accent-2: #c7a17a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

  .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-commerceaddtocartquantityinput, .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(--white);
  color: var(--lighter-black);
  letter-spacing: .02em;
  font-family: Rubik Variablefont Wght, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

h1 {
  text-transform: uppercase;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

h4 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

h5 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

h6 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 1.2rem;
  font-family: Rubik Variablefont Wght, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

a {
  text-decoration: underline;
  transition: opacity .35s;
}

a:hover {
  opacity: .86;
}

ul, ol {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: .8rem;
  font-size: 4rem;
}

.h1-heading.home-hero {
  color: var(--white);
  font-size: 6rem;
}

.h1-heading.home-hero.first {
  text-align: left;
  margin-bottom: 0;
}

.h1-heading.home-hero.second {
  text-align: right;
  margin-bottom: 0;
}

.h1-heading.product-page {
  font-size: 17svw;
}

.h1-heading.flavors {
  margin-bottom: 0;
  font-size: 10rem;
}

.h1-heading.contact {
  font-size: 3rem;
}

.h1-heading._404 {
  font-size: 20rem;
  line-height: .9;
}

.text-box.home-hero {
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
}

.text-box._27rem {
  overflow-wrap: anywhere;
  max-width: 27rem;
}

.text-box._27rem.auto {
  margin-left: auto;
  margin-right: auto;
}

.text-box.relative {
  position: relative;
}

.text-box.subscription-heading {
  z-index: 6;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-box.new-flavor {
  max-width: 90%;
}

.text-box.new-flavor.ex {
  padding-top: 10px;
}

.text-box.bundle-heading {
  z-index: 6;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-box.why-slider-card-content-wrapper {
  z-index: 5;
  width: 100%;
  position: relative;
}

.text-box.center-aligned {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-box.white {
  color: #fff;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.relative {
  position: relative;
}

.section {
  background-color: var(--white);
  position: relative;
}

.section.home-hero {
  min-height: 100svh;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section.home-hero.sp {
  min-height: 60svh;
}

.section.home-hero.re {
  min-height: auto;
  display: block;
}

.section.home-hero.impr {
  min-height: 70svh;
}

.section.subscription-bundle.df {
  background-color: var(--white);
}

.section.footer {
  background-color: var(--black);
  margin-bottom: -1px;
  padding-top: 0;
  overflow: hidden;
}

.section.product-page-hero, .section.product-page-comparison {
  overflow: hidden;
}

.section.contact-us-03-hero {
  background-image: url('../images/picture-2600_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
}

.section.dark-green {
  z-index: 99;
  background-color: var(--accent-1);
}

.section.bott {
  background-image: url('../images/picture-2600_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.df {
  background-color: #d4d4d4;
}

.section.drinks {
  background-color: var(--white);
}

.text-box-container.center-aligned {
  text-align: center;
}

.container {
  max-width: 77.5rem;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 2rem;
  position: relative;
}

.container.home-hero {
  z-index: 8;
  padding-top: 0;
  padding-bottom: 6rem;
  position: absolute;
}

.container.home-intro {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.container.home-intro.drinks {
  padding-top: 2rem;
}

.container.home-intro.karte, .container.home-intro.rec {
  padding-top: 8rem;
  padding-bottom: 1rem;
}

.container.product-benefits {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container.product-benefits.bottom {
  padding-bottom: 6rem;
}

.container.extras {
  color: var(--black);
  padding-top: 2rem;
  padding-bottom: 5.1rem;
}

.container.extras.home {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.container.extras.df {
  padding-top: 0;
  padding-bottom: 6rem;
}

.container.comparison {
  padding-bottom: 11.4rem;
}

.container.footer {
  color: var(--white);
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
}

.container.product-page-hero {
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 4.4rem;
  display: flex;
}

.container.product-page-marquee {
  max-width: 100%;
  padding: 0;
}

.container.product-page-intro {
  justify-content: center;
  align-items: center;
  padding-top: 13.9rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.container.product-benefits-cms {
  padding-top: 0;
  padding-bottom: 0;
}

.container.product-page-ingredients {
  padding-top: 0;
  padding-bottom: 1.9rem;
}

.container.product-page-stats {
  max-width: 100%;
  padding-top: 10.2rem;
  padding-bottom: 5rem;
}

.container.other-flavors {
  max-width: 100%;
  padding-top: 6.8rem;
  padding-left: 0;
  padding-right: 0;
}

.container.products-hero {
  height: 0%;
  padding-top: 0;
  padding-bottom: 50%;
}

.container.flavors-collection {
  z-index: 6;
  padding-top: 2.8rem;
}

.container.contact-hero {
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

.container.contact-hero.dank {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.container.product-benefits-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container.product-benefits-2.bottom {
  padding-top: 0;
  padding-bottom: 6rem;
}

.main-button {
  z-index: 20;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 11rem;
  max-width: 11rem;
  height: 4.5rem;
  padding: 1rem;
  font-family: Mona Sans Condensed, sans-serif;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button.dark-green {
  background-color: var(--accent-1);
  color: var(--white);
  font-size: 1.6rem;
}

.main-button.white {
  background-color: var(--white);
  color: var(--black);
  font-size: 1.6rem;
}

.main-button.white.general {
  height: 3.75rem;
  font-size: 1.4rem;
  transition: all .3s;
}

.main-button.white.general:hover {
  background-color: var(--rot);
  color: var(--white);
}

.main-button.white.general.df {
  width: auto;
  max-width: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.main-button.white.general.nf {
  width: auto;
  max-width: none;
  margin-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.main-button.white.general.ins {
  background-color: var(--black);
  width: auto;
  max-width: none;
  color: var(--white);
  letter-spacing: .5px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.button-text {
  letter-spacing: 0;
  text-transform: uppercase;
}

.button-text.white {
  z-index: 6;
  letter-spacing: .8px;
  position: relative;
}

.button-text.white.x {
  letter-spacing: 1px;
}

.button-hover-circle {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.button-hover-circle.white {
  background-color: #fff;
}

.button-hover-circle.dark-green {
  background-color: var(--accent-1);
}

.hero-bottom-gradient-overlay {
  z-index: 6;
  position: absolute;
  inset: 0%;
}

.hero-bottom-gradient-overlay.flavors {
  z-index: 99;
  padding-bottom: 5%;
}

.button-container.inline {
  display: inline-block;
}

.flex-block.hero-sub {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.h2-heading {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 5rem;
}

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

.h2-heading.no-margin.intro-callout {
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  inset: -67% 0% 0% -1%;
}

.h2-heading.no-margin.intro-callout.df {
  display: inline-block;
  left: 6%;
}

.h2-heading.home-intro-flavors-heading {
  color: var(--lighter-black);
  letter-spacing: .07em;
  font-size: 5.5rem;
  line-height: 1.1;
}

.h2-heading.product-collection-name {
  margin-bottom: .9rem;
  font-size: 2.5rem;
}

.h2-heading.home {
  color: var(--lighter-black);
  letter-spacing: .05em;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.can-case {
  z-index: 5;
  margin-top: 2.6rem;
}

.image-wrapper.can-case.sp {
  margin-top: 2.5rem;
}

.image-wrapper.ingredient {
  border-radius: 8px;
  max-width: 90%;
  height: 100%;
  margin-left: auto;
}

.image-wrapper.ingredient.auto-right {
  max-width: 95%;
  margin-left: 0;
  margin-right: auto;
  transition: transform .35s;
}

.image-wrapper.ingredient.auto-right:hover {
  transform: rotate(-6deg)translate(0, -61px);
}

.image-wrapper.orange-can {
  height: 100%;
}

.image-wrapper.three-cans {
  z-index: 5;
  margin-top: 2.6rem;
}

.image-wrapper.orange-01 {
  max-width: 9rem;
  position: absolute;
  inset: 5% 8% auto auto;
}

.image-wrapper.orange-02 {
  max-width: 9rem;
  position: absolute;
  inset: 4% auto auto -40%;
}

.image-wrapper.orange-03 {
  max-width: 9rem;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto 25% 9%;
  transform: rotate(80deg);
}

.image-wrapper.curved-heading {
  max-width: 70%;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.curved-heading.flavors {
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.image-wrapper.review-can {
  z-index: 5;
  max-width: 12rem;
  position: absolute;
}

.image-wrapper.review-can._07 {
  max-width: 9rem;
  inset: auto -3% -22% auto;
  transform: rotate(-39deg);
}

.image-wrapper.tiger {
  filter: invert();
  max-width: 13rem;
  position: absolute;
  inset: 0% 12% auto auto;
}

.image-wrapper.product-image-cms {
  z-index: 1;
  max-width: 12rem;
  position: absolute;
  inset: auto;
  transform: rotate(-26deg);
}

.image-wrapper.watermelon-product-page-01 {
  max-width: 10rem;
  transform-style: preserve-3d;
  position: absolute;
  inset: -69% 14% auto auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(9deg);
}

.image-wrapper.watermelon-product-page-02 {
  max-width: 10rem;
  position: absolute;
  inset: auto auto -75% 24%;
}

.image-wrapper.benefits-can {
  justify-content: center;
  align-items: center;
  min-width: 16rem;
  max-width: 16rem;
  display: flex;
}

.image-wrapper.highlight-lines {
  max-width: 9rem;
  margin-top: -86px;
  position: absolute;
  inset: auto auto auto -55%;
}

.image-wrapper.highlight-lines._02 {
  inset: auto -55% auto auto;
}

.image-wrapper.ingredient-corner-image {
  max-width: 5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-wrapper.product-collection-card {
  margin-top: 2.1rem;
}

.button-container-02 {
  font-size: 1.8rem;
  display: inline-block;
}

.button-container-02.shadow {
  max-width: 13rem;
  line-height: .9;
  text-decoration: none;
}

.box-angled-span {
  color: var(--white);
  background-color: #ff0271;
  border-radius: 5px;
  padding: .3rem .8rem .6rem;
  font-size: 1.75rem;
  line-height: .9;
  display: inline-block;
  position: relative;
  transform: rotate(-7deg);
}

.box-angled-span.amazing {
  background-color: var(--rot);
  pointer-events: none;
  letter-spacing: .03em;
  padding: .4rem .6rem;
  font-size: 1.5rem;
}

.box-angled-span.amazing.df {
  background-color: var(--grün);
}

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

.heading-grid.center-aligned {
  text-align: center;
}

.heading-grid.center-aligned.flavors-hero {
  color: var(--white);
}

.heading-grid.center-aligned.below-home-product-slider {
  z-index: 15;
  position: relative;
}

.content-image._100 {
  width: 100%;
  height: 100%;
}

.content-image._100.cover {
  object-fit: cover;
}

.content-image._100.ingredients {
  object-fit: cover;
  object-position: 30% 50%;
}

.content-image._100.orange-can {
  object-fit: cover;
}

.content-image._100.product-image-cms {
  z-index: 2;
  position: relative;
}

.content-image._100.product-page-can {
  z-index: 50;
  position: relative;
}

.content-image.product-collection-image-front {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.content-image.product-collection-image-back {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper._100 {
  width: 100%;
}

.collection-list-wrapper.product-collection-sub-cms {
  margin-top: 6rem;
}

.collection-list.categories {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.collection-list.product-collection-sub-page {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item.product {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: .85rem;
  display: flex;
  overflow: hidden;
}

.content-grid {
  flex: 1;
  grid-template-rows: auto;
}

.content-grid.product-benefits {
  grid-column-gap: 5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.content-grid.bundle-subscription {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 9.3rem;
}

.content-grid.bundle-subscription.home {
  margin-top: 3rem;
}

.content-grid.bundle-subscription.sp {
  margin-top: 0;
}

.content-grid.home {
  z-index: 5;
  position: relative;
}

.svg.more-features {
  min-width: 3rem;
  max-width: 3rem;
}

.content-wrapper.product-hero {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.content-wrapper.add-to-cart-options {
  position: absolute;
  inset: auto 0% 5% auto;
  overflow: hidden;
}

.content-wrapper.product-page-intro {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  display: flex;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

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

.home-hero-background._01 {
  z-index: 5;
  background-image: url('../images/picture-2600_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero-background._01.home {
  background-image: url('../images/picture-2600-2.avif');
}

.button-link-block {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 9.5rem;
  height: 3.5rem;
  font-size: 16px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.button-link-block:hover {
  opacity: 1;
}

.product-collection-slide {
  text-align: center;
  margin-right: 24px;
}

.h3-heading {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3rem;
}

.h3-heading.light-orange {
  color: var(--white);
}

.h3-heading.light-red {
  color: var(--white);
  letter-spacing: .02em;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 3.5rem;
}

.h3-heading.light-gray {
  color: var(--white);
  font-size: 3.5rem;
}

.h3-heading.light-gray.sp {
  color: var(--lighter-black);
}

.subscribe-and-save-box-wrapper {
  background-color: var(--black);
  height: 100%;
  color: var(--white);
  text-align: center;
  background-image: url('../images/Untitled-design-28_1Untitled design (28).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subscribe-and-save-box-wrapper.sp {
  border: 1px solid var(--lighter-black);
  background-color: var(--transparent);
  background-image: none;
}

.bundle-content-card-wrapper {
  background-color: var(--black);
  height: 100%;
  color: var(--white);
  text-align: center;
  background-image: url('../images/3_23.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bundle-content-card-wrapper.sp {
  border: 1px solid var(--lighter-black);
  background-color: var(--transparent);
  background-image: none;
}

.science-content-wrapper {
  background-color: var(--black);
  width: 100%;
  color: var(--white);
  background-image: url('../images/Untitled-design-7-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.science-content-wrapper.df {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.science-content-wrapper.sp {
  border: 1px solid var(--lighter-black);
  background-color: var(--transparent);
  background-image: none;
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 23px;
  display: flex;
  position: relative;
}

.slider-arrow.other-flavors {
  height: 45px;
}

.left-slider-arrow {
  background-color: #1e1f1f;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 45px;
  margin-right: 5.5rem;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: color .35s, background-color .35s;
  display: flex;
  inset: -26% 0% auto auto;
}

.left-slider-arrow:hover {
  color: #000;
  background-color: #d7a781;
}

.left-slider-arrow.white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--accent-1);
  transition: color .35s, background-color .35s;
  top: -17%;
}

.left-slider-arrow.white:hover {
  background-color: var(--accent-1);
  color: var(--white);
}

.left-slider-arrow.other-flavors {
  background-color: var(--white);
  width: 90px;
  height: 90px;
  color: var(--white);
  border-radius: 50%;
  transition: color .35s, background-color .35s;
  inset: -24% auto auto 1%;
}

.left-slider-arrow.other-flavors:hover {
  background-color: var(--accent-1);
  color: var(--white);
}

.ingredients-slider-mask {
  flex: none;
  width: 40%;
  height: 100%;
  overflow: visible;
}

.ingredients-slider-mask.cities {
  border-radius: 10px;
  width: 30%;
}

.slide {
  border-radius: .6875rem;
}

.slide.ingredients {
  margin-right: 5rem;
}

.slide.ingredients.down {
  margin-top: 145px;
}

.slide.reviews {
  margin-right: 2rem;
}

.slide.other-flavors {
  margin-right: .5rem;
}

.right-slider-arrow {
  background-color: #162748;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  inset: -19% 0% auto auto;
}

.right-slider-arrow.white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--accent-1);
  transition: color .35s, background-color .35s;
  top: -17%;
}

.right-slider-arrow.white:hover {
  background-color: var(--accent-1);
  color: var(--white);
}

.right-slider-arrow.other-flavors {
  background-color: var(--white);
  width: 90px;
  height: 90px;
  color: var(--white);
  border-radius: 50%;
  transition: color .35s, background-color .35s;
  inset: -24% 1% auto auto;
}

.right-slider-arrow.other-flavors:hover {
  background-color: var(--accent-1);
  color: var(--white);
}

.slide-nav {
  display: none;
  transform: translate(0, 100%);
}

.slider {
  background-color: #ddd0;
  height: auto;
  display: flex;
}

.slider.ingredients, .slider.reviews {
  margin-top: 10.5rem;
}

.slider.other-flavors {
  margin-top: 6rem;
}

.background-overlay-reveal {
  opacity: 0;
  height: 100%;
}

.ingredient-content-wrapper {
  background-color: #f44;
  background-image: url('../images/Untitled-design-4.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  height: 28rem;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.ingredient-content-wrapper.orange {
  background-color: #febf00;
}

.ingredient-content-wrapper.green {
  background-color: #93c761;
}

.ingredient-content-wrapper.shaker {
  background-color: #618cc7;
}

.ingredient-content-wrapper.tumeric {
  background-color: #f58300;
}

.ingredient-content-container {
  color: var(--white);
}

.review-text-block {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 2.3rem;
  line-height: 1.2;
}

.reviewer-name-text-block {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 24px;
}

.tiny-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.review-text-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  max-width: 80%;
  display: flex;
}

.review-text-box.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.testimonial-card {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #dcffd1;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 45svh;
  padding: 1.3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-card.yellow {
  background-color: #c9a427;
}

.testimonial-card.red {
  color: var(--white);
  background-color: #ff3b47;
}

.testimonial-card.blue {
  color: var(--white);
  background-color: #4b8497;
}

.testimonial-card.orange {
  color: var(--white);
  background-color: #ff8d27;
}

.testimonial-card.green {
  color: var(--white);
  background-color: #69943c;
}

.quote {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

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

.testimonial-avatar {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: .8px solid #ffffff29;
  border-radius: 99px;
  flex: none;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.testimonial-avatar.light-red {
  background-color: #ff858d;
}

.testimonial-avatar.yellow {
  background-color: #efc423;
}

.testimonial-avatar.blue {
  background-color: #97b0b6;
}

.testimonial-avatar.orange {
  background-color: #f0c59c;
}

.testimonial-avatar.green {
  background-color: #93b171;
}

.state {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

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

.review-circle {
  z-index: 1;
  background-color: #769ca5;
  border-radius: 50%;
  width: 14rem;
  max-width: 14rem;
  height: 14rem;
  max-height: 14rem;
  position: absolute;
  inset: auto -14% -31% auto;
}

.review-circle.yellow {
  background-color: #eec423;
  bottom: -12%;
  right: -8%;
}

.review-circle.orange {
  background-color: #efa649;
}

.review-circle.reds {
  background-color: #ff858c;
  bottom: -12%;
  right: -8%;
}

.review-circle.blue {
  background-color: #96afb6;
  bottom: -12%;
  right: -8%;
}

.review-circle.orange {
  background-color: #efc59b;
  bottom: -12%;
  right: -8%;
}

.review-circle.green {
  background-color: #93b171;
  bottom: -12%;
  right: -8%;
}

.reviews-slider-mask {
  flex: none;
  width: 40%;
  height: 100%;
  overflow: visible;
}

.reviews-slider-mask.home {
  border-radius: 10px;
  width: 50%;
}

.testimonial-card-background {
  opacity: .51;
  pointer-events: none;
  background-image: url('../images/Untitled-design-4.webp');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.comparison-detail-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
}

.comparison-grid-block {
  width: 100%;
}

.comparison-grid-block.bottom-right {
  border-right: .0625rem solid var(--white);
  border-bottom: .0625rem solid var(--white);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.comparison-grid-block.bottom-right.no-bottom {
  border-bottom-style: none;
}

.comparison-grid-block.bottom-right.red {
  border-bottom-style: none;
  border-right-style: none;
}

.comparison-grid-block.left {
  color: var(--white);
  padding-bottom: 0;
}

.comparison-grid-block.bottom-line {
  border-right: .0625rem none var(--white);
  border-bottom: .0625rem solid var(--white);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.comparison-grid-block.bottom-line.no-bottom {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.comparison-logo-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-bottom: 9px;
  display: flex;
}

.comparison-logo-image-wrapper.logo {
  background-color: var(--accent-2);
  width: 100%;
}

.comparison-grid-wrapper {
  margin-top: 82px;
  margin-bottom: -60px;
}

.compare-title {
  text-transform: uppercase;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.compare-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto 8.375rem 8.375rem 8.375rem 8.375rem;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
}

.comparison-logo-image {
  width: 115px;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.fade-up-animation-box {
  min-width: 100%;
  max-width: 100%;
}

.small-paragraph {
  font-size: .9rem;
}

.footer-menu-title {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 20px;
}

.footer-grid-block {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.legal-link {
  opacity: .1;
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.legal-link:hover {
  color: #23272f;
}

.legal-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
}

.footer-logo-link-block {
  max-width: 14rem;
  margin-bottom: 1rem;
}

.footer-heading {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-column {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-link-secondary {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-link-secondary:hover {
  opacity: .78;
  color: var(--grün);
}

.footer-link-secondary.w--current {
  color: var(--grün);
}

.wrapper-regular {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.wrapper-regular.mitt {
  grid-row-gap: 6px;
}

.footer-divider {
  background-color: var(--accent-1);
  border-radius: 2px;
  width: 100%;
  height: .5px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.footer-divider.bottom {
  background-color: #ffffff54;
  margin-bottom: 15px;
}

.footer-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.footer-social-link {
  color: #fff;
  transition: opacity .2s;
}

.footer-social-link:hover {
  opacity: .6;
}

.social-icon-container {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: opacity .3s;
  display: flex;
  overflow: hidden;
}

.nav-svg-icon {
  width: 100%;
  height: 100%;
  color: var(--white);
}

.nav-secondary-link-wrapper {
  margin-bottom: 0;
}

.logo-link-block {
  z-index: 99;
  width: 9rem;
  transition: transform .185s;
}

.logo-link-block:hover {
  opacity: 1;
  transform: scale(1.03);
}

.header-navigation {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 2%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-secondary-social-links-container {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  display: none;
}

.nav-secondary-link-block {
  color: var(--accent-1);
  text-transform: uppercase;
  background-color: #2e2c3000;
  padding-right: 1rem;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.nav-secondary-container {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.nav-secondry-social-link {
  color: var(--accent-1);
  font-size: 1.25rem;
  text-decoration: none;
  display: inline-block;
}

.nav-secondary-links-container {
  color: var(--accent-1);
  flex-direction: column;
  margin-bottom: 1rem;
  padding-left: 0;
  display: none;
}

.nav-icon {
  width: 3rem;
  height: 3rem;
}

.nav-secondary-wrapper {
  opacity: 1;
  background-color: #9eb995;
  border-radius: 2.43rem;
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
  display: none;
  position: fixed;
  inset: 1.5% 2% auto auto;
}

.nav-secondary-menu-button {
  z-index: 999;
  clear: none;
  grid-column-gap: .5rem;
  background-color: var(--grün);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
}

.inner-nav-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-content-wrapper.product-page-middle {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.product-page-hero-tiger-background {
  opacity: .44;
  pointer-events: none;
  background-image: url('../images/Untitled-design-4.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.button-container-3 {
  font-size: 1.8rem;
  display: inline-block;
}

.button-container-3.shadow {
  max-width: 13rem;
  line-height: .9;
  text-decoration: none;
}

.default-state {
  margin-bottom: 0;
}

.image-container.product-page-can {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.variants-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 4% 0%;
}

.product-page-variant-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-page-variant-collection-list.flavors {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.variant-circle-wrapper {
  display: block;
}

.variant-circle {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 150px;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  margin-bottom: 7px;
  position: relative;
}

.variant-title {
  text-transform: uppercase;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.text-block.small {
  font-size: .9rem;
}

.product-page-info-cta-container {
  display: flex;
}

.product-page-option-button {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  padding: 15px;
  transition: transform .35s, border-width .35s;
  display: flex;
}

.product-page-option-button:hover {
  transform: translate(0, -3px);
}

.product-page-option-button.w--ecommerce-pill-selected {
  color: #f7f7ee;
  background-color: #fff0;
  border-width: 4px;
  border-color: #fff;
}

.add-to-cart-block-wrapper {
  margin-top: 2em;
  overflow: hidden;
}

.add-to-cart-block-wrapper._02 {
  margin-top: 0;
}

.option-label {
  padding-left: .5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f22;
  border-radius: 99px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.error-message.product-page {
  background-color: #ca0000;
  border-radius: 9px;
  margin-top: 16px;
  padding: 15px 12px;
}

.quantity-wrapper {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  margin-right: 1.5em;
  font-size: 1.5rem;
  display: flex;
}

.product-option {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.general-button {
  border: 1px solid var(--accent-1);
  background-color: var(--accent-1);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  transition: border-color .35s, background-color .35s;
}

.general-button:hover {
  border-color: var(--white);
  background-color: #0a240200;
}

.quantity-number {
  text-align: center;
  background-color: #0000;
  border-style: none;
  height: 100%;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.4rem;
}

.out-of-stock-state {
  border: 1px solid var(--accent-1);
  background-color: var(--accent-1);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 0;
  padding: 1em 3em;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.out-of-stock-state:hover {
  opacity: 1;
}

.option-button-group {
  justify-content: flex-start;
  padding: 8px;
  font-size: 1em;
  display: flex;
}

.option-name {
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
}

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

.nav-right-block {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-horizontal-wrap {
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-family: Mona Sans Condensed, sans-serif;
  display: flex;
  transform: translate(0%);
}

.marquee-horizontal-wrap.alternate {
  color: var(--white);
  background-color: #1e1f1f;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  transform: translate(0%);
}

.marquee-horizontal {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  transform: translate(0%);
}

.marquee-content-block-item {
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  max-width: 4rem;
  font-size: 2rem;
  font-weight: 800;
  display: flex;
}

.marquee-text {
  flex: none;
}

.bubble-benefit-container {
  min-width: 11rem;
  max-width: 11rem;
  min-height: 11rem;
  position: absolute;
}

.bubble-benefit-container._01 {
  inset: auto auto 23% 0%;
}

.bubble-benefit-container._02 {
  inset: -27% auto auto 22%;
}

.bubble-benefit-container._03 {
  inset: -27% 22% auto auto;
}

.bubble-benefit-container._04 {
  inset: auto 0% 23% auto;
}

.inner-bubble-text-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bubble-text {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  display: flex;
}

.superscript-small {
  font-size: 1.3rem;
}

.can-grid-block-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.product-page-feature-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

.feature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 8.7rem;
}

.feature-paragraph {
  font-size: 1rem;
  line-height: 26px;
}

.feature-content-wrapper {
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 75%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-content-wrapper.left-auto {
  margin-left: auto;
}

.feature-grid-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  height: 100%;
}

.svg-divider-wrapper {
  margin-top: -109px;
}

.ingredients-grid {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 70%;
  margin-top: -6svh;
  margin-left: auto;
  margin-right: auto;
}

.ingredients-card-container {
  background-color: var(--white);
  height: 12rem;
  color: var(--black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ingredients-name {
  color: var(--accent-1);
  text-transform: uppercase;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
}

.product-page-stats-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 11.9rem;
  margin-left: auto;
  margin-right: auto;
}

.why-slider-card-container {
  color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 20rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.why-slider-card-container.up {
  margin-top: -44px;
}

.why-slider-card-container.up-more {
  margin-top: -88px;
}

.why-large-stat {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
}

.stat-card-top {
  z-index: 5;
  border: 1px solid var(--white);
  border-radius: 150px;
  margin-right: auto;
  padding: .5rem;
  position: relative;
}

.split-background.product-page {
  height: 65%;
  min-height: 65%;
  position: absolute;
  inset: 0%;
}

.other-flavors-slider-mask {
  flex: none;
  width: 40%;
  height: 100%;
  overflow: visible;
}

.other-flavors-slider-mask.cms {
  border-radius: 10px;
  width: 16%;
}

.product-page-hero-bottom-container {
  position: absolute;
  inset: 0%;
}

.flavor-selection-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
}

.category-button {
  border: 1px solid var(--white);
  background-color: #3898ec00;
  border-radius: 150px;
}

.product-collection-card-wrapper {
  color: var(--white);
  text-align: center;
  text-decoration: none;
}

.contact-form-input-wrapper.first-name-last-name {
  grid-column-gap: 15px;
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.contact-form-block {
  width: 100%;
  margin-bottom: 0;
}

.contact-form-block.work {
  display: none;
}

.form-email {
  width: 100%;
  margin-bottom: 15px;
}

.contact-submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--accent-1);
  color: #fff;
  text-transform: uppercase;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.contact-submit-button:hover {
  background-color: #ca0000;
}

.contact-submit-button.stretch {
  flex: 1;
}

.contact-submit-button.stretch:hover {
  background-color: var(--accent-2);
  color: var(--accent-1);
}

.last-name {
  width: 48%;
}

.last-name.x {
  flex-flow: column;
  justify-content: center;
  padding-top: 5px;
  display: flex;
}

.form-brief {
  width: 100%;
  margin-bottom: 15px;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #4bbd7e;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.first-name {
  width: 48%;
}

.hero-card.all-services-hero {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  width: 60%;
  color: var(--accent-1);
  background-color: #fff9;
  border-radius: 13px;
  padding: 2rem;
}

.contact-content-wrapper {
  width: 100%;
}

.contact-content-wrapper._100-width {
  margin-top: 1.8rem;
}

.form-field {
  border: 1px none var(--white);
  color: #000;
  background-color: #f3f3f3;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 28px;
  transition: border-color .225s;
}

.form-field:focus {
  border-style: solid;
  border-color: var(--accent-1);
}

.form-field::placeholder {
  color: #000;
  font-size: 14px;
}

.form-field.dark-green {
  border-style: solid;
  border-color: var(--white);
}

.form-field.dark-green:hover, .form-field.dark-green:focus {
  border-color: var(--accent-1);
}

.form-field.email {
  background-color: #f3f3f3;
}

.form-field.email.dark-green:focus {
  border-color: var(--accent-1);
}

.form-field.message-input {
  background-color: #f3f3f3;
  padding-top: 14px;
  padding-bottom: 31px;
}

.form-field.message-input:hover {
  border-style: solid;
  border-color: var(--accent-1);
}

.form-field.message-input:focus {
  border-color: var(--accent-1);
}

.contact-svg-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.contact-form {
  width: 100%;
}

.form-label {
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 24px;
}

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

.utility-page-wrap._404 {
  color: var(--white);
  padding: 2rem;
}

.utility-page-wrap.password {
  justify-content: center;
  align-items: center;
  padding-top: 79px;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.utility-page-form.password {
  color: var(--white);
}

._404-background-image, .password-background-image {
  z-index: -1;
  background-image: url('../images/picture-2600_1.avif');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.field-label {
  display: none;
}

.field-input {
  border-radius: 6px;
  height: 55px;
}

.submit-button {
  width: 100%;
}

.submit-button.password {
  background-color: var(--accent-2);
  height: 3.5rem;
  color: var(--lighter-black);
  text-transform: uppercase;
  border-radius: 6px;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  transition: color .35s, background-color .35s;
}

.submit-button.password:hover {
  background-color: var(--lighter-black);
  color: var(--white);
}

.overflow-clip {
  overflow: hidden;
}

.overflow-clip.flavor-selection-wrapper {
  padding-top: 41px;
  overflow: visible;
}

.main-button-2 {
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .7rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.main-button-2.white {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
}

.main-button-2.white:hover, .main-button-2.white.pop:hover {
  opacity: 1;
}

.feature-block-background {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-links-column {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

.flavors-hero-background-03 {
  z-index: 2;
  background-image: url('../images/Untitled-design-4-1.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.block-header {
  background-color: var(--accent-2);
}

.button.checkout {
  background-color: var(--accent-1);
  text-transform: uppercase;
  border-radius: 8px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  transition: opacity .2s;
}

.button.checkout:hover {
  opacity: .84;
}

.variant-box-container {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.price-cms {
  margin-bottom: 1.1rem;
  font-family: Mona Sans Condensed, sans-serif;
  font-size: 2rem;
}

.main-nav {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  height: 4.5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.main-nav__link {
  color: #121217;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.4;
  text-decoration: none;
}

.main-nav__link:hover {
  opacity: 1;
}

.main-nav__link.light {
  color: var(--lighter-black);
  letter-spacing: .02em;
  font-family: Oswald Variablefont Wght, Verdana, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;
}

.main-nav__link.light:hover {
  color: var(--grün);
}

.main-nav__link.light.w--current {
  color: var(--rot);
}

.main-nav__links-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.main-nav-inner {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.main-nav__menu {
  justify-content: space-between;
  display: flex;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside.full-height {
  height: 100%;
}

.main-nav__logo {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 3.6rem;
  margin-left: 3.5rem;
  margin-right: 3.5rem;
  text-decoration: none;
  display: flex;
}

.global-styles {
  display: none;
}

.image {
  z-index: 90;
  height: 100%;
  position: relative;
}

.slider-2 {
  z-index: 7;
  background-color: var(--lighter-black);
  width: 100vw;
  height: 93.5vh;
}

.slider-2.sp {
  height: 60vh;
}

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

.hide {
  display: none;
}

.sl-nav {
  -webkit-backdrop-filter: blur(2em);
  backdrop-filter: blur(2em);
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.sl-nav.left {
  left: 15px;
}

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

.image-3 {
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(-90deg);
}

.image-3-1 {
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(90deg);
}

.text-block-2 {
  color: var(--lighter-black);
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-block-2.dank {
  color: var(--black);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-3 {
  margin-bottom: 3rem;
  font-family: Rubik Variablefont Wght, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph-3.sp {
  color: var(--black);
  margin-bottom: 0;
}

.image-5 {
  z-index: 90;
  width: 100%;
  max-width: 80svw;
  position: absolute;
}

.image-5.sp {
  max-width: 50svw;
}

.image-5._2 {
  z-index: 89;
  filter: blur(5px);
}

.image-5.drink {
  max-width: 65svw;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
  position: fixed;
}

.div-block-3.drink {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  position: relative;
}

.div-block-3.impr {
  padding-bottom: 3rem;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 60svh;
  display: flex;
  position: absolute;
}

.div-block-4.sp {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 60px;
}

.div-block-4.impr {
  justify-content: center;
  align-items: flex-end;
}

.text-span-2 {
  letter-spacing: -.06em;
}

.div-block-5 {
  z-index: 4;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wh {
  height: 100%;
  position: absolute;
}

.footer-link-secondary-2 {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .3s;
}

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

.link:hover {
  color: var(--grün);
  text-decoration: underline;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.div-block-6 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.footer-link-secondary-3 {
  opacity: .8;
  color: var(--white);
  padding-left: 6px;
  padding-right: 6px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .3s;
}

.main {
  z-index: 7;
  position: relative;
}

.prev {
  z-index: 999;
  opacity: .7;
  background-color: #ffffff1a;
  background-image: url('../images/arrow.svg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: opacity 90ms;
  position: fixed;
  top: 50%;
  left: 4vw;
}

.prev:hover {
  opacity: 1;
}

.next {
  z-index: 999;
  opacity: .7;
  background-color: #ffffff1a;
  background-image: url('../images/arrow.svg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: opacity 90ms;
  position: fixed;
  top: 50%;
  right: 4vw;
  transform: rotate(180deg);
}

.next:hover {
  opacity: 1;
}

.content {
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.background-video-vd {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110svh;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.heading {
  max-width: 50rem;
  color: var(--accent-2);
  text-align: center;
  text-transform: none;
  font-family: Oswald Variablefont Wght, Verdana, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-5 {
  color: var(--accent-2);
  font-size: 1.2rem;
}

.image-7 {
  width: 3rem;
}

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

.gallery-item {
  position: relative;
}

.project-link-block {
  height: 17rem;
  transform-style: preserve-3d;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: stretch;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 2px 2px 16px #0003;
}

.project-link-block:hover {
  transform: translate3d(0, 0, 20px);
  box-shadow: 6px 17px 40px #0000004d;
}

.project-image {
  background-image: url('../images/picture-2600-3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-image._1 {
  background-image: url('../images/picture-2600-3.avif');
  background-position: 50%;
}

.project-image._2 {
  background-image: url('../images/picture-2600-2.avif');
  background-position: 50%;
}

.project-image._3 {
  background-image: url('../images/picture-2600-10.avif');
}

.project-image._4 {
  background-image: url('../images/picture-2600-11.avif');
}

.project-image._5 {
  background-image: url('../images/picture-2600-13.avif');
}

.project-image._6 {
  background-image: url('../images/picture-2600-4.avif');
}

.project-image._7 {
  background-image: url('../images/picture-2600-5.avif');
}

.project-image._8 {
  background-image: url('../images/picture-2600-14.avif');
}

.project-image._9 {
  background-image: url('../images/picture-2600-12.avif');
}

.project-image._10 {
  background-image: url('../images/picture-2600-7.avif');
}

.project-image._11 {
  background-image: url('../images/picture-2600-3_1.avif');
}

.project-image._12 {
  background-image: url('../images/picture-2600-6.avif');
}

.project-image._13 {
  background-image: url('../images/picture-2600-4_1.avif');
}

.project-image._14 {
  background-image: url('../images/picture-2600-15.avif');
}

.project-image._15 {
  background-image: url('../images/picture-2600-17.avif');
}

.project-image._16 {
  background-image: url('../images/picture-2600-9.avif');
}

.gallery-preview-indicator {
  opacity: .7;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.code-txt {
  text-align: left;
  font-weight: 400;
}

.code-txt._2 {
  margin-top: 40px;
}

.embed {
  background-color: #0000;
  margin-bottom: 0;
}

.div-block-8 {
  align-self: center;
  margin-top: 20px;
}

.lightbox-link {
  justify-content: space-between;
  width: 100%;
  display: block;
}

.image-24 {
  width: 50%;
}

.contact-form-2 {
  width: 100%;
  box-shadow: none;
  border-radius: 12.5px;
  align-self: stretch;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .container.contact-hero {
    padding-bottom: 4rem;
  }

  .footer-links-column {
    grid-column-gap: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .h1-heading {
    font-size: 5rem;
  }

  .section.home-hero.impr {
    min-height: 75svh;
  }

  .container {
    max-width: 87.5rem;
  }

  .container.home-intro.rec {
    padding-top: 10rem;
  }

  .container.home-intro.home {
    padding-top: 8rem;
  }

  .container.extras.home {
    padding-top: 10rem;
  }

  .container.contact-hero {
    padding-bottom: 5rem;
  }

  .h2-heading {
    font-size: 5.5rem;
  }

  .h2-heading.home-intro-flavors-heading {
    font-size: 6rem;
  }

  .image-wrapper.review-can {
    max-width: 15rem;
  }

  .image-wrapper.review-can._07 {
    max-width: 10.5rem;
  }

  .image-wrapper.tiger {
    max-width: 16rem;
    right: 16%;
  }

  .image-wrapper.product-collection-card {
    height: 25rem;
  }

  .h3-heading {
    font-size: 3.5rem;
  }

  .subscribe-and-save-box-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-slider-arrow, .right-slider-arrow {
    width: 75px;
    height: 45px;
  }

  .testimonial-card {
    min-height: 50svh;
  }

  .review-circle {
    border-radius: 50%;
    width: 18rem;
    max-width: 18rem;
    height: 18rem;
    max-height: 18rem;
  }

  .product-page-variant-collection-list.flavors {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .variant-circle {
    min-width: 4.5rem;
    max-width: 4.5rem;
    min-height: 4.5rem;
    max-height: 4.5rem;
  }

  .product-collection-card-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links-column {
    grid-column-gap: 80px;
  }

  .main-nav__links-wrap {
    grid-column-gap: 4rem;
  }

  .main-nav__logo {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .div-block-3 {
    padding-bottom: 5rem;
  }

  .project-link-block {
    height: 19rem;
  }
}

@media screen and (min-width: 1920px) {
  .h1-heading {
    font-size: 6rem;
  }

  .h1-heading.home-hero {
    font-size: 9rem;
  }

  .h1-heading.product-page {
    font-size: 16svw;
  }

  .h1-heading.flavors {
    font-size: 13rem;
  }

  .text-box.home-hero {
    max-width: 70rem;
  }

  .section.subscription-bundle {
    margin-top: 16svh;
  }

  .container {
    max-width: 110rem;
  }

  .container.home-intro {
    padding-bottom: 14rem;
  }

  .container.extras {
    padding-top: 12.3rem;
  }

  .container.product-page-hero {
    max-width: 95%;
  }

  .container.other-flavors {
    padding-top: 12.2rem;
  }

  .container.product-page-reviews {
    padding-bottom: 12.1rem;
  }

  .container.products-hero {
    padding-bottom: 38%;
  }

  .container.contact-hero {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .main-button.dark-green.home-hero {
    width: 11rem;
    max-width: 11rem;
    height: 4rem;
  }

  .hero-bottom-gradient-overlay {
    background-image: linear-gradient(180deg, #89948700, var(--accent-1) 59%);
    padding-bottom: 5%;
    inset: auto 0% 0%;
  }

  .hero-bottom-gradient-overlay.flavors {
    justify-content: center;
    align-items: flex-start;
  }

  .h2-heading {
    font-size: 6rem;
  }

  .h2-heading.home-intro-flavors-heading {
    font-size: 7rem;
  }

  .image-wrapper.can-case {
    max-width: 70%;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.orange-can {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.three-cans {
    max-width: 70%;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.review-can {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.product-image-cms {
    max-width: 18rem;
  }

  .image-wrapper.watermelon-product-page-01 {
    max-width: 14rem;
    top: -66%;
    right: 30%;
  }

  .image-wrapper.watermelon-product-page-02 {
    max-width: 14rem;
    bottom: -41%;
    left: 27%;
  }

  .image-wrapper.benefits-can {
    min-width: 21rem;
    max-width: 21rem;
  }

  .image-wrapper.highlight-lines {
    max-width: 12rem;
    margin-top: -130px;
  }

  .image-wrapper.highlight-lines._02 {
    max-width: 12rem;
  }

  .heading-grid.center-aligned.flavors-hero {
    margin-bottom: -76px;
  }

  .content-grid.bundle-subscription {
    margin-top: 12.3rem;
  }

  .h3-heading {
    font-size: 4.5rem;
  }

  .h3-heading.ingredient-name {
    font-size: 3.5rem;
  }

  .left-slider-arrow {
    width: 75px;
    height: 45px;
  }

  .left-slider-arrow.other-flavors {
    top: -21%;
  }

  .ingredients-slider-mask.cities {
    width: 23%;
  }

  .right-slider-arrow {
    width: 75px;
    height: 42px;
  }

  .right-slider-arrow.white {
    height: 45px;
  }

  .right-slider-arrow.other-flavors {
    top: -21%;
  }

  .slider.other-flavors {
    margin-top: 7.6rem;
  }

  .reviews-slider-mask.home {
    width: 40%;
  }

  .comparison-grid-wrapper {
    margin-bottom: -125px;
  }

  .nav-secondary-wrapper {
    border-radius: 2.6rem;
    top: 1.5%;
  }

  .product-page-variant-collection-list.flavors {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .variant-circle {
    min-width: 5.5rem;
    max-width: 5.5rem;
    min-height: 5.5rem;
    max-height: 5.5rem;
  }

  .ingredients-grid {
    max-width: 55%;
    margin-top: -14svh;
  }

  .product-page-stats-grid {
    max-width: 70%;
    margin-top: 18.5rem;
  }

  .why-slider-card-container.up {
    margin-top: -95px;
  }

  .why-slider-card-container.up-more {
    margin-top: -200px;
  }

  .other-flavors-slider-mask.cms {
    width: 13%;
  }

  .hero-card.all-services-hero {
    width: 40%;
  }

  .contact-content-wrapper {
    width: 75%;
  }

  .contact-content-wrapper._100-width {
    width: 100%;
  }

  .footer-links-column {
    grid-column-gap: 140px;
  }

  .div-block-3 {
    padding-bottom: 10rem;
  }

  .project-link-block {
    height: 24rem;
  }
}

@media screen and (max-width: 991px) {
  .h1-heading.home-hero {
    font-size: 4.5rem;
  }

  .h1-heading.product-page {
    font-size: 18.5svw;
  }

  .h1-heading.flavors {
    font-size: 8rem;
  }

  .h1-heading.contact {
    font-size: 2.5rem;
  }

  .h1-heading._404 {
    font-size: 16rem;
  }

  .text-box.home-hero {
    max-width: 80%;
  }

  .section.home-hero.impr {
    min-height: 50svh;
  }

  .section.contact-us-03-hero {
    background-position: 50%;
  }

  .container {
    max-width: 100%;
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.home-intro {
    padding-top: 4rem;
  }

  .container.home-intro.home {
    padding-top: 6rem;
  }

  .container.home-intro.fot {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .container.product-benefits {
    padding-bottom: 5.2rem;
  }

  .container.product-benefits.bottom.spka {
    padding-bottom: 4rem;
  }

  .container.extras {
    padding-top: 11.2rem;
  }

  .container.extras.home {
    padding-top: 6rem;
  }

  .container.comparison {
    padding-bottom: 9.4rem;
  }

  .container.product-page-hero {
    padding-bottom: 10.4rem;
  }

  .container.product-page-intro {
    padding-bottom: 4.9rem;
  }

  .container.product-page-stats {
    padding-top: 7.3rem;
  }

  .container.products-hero {
    padding-bottom: 71%;
  }

  .container.contact-hero {
    padding-bottom: 4rem;
  }

  .container.product-benefits-2 {
    padding-bottom: 5.2rem;
  }

  .container.product-benefits-2.bottom {
    padding-bottom: 4rem;
  }

  .main-button.dark-green.home-hero {
    width: 9rem;
    max-width: 9rem;
    height: 3.75rem;
  }

  .main-button.white.general {
    height: 3.5rem;
    padding: .8rem 2rem;
    font-size: 1.2rem;
  }

  .main-button.white.general.df {
    height: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-bottom-gradient-overlay {
    padding-bottom: 25%;
  }

  .h2-heading {
    font-size: 4.2rem;
  }

  .h2-heading.no-margin.intro-callout {
    justify-content: center;
    align-items: flex-start;
    font-size: 5.5rem;
    display: flex;
    top: -25%;
  }

  .h2-heading.no-margin.intro-callout.df {
    top: -90%;
  }

  .h2-heading.home-intro-flavors-heading {
    font-size: 5rem;
  }

  .h2-heading.home {
    font-size: 4.5rem;
  }

  .image-wrapper.can-case {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.can-case.xy {
    display: none;
  }

  .image-wrapper.orange-can {
    max-width: 60%;
    margin-left: auto;
  }

  .image-wrapper.three-cans {
    max-width: 70%;
  }

  .image-wrapper.three-cans.xy {
    display: none;
  }

  .image-wrapper.orange-01 {
    max-width: 7rem;
    top: -6%;
  }

  .image-wrapper.orange-02 {
    max-width: 7rem;
    top: 15%;
    left: -50%;
  }

  .image-wrapper.orange-03 {
    max-width: 7rem;
    bottom: 17%;
    left: -11%;
  }

  .image-wrapper.curved-heading {
    max-width: 80%;
  }

  .image-wrapper.tiger {
    right: 6%;
  }

  .image-wrapper.watermelon-product-page-01 {
    max-width: 8rem;
    top: -112%;
    right: 22%;
  }

  .image-wrapper.watermelon-product-page-02 {
    max-width: 8rem;
    bottom: -83%;
    left: 11%;
  }

  .image-wrapper.bubble {
    max-width: 80%;
  }

  .image-wrapper.highlight-lines, .image-wrapper.highlight-lines._02 {
    display: none;
  }

  .image-wrapper.ingredient-corner-image {
    max-width: 4rem;
  }

  .grid-block.xy {
    display: none;
  }

  .box-angled-span {
    font-size: 4rem;
  }

  .box-angled-span.amazing {
    font-size: 1.5rem;
  }

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

  .content-image._100.orange-can.xy {
    display: none;
  }

  .collection-list.product-collection-sub-page {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

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

  .content-grid.product-benefits {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .content-grid.bundle-subscription {
    grid-template-columns: 1fr;
  }

  .content-wrapper.add-to-cart-options {
    bottom: 4%;
    right: 2%;
  }

  .product-collection-slide {
    max-width: 100%;
  }

  .subscribe-and-save-box-wrapper, .bundle-content-card-wrapper, .science-content-wrapper {
    height: auto;
  }

  .left-slider-arrow.other-flavors {
    top: -38%;
  }

  .ingredients-slider-mask {
    width: 65%;
  }

  .ingredients-slider-mask.cities {
    width: 55%;
  }

  .right-slider-arrow.other-flavors {
    top: -38%;
  }

  .slider.ingredients, .slider.reviews {
    margin-top: 160px;
  }

  .slider.other-flavors {
    margin-top: 8.4rem;
  }

  .reviews-slider-mask {
    width: 65%;
  }

  .reviews-slider-mask.home {
    width: 70%;
  }

  .comparison-detail-text {
    font-size: 1.2rem;
  }

  .compare-title {
    font-size: 1.5rem;
  }

  .comparison-logo-image {
    width: 95px;
  }

  .legal-group {
    width: auto;
    max-width: none;
    display: flex;
  }

  .footer-logo-link-block {
    width: 14rem;
    max-width: none;
    margin-bottom: .5rem;
  }

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

  .legal-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-svg-icon {
    justify-content: center;
    align-items: center;
  }

  .logo-link-block {
    width: 9rem;
  }

  .header-navigation {
    display: flex;
  }

  .nav-secondary-link-block {
    color: var(--white);
    white-space: nowrap;
  }

  .nav-secondry-social-link {
    color: var(--white);
  }

  .nav-secondary-links-container {
    margin-top: 1.2rem;
  }

  .nav-icon {
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
  }

  .logo-image {
    z-index: 998;
  }

  .nav-secondary-wrapper {
    background-color: var(--grün);
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .nav-secondary-menu-button {
    grid-column-gap: 0rem;
    width: 3.5rem;
    height: 3.5rem;
    padding-bottom: 2px;
    padding-right: 2px;
    position: fixed;
    top: 1.5%;
    right: 2%;
  }

  .variants-wrapper {
    left: 2%;
  }

  .product-page-variant-collection-list.flavors {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .product-page-info-cta-container {
    max-width: 100%;
  }

  .add-to-cart-block-wrapper {
    min-width: 70%;
    max-width: 70%;
    margin-top: 0;
  }

  .add-to-cart-block-wrapper._02 {
    min-width: 70%;
    max-width: 100%;
  }

  .quantity-wrapper {
    margin-right: 1em;
  }

  .product-option {
    justify-content: center;
    align-items: center;
  }

  .option-button-group {
    max-width: 100%;
  }

  .option-name {
    font-size: 1.3rem;
  }

  .marquee-content-block-item {
    font-size: 1.7rem;
  }

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

  .bubble-benefit-container._01 {
    bottom: 29%;
    left: -4%;
  }

  .bubble-benefit-container._04 {
    bottom: 29%;
    right: -4%;
  }

  .bubble-text {
    font-size: 2.5rem;
  }

  .product-page-feature-title {
    font-size: 1.7rem;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.5fr 1.5fr 1.5fr;
    margin-top: 5.6rem;
  }

  .feature-content-wrapper, .feature-content-wrapper.left-auto {
    max-width: 90%;
  }

  .feature-grid-column {
    margin-top: -75px;
  }

  .ingredients-grid {
    max-width: 93%;
    margin-top: 1svh;
  }

  .why-large-stat {
    font-size: 4rem;
  }

  .other-flavors-slider-mask {
    width: 65%;
  }

  .other-flavors-slider-mask.cms {
    width: 21%;
  }

  .hero-card.all-services-hero {
    width: 65%;
  }

  .contact-content-wrapper {
    width: 100%;
  }

  .overflow-clip.flavor-selection-wrapper {
    overflow: visible;
  }

  .footer-links-column {
    grid-template-columns: 1fr 1fr;
  }

  .main-nav {
    z-index: 999;
    height: 80px;
    display: none;
  }

  .main-nav__link {
    color: #fff;
    transition: opacity .4s;
  }

  .main-nav__link:hover {
    opacity: .7;
  }

  .main-nav__menu {
    z-index: 99;
    position: relative;
    inset: 0%;
  }

  .main-nav__logo {
    z-index: 1000;
    border-right-style: none;
  }

  .image-5.sp {
    max-width: 60svw;
  }

  .image-5.drink {
    max-width: 70svw;
  }

  .div-block-3.start {
    padding-bottom: 10rem;
  }

  .div-block-4 {
    height: 40svh;
  }

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

  .image-24 {
    width: 100%;
  }

  .image-24.x {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h1-heading.home-hero {
    font-size: 4rem;
  }

  .h1-heading.product-page {
    font-size: 18svw;
  }

  .h1-heading.flavors {
    font-size: 7rem;
  }

  .text-box.home-hero {
    max-width: 95%;
  }

  .text-box.new-flavor {
    max-width: 100%;
    margin-bottom: 41px;
  }

  .text-box.new-flavor.ex {
    margin-bottom: 0;
  }

  .container {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.home-hero {
    padding-top: 7.3rem;
  }

  .container.home-intro.drinks {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .container.home-intro.home {
    padding-bottom: 0;
  }

  .container.product-benefits.bottom.spka, .container.product-benefits.home {
    padding-top: 1rem;
  }

  .container.extras.home {
    padding-top: 4rem;
  }

  .container.product-page-hero {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 1.9rem;
  }

  .container.product-page-intro {
    padding-bottom: .8rem;
  }

  .container.product-page-stats {
    padding-bottom: 8.2rem;
  }

  .container.product-page-reviews {
    padding-top: 20.3rem;
  }

  .container.products-hero {
    padding-bottom: 93%;
  }

  .container.contact-hero {
    padding-top: 8rem;
  }

  .main-button.dark-green.home-hero {
    width: 8.3rem;
    height: 3.3rem;
    font-size: 1.4rem;
  }

  .hero-bottom-gradient-overlay {
    bottom: -5%;
  }

  .h2-heading {
    font-size: 4.5rem;
  }

  .h2-heading.no-margin.intro-callout {
    top: -30%;
  }

  .h2-heading.no-margin.intro-callout.df {
    display: none;
    top: -140%;
  }

  .h2-heading.no-margin.intro-callout.xx {
    display: none;
  }

  .h2-heading.home-intro-flavors-heading {
    font-size: 4rem;
    line-height: 1;
  }

  .h2-heading.home {
    letter-spacing: -.01rem;
    font-size: 3.6rem;
  }

  .image-wrapper.ingredient {
    height: auto;
  }

  .image-wrapper.ingredient.auto-right {
    max-width: 100%;
  }

  .image-wrapper.orange-can {
    max-width: 85%;
  }

  .image-wrapper.orange-01 {
    max-width: 5rem;
    top: -13%;
    right: 40%;
  }

  .image-wrapper.orange-02 {
    max-width: 5rem;
    inset: auto 0% 69% auto;
  }

  .image-wrapper.orange-03 {
    max-width: 5rem;
    bottom: 36%;
  }

  .image-wrapper.curved-heading {
    max-width: 95%;
  }

  .image-wrapper.tiger {
    max-width: 11rem;
    right: 27%;
  }

  .image-wrapper.product-image-cms {
    max-width: 8rem;
  }

  .image-wrapper.benefits-can {
    min-width: 14rem;
    max-width: 14rem;
  }

  .box-angled-span {
    font-size: 4.5rem;
  }

  .box-angled-span.amazing {
    font-size: 1.2rem;
  }

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

  .content-grid.bundle-subscription.home {
    margin-top: 1rem;
  }

  .content-wrapper.add-to-cart-options {
    margin-top: 30px;
    position: static;
  }

  .content-wrapper.product-page-intro {
    padding-top: 1.8rem;
  }

  .button-link-block {
    width: 8rem;
    height: 3.2rem;
  }

  .science-content-wrapper.df {
    margin-bottom: 2rem;
  }

  .ingredients-slider-mask {
    width: 80%;
  }

  .ingredients-slider-mask.cities {
    width: 70%;
  }

  .slide.ingredients {
    margin-right: 3rem;
  }

  .slide.other-flavors {
    margin-right: 1rem;
  }

  .ingredient-content-wrapper {
    height: 23rem;
  }

  .review-text-box {
    max-width: 100%;
    margin-bottom: 68px;
  }

  .reviews-slider-mask {
    width: 80%;
  }

  .reviews-slider-mask.home {
    width: 70%;
  }

  .comparison-detail-text {
    font-size: 1rem;
  }

  .comparison-logo-image-wrapper {
    padding-bottom: 12px;
  }

  .compare-title {
    font-size: 1.2rem;
  }

  .comparison-logo-image {
    width: 75px;
  }

  .footer-grid-block {
    grid-row-gap: 15px;
  }

  .footer-heading {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .legal-wrapper {
    flex-flow: column;
    align-items: center;
  }

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

  .logo-link-block.comparison {
    width: 5rem;
  }

  .nav-secondary-container {
    inset: auto 0% 0%;
  }

  .variants-wrapper {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .product-page-variant-collection-list {
    grid-template-columns: 1fr;
  }

  .product-page-variant-collection-list.flavors {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .variant-circle {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .text-block.flavor-title {
    font-size: 1.1rem;
  }

  .product-page-info-cta-container {
    justify-content: center;
    align-items: center;
  }

  .add-to-cart-block-wrapper {
    min-width: 80%;
    max-width: 80%;
  }

  .marquee-horizontal {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .marquee-text {
    font-size: 2.4rem;
  }

  .bubble-benefit-container {
    min-width: 9rem;
    max-width: 9rem;
    min-height: 9rem;
  }

  .bubble-benefit-container._01 {
    bottom: 76%;
  }

  .bubble-benefit-container._02 {
    top: -70%;
  }

  .bubble-benefit-container._03 {
    top: -70%;
    right: 20%;
  }

  .bubble-benefit-container._04 {
    bottom: 76%;
  }

  .bubble-text {
    font-size: 2rem;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 8rem;
  }

  .feature-paragraph {
    font-size: .9rem;
    line-height: 1.4;
  }

  .feature-content-wrapper, .feature-content-wrapper.left-auto {
    max-width: 100%;
  }

  .ingredients-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 3svh;
  }

  .product-page-stats-grid {
    flex-flow: column;
    margin-top: 4.1rem;
    display: flex;
  }

  .why-slider-card-container {
    height: 14rem;
  }

  .why-slider-card-container.up, .why-slider-card-container.up-more {
    margin-top: 0;
  }

  .other-flavors-slider-mask {
    width: 80%;
  }

  .other-flavors-slider-mask.cms {
    width: 23%;
  }

  .product-page-hero-bottom-container {
    width: 100%;
    margin-top: 2rem;
    position: static;
  }

  .hero-card.all-services-hero {
    width: 80%;
  }

  .contact-content-wrapper._100-width {
    margin-top: 1.5rem;
  }

  .footer-links-column {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .main-nav {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
    position: absolute;
  }

  .main-nav-inner {
    flex-direction: column;
  }

  .main-nav__menu {
    justify-content: center;
    width: 100%;
    margin-top: 2em;
  }

  .main-nav__logo {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5.drink {
    max-width: 80svw;
  }

  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .contact-form-2 {
    padding: 0 10px 10px;
  }
}

@media screen and (max-width: 479px) {
  .h1-heading.home-hero {
    font-size: 3.5rem;
  }

  .h1-heading.product-page {
    font-size: 18svw;
  }

  .h1-heading.flavors {
    font-size: 4.3rem;
  }

  .h1-heading.contact {
    font-size: 2rem;
  }

  .h1-heading._404 {
    font-size: 10rem;
  }

  .h1-heading.password {
    font-size: 3.7rem;
  }

  .text-box {
    grid-template-columns: 1fr 1fr;
  }

  .text-box.home-hero {
    max-width: 100%;
  }

  .text-box.bundle-heading {
    max-width: 95%;
  }

  .section.overflow-hidden.visible-mobile {
    overflow: visible;
  }

  .section.footer {
    padding-top: 0;
  }

  .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container.home-hero {
    padding-top: 7.3rem;
  }

  .container.home-intro {
    padding-top: 0;
    padding-bottom: 1.7rem;
  }

  .container.home-intro.drinks {
    padding-top: .5rem;
  }

  .container.product-benefits {
    padding-bottom: 3.1rem;
  }

  .container.extras {
    padding-top: 8.4rem;
    padding-bottom: 1.8rem;
  }

  .container.comparison {
    padding-bottom: 7.7rem;
  }

  .container.product-page-hero {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 252px .5rem 49px;
  }

  .container.product-page-intro {
    padding-top: .5rem;
  }

  .container.product-page-ingredients {
    padding-top: 3.4rem;
  }

  .container.product-page-stats {
    padding-top: 5rem;
    padding-bottom: 2.2rem;
  }

  .container.other-flavors {
    padding-top: 4.5rem;
  }

  .container.products-hero {
    padding-bottom: 127%;
  }

  .container.product-benefits-2 {
    padding-bottom: 3.1rem;
  }

  .main-button {
    align-self: center;
    height: 45px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .main-button.white.general {
    height: 3.3rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.15rem;
  }

  .hero-bottom-gradient-overlay {
    padding-bottom: 42%;
  }

  .flex-block.hero-sub {
    grid-column-gap: 17px;
    grid-row-gap: 9px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h2-heading {
    font-size: 3.122rem;
    line-height: 1;
  }

  .h2-heading.no-margin.intro-callout {
    top: -35%;
  }

  .h2-heading.no-margin.intro-callout.df {
    top: -170%;
  }

  .h2-heading.home-intro-flavors-heading {
    font-size: 3rem;
  }

  .h2-heading.home {
    font-size: 2.8rem;
  }

  .image-wrapper.can-case {
    max-width: 90%;
  }

  .image-wrapper.orange-can {
    max-width: 100%;
  }

  .image-wrapper.three-cans {
    max-width: 90%;
  }

  .image-wrapper.orange-01 {
    max-width: 4rem;
    top: -13%;
    right: 41%;
  }

  .image-wrapper.orange-02 {
    max-width: 4rem;
    bottom: 58%;
    right: 11%;
  }

  .image-wrapper.orange-03 {
    max-width: 4rem;
    bottom: 26%;
    left: 6%;
    transform: rotate(50deg)rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .image-wrapper.curved-heading {
    max-width: 100%;
  }

  .image-wrapper.product-image-cms {
    max-width: 7rem;
  }

  .image-wrapper.watermelon-product-page-01 {
    max-width: 6rem;
    top: -181%;
    right: 12%;
  }

  .image-wrapper.watermelon-product-page-02 {
    max-width: 6rem;
    bottom: -110%;
    left: 7%;
  }

  .image-wrapper.bubble {
    max-width: 70%;
  }

  .image-wrapper.benefits-can {
    z-index: 99;
    min-width: 13rem;
    max-width: 13rem;
    margin-top: 2.6rem;
  }

  .box-angled-span {
    margin-top: 12px;
    font-size: 4rem;
  }

  .box-angled-span.amazing {
    font-size: 1.1rem;
  }

  .heading-grid.center-aligned.more-flavors {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-image._100.orange-can {
    z-index: 5;
    position: relative;
  }

  .collection-list.product-collection-sub-page {
    grid-row-gap: 38px;
    grid-template-columns: 1fr;
  }

  .content-grid.bundle-subscription {
    flex-flow: column;
    display: flex;
  }

  .svg.more-features {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .content-wrapper.product-hero {
    height: auto;
    padding-bottom: 0;
  }

  .content-wrapper.product-page-intro {
    padding-top: 17.3rem;
  }

  .h3-heading.light-orange {
    font-size: 2.3rem;
  }

  .h3-heading.light-red, .h3-heading.light-gray, .h3-heading.ingredient-name {
    font-size: 2rem;
  }

  .subscribe-and-save-box-wrapper, .bundle-content-card-wrapper, .science-content-wrapper {
    padding: 2rem;
  }

  .slider-arrow.other-flavors {
    width: 35px;
    height: 35px;
  }

  .left-slider-arrow.other-flavors {
    width: 70px;
    height: 70px;
    top: -43%;
    left: 25%;
  }

  .ingredients-slider-mask {
    width: 90%;
  }

  .ingredients-slider-mask.cities {
    width: 80%;
  }

  .slide.ingredients {
    margin-right: 2rem;
  }

  .slide.ingredients.down {
    margin-top: 62px;
  }

  .slide.reviews, .slide.other-flavors {
    margin-right: 1rem;
  }

  .right-slider-arrow.other-flavors {
    width: 70px;
    height: 70px;
    top: -43%;
    right: 25%;
  }

  .slider.ingredients {
    margin-top: 117px;
  }

  .slider.reviews {
    margin-top: 148px;
  }

  .slider.other-flavors {
    margin-top: 147px;
  }

  .ingredient-content-wrapper {
    height: 18rem;
  }

  .review-text-block.black {
    font-size: 1.8rem;
  }

  .tiny-wrapper {
    max-width: 90%;
    position: absolute;
    inset: 4% 6% auto auto;
  }

  .review-text-box.align-left {
    margin-bottom: 159px;
  }

  .quote.white {
    margin-top: 18px;
    margin-bottom: 15px;
  }

  .testimonial-avatar.green {
    width: 55px;
    height: 55px;
  }

  .state {
    font-size: 12px;
  }

  .reviews-slider-mask {
    width: 90%;
  }

  .reviews-slider-mask.home {
    width: 95%;
  }

  .comparison-detail-text {
    font-size: .8rem;
  }

  .comparison-grid-block.display-none-mobile, .comparison-grid-block.bottom-line, .comparison-grid-block.bottom-line.display-none-mobile, .comparison-grid-block.bottom-line.no-bottom {
    display: none;
  }

  .comparison-logo-image-wrapper {
    padding-bottom: 20px;
  }

  .comparison-logo-image-wrapper.display-none-mobile {
    display: none;
  }

  .comparison-grid-wrapper {
    margin-top: 65px;
  }

  .compare-title {
    padding-right: 10px;
    font-size: 1.2rem;
  }

  .compare-grid {
    grid-template-rows: auto 4.9rem 4.9rem 4.9rem 4.9rem;
    grid-template-columns: .75fr 1fr 1fr 1fr;
  }

  .comparison-logo-image {
    width: 55px;
  }

  .logo-link-block {
    z-index: auto;
    width: 9rem;
    position: relative;
    inset: 1% auto auto 3%;
  }

  .logo-link-block.comparison {
    width: 4rem;
  }

  .nav-secondary-container {
    justify-content: flex-start;
  }

  .nav-secondry-social-link {
    font-size: 1rem;
  }

  .nav-secondary-wrapper {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
    top: 1.8%;
  }

  .nav-secondary-menu-button {
    z-index: 9999;
    width: 3.5rem;
    height: 3.5rem;
    top: 1.8%;
  }

  .product-page-variant-collection-list.flavors {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-bottom: .5rem;
    display: grid;
  }

  .variant-circle {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .text-block.flavor-title {
    font-size: 1rem;
  }

  .product-page-info-cta-container {
    justify-content: center;
    align-items: center;
  }

  .add-to-cart-block-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .quantity-number {
    font-size: 1.4rem;
  }

  .option-name {
    font-size: 1rem;
  }

  .nav-right-block {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .bubble-benefit-container._01 {
    inset: 27% auto auto 10%;
  }

  .bubble-benefit-container._02 {
    inset: 0% auto auto -1%;
  }

  .bubble-benefit-container._03 {
    inset: 0% 13% auto auto;
  }

  .bubble-benefit-container._04 {
    inset: 25% 2% auto auto;
  }

  .bubble-text {
    font-size: 1.6rem;
  }

  .feature-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    margin-top: 1.7rem;
    display: flex;
  }

  .feature-grid-column {
    grid-row-gap: 16px;
    margin-top: 0;
  }

  .ingredients-grid {
    flex-flow: column;
    display: flex;
  }

  .ingredients-card-container {
    height: 8rem;
  }

  .why-slider-card-container {
    padding: 1rem;
  }

  .other-flavors-slider-mask {
    width: 90%;
  }

  .other-flavors-slider-mask.cms {
    width: 35%;
  }

  .product-page-hero-bottom-container {
    margin-top: 142px;
    position: static;
    inset: auto 0% 0%;
  }

  .flavor-selection-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact-form-input-wrapper.first-name-last-name {
    flex-direction: column;
    margin-bottom: 12px;
  }

  .form-email {
    margin-bottom: 12px;
  }

  .last-name {
    width: 100%;
  }

  .first-name {
    width: 100%;
    margin-bottom: 12px;
  }

  .hero-card.all-services-hero {
    width: 100%;
    padding: 1rem;
  }

  .form-field.dark-green {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .utility-page-wrap.password {
    padding-top: 47px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .overflow-clip.flavor-selection-wrapper {
    padding-top: 22px;
  }

  .footer-links-column {
    grid-template-columns: 1fr 1fr;
  }

  .main-nav__logo {
    border-right-style: none;
    max-width: 45vw;
    padding-right: 0;
  }

  .contact-form-2 {
    align-self: stretch;
    padding: 0;
  }
}

#w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-7d5439ca {
  grid-area: 1 / 1 / 2 / 14;
}

#w-node-b3168d71-eb3a-8266-a16b-9a163ffa0661-7d5439ca, #w-node-_98e39bdc-b2a4-2971-62cb-55271ceeff2a-7d5439ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97f5be07-fec4-6daf-bc28-06c67c4e8241-7d5439ca, #w-node-_61af290d-e995-8c12-a6af-baf5c5ca7a4f-7d5439cd {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-_5b097b7a-d86a-cbad-4633-13b14bff0b64-7d5439ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b097b7a-d86a-cbad-4633-13b14bff0b68-7d5439ce {
  order: -9999;
}

#w-node-a5c31c8a-07aa-867d-d81f-902c4949e915-7d5439ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1565abed-d428-17e7-3123-4ec3a0898d28-7d5439ce {
  align-self: end;
}

#w-node-_9208fa9c-b429-8cd9-05c8-716738d15c71-7d5439ce, #w-node-_635851aa-ea67-e2b7-58f8-e07ce2b6b677-7d5439ce {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e274-7d5439ce {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e278-7d5439ce {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e27b-7d5439ce {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e27e-7d5439ce {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e281-7d5439ce {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e284-7d5439ce {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e287-7d5439ce {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e28a-7d5439ce {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e28d-7d5439ce {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e290-7d5439ce {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e293-7d5439ce {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e296-7d5439ce {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e299-7d5439ce {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e29c-7d5439ce {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e29f-7d5439ce {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e2a2-7d5439ce {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e2a5-7d5439ce {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e2a8-7d5439ce {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e2ab-7d5439ce {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e2ae-7d5439ce {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e2b1-7d5439ce {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e2b4-7d5439ce {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e2b7-7d5439ce {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ef09cee4-4398-5abb-6da6-6a24f4f5e2ba-7d5439ce {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b99b5e08-97af-4fca-141e-bf36fd2b021d-7d5439ce {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-_398eb7ce-3b71-5e78-2a3c-18572a83f2d8-7d5439ce {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-cbbb62ba {
  grid-area: 1 / 1 / 2 / 14;
}

#w-node-cdf16cba-e406-7722-1d62-318acd5ae0fa-cbbb62ba, #w-node-_0de30e0a-3c80-6ad6-106e-d5be77b35560-cbbb62ba {
  place-self: center;
}

#w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-a37dcce2 {
  grid-area: 1 / 1 / 2 / 14;
}

#w-node-cdf16cba-e406-7722-1d62-318acd5ae0fa-a37dcce2 {
  place-self: center;
}

#w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-16faeca8, #w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-8d2406c2, #w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-3deba6cc, #w-node-_19989acb-da83-56a7-642a-212494713553-f8d3a788, #w-node-_19989acb-da83-56a7-642a-212494713553-d9f217b9 {
  grid-area: 1 / 1 / 2 / 14;
}

@media screen and (min-width: 1920px) {
  #w-node-_97f5be07-fec4-6daf-bc28-06c67c4e8241-7d5439ca {
    grid-area: 1 / 4 / 2 / 11;
  }

  #w-node-_334812e8-0f6d-3a35-9c2f-8c95fa0efd85-7d5439ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-7d5439ca, #w-node-_97f5be07-fec4-6daf-bc28-06c67c4e8241-7d5439ca {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_5196c117-e07e-5c33-a212-0456ed21c4c3-ed21c45a, #w-node-e51716a3-675e-1046-057a-fbaa57c33fb1-ed21c45a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61af290d-e995-8c12-a6af-baf5c5ca7a4f-7d5439cd, #w-node-_9208fa9c-b429-8cd9-05c8-716738d15c71-7d5439ce, #w-node-_635851aa-ea67-e2b7-58f8-e07ce2b6b677-7d5439ce, #w-node-b99b5e08-97af-4fca-141e-bf36fd2b021d-7d5439ce {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_398eb7ce-3b71-5e78-2a3c-18572a83f2d8-7d5439ce {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-cbbb62ba, #w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-a37dcce2, #w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-16faeca8, #w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-8d2406c2, #w-node-_0b7e3961-34bb-64dc-87eb-8a87378bc6a4-3deba6cc, #w-node-_19989acb-da83-56a7-642a-212494713553-f8d3a788, #w-node-_19989acb-da83-56a7-642a-212494713553-d9f217b9 {
    grid-area: 1 / 1 / 2 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5196c117-e07e-5c33-a212-0456ed21c4c3-ed21c45a, #w-node-e51716a3-675e-1046-057a-fbaa57c33fb1-ed21c45a {
    grid-column: span 1 / span 1;
  }

  #w-node-fe170e7e-ad0d-79ab-d4a0-0e23b537cdd3-b537cdd3 {
    order: -9999;
  }

  #w-node-_5b097b7a-d86a-cbad-4633-13b14bff0b64-7d5439ce {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d49c7651-8548-144e-a7b3-3d485aa161f7-7d5439ca {
    order: 9999;
  }

  #w-node-d49c7651-8548-144e-a7b3-3d485aa161fc-7d5439ca {
    justify-self: start;
  }

  #w-node-_5b097b7a-d86a-cbad-4633-13b14bff0b64-7d5439ce {
    order: -9999;
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_5b097b7a-d86a-cbad-4633-13b14bff0b68-7d5439ce {
    order: -9999;
  }
}


@font-face {
  font-family: 'Rubik Variablefont Wght';
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Variablefont Wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans Condensed';
  src: url('../fonts/MonaSansCondensed-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}