@font-face {
  font-family: Tilt Warp;
  src: url('../images/') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ocean: #016c96;
  --greys--100: #111310;
  --greys--5: #eae7e4;
  --greys--85: #21302b;
  --greys-000: white;
  --greys--75: #39473f;
  --error: #820b2f;
  --sky: #aac3d7;
  --greys--25: #7b807d;
  --greys--10: #a4a9a6;
  --primary: #29320c;
  --greys--50: #555a57;
  --primary-font: "Tilt Warp", sans-serif;
  --body: Manrope, sans-serif;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--ocean);
  border-radius: 10px;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.home {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--greys--100);
  opacity: 1;
  max-width: 100%;
  color: var(--ocean);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home.light {
  background-color: var(--greys--5);
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1020px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section.hidden {
  clear: right;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -93px;
  margin-left: 100px;
  padding-right: 20px;
  display: block;
}

.section.centered {
  background-image: linear-gradient(to top, var(--greys--85), transparent 22%), url('../images/pexels-kindel-media-7667702.jpg');
  object-fit: fill;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  display: block;
  overflow: visible;
}

.section.centered.background {
  background-image: linear-gradient(to top, var(--greys--85), transparent 22%);
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.about-us {
  clear: right;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
}

.section.mainpage {
  margin-top: 50px;
  margin-bottom: 70px;
  position: relative;
}

.section.crowdfunding-roadmap {
  margin-top: 49px;
}

.section.how {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  position: relative;
}

.container_header {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 0px solid var(--greys-000);
  text-align: center;
  object-fit: fill;
  flex-flow: wrap;
  flex: 0 auto;
  order: -1;
  place-content: center flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: sticky;
}

.container_header.crowdfunding {
  display: none;
}

.container_header.about-us {
  border-style: none;
  border-width: 5px;
  border-color: var(--greys-000) black;
  background-color: var(--greys--75);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

.container_header.road-ro-change {
  flex-direction: row;
  place-content: flex-start;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
}

.container_header.how {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.container_header.company {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: 10px;
}

.placeholder-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.placeholder-logo.hidden {
  display: none;
}

.placeholder-logo.about-us {
  justify-content: center;
  align-self: center;
  width: 100px;
  height: 100px;
  margin-top: 29px;
  margin-bottom: 29px;
  margin-left: 30px;
  padding-top: 0;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 1020px;
  margin-left: 40px;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.front {
  z-index: 100;
}

.container.front.hidden {
  display: block;
  overflow: visible;
}

.container.center-align {
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container.hidden {
  display: none;
}

.container.how {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.card-outline {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--greys--5);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #016c96;
  border-radius: 15px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 31vw;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-xxl {
  color: var(--error);
  text-align: center;
  letter-spacing: -.05em;
  font-family: Tilt Warp, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 120%;
}

.heading-xxl.ocean {
  color: var(--ocean);
  align-self: center;
  margin-top: -12px;
  padding-top: 23px;
  font-size: 50px;
}

.heading-xxl.ocean._20 {
  padding-top: 11px;
  padding-bottom: 0;
}

.heading-xxl.ocean._100 {
  font-size: 3vw;
}

.heading-xxl.white {
  color: var(--greys-000);
  text-shadow: 0 1px 10px #0003;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 1;
  align-self: center;
  margin-top: 220px;
  margin-bottom: 40px;
  font-size: 6vw;
  line-height: 140%;
  position: relative;
  top: auto;
}

.heading-xxl.white.crowdfunding.blurring {
  border-top: 3px none var(--greys-000);
  max-width: 940px;
  margin-top: 297px;
  margin-bottom: 119px;
  font-size: 70px;
  position: relative;
}

.heading-xxl.white.thank-you-page {
  margin-top: 34px;
}

.heading-xxl.white.product-page {
  margin-top: 0;
  display: flex;
  position: absolute;
  top: 550px;
}

.subheading-l {
  color: #1b1b1b;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  padding: 0 20px 0 30px;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 150%;
}

.subheading-l.created {
  margin-top: 10px;
  padding-top: 0;
}

.heading-xxs {
  color: #39473f;
  text-align: right;
  letter-spacing: -.05em;
  font-family: Tilt Warp, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  position: static;
  top: 24px;
  right: 24px;
}

.heading-xxs.white {
  color: var(--greys-000);
  text-align: center;
}

.card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--greys-000);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 360px;
  margin-top: 0;
  margin-left: 40px;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.heading-m {
  color: var(--error);
  text-align: center;
  letter-spacing: -.05em;
  font-family: Tilt Warp, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.container-roadmap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 980px;
  height: 296px;
  margin-bottom: 60px;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.heading-l {
  color: var(--greys--75);
  text-align: center;
  letter-spacing: -.05em;
  font-family: Tilt Warp, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.heading-l.ocean {
  color: var(--greys--85);
  margin-top: 10px;
  margin-bottom: 12px;
  padding-top: 0;
  font-size: 3vw;
}

.heading-l.ocean.hemp {
  margin-top: -19px;
}

.heading-l.white {
  filter: blur(5px);
  color: var(--greys-000);
  mix-blend-mode: normal;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 54px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: static;
}

.heading-l.white.crowdfunding {
  margin-top: 62px;
  margin-bottom: 1px;
}

.heading-l.white.crowdfunding.blurring {
  text-align: center;
  align-self: center;
  margin-top: -269px;
  margin-bottom: 125px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.heading-l.white.crowdfunding.blurring._3-steps {
  border: 2px solid var(--greys--5);
  border-radius: 100px;
  margin-top: -48px;
  margin-bottom: 16px;
  padding: 20px;
  font-size: 60px;
  position: relative;
}

.heading-l.white.crowdfunding.blurring.main-page {
  margin-top: -269px;
  margin-bottom: 87px;
}

.heading-l.white.crowdfunding.blurring.main-title {
  filter: blur();
  max-width: 750px;
  margin-top: 396px;
  margin-bottom: 0;
  font-size: 70px;
  left: 93px;
  overflow: visible;
}

.heading-l.white.crowdfunding.blurring.title {
  margin-top: 103px;
  margin-bottom: -2px;
}

.subheading-s {
  color: var(--greys--100);
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.subheading-s._20 {
  color: var(--ocean);
  font-family: Tilt Warp, sans-serif;
  font-size: 45px;
}

.subheading-s.first-card {
  color: var(--greys-000);
}

.card-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0 0 20px;
  display: block;
  position: relative;
}

.card-1._24px-padding {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card-1.sky {
  border: 5px solid var(--greys--75);
  background-color: var(--greys--85);
  opacity: 1;
}

.card-1.crowdfunding {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-s {
  color: var(--greys--75);
  text-align: center;
  letter-spacing: -.05em;
  font-family: Tilt Warp, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.card-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-dark {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--ocean);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-dark.wrap {
  z-index: 50;
  width: auto;
  position: relative;
  inset: auto;
}

.button-dark.wrap.inline {
  position: relative;
  bottom: auto;
  right: auto;
}

.button-dark.wrap.inline.spacing {
  margin-top: 14px;
  font-size: 20px;
}

.button-dark.wrap.inline.spacing.your-flag {
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 219px;
  right: -200px;
}

.button-dark.wrap.inline.spacing.your-flag.last {
  align-self: center;
  margin-left: 0;
  right: 0;
}

.button-dark.wrap.main-button.crowdfunding {
  display: none;
  right: 285px;
}

.button-dark.wrap.main-button.crowfdfundingfixed {
  right: 41px;
}

.button-dark.wrap.main-button.order-now {
  margin-bottom: 15px;
  margin-right: 15px;
  display: flex;
  inset: auto 0% 0% auto;
}

.button-dark.wrap.main-button.order-now.home-page {
  background-color: var(--ocean);
  position: fixed;
}

.button-dark.small {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Manrope, sans-serif;
}

.footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--greys--75);
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100vw;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.footer.pp {
  background-color: var(--greys--85);
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 429px;
  display: flex;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 49px;
  display: flex;
}

.pay-off {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: 0;
  align-self: center;
  margin-top: -13px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

.body-small {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.body-small.hidden {
  display: none;
}

.body-small.black {
  color: var(--greys--100);
}

.footer-link-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu {
  z-index: 100;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 980px;
  max-width: 980px;
  margin-left: 0;
  margin-right: 0;
  padding: 22px 32px;
  display: flex;
  position: fixed;
  top: 40px;
  right: auto;
  box-shadow: 0 0 11px -2px #0003;
}

.left-side {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-side {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-link {
  color: #000;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-s.greys-75 {
  color: var(--greys--75);
  font-family: Tilt Warp, sans-serif;
  text-decoration: none;
}

.heading-s.greys-75.header-pp {
  margin-top: 20px;
  padding-left: 10px;
  display: inline-block;
}

.heading-m {
  color: var(--greys--75);
  padding-top: 0;
  font-size: 25px;
}

.heading-m.white {
  color: var(--greys-000);
  text-align: left;
  text-transform: lowercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 26px;
  margin-left: 0;
  position: relative;
  top: 0;
  left: auto;
  right: 0;
}

.heading-m.white.about-us {
  align-self: center;
  margin: 0 30px 0 0;
  padding-bottom: 0;
  font-size: 70px;
}

.heading-m.ocean {
  color: var(--ocean);
}

.heading-m.first-card, .heading-m.first-card.flags {
  color: var(--greys-000);
}

.heading-m._20 {
  padding-right: 10px;
  font-size: 35px;
}

.heading-m.microplastics {
  color: var(--greys--85);
  -webkit-text-stroke-color: var(--greys--75);
  margin-left: 0;
  margin-right: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 3vw;
}

.overlay-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #eae7e466;
  width: 100vw;
  height: 80px;
  margin-top: 338px;
  margin-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.overlay-blur.hidden {
  display: none;
}

.heading-xs {
  color: var(--greys--100);
  text-transform: capitalize;
  font-family: Tilt Warp, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.heading-xs.white {
  color: var(--greys-000);
  text-transform: lowercase;
  margin-bottom: 1px;
  font-family: Tilt Warp, sans-serif;
  font-size: 22px;
}

.heading-xs.white.mainflagcrowdfunding {
  text-transform: lowercase;
  margin-bottom: 5px;
  font-size: 30px;
}

.heading-xs.white.earthflags {
  text-transform: capitalize;
}

.heading-xs.green {
  color: var(--greys--75);
}

.heading-xs.green.centred {
  text-align: center;
}

.hemp-r {
  z-index: 10;
  display: none;
  position: fixed;
  inset: -200px -200px 0% auto;
}

.hemp-r.hidden {
  display: none;
  overflow: clip;
}

.hemp-l {
  z-index: 20;
  display: none;
  position: fixed;
  bottom: -200px;
  left: -200px;
}

.hemp-l.hidden {
  display: none;
}

.typeform-embed {
  z-index: 40;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 91px;
  display: flex;
  position: relative;
}

.home-flags {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--greys--85);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Manrope, sans-serif;
  display: flex;
  position: relative;
  overflow: scroll;
}

.card-outline-spacing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-color: #016c96;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 311px;
  height: 360px;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.card-outline-spacing.sky {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--greys-000);
  background-color: #fffc;
  border-color: #aac3d7;
  border-radius: 20px;
  margin-left: 40px;
}

.paragraph {
  flex: 1;
}

.paragraph.right-align {
  text-align: right;
}

.paragraph.right-align.white {
  color: var(--greys-000);
}

.hero {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 1400px;
  display: flex;
  position: relative;
  top: auto;
}

.hero.crowdfunding {
  background-color: var(--greys--5);
  height: 100vh;
}

.hero.hemp-page {
  align-self: center;
}

.hero.video-page {
  height: 900px;
  top: auto;
}

.link {
  color: var(--sky);
}

.hero-overlay {
  z-index: 10;
  object-fit: fill;
  background-image: linear-gradient(0deg, #21302b, #0000);
  height: 80px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.hero-overlay.main-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: block;
}

.hero-overlay.main-page.thank-you-page {
  height: 100px;
  margin-bottom: -25px;
  padding-bottom: 0;
}

.hero-overlay.main-page.top {
  flex: 0 auto;
  padding-bottom: 0;
}

.hero-overlay.crowdfunding {
  background-image: linear-gradient(0deg, #21302b 50%, #0000);
  margin-top: 20px;
  margin-bottom: 156px;
  top: 710px;
}

.hero-overlay.top-page {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.hero-overlay.top-page.home-page {
  overflow: visible;
}

.hero-overlay.thankyou-page {
  margin-top: 88px;
}

.logo {
  width: 64px;
}

.collection-list-wrapper {
  flex: 1;
}

.review-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--greys-000);
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 360px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  flex: none;
  align-items: center;
  width: 100%;
  height: 40%;
  display: flex;
  overflow: hidden;
}

.card-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  margin: 24px;
  display: flex;
  overflow: hidden;
}

.body {
  background-color: var(--greys--85);
}

.hero-blogs {
  background-image: url('../images/pexels-washarapol-d-binyo-jundang-2731663.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: fixed;
}

.container-blog-post {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--greys-000);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  margin-top: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
  position: sticky;
  top: 220px;
}

.outline-right {
  text-align: right;
  margin-top: 0;
}

.card-image {
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.summary {
  height: auto;
  color: var(--greys--100);
  margin-bottom: 5px;
  overflow: hidden;
}

.main-image {
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.collection-read-more {
  z-index: 30;
  width: 980px;
  margin-bottom: 80px;
  position: relative;
}

.blog-card-image {
  flex: none;
  align-items: center;
  width: 100%;
  height: 40%;
  display: flex;
  overflow: hidden;
}

.container-review-white {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--greys-000);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
  position: sticky;
  top: 220px;
}

.button-arrow {
  background-color: var(--greys-000);
  width: 64px;
  height: 64px;
  box-shadow: 0 0 8px 0 var(--greys--5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 50% auto 0% -40px;
}

.button-arrow.hidden {
  display: none;
}

.image-fill {
  background-image: url('../images/pexels-kindel-media-7667702.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-fill.hidden {
  display: none;
}

.image-fill.hidden.thank-you {
  background-image: none;
}

.image-fill.hemp-page {
  position: absolute;
}

.image-fill.mainpage {
  background-image: url('../images/pexels-kindel-media-7667702.jpg');
  flex-direction: column;
  margin-top: 14px;
  margin-bottom: 140px;
  display: flex;
  bottom: -27%;
}

.image-fill.mainpage.thank-you-page {
  background-image: url('../images/hero.jpg');
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: -106px;
}

.image-fill.mainpage.top {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.image-fill.mainpage.video-page {
  background-color: var(--greys--85);
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0%;
}

.image-fill.product-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-fill.about-us {
  background-image: linear-gradient(173deg, #0000 9%, #21312b 60%);
  margin-bottom: 0;
  overflow: visible;
}

.heading-absolute {
  color: #39473f;
  text-align: right;
  letter-spacing: -.05em;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  max-height: 40px;
  margin-top: -9px;
  margin-right: -31px;
  padding-left: 45px;
  padding-right: 0;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  position: absolute;
  top: 22px;
  bottom: 46.203px;
  right: 195px;
}

.heading-absolute.left {
  inset: 24px auto 0% 56px;
}

.heading-absolute.left.hidden {
  display: none;
}

.heading-absolute.left.main-page {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-height: 40px;
  margin-top: -20px;
  margin-left: 32px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  left: 0;
  right: 121px;
}

.heading-absolute.goal {
  margin-left: 0;
  padding-left: 0;
  padding-right: 95px;
  font-size: 19px;
  right: 143px;
}

.heading-absolute.crodfunding {
  text-align: right;
  padding-right: 140px;
  display: block;
}

.arrow-absolute {
  z-index: 3;
  opacity: 1;
  filter: brightness(200%) brightness(200%);
  -webkit-text-stroke-width: 1px;
  border-radius: 0;
  order: 0;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
  inset: -21px -75px auto auto;
  overflow: visible;
}

.arrow-absolute.crowdfunding {
  filter: none;
  margin-bottom: 0;
  padding-bottom: 0;
  right: 128px;
}

.arrow-absolute.roadmap {
  right: 599px;
}

.arrow-absolute.turn {
  filter: brightness(200%) brightness(200%);
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: var(--sky);
}

.arrow-absolute.road {
  filter: none;
}

.card-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--greys--5);
  object-fit: fill;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 31vw;
  margin-left: 10px;
  padding: 40px 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.card-2.hemp-card {
  z-index: 0;
  background-color: var(--greys--5);
  border-radius: 15px;
  width: 28vw;
  height: 31vw;
  margin-left: 20px;
  overflow: visible;
}

.card-2.crowdfunding-goal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 20px;
  align-items: center;
  width: 80%;
  margin-left: 53px;
  margin-right: 68px;
  padding-left: 28px;
}

.button-light {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #aac3d7;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.button-light.contact {
  background-color: var(--greys-000);
  height: 100px;
  margin-top: 45px;
  margin-bottom: 0;
}

.heading-xs-2 {
  color: #111310;
  text-transform: lowercase;
  font-family: Tilt Warp, sans-serif;
  font-size: 24px;
}

.heading-xs-2.black {
  color: var(--ocean);
}

.heading-xs-2.white {
  color: #fff;
  font-family: Tilt Warp, sans-serif;
}

.heading-xs-2.white.order-here {
  text-align: center;
  margin: -7px;
  padding: 0;
}

.card-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fffc;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  padding: 40px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.button-dark-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #016c96;
  border-radius: 100px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.button-dark-2.about-us {
  width: 18%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.button-dark-2.supplychain {
  background-color: var(--sky);
  margin-top: 45px;
}

.heading-l-3 {
  color: #39473f;
  text-align: center;
  letter-spacing: -.05em;
  font-family: Tilt Warp, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 120%;
}

.card-outline-s {
  background-color: #fff;
  border: 4px solid #016c96;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 24px 24px;
  display: flex;
  position: relative;
}

.flags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.paragraph-2 {
  color: var(--greys--100);
}

.paragraph-3 {
  color: var(--greys--100);
  overflow: hidden;
}

.button {
  background-color: var(--ocean);
  border-radius: 100px;
}

.container-video {
  width: 980px;
  margin-top: 144px;
  display: flex;
}

.sectioncrowdfund {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sectioncrowdfund.hidden {
  display: flex;
}

.containercrowdfund {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.containercrowdfund.front {
  z-index: 100;
}

.containercrowdfund.front.hidden {
  display: none;
}

.containercrowdfund.center-align {
  align-items: center;
}

.containercrowdfund.hidden {
  display: none;
}

.imagecrowdfund {
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 480px;
  display: flex;
  overflow: hidden;
}

.video {
  border-radius: 8px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 100;
  background-color: var(--greys-000);
  border-radius: 100px;
  width: 100%;
  max-width: 980px;
  margin-bottom: 0;
  padding: 20px 40px;
  position: fixed;
  inset: 40px 0% auto;
  overflow: hidden;
}

.navbar-logo-left-container.shadow-three.form {
  display: none;
  position: relative;
}

.navbar-logo-left-container.shadow-three.about-us-page {
  margin-top: 10px;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar-logo-left-container.shadow-three.ecom {
  background-color: var(--sky);
  margin-top: 35px;
  position: static;
}

.navbar-logo-left-container.shadow-three.product-page {
  background-color: var(--sky);
}

.navbar-logo-left-container.shadow-three.video-page {
  width: 220px;
  position: relative;
  top: 20px;
  bottom: 0;
}

.container-menu {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: visible;
}

.navbar-brand {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: static;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  display: block;
}

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

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

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

.menu-button {
  background-color: var(--greys-000);
  border-radius: 20px;
}

.menu-button.ecom {
  background-color: var(--sky);
}

.image-2, .logo-mini {
  width: 32px;
  height: 32px;
}

.logo-mini.header-pp {
  margin: 0 0 15px 20px;
}

.hidden {
  display: none;
}

.typeform-embed-copy {
  z-index: 40;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

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

.image-3 {
  object-fit: fill;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
}

.image-4 {
  border-top: 2px solid var(--greys-000);
  background-color: var(--greys--85);
  filter: blur(4px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(#000 74%, #fff);
  background-clip: border-box;
  order: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: filter .2s;
  position: relative;
  inset: 25% 0% 0;
}

.quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 89px;
  padding-top: 0;
}

.heading {
  color: var(--greys-000);
}

.link-block {
  border: 1px solid var(--greys-000);
  border-radius: 100px;
  width: 300px;
  padding: 10px;
  position: relative;
}

.div-block {
  background-image: linear-gradient(to bottom, var(--ocean) 16%, white);
  border-radius: 100px;
  padding: 15px;
}

.text-block {
  font-family: Tilt Warp, sans-serif;
}

.image-5 {
  text-align: left;
}

.div-block-2 {
  border: 1px solid var(--ocean);
  background-color: var(--ocean);
  border-radius: 100px;
  padding: 15px;
  position: static;
}

.image-6 {
  float: right;
  display: inline-block;
  position: static;
}

.text-block-2 {
  color: var(--greys-000);
  margin-top: 7px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Tilt Warp, sans-serif;
  font-size: 30px;
  line-height: 20px;
  position: absolute;
}

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

.body-2 {
  margin-top: 75px;
  margin-left: 59px;
  margin-right: 45px;
}

.form-2 {
  margin-top: 183px;
}

.section-2 {
  background-image: url('../images/pexels-kindel-media-7667702.jpg');
  background-position: 0 0;
  background-size: auto;
  line-height: 50px;
  position: static;
}

.image-7 {
  background-image: url('../images/pexels-kindel-media-7667702.jpg');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
  display: block;
  position: absolute;
  overflow: hidden;
}

.div-block-3 {
  object-fit: fill;
  background-image: url('../images/pexels-kindel-media-7667702.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  height: 100%;
  min-height: 20px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-8 {
  border-radius: 0;
}

.image-9 {
  border-radius: 6px;
}

.icon {
  background-color: var(--sky);
  color: var(--ocean);
  display: block;
  overflow: visible;
}

.image-10 {
  order: 0;
  width: auto;
  display: block;
  position: relative;
  overflow: visible;
}

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

.pricing-heading-2 {
  color: var(--ocean);
  text-align: right;
  margin-top: 40px;
  font-family: Manrope, sans-serif;
}

.section-3 {
  position: relative;
}

.pricing-heading-3 {
  color: var(--ocean);
  text-align: right;
  white-space: normal;
  margin-top: 80px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  position: relative;
  bottom: -95px;
}

.pricing-heading-3.intro {
  text-align: center;
  word-break: normal;
  margin: 0 20px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 53px;
  bottom: 0;
}

.container-2 {
  margin-top: -230px;
  margin-bottom: -24px;
  position: relative;
  bottom: -115px;
}

.html-embed {
  background-color: var(--ocean);
  width: 100%;
  height: 40%;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-4 {
  flex-direction: column;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
  height: 240px;
  margin-top: 120px;
  margin-bottom: 113px;
  display: flex;
}

.paragraph-4 {
  color: var(--greys-000);
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0 45px;
  font-size: 20px;
  position: static;
  top: -9px;
}

.image-11 {
  margin: 11px 9px 13px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.html-embed-2 {
  margin-top: 65px;
  margin-bottom: 0;
  display: block;
}

.section-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-heading-4 {
  color: var(--ocean);
  text-align: right;
  margin-top: 200px;
  font-family: Manrope, sans-serif;
}

.paragraph-5 {
  text-align: justify;
  letter-spacing: normal;
  text-transform: none;
  word-break: normal;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

.paragraph-6 {
  clear: none;
  color: #fcf5f5;
  text-align: center;
  letter-spacing: normal;
  -webkit-text-stroke-width: 1px;
  text-indent: 0;
  text-transform: none;
  word-break: normal;
  mix-blend-mode: lighten;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  margin-top: 26px;
  margin-bottom: 60px;
  margin-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  text-decoration: none;
  position: static;
}

.pricing-heading-5 {
  color: var(--ocean);
  text-align: right;
  margin-top: 260px;
  font-family: Manrope, sans-serif;
  position: relative;
}

.paragraph-7 {
  color: #fffcfc;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  line-height: 30px;
  display: block;
}

.body-4 {
  background-color: var(--greys--85);
  overflow: visible;
}

.image-13 {
  display: block;
}

.image-14 {
  background-color: var(--greys--100);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.container-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  min-width: 100%;
  max-width: 0;
  min-height: 40px;
  margin-top: 0;
}

.body-5 {
  background-color: var(--greys--85);
  margin-top: 0;
  margin-bottom: 0;
}

.image-15 {
  aspect-ratio: auto;
  object-fit: fill;
  margin-top: 194px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: auto;
}

.paragraph-8 {
  background-color: var(--sky);
  color: var(--ocean);
  text-align: center;
  letter-spacing: 1px;
  column-count: 1;
  border-radius: 18px;
  margin-bottom: 158px;
  padding: 40px 20px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
}

.bold-text {
  -webkit-text-stroke-width: 1px;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  margin-top: 197px;
  margin-bottom: 51px;
  padding: 21px 120px 23px;
  font-size: 18px;
}

.div-block-5 {
  background-color: var(--greys--75);
  border-radius: 15px;
  margin-top: 55px;
  margin-left: 120px;
  margin-right: 120px;
}

.image-16 {
  margin-top: 40px;
  margin-left: 0;
  display: inline-block;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 0;
  display: flex;
}

.bold-text-2 {
  font-size: 30px;
}

.field-label {
  color: var(--greys-000);
  font-family: Tilt Warp, sans-serif;
}

.submit-button {
  background-color: var(--ocean);
  font-family: Tilt Warp, sans-serif;
}

.text-field {
  background-color: var(--greys--5);
}

.section-5 {
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 500px;
  max-width: 1020px;
  min-height: 0%;
  margin-top: 100px;
  margin-bottom: 56px;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-7 {
  float: none;
  clear: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template: "Area-3 Area"
                 "Area-4 Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 0;
  margin: 0 0 0 60px;
  padding-right: 0;
  display: grid;
}

.container-7.hemp-tell-me-more {
  margin-left: 0;
}

.div-block-6 {
  background-color: var(--greys-000);
  border-radius: 4px;
  min-width: 50px;
  max-width: 350px;
  min-height: 100px;
  max-height: 200px;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.container-8 {
  background-color: var(--ocean);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 37px;
  margin-left: 0;
  margin-right: 17px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 #0000, .3px .3px #00000006, .6px .6px #00000007, 1px 1px .1px #00000008, 1.4px 1.4px .1px #00000009, 2px 2px .3px #00000009, 2.9px 2.9px .6px #0000000a, 4px 4px .9px #0000000a, 5.5px 5.5px 1.5px #0000000a, 7.6px 7.6px 2.3px #0000000b, 10.4px 10.4px 3.5px #0000000b, 14.2px 14.2px 5.1px #0000000b, 19.4px 19.4px 7.4px #0000000b, 26.5px 26.5px 10.6px #0000000b, 36.6px 36.6px 15.1px #0000000c, 51.1px 51.1px 21.6px #0000000c, 72.9px 72.9px 31.5px #0000000c, 108.4px 108.4px 47.8px #0000000d, 177.3px 177.3px 79.4px #0000000e;
}

.container-8.product-page {
  background-color: var(--greys-000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 26%;
  max-width: 40%;
  height: 360px;
  margin-top: 86px;
  margin-left: 20px;
  margin-right: 20px;
}

.container-8.home-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.pricing-heading-6 {
  color: var(--greys--5);
  text-align: right;
  margin-top: 72px;
  margin-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 38px;
  display: block;
}

.pricing-heading-6.product-page {
  margin-top: 29px;
  margin-left: 0;
}

.pricing-heading-6.product-page.home-page {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Tilt Warp, sans-serif;
}

.text-block-3 {
  color: var(--greys-000);
  margin-left: 20px;
  padding-right: 0;
  font-size: 18px;
}

.heading-blocks {
  color: var(--ocean);
  -webkit-text-stroke-color: var(--greys--75);
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 6px;
  font-family: Tilt Warp, sans-serif;
  font-size: 30px;
}

.text-blocks {
  color: var(--greys--85);
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  column-count: 1;
  white-space: normal;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 11px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.text-blocks.product-page {
  text-align: center;
  align-self: auto;
  margin-top: 39px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.bold-text-3, .bold-text-4 {
  color: var(--ocean);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--ocean);
}

.bold-text-5, .bold-text-6 {
  color: var(--ocean);
  -webkit-text-stroke-width: 0px;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  color: var(--ocean);
}

.image-17 {
  align-self: center;
  min-width: 550px;
  margin: -15px 0 16px -80px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  background-image: url('../images/vlag-export-transparant.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-self: center;
  width: 400px;
  height: 220px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: visible;
}

.div-block-7.product-page {
  width: 90%;
  height: 80%;
}

.bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
  color: var(--ocean);
}

.section-6 {
  background-color: var(--greys--85);
  opacity: 1;
  filter: saturate(114%);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG_8094.jpeg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  margin-top: -122px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-8 {
  background-color: var(--greys--85);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  max-height: 500px;
  margin-top: -34px;
  display: flex;
}

.div-block-9 {
  background-color: var(--greys--10);
  width: 100%;
  color: var(--greys-000);
  margin-top: -100px;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -26px;
  margin-bottom: -45px;
  display: flex;
}

.link-block-2 {
  border: 4px solid var(--sky);
  background-color: var(--sky);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 12px 24px;
  display: flex;
}

.text-block-4 {
  color: var(--greys-000);
  font-family: Tilt Warp, sans-serif;
  font-size: 30px;
}

.link-block-3 {
  background-color: var(--sky);
  color: var(--greys-000);
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Tilt Warp, sans-serif;
  position: absolute;
  inset: auto auto 20px;
}

.text-block-5 {
  font-size: 20px;
}

.text-block-6, .text-block-7 {
  position: absolute;
  top: 10px;
  left: 61px;
}

.div-block-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1020px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 200px;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 70px;
  display: flex;
}

.container-9 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.bold-text-24 {
  color: var(--greys--85);
}

.bold-text-25 {
  color: var(--ocean);
}

.paragraph-10, .paragraph-11, .paragraph-12 {
  color: #fff;
}

.html-embed-3 {
  aspect-ratio: auto;
  background-color: var(--greys--85);
  object-fit: fill;
  border: 0 #21312b;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.navbar-logo-center {
  overflow-wrap: normal;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.body-6 {
  background-color: var(--greys--85);
}

.div-block-12 {
  background-color: var(--greys--85);
  position: relative;
  overflow: visible;
}

.paragraph-13 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-14 {
  color: var(--greys--5);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 40px;
}

.section-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.link-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13 {
  background-color: var(--greys--10);
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

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

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

.body-7 {
  background-color: var(--greys--85);
}

.paragraph-15 {
  color: var(--greys--85);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.pricing-heading-7 {
  color: var(--ocean);
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 114px;
  margin-bottom: 100px;
  font-family: Manrope, sans-serif;
  display: block;
}

.pricing-heading-8 {
  color: var(--ocean);
  text-align: right;
  margin-top: 500px;
  font-family: Manrope, sans-serif;
}

.quick-stack-3 {
  opacity: 1;
  outline-offset: 0px;
  background-color: #f1eeee;
  border-radius: 20px;
  outline: 3px #f2eeee;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
}

.quick-stack-4 {
  background-color: #ebebeb;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.bold-text-26 {
  float: none;
  clear: none;
  color: #212f2b;
  object-fit: fill;
  margin-left: 20px;
}

.italic-text {
  text-transform: lowercase;
}

.italic-text-2 {
  font-style: normal;
}

.bold-text-27 {
  color: #21312b;
}

.button-2 {
  color: var(--greys-000);
  background-color: #21312b;
  border-radius: 15px;
}

.link-block-5 {
  background-color: #fff;
}

.button-3 {
  width: 500px;
  height: 75px;
  color: var(--greys--75);
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
  margin-bottom: 50px;
  font-family: Tilt Warp, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
}

.heading-9 {
  width: 80%;
  color: var(--greys-000);
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  position: absolute;
  bottom: 126.656px;
}

.container-11 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-10 {
  color: #fafafa;
}

.list-item {
  color: #fff;
  text-align: justify;
}

.list-item-2 {
  color: #fffcfc;
  text-align: justify;
}

.list-item-3 {
  color: #fff;
  text-align: justify;
}

.heading-11 {
  color: #fff;
}

.youtube {
  padding-left: 0;
}

.div-block-14 {
  border: 5px solid var(--greys--5);
  border-radius: 10px;
  width: 80%;
}

.section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-13 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

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

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

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

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_date-text-2 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_right-2 {
  transform: translate(0);
}

.section-timeline-2 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  position: relative;
}

.timeline_item-2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-heading {
  background-color: #21302b;
}

.padding-vertical-xlarge {
  padding-top: 20px;
  padding-bottom: 120px;
}

.section-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
}

.heading-12 {
  color: #fffefe;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 0;
}

.timeline_text-2 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.timeline_date-text-3 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_right-3 {
  transform: translate(0);
}

.timeline_item-3 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#21302b, #21302b);
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-3 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  position: relative;
}

.timeline_item-4 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#21302b, #21302b);
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-4 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  position: relative;
}

.timeline_item-5 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#21302b, #21302b);
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-5 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  position: relative;
}

.timeline_item-6 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#21302b, #21302b);
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-6 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  position: relative;
}

.section-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.timeline_item-7 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#21302b, #21302b);
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-7 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  position: relative;
}

.timeline_item-8 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#21302b, #21302b);
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-8 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  position: relative;
}

.timeline_item-9 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#21302b, #21302b);
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-9 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  position: relative;
}

.timeline_item-10 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#21302b, #21302b);
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-10 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  position: relative;
}

.timeline_item-11 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#21302b, #21302b);
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-11 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  position: relative;
}

.timeline_item-12 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#21302b, #21302b);
  border: 0 solid #21312b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #21302b;
}

.section-timeline-12 {
  z-index: -3;
  color: #21302b;
  background-color: #21302b;
  border: 1px #21302b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-13 {
  color: #fff;
}

.heading-14 {
  color: #fffefe;
}

.heading-15 {
  color: var(--greys-000);
  padding-bottom: 20px;
  font-family: Tilt Warp, sans-serif;
  font-size: 40px;
}

.section-13 {
  max-width: 70%;
  color: var(--greys--5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 54px;
  display: flex;
}

.paragraph-16 {
  text-align: center;
  margin-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Tilt Warp, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.html-embed-4 {
  margin-top: 14px;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-9 {
  pointer-events: auto;
  box-shadow: 0 2px 5px #0003;
}

.nav-wrapper {
  width: 33%;
}

.nav-wrapper.right {
  justify-content: flex-end;
  font-weight: 500;
  display: flex;
}

.nav-wrapper.mid {
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.nav-wrapper.left {
  font-weight: 500;
}

.bg-video-border-wrapper {
  z-index: 2;
  outline-offset: 0px;
  border: 8vw solid #000;
  border-width: 8vw 15vw;
  outline: 3px solid #fff;
  position: absolute;
  inset: 0%;
}

.sun-icon {
  z-index: 99;
  opacity: 0;
  width: 35vw;
  position: absolute;
}

.icon-4 {
  width: 20px;
  margin-left: 7px;
  transform: rotate(-90deg);
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.nav-outer-wrapper {
  z-index: 3;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-bottom {
  z-index: 3;
  color: #fff;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.s-main {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  min-height: 300vh;
  display: none;
  position: relative;
  overflow: visible;
}

.outline-heading {
  z-index: 99;
  color: #0000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 160px;
  font-weight: 600;
  line-height: 1.3em;
  position: absolute;
}

.c-sticky {
  z-index: 5;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.filled-heading {
  z-index: 99;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 160px;
  font-weight: 600;
  line-height: 1.3em;
  position: absolute;
}

.bg-video-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.image-18 {
  width: 35px;
}

.bg-video-inner-wrapper {
  width: 100vw;
  height: 100vh;
}

.bold-text-28 {
  color: var(--ocean);
  letter-spacing: 0;
}

.body-10 {
  background-color: var(--greys--5);
  min-width: 0;
  color: var(--greys-000);
  border-radius: 0;
}

.cart-button {
  background-color: var(--ocean);
  object-fit: contain;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
}

.cart {
  padding-left: 563px;
  position: relative;
}

.checkout-form {
  background-color: var(--greys--85);
}

.quick-stack-5 {
  background-color: var(--sky);
  border-radius: 20px;
  margin-top: 151px;
  margin-left: 60px;
  margin-right: 60px;
}

.product-heading {
  color: var(--greys-000);
  text-align: center;
  text-transform: none;
  align-self: center;
  margin-top: 57px;
  margin-bottom: 39px;
  font-family: Tilt Warp, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.product-description {
  color: var(--ocean);
  text-align: center;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 36px;
  font-family: Tilt Warp, sans-serif;
}

.product-price {
  color: #fffefe;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 20px;
}

.image-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  order: 1;
  width: 63px;
  height: 63px;
  padding-top: 47px;
}

.div-block-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  padding-right: 0;
  display: block;
}

.body-11 {
  background-color: var(--greys--85);
}

.quick-stack-6 {
  padding-top: 188px;
}

.product-thumbnail {
  object-fit: contain;
  width: 63px;
  height: 63px;
  margin-right: 40px;
}

.product-thumbnail.second-image {
  background-color: var(--greys-000);
  background-image: url('../images/european-flag-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-thumbnail.third-image {
  background-color: var(--greys-000);
  background-image: url('../images/dutch-flag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-thumbnail.fourth-image {
  background-color: var(--greys-000);
  background-image: url('../images/pride-flag.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-thumbnail.first-image {
  background-color: var(--greys-000);
  background-image: url('../images/ecom-main-image-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 5px;
}

.product-thumbnail.fifth-image {
  background-color: var(--greys-000);
  background-image: url('../images/swedish-flag.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-19 {
  margin-right: 40px;
  padding-left: 0;
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label-2 {
  color: var(--ocean);
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 7px;
  padding-left: 0;
  font-family: Tilt Warp, sans-serif;
}

.field-label-2.email-popup {
  color: var(--greys-000);
  text-align: center;
  margin-left: 30px;
  padding-bottom: 10px;
}

.add-to-cart-button {
  background-color: var(--error);
  border-radius: 20px;
  justify-content: center;
  margin-left: 240px;
  padding-left: 37px;
  padding-right: 45px;
}

.default-state {
  padding-left: 18px;
}

.quantity {
  color: var(--greys--25);
  margin-top: 18px;
  margin-bottom: 18px;
}

.quantity-field {
  margin-bottom: 11px;
  margin-left: 220px;
  display: flex;
}

.cell-3 {
  background-color: #a9cea900;
}

.main-product-image {
  z-index: 3;
  background-color: #21312b;
  padding-top: 95px;
  position: relative;
}

.main-product-image.main-image-carousel {
  z-index: 3;
  background-color: var(--sky);
  border-radius: 20px;
  padding-top: 30px;
  display: block;
  position: relative;
}

.main-product-image.second-image-carousel {
  background-color: var(--sky);
  border-radius: 20px;
  padding-bottom: 0;
  display: none;
  overflow: visible;
}

.main-product-image.third-image-carousel, .main-product-image.fourth-image-carousel, .main-product-image.fith-image-carousel {
  background-color: var(--sky);
  border-radius: 20px;
  padding-bottom: 95px;
  display: none;
  overflow: visible;
}

.main-product-image.sixth-image-carousel {
  background-color: var(--sky);
  border-radius: 20px;
  padding-bottom: 95px;
  display: none;
}

.colour-block {
  opacity: .3;
  object-fit: fill;
  background-color: #b0d1a34f;
  flex: 1;
  align-self: auto;
  width: 100px;
  height: 100px;
  margin-top: auto;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.main-product {
  margin-top: -19px;
  padding-top: 144px;
}

.select-field {
  margin-top: 0;
}

.select-field-2 {
  color: var(--greys--25);
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  font-family: Tilt Warp, sans-serif;
  display: block;
}

.text-field-2, .text-field-3 {
  color: #000;
  font-family: Tilt Warp, sans-serif;
}

.collection-item {
  background-color: var(--greys--75);
}

.product-card {
  background-color: var(--greys--25);
}

.submit-button-2 {
  background-color: var(--error);
  text-align: center;
  border-radius: 20px;
  margin-left: -7px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--ocean);
  opacity: 1;
  outline-color: var(--greys--5);
  outline-offset: 0px;
  object-fit: fill;
  border-radius: 20px;
  outline-width: 3px;
  outline-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.submit-button-3 {
  clear: none;
  text-transform: capitalize;
  margin-top: 10px;
  margin-left: 182px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.submit-button-3.popup-button {
  background-color: var(--greys--75);
  border-radius: 17px;
  margin-left: 178px;
  padding-left: 20px;
  padding-right: 20px;
}

.email-popup {
  z-index: 8;
  padding: 20px 140px;
  display: none;
  position: static;
  top: 86px;
}

.heading-16 {
  color: var(--greys-000);
  text-align: center;
  padding-left: 10px;
  padding-right: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 20px;
}

.text-field-4, .text-field-5 {
  color: var(--greys--100);
  font-family: Tilt Warp, sans-serif;
}

.button-4 {
  float: right;
  clear: none;
  border-radius: 20px;
  display: flex;
  position: static;
}

.button-5 {
  object-fit: scale-down;
  font-family: Tilt Warp, sans-serif;
  display: block;
}

.button-5.email-popup-close {
  padding-left: 15px;
}

.section-15 {
  margin-top: 156px;
}

.paragraph-17 {
  color: var(--greys-000);
  text-align: center;
  letter-spacing: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-span {
  color: var(--ocean);
}

.text-span-2 {
  color: var(--error);
}

.form-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 136px;
  display: flex;
}

.heading-17 {
  color: var(--greys-000);
  font-family: Tilt Warp, sans-serif;
}

.cell-4 {
  align-items: center;
}

.linking-product, .link-block-6 {
  align-self: center;
}

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

.main-product-section {
  background-color: var(--greys--5);
  margin-top: 183px;
  display: block;
}

.text-ajg-3 {
  color: #575656;
  text-align: center;
  max-width: 233px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

.inquiry-links-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.dropdown-ajf-1 {
  align-items: stretch;
}

.sub-product-heading {
  color: #332d2a;
  font-family: Tilt Warp, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.shipping-text {
  color: #390c16;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  display: inline;
}

.tab-link-ajc-1 {
  z-index: 1;
  background-color: #fff;
  border: 3px solid #f7f7f7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.tab-link-ajc-1.w--current {
  background-color: #fff;
  border-color: #390c16;
}

.all-stars-container {
  z-index: 1;
  background-color: var(--greys--10);
  position: absolute;
  inset: 0%;
}

.sub-main-rt-container {
  margin-bottom: 3px;
}

.section-heading {
  margin-bottom: 30px;
}

.image-ajc-2 {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: visible;
}

.price-container {
  align-items: center;
  display: flex;
}

.section-aji-23 {
  margin-right: 10px;
}

.section-aje-26 {
  align-items: center;
  display: flex;
  position: relative;
}

.overview-icon-container {
  align-items: flex-start;
  min-width: 42px;
  margin-right: 10px;
  display: flex;
}

.section-ajg-2 {
  background-color: #f7f7f7;
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  padding: 40px;
  display: none;
}

.order-question-text {
  color: #332d2a;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.image-ajc-1 {
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: relative;
}

.review-stars-container {
  flex: none;
  height: 20px;
  margin-right: 5px;
  position: relative;
}

.vimeo-embed-aji-1 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.tight-shipping-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-ajf-23 {
  align-items: center;
  display: none;
}

.review-shipping-summary-container {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.collection-list-wrapper-2 {
  display: none;
}

.section-aji-21 {
  display: inline-block;
}

.link-ajg-1 {
  cursor: pointer;
  background-color: #727272;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 54px;
  padding-right: 54px;
  text-decoration: none;
  display: flex;
}

.section-ajg-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.section-ajk-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.tight-product-summary-container {
  border: 2px solid #f0f0f0;
  border-top-color: #f7f7f7;
  border-radius: 3px;
}

.background-image-ajc-1 {
  z-index: 2;
  background-image: url('../images/Rectangle-1047.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

.section-aje-25 {
  margin-bottom: 8px;
}

.section-ajf-20 {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.add-to-cart-options-aji-1 {
  margin-bottom: 25px;
}

.sub-sub-heading {
  color: #5f575e;
  text-align: left;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.contact-us-tell-me-more-text {
  color: #332d2a;
  text-align: left;
  margin-right: 5px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
  display: inline;
}

.section-ajf-3 {
  margin-right: 10px;
}

.rt-summary-sub-heading-container {
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
}

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

.drop-toggle-aje-2 {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.drop-toggle-aje-2.alt-drop-toggle-aje-2 {
  border-color: #5f575e;
}

.text-aji-5 {
  color: #332d2a;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
}

.link-ajf-2 {
  color: #5f575e;
  text-transform: capitalize;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.product-specifications-text {
  overflow: hidden;
}

.main-sub-heading {
  color: var(--greys--85);
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-link-ajg-1 {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3em;
  text-decoration: none;
}

.section-aji-25 {
  margin-bottom: 15px;
}

.section-aji-25.boxrenderoptions {
  display: none;
}

.dropdown-ajf-2 {
  align-items: stretch;
}

.section-aje-2 {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.lrg-product-image {
  z-index: 4;
  background-color: var(--sky);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-bg-list-ajf-1 {
  flex-direction: column;
  max-height: 100px;
  display: flex;
  overflow: auto;
}

.section-aji-12 {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.text-ajf-1 {
  color: #390c16;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.section-aji-22 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-aji-6 {
  align-items: stretch;
  display: flex;
}

.link-aje-2 {
  z-index: 1;
  color: #fff;
  background-color: #ad2c45;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lft-side-product-container {
  flex-direction: column;
  max-width: 60%;
  padding-bottom: 40px;
  display: flex;
}

.dropdown-link-ajf-12 {
  color: #444;
  cursor: pointer;
  flex: none;
  padding: 10px;
  text-decoration: none;
  display: none;
}

.dropdown-link-ajf-12:hover {
  background-color: #f9f9f9;
}

.lft-heading-text {
  color: var(--greys--100);
  font-family: Tilt Warp, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  display: inline;
}

.section-ajf-18 {
  margin-bottom: 30px;
}

.section-ajh-7 {
  width: 50%;
}

.text-aji-6 {
  color: #332d2a;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.link-ajk-1 {
  cursor: pointer;
  border: 1px solid #0000;
  border-bottom-color: #e3e3e3;
  flex-direction: column;
  flex: 0 28%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
}

.link-ajk-1:hover {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: 0 0 6px 3px #00000029;
}

.text-ajf-2 {
  color: #5f575e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.description-text-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.product-overview-heading-container {
  margin-bottom: 25px;
}

.text-ajh-2 {
  color: #888585;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.shipping-icon-container {
  align-items: flex-start;
  margin-right: 6px;
  display: inline-block;
}

.shipping-text-container {
  display: inline-block;
  position: relative;
  top: -4px;
}

.collectionlistwrapper-ajf-1-low-first {
  flex: 1;
  display: none;
}

.tight-price-container {
  margin-right: 5px;
}

.star-rating {
  z-index: 3;
  background-image: url('../images/Exclusion-162x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 98px;
  height: 20px;
  position: relative;
}

.sub-2-product-container {
  justify-content: space-between;
  display: flex;
}

.add-to-cart-option-select {
  color: var(--greys--100);
  font-family: Manrope, sans-serif;
}

.section-aje-54 {
  z-index: 3;
  color: #5f575e;
  background-color: #0000;
  border-style: none;
  flex: 1;
  height: 60px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.rt-side-product-container {
  max-width: 510px;
}

.section-ajf-2 {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-aji-28 {
  align-items: center;
  display: flex;
}

.link-aje-1 {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 16px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-aje-1.hide {
  display: none;
}

.text-aji-4 {
  color: #5f575e;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-aji-4.total-rating, .text-aji-4.total-reviews {
  font-family: Manrope, sans-serif;
}

.background-color-ajf-2 {
  z-index: 1;
  background-color: #f0f0f0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.tight-overview-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.tabs-ajc-1 {
  flex-direction: column-reverse;
  justify-content: flex-end;
  display: flex;
}

.text-ajf-3 {
  color: #000;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-ajj-1 {
  color: #2c1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.section-ajf-26 {
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
}

.text-ajh-3 {
  color: #888585;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.rt-flag-thumbnails-container {
  background-color: var(--greys-000);
  border-radius: 0;
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.overview-icons {
  max-width: 40px;
  max-height: 40px;
}

.sub-review-shipping-container {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -8px;
  display: flex;
}

.image-aji-2 {
  z-index: 1;
  height: 50px;
  position: relative;
}

.dropdown-link-ajf-1 {
  color: #444;
  cursor: pointer;
  flex: none;
  padding: 10px;
  text-decoration: none;
}

.dropdown-link-ajf-1:hover {
  background-color: #f9f9f9;
}

.link-icon-aje-1 {
  background-image: url('../images/Path-5002.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 22px;
  margin-right: 10px;
}

.section-aji-4 {
  border-top: 2px solid #f7f7f7;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.section-ajh-6 {
  width: 50%;
  margin-right: 20px;
}

.add-to-cart-aje-1 {
  flex: 1;
}

.text-aji-1 {
  color: #332d2a;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
  display: inline;
}

.text-ajf-9 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  display: inline;
}

.section-ajf-9 {
  flex-direction: column;
  flex: 0 46%;
  margin-bottom: 20px;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 10px;
  padding-right: 5%;
  display: flex;
}

.section-ajf-9.alt_sectionyn_1 {
  border-right: 1px solid #f0f0f0;
}

.fast-shipping-container {
  margin-bottom: 8px;
}

.icon-drop-ajf-2 {
  background-image: url('../images/Mask-Group-162x_1Mask Group 16@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 10px;
  height: 6px;
  margin-left: 30px;
}

.section-aji-18 {
  margin-right: 5px;
}

.main-product-heading {
  color: var(--greys--100);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3em;
}

.tabs-content-aji-1 {
  flex: none;
  order: 0;
  align-self: flex-start;
  display: block;
}

.section-ajg-5 {
  margin-bottom: 20px;
}

.section-aje-3 {
  display: flex;
}

.text-drop-aji-1 {
  color: #5f575e;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
}

.icon-drop-ajf-1 {
  background-image: url('../images/Mask-Group-162x_1Mask Group 16@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 10px;
  height: 6px;
  margin-left: 10px;
}

.section-ajg-7 {
  justify-content: center;
  display: flex;
}

.link-ajc-13 {
  color: #888585;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: underline;
}

.tabs-content-ajc-1 {
  flex: none;
  margin-bottom: 20px;
  overflow: visible;
}

.dropdown-link-ajf-2 {
  color: #444;
  cursor: pointer;
  flex: none;
  padding: 10px;
  text-decoration: none;
}

.dropdown-link-ajf-2:hover {
  background-color: #f9f9f9;
}

.section-ajh-4 {
  margin-bottom: -33px;
}

.background-image-aji-1 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/european-flag-.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 5px;
}

.background-image-aji-1.dutch {
  background-image: url('../images/dutch-flag.jpg');
}

.background-image-aji-1.pride {
  background-image: url('../images/pride-flag.webp');
  background-position: 0%;
}

.background-image-aji-1.swedish {
  background-image: url('../images/swedish-flag.jpeg');
}

.product-add-to-cart-button {
  z-index: 2;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.section-aje-24 {
  margin-bottom: 10px;
}

.text-ajg-1 {
  color: #575656;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.shipping-icon {
  height: 18px;
}

.collection-item-ajj-1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.section-aji-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 5px;
  display: inline-block;
}

.section-aje-55 {
  margin-bottom: 0;
  display: flex;
}

.background-image-ajf-1 {
  z-index: 3;
  background-image: url('../images/Exclusion-162x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 94px;
  height: 18px;
  position: relative;
}

.section-ajf-8 {
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.collection-list-wrapper-3 {
  display: none;
}

.collection-list-ajc-1 {
  height: 1.6em;
  overflow: hidden;
}

.drop-toggle-ajf-1 {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 3px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  display: flex;
}

.section-ajg-4 {
  margin-bottom: 10px;
}

.text-aji-8 {
  color: #2c1a1a;
  text-align: left;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-aji-8.alt-text-aji-8 {
  font-weight: 700;
}

.tab-link-aji-01 {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 0;
  display: flex;
  position: relative;
}

.tab-link-aji-01.w--current {
  background-color: #fff;
}

.section-ajf-1 {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
}

.star-background {
  z-index: 3;
  background-image: url('../images/Exclusion-24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  position: relative;
}

.collection-list-wrapper-ajc-1 {
  margin-bottom: 20px;
}

.drop-toggle-aji-2 {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.drop-toggle-aji-2.alt-drop-toggle-aji-2 {
  border-color: #5f575e;
}

.sub-2-rt-container {
  margin-bottom: 20px;
}

.sub-2-rt-container.alt-section-ajc-2 {
  display: none;
}

.main-container {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.heading-ajc-01 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-aji-30 {
  margin-bottom: 10px;
}

.product-price-link {
  color: var(--greys--100);
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.section-ajf-7 {
  margin-bottom: 40px;
}

.section-ajf-7.deprecated {
  display: none;
}

.section-aje-30 {
  flex: 1;
  justify-content: center;
  display: flex;
}

.section-ajf-6 {
  margin-bottom: 20px;
}

.text-drop-aje-2 {
  color: #958c94;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

.icon-ajc-1 {
  cursor: pointer;
  background-image: url('../images/Subtraction-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99999px;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 6px #00000029;
}

.add-to-cart-and-quantity-container {
  align-items: stretch;
  display: flex;
}

.drop-section-aji-2 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.drop-toggle-aji-3 {
  z-index: 3;
  color: #5f575e;
  background-color: #0000;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 0;
  padding: 5px 16px 5px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.void-between-product-containers {
  flex: 1;
  min-width: 20px;
  max-width: 70px;
  display: flex;
}

.main-product-summary-container {
  margin-bottom: 40px;
  position: sticky;
  top: 40px;
}

.link-icon-aje-12 {
  height: 14px;
}

.rt-heading-text {
  color: var(--greys--100);
  text-align: left;
  font-family: Tilt Warp, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.section-aje-31 {
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-aji-7 {
  color: #332d2a;
  text-align: left;
  margin-right: .3em;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-aji-7.alt-text-aji-7 {
  text-decoration: line-through;
}

.returns-exchanges {
  color: var(--greys--100);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.collectionlistwrapper-ajf-1-best-first {
  flex: 1;
  display: block;
}

.collectionlistwrapper-ajf-1-best-first.deprecated {
  display: none;
}

.rt-thumbnail-container {
  flex: none;
  align-items: center;
  display: flex;
}

.section-aje-53 {
  z-index: 1;
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  padding: 18px 19px;
  position: absolute;
  inset: 0%;
}

.number-rating {
  color: #5f575e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.number-rating.total-rating {
  font-family: Manrope, sans-serif;
}

.number-rating.alt-rating {
  text-decoration: underline;
}

.number-rating.alt-rating.total-reviews {
  font-family: Manrope, sans-serif;
}

.inquiry-section-container {
  align-items: stretch;
  margin-bottom: 40px;
}

.sub-product-container {
  justify-content: space-between;
  margin-top: -161px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  display: block;
}

.section-ajj-2 {
  margin-bottom: 30px;
}

.submit-button-aje-1 {
  z-index: 2;
  background-color: var(--greys--75);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.embed-link-icon-aje-13 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.quantity-text {
  color: #958c94;
  text-align: left;
  padding-top: 19px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.add-to-cart-default-aje-1 {
  margin-bottom: 0;
}

.ajj-empty-2 {
  color: #5f575e;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 40px;
  font-size: 16px;
  line-height: 1.6em;
}

.background-list-ajf-2 {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-ajf-4 {
  margin-right: 5px;
  position: relative;
}

.section-ajf-5 {
  margin-right: 20px;
}

.icon-image-aji-1 {
  height: 16px;
}

.text-ajk-1 {
  color: var(--greys--100);
  font-family: Tilt Warp, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.more-products-image-gallery-3 {
  display: none;
}

.icon-aji-2 {
  background-image: url('../images/Subtraction-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99999px;
  width: 78px;
  height: 78px;
  box-shadow: 0 0 6px #00000029;
}

.icon-aji-1 {
  opacity: .83;
  background-image: url('../images/Subtraction-62x_1Subtraction 6@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99999px;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 6px #00000029;
}

.review-container {
  margin-bottom: 15px;
  margin-right: 20px;
  display: flex;
}

.section-ajh-5 {
  border-bottom: 2px solid #f0f0f0;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.description-heading-container {
  margin-bottom: 25px;
}

.main-product-info-container {
  margin-bottom: 40px;
}

.main-product-info-container.boxrenderoptions {
  display: none;
}

.overview-text {
  color: var(--greys--100);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.section-aji-29 {
  align-items: center;
  margin-right: -5px;
  display: flex;
}

.empty-state-ajf-1 {
  background-color: #0000;
  padding: 0 2%;
}

.product-overview-container {
  margin-bottom: 40px;
}

.vimeo-embed-ajc-1 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.image-aji-01 {
  z-index: 1;
  opacity: 0;
  height: 50px;
  position: relative;
}

.quantity-container {
  flex: 1;
  justify-content: center;
  max-width: 100px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.tight-overview-container {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-summary-container {
  padding: 20px;
}

.main-review-shipping-section {
  margin-bottom: 30px;
}

.tabs-menu-ajc-1 {
  flex: none;
  align-items: center;
  display: flex;
}

.section-ajf-19 {
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.more-products-image {
  width: 33px;
}

.main-product-images {
  background-image: url('../images/ecom-main-image-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-bottom: 2px solid #f0f0f0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

.main-product-images.first-main-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--greys-000);
  object-fit: fill;
  background-position: 50%;
  background-size: contain;
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  padding-bottom: 400px;
  display: block;
}

.main-product-images.second-main-image {
  background-color: var(--greys-000);
  background-image: url('../images/european-flag-.jpg');
  border-radius: 10px;
  margin-bottom: 25px;
  padding-bottom: 400px;
  display: block;
}

.main-product-images.third-main-image {
  background-color: var(--greys-000);
  background-image: url('../images/dutch-flag.jpg');
  border-radius: 10px;
  margin-bottom: 25px;
  padding-bottom: 400px;
  display: block;
}

.main-product-images.fourth-main-image {
  background-color: var(--greys-000);
  background-image: url('../images/pride-flag.webp');
  border-radius: 10px;
  margin-bottom: 25px;
  padding-bottom: 400px;
  display: block;
}

.main-product-images.fifth-main-image {
  background-color: var(--greys-000);
  background-image: url('../images/swedish-flag.jpeg');
  border-radius: 10px;
  margin-bottom: 25px;
  padding-bottom: 400px;
  display: block;
}

.section-aje-027 {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -5px;
  margin-right: -5px;
  display: flex;
}

.ajf-empty-2 {
  color: #5f575e;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 40px;
  font-size: 16px;
  line-height: 1.6em;
}

.add-to-cart-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.main-price-section {
  margin-bottom: 22px;
}

.rt-description-heading {
  color: var(--greys--100);
  text-align: left;
  font-family: Tilt Warp, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.twitter-share-button {
  background-image: url('../images/Twitter.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 16px;
  height: 16px;
  display: flex;
}

.twitter-share-button.hide-alt-1 {
  display: none;
}

.inquiry-icon-containers {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.contact-us-icon {
  height: 18px;
}

.text-aje-7 {
  color: #2c1a1a;
  text-align: left;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-aje-7.alt-text-aje-7 {
  font-weight: 700;
}

.icon-ajc-2 {
  cursor: pointer;
  background-image: url('../images/Subtraction-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99999px;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 6px #00000029;
}

.overview-icon-and-text-block {
  align-items: center;
  display: flex;
}

.summary-heading-container {
  margin-bottom: 5px;
}

.section-ajf-21 {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.text-aje-1 {
  color: var(--greys--75);
  text-transform: lowercase;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

.text-aje-3 {
  color: #dc3958;
  text-align: left;
  margin-right: .3em;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-aje-3.alt-text-aje-3 {
  text-decoration: line-through;
}

.background-list-ajf-1 {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 10px #0000001a;
}

.add-to-cart-link {
  z-index: 1;
  background-color: var(--ocean);
  color: #fff;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.summary-start-review {
  margin-right: 5px;
  position: relative;
}

.start-icon {
  z-index: 2;
  background-color: #ad2c45;
  position: absolute;
  inset: 0%;
}

.icon-image-aji-2 {
  height: 13px;
  display: block;
}

.inquiry-main-text-container {
  margin-bottom: 10px;
}

.section-aji-27 {
  margin-bottom: 5px;
}

.section-aje-51 {
  flex: 1;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.section-aji-8 {
  z-index: 1;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-ajj-1 {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.contact-us-tell-me-more-links {
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.suggest-products-heading {
  margin-bottom: 30px;
  display: flex;
}

.section-aje-29 {
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.text-link-to-prodcuct-description {
  color: var(--greys--100);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.background-aji-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sub-rt-container {
  display: none;
}

.main-header-section {
  margin-bottom: 30px;
}

.main-rt-container {
  flex: 1;
  height: 100%;
}

.rt-flag-thumbnails-tight {
  flex-direction: column-reverse;
  justify-content: flex-end;
  display: flex;
}

.drop-list-ajf-1 {
  background-color: #0000;
  inset: 35px 0% auto auto;
}

.drop-list-ajf-1.w--open {
  top: 33px;
}

.empty {
  display: none;
}

.main-description-container {
  margin-bottom: 40px;
}

.link-aji-1 {
  cursor: pointer;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.background-color-ajf-1 {
  z-index: 2;
  background-color: #ad2c45;
  width: 50%;
  position: absolute;
  inset: 0%;
}

.coloured-stars-container {
  z-index: 2;
  background-color: var(--ocean);
  width: 80%;
  position: absolute;
  inset: 0%;
}

.drop-toggle-ajf-2 {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 3px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  display: flex;
}

.background-bg-list-ajf-2 {
  flex-direction: column;
  max-height: 100px;
  display: flex;
  overflow: auto;
}

.sub-header-section {
  margin-top: 5px;
  margin-bottom: 30px;
}

.drop-section-aje-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  display: flex;
}

.background-color-aji-3 {
  z-index: 1;
  background-color: #f0f0f0;
  position: absolute;
  inset: 0%;
}

.link-icon-aji-1 {
  background-image: url('../images/Path-5002.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.text-drop-ajf-12 {
  display: none;
}

.rt-formating-line {
  background-color: #f2f2f2;
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
}

.background-ajc-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.drop-list-ajf-2 {
  background-color: #0000;
  inset: 35px 0% auto auto;
}

.section-aji-06 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-aji-11 {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.add-to-cart-options-aje-1 {
  margin-bottom: 30px;
}

.add-to-cart-options-aje-1.hide {
  display: block;
}

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

.text-ajg-2 {
  color: #727272;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.svg-icon {
  color: #fff;
  text-align: center;
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon.numbers {
  width: 3rem;
  height: 3rem;
}

.product-text {
  color: var(--greys--100);
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.returns-and-exchanges, .shipping-info {
  font-family: Manrope, sans-serif;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ecom-main-image-.png');
  background-position: 50%;
  background-size: cover;
  border: 2px dashed #fffdfd;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 100px;
  display: block;
  position: static;
}

.home-page-product-link {
  position: relative;
  left: -28px;
}

.text-block-8 {
  color: var(--greys--100);
  font-family: Manrope, sans-serif;
}

.cart-quantity {
  background-color: var(--greys--5);
  color: var(--greys--100);
  font-family: Manrope, sans-serif;
}

.text-block-9, .text-block-10 {
  color: var(--greys--100);
  font-family: Manrope, sans-serif;
}

.cart-line-item {
  color: var(--greys--100);
}

.text-block-11, .text-block-12, .text-block-13 {
  font-family: Manrope, sans-serif;
}

.checkout-button {
  background-color: var(--ocean);
  font-family: Manrope, sans-serif;
}

.div-block-17 {
  background-image: url('../images/european-flag-.jpg');
  background-position: 0 0;
  background-size: auto;
}

.thumbnail-container {
  background-color: var(--greys-000);
  border-radius: 9px;
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
}

.thumbnail-container.rt-side {
  border-radius: 0;
}

.first-main-image {
  background-color: var(--greys-000);
  background-image: url('../images/Custom-flag-main-image--1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  margin-bottom: 25px;
  padding-top: 220px;
  padding-bottom: 200px;
  display: block;
}

.second-main-image {
  background-color: var(--greys-000);
  background-image: url('../images/european-flag-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  margin-bottom: 25px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: none;
}

.third-main-image {
  background-color: var(--greys-000);
  background-image: url('../images/dutch-flag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  margin-bottom: 25px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: none;
}

.fourth-main-image {
  background-color: var(--greys-000);
  background-image: url('../images/pride-flag.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  margin-bottom: 25px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: none;
}

.fifth-main-image {
  background-color: var(--greys-000);
  background-image: url('../images/swedish-flag.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  margin-bottom: 25px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: none;
}

.out-of-stock-text {
  background-color: var(--sky);
  color: var(--greys--5);
  text-transform: none;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
}

.out-of-stock-state {
  background-color: var(--sky);
  margin-bottom: 10px;
}

.error-state {
  background-color: var(--sky);
}

.error-message {
  font-family: Manrope, sans-serif;
}

.div-block-18 {
  background-color: var(--greys-000);
  background-image: url('../images/ecom-main-image-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-19 {
  background-color: var(--greys-000);
  background-image: url('../images/european-flag-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-20 {
  background-color: var(--greys-000);
  background-image: url('../images/dutch-flag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-21 {
  background-color: var(--greys-000);
  background-image: url('../images/pride-flag.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rt-product-thumbnail-5 {
  background-color: var(--greys-000);
  background-image: url('../images/swedish-flag.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.rt-product-thumbnail-4 {
  background-color: var(--greys-000);
  background-image: url('../images/pride-flag.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rt-product-thumbnail-3 {
  background-color: var(--greys-000);
  background-image: url('../images/dutch-flag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.rt-product-thumbnail-2 {
  background-color: var(--greys-000);
  background-image: url('../images/european-flag-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-right: 10px;
}

.rt-product-thumbnail-1 {
  background-color: var(--greys-000);
  background-image: url('../images/ecom-main-image-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
}

.section-16 {
  display: none;
}

.product-link {
  background-color: var(--greys-000);
  background-image: url('../images/ecom-main-image-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-link._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--greys-000);
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: 70px 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.product-link._2 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-size: cover;
}

.product-link._3 {
  background-image: url('../images/Screen-Shot-2024-01-17-at-3.59.02-pm.png');
  background-position: 50%;
  background-size: contain;
}

.product-link-2 {
  background-color: var(--greys-000);
  background-image: url('../images/Screen-Shot-2024-01-17-at-3.59.02-pm.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, auto;
}

.quick-stack-7 {
  object-fit: fill;
  flex: 1;
  width: 100px;
  margin-top: -112px;
}

.heading-18 {
  color: var(--greys--5);
  padding-top: 0;
  font-family: Tilt Warp, sans-serif;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: block;
}

.collection-item-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.product-links {
  background-color: var(--greys--5);
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

.product-links._2 {
  background-color: var(--greys-000);
  background-image: none;
  margin-left: 40px;
  margin-right: 60px;
  padding: 40px;
}

.product-links._2._1 {
  background-color: var(--greys-000);
  background-image: none;
  padding: 30px;
}

.heading-19 {
  color: var(--greys-000);
  margin-bottom: -73px;
  font-family: Tilt Warp, sans-serif;
  display: none;
}

.link-block-7 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-size: cover;
  display: inline-block;
}

.home-product-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-1 Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-product-link {
  grid-column-gap: 126px;
  grid-row-gap: 85px;
  background-color: var(--greys--85);
  flex: 0 auto;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.product-1 {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-size: cover;
  padding: 100px 140px 100px 100px;
}

.product-4 {
  background-image: url('../images/3_1.png');
  background-position: 50%;
  background-size: cover;
}

.product-3 {
  background-color: var(--greys--5);
  background-image: url('../images/5_1.png');
  background-position: 50%;
  background-size: cover;
  padding: 100px;
}

.product-2 {
  background-image: url('../images/2_1.png');
  background-position: 50%;
  background-size: cover;
}

.heading-20 {
  font-family: Tilt Warp, sans-serif;
}

.pricing-overall-container {
  background-image: linear-gradient(to bottom, var(--greys--5), var(--greys--5));
  margin-top: 211px;
}

.heading-21 {
  text-align: center;
  font-family: Tilt Warp, sans-serif;
}

.paragraph-18 {
  text-align: center;
  margin-top: 40px;
}

.pricing-heading {
  color: var(--ocean);
  text-align: center;
  font-family: Tilt Warp, sans-serif;
}

.pricing-main-text-element {
  text-align: center;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Manrope, sans-serif;
}

.price-subheading-1 {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.pricing-headings-list {
  list-style-type: none;
}

.pricing-heading-cell {
  border-right: 1px solid #000;
  border-radius: 0;
}

.headin, .heading-23 {
  font-family: Manrope, sans-serif;
}

.pricing-heading-1 {
  color: var(--ocean);
  text-align: right;
  margin-top: 30px;
  margin-bottom: 200px;
  font-family: Manrope, sans-serif;
}

.heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30 {
  font-family: Manrope, sans-serif;
}

.text-formating {
  border-radius: 9px;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Manrope, sans-serif;
  font-style: normal;
}

.link-to-pricing-sheet {
  text-align: center;
  text-decoration: underline;
  display: block;
}

.body-12 {
  background-color: var(--greys--85);
  margin-top: 248px;
  margin-left: 20px;
  margin-right: 20px;
}

.section-17 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 268px;
  display: flex;
}

.collection-item-4 {
  display: block;
}

.heading-31 {
  color: var(--greys--5);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 30px;
}

.image-20, .collection-list-wrapper-4 {
  display: block;
}

.product-collection-wrapper {
  margin-top: 140px;
  margin-bottom: 220px;
  display: block;
}

.heading-32 {
  color: var(--ocean);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 30px;
}

.product-linking-container {
  margin-top: 100px;
  margin-bottom: 89px;
}

.product-page-main-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--greys--5);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 900px;
  margin-top: 0;
  display: block;
}

.collection-list-3 {
  margin-left: 40px;
  margin-right: 40px;
}

.collection-item-5 {
  text-align: center;
  margin-right: auto;
}

.image-21 {
  background-color: var(--greys-000);
  border-radius: 19px;
}

.background-video-pp {
  margin-top: 42px;
}

.home-link.pp-dropdown.w--current, .price-transparency-link.pp-dropdown, .hemp-tell-me-more-link.pp-dropdown {
  color: var(--greys--75);
  font-family: Manrope, sans-serif;
}

.text-block-14 {
  background-color: var(--greys--5);
  font-family: Manrope, sans-serif;
}

.dropdown-link {
  color: var(--greys--75);
  padding-top: 0;
  font-family: Manrope, sans-serif;
}

.dropdown-toggle {
  clear: none;
  background-color: var(--greys--5);
  border-radius: 20px;
  margin-left: 854px;
  display: block;
  position: relative;
}

.introduction-text-container-pp {
  margin-top: 101px;
}

.introduction-text-pp {
  text-align: center;
  font-family: Manrope, sans-serif;
}

.line-at-the-bottom-pp {
  outline-offset: 0px;
  border-bottom: 1px solid #000;
  outline: 3px #555;
  margin-bottom: 140px;
  margin-left: 40px;
  margin-right: 40px;
}

.order-here-button {
  background-color: var(--ocean);
  color: var(--greys-000);
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Manrope, sans-serif;
  display: block;
}

.text-block-15 {
  font-family: Manrope, sans-serif;
}

.bold-text-29 {
  float: none;
  clear: both;
  text-align: center;
  margin-right: 0;
  position: relative;
  top: -200px;
  bottom: 220px;
  right: 80px;
}

.section-18 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.heading-33 {
  text-align: center;
  margin-left: 40px;
}

.container-14 {
  margin-top: -20px;
  margin-left: auto;
}

.section-19 {
  margin-left: 80px;
}

.image-22 {
  margin-left: 20px;
  margin-right: 0;
  padding-right: 140px;
}

.image-23 {
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 150px;
}

.image-24 {
  display: block;
}

.section-20 {
  background-image: url('../images/image-19.png');
  background-position: 0 0;
  background-size: cover;
}

.body-13 {
  background-color: var(--greys--10);
}

.upper-section.crowdfudning-page {
  margin-top: 259px;
}

.main-heading.crowdfunding-page {
  color: var(--greys--5);
  text-align: center;
  align-self: center;
  font-family: Tilt Warp, sans-serif;
}

.main-sub-heading.crowdfunding-page {
  color: var(--greys--5);
  text-align: center;
  font-size: 20px;
}

.heading-34 {
  font-size: 50px;
}

.crowdfunding-packages {
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
}

.crowdfunding-package-card {
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--greys--5);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: block;
  position: static;
}

.package-heading {
  color: var(--greys--85);
  text-align: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 30px;
}

.package-text {
  background-color: var(--greys--5);
  color: var(--greys--85);
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.shipping-eta-container {
  margin-left: 20px;
  margin-right: 20px;
}

.shipping-eta-text {
  clear: none;
}

.quick-stack-8 {
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
}

.quick-stack-9 {
  align-self: center;
}

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

.investment-card {
  background-color: var(--greys--5);
  text-align: center;
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
}

.div-block-22 {
  align-self: center;
}

.heading-counter {
  background-color: var(--greys--5);
  color: var(--greys--85);
  text-align: center;
  border-radius: 20px;
  align-self: stretch;
  margin: 0 20px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 50px;
}

.counter {
  color: var(--ocean);
  font-size: 50px;
}

.heading-35 {
  font-size: 30px;
}

.investment-heading {
  color: var(--greys--85);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 30px;
}

.heading-37, .heading-38, .heading-39, .heading-40, .heading-41, .heading-42, .heading-43 {
  font-size: 30px;
}

.paragraph-20, .paragraph-21 {
  color: var(--greys--75);
  text-align: center;
}

.paragraph-22, .paragraph-23 {
  text-align: center;
}

.icon-for-package {
  color: var(--greys--85);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}

.bold-text-30 {
  color: var(--greys--100);
  font-size: 16px;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--greys--100);
}

.package-price {
  background-color: var(--ocean);
  color: var(--greys-000);
  border-radius: 9px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.body-14 {
  background-color: var(--greys--75);
}

.youtube-2 {
  margin-top: 140px;
  margin-bottom: -120px;
  position: relative;
}

.body-15 {
  display: block;
}

.button-dark-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #016c96;
  border-radius: 100px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 27px 60px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.button-dark-3.about-us {
  width: 18%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.button-dark-3.supplychain {
  background-color: var(--sky);
  margin-top: 45px;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 250px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -90px;
}

.heading-44 {
  z-index: 100;
  color: var(--greys-000);
  text-align: center;
  font-family: Tilt Warp, sans-serif;
  font-size: 60px;
  line-height: 60px;
  position: relative;
}

.bold-text-31 {
  position: relative;
}

.bold-text-32 {
  color: var(--greys-000);
  font-family: Tilt Warp, sans-serif;
  font-size: 60px;
}

.youtube-3 {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  top: auto;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.text-size-tiny {
  font-size: .75rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: #f4e9dc;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 4.875rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.is-white {
  color: #fff;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-secondary {
  background-color: #2d62ff;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.heading-style-h2 {
  color: #29320c;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h2.is-white {
  color: #fff;
}

.heading-style-h2.is-46px {
  font-size: 2.875rem;
}

.heading-style-h2.is_left {
  text-align: left;
}

.heading-style-h2.is_center {
  text-align: center;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.pointer-events-auto {
  pointer-events: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.text-color-alternate {
  color: #fff;
}

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

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.text-align-left {
  text-align: left;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.button-6 {
  color: #29320c;
  text-align: center;
  text-transform: uppercase;
  background-color: #f4e9dc;
  border: 1px solid #f4e9dc;
  border-radius: 20px;
  padding: 1.25rem 1.375rem;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  transition: all .3s;
}

.button-6:hover {
  color: #f4e9dc;
  background-color: #75742c;
  border-color: #75742c;
}

.button-6.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-6.is-secondary {
  color: #f4e9dc;
  background-color: #f4e9dc00;
}

.button-6.is-secondary:hover {
  background-color: #75742c;
}

.button-6.is-secondary.is-black {
  color: #29320c;
  cursor: pointer;
  border-color: #75742c;
}

.button-6.is-secondary.is-black:hover {
  color: #f4e9dc;
}

.button-6.is-secondary.is-black.sf-out-of-stock {
  opacity: .5;
  filter: grayscale();
  pointer-events: none;
}

.button-6.is-secondary.is-black.is_center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-6.is-large {
  padding: 1rem 2rem;
}

.button-6.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-6.is-small {
  padding: .5rem 1.25rem;
}

.button-6.hover-green:hover {
  background-color: #29320c;
  border-color: #29320c;
}

.button-6.is-green {
  color: #f4e9dc;
  background-color: #75742c;
  font-weight: 400;
}

.button-6.is-green:hover {
  background-color: #29320c;
  border-color: #29320c;
}

.button-6.is-green.is-beyond {
  border-color: #75742c;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-6.is-green.is-cart {
  cursor: pointer;
  width: 100%;
}

.button-6.is-green.is-cart.sf-out-of-stock {
  opacity: .5;
  filter: grayscale();
  pointer-events: none;
}

.button-6.is-green.is-cart.disabled {
  opacity: .8;
  filter: grayscale();
}

.button-6.is-green.next_step.disabled {
  opacity: .8;
  filter: grayscale();
  pointer-events: none;
}

.button-6.is-green.is-submit {
  width: 100%;
}

.button-6.is-green.is-submit:hover {
  color: var(--primary);
  background-color: #febc71;
}

.button-6.is-nav-desktop {
  display: none;
}

.button-6._w-margin-top {
  margin-top: 1.5rem;
}

.button-6.is_quote {
  color: #fff;
  background-color: #29320c;
  border-color: #29320c;
}

.button-6.is_testimonial {
  border-color: #696969;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

.padding-global {
  text-align: left;
  padding-top: 0;
  padding-left: 2.46154rem;
  padding-right: 2.46154rem;
}

.padding-global.padding-small {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.hide {
  display: none;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-height-small {
  height: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: #000;
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-align-right {
  text-align: right;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

.text-style-italic {
  font-style: italic;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-secondary {
  color: #222;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.background-color-alternate {
  background-color: #fff;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

.text-weight-bold {
  font-weight: 700;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-size-small {
  font-size: .875rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-regular {
  color: #000;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-large {
  font-size: 1.5rem;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-huge {
  margin: 6rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.padding-xxsmall {
  padding: .25rem;
}

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

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.padding-tiny {
  padding: .125rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.background-color-tertiary {
  background-color: #dd23bb;
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-large {
  padding-top: 3rem;
}

.background-color-primary {
  color: #fff;
  background-color: #000;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_logo {
  width: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.heading-style-h3 {
  color: var(--greys--100);
  text-align: center;
  letter-spacing: -1px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.heading-style-h3.is-white {
  color: #fff;
  margin-top: 40px;
  padding-top: 0;
}

.heading-style-h3.is-white.community_quote {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.heading-style-h3.is-white.is-competition {
  text-align: left;
  margin-top: 0;
}

.heading-style-h3.is-white.is-left, .heading-style-h3.is-white.process_title {
  margin-top: 0;
}

.heading-style-h3.is-32px {
  font-size: 2rem;
}

.heading-style-h3.is-32px.is-cart {
  text-align: left;
  padding-top: 0;
}

.heading-style-h3.is-32px.is-resource {
  text-align: left;
}

.heading-style-h3.is-left {
  text-align: left;
  padding-top: 0;
}

.heading-style-h3.youtube_links {
  padding-top: 0;
}

.heading-style-h3.community_quote.is_left {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.heading-style-h3.is_bigger {
  font-size: 3rem;
}

.heading-style-h3.is_bigger.is_white {
  color: var(--greys-000);
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.stories_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #29320c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
}

.company_item {
  flex: none;
}

.dropdown_menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f4e9dc;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 240px;
  padding: 30px 28px;
  display: flex;
  overflow: hidden;
}

.planet_img {
  position: absolute;
  inset: auto 30px 30px auto;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  position: sticky;
  inset: 0%;
}

.section_hero.is-internal {
  background-color: #75742c;
  position: sticky;
  inset: 0 auto auto;
}

.section_hero.is-internal.no-bg {
  background-color: #fff0;
}

.embed_icon {
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.still_questions {
  background-color: #febc71;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 35px;
  display: flex;
  overflow: hidden;
}

.still_questions.is-patome {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  outline-color: var(--greys--50);
  outline-offset: 0px;
  background-color: #b47227;
  outline-width: 1px;
  outline-style: none;
  flex-flow: column;
  min-width: 0;
  display: flex;
}

.view_button {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #29320c;
  background-color: #febc71;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  display: flex;
  position: absolute;
}

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

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

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

.product_details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stock_img-thumbnail {
  justify-content: center;
  align-items: center;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.intro_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_spacer {
  pointer-events: none;
  height: 100vh;
}

.footer_footnote {
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.block_container.is-form {
  position: relative;
}

.body_text {
  color: #414141;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.body_text.is-black {
  color: #000;
}

.body_text.is-black.is-old-price {
  opacity: .5;
  font-size: 1rem;
  text-decoration: line-through;
}

.body_text.is-xs {
  font-size: .875rem;
}

.body_text.is-xs.text-color-alternate {
  color: #fff;
}

.body_text.is-small {
  color: var(--greys--100);
  text-align: center;
  padding-top: 20px;
  font-size: 1rem;
  display: block;
}

.body_text.is-small.is-white {
  flex-flow: row;
}

.body_text.is-small.is-white.process_details {
  text-align: left;
}

.body_text.is-small.learnmore {
  padding-top: 0;
}

.body_text.is-small.community_details {
  text-align: justify;
}

.body_text.is-white {
  color: #fffc;
}

.body_text.is-white.is-semibold {
  font-weight: 600;
}

.body_text.is-invert {
  color: #ffffffe6;
}

.body_text.is-invert.is-blogs {
  max-width: 520px;
}

.body_text.is-invert.is-comp {
  text-align: center;
  max-width: 520px;
}

.body_text.is-invert.is-comp.youtube_links {
  color: #111310;
}

.body_text.is-invert.eco {
  text-align: center;
}

.body_text.is-invert.eco.is_black {
  color: var(--primary);
}

.body_text.is-invert.ic-center {
  text-align: center;
}

.body_text.is-16px {
  font-size: 1rem;
}

.body_text.is-16px.text-color-white, .body_text.text-color-white {
  color: #fff;
}

.body_text.is-contact {
  color: var(--primary);
  text-decoration: underline;
}

.body_text.is-contact-sub {
  max-width: 440px;
}

.body_text.is-note {
  clear: none;
  font-size: 1rem;
}

.body_text.is_white {
  color: var(--greys-000);
}

.body_text.is_left {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.body_text.is_left.is_white {
  color: #fff;
  margin-bottom: 20px;
}

.body_text.is-white2 {
  color: var(--greys--10);
}

.marquee {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_faq {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.header_wrapper.is-stories {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header_wrapper.is-stock {
  justify-content: space-between;
  display: flex;
}

.header_wrapper.is-products {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header_wrapper.is-why {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header_wrapper.is-guide {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header_wrapper.is-guide.is-large {
  max-width: 900px;
}

.header_wrapper.is-submit {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.hero_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10.5rem;
  display: flex;
}

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

.hero_wrapper.no-padding.is-sustainability {
  max-width: 800px;
}

.hero_wrapper.no-padding.is-competition {
  max-width: 600px;
}

.intro_video-thumbnail {
  width: 100%;
}

.faq_lists {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.stock_thumbnail {
  border-radius: 10px;
  width: 100%;
}

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

.play_icon.is-sm {
  max-width: 30px;
}

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

.btn_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn_wrapper.is-stock {
  justify-content: flex-start;
  align-items: center;
}

.btn_wrapper.is-question {
  margin-top: 1.5rem;
}

.btn_wrapper.is-product {
  margin-top: 3rem;
}

.btn_wrapper.is-beyond {
  width: 100%;
}

.btn_wrapper.is-flag {
  flex-flow: column;
  align-items: stretch;
  margin-top: 1.5rem;
}

.btn_wrapper.is-flag.is-full {
  justify-content: center;
  align-items: stretch;
  display: block;
}

.btn_wrapper.is_flag-mob {
  display: none;
}

.btn_wrapper.is-ty {
  margin-top: 1.5rem;
}

.btn_wrapper.is-patome {
  flex: none;
}

.stories_logo.is-white {
  filter: brightness(0%) invert();
}

.stock_navigation-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.full_image {
  width: 100%;
}

.full_image.is-stories {
  object-fit: cover;
  height: 100%;
}

.navigation {
  z-index: 999;
  background-color: #29320c;
  position: relative;
}

.faq_container {
  flex-flow: column;
  margin-top: 3rem;
  display: flex;
}

.faq_container.eco-school {
  object-fit: fill;
}

.section_shop {
  z-index: 2;
  background-color: #75742c;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section_shop.is-cta {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.marquee_mover {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subheading {
  color: #f4e9dc;
  text-transform: uppercase;
  font-family: Tilt Warp, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.subheading.is-clover {
  font-family: var(--primary-font);
  color: #75742c;
}

.subheading.is-clover.is_white {
  color: var(--greys-000);
}

.subheading.is-white {
  color: #f4e9dc;
}

.intro_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_bg-overlay {
  opacity: .9;
  background-image: linear-gradient(#29320c00, #29320c);
  position: absolute;
  inset: 0%;
}

.play_button {
  background-color: #febc71;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  display: flex;
  position: absolute;
}

.play_button.is-stories {
  width: 68px;
  height: 68px;
}

.faq_contents {
  background-color: #fff0;
  position: relative;
  overflow: hidden;
}

.flag_banner-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #29320c;
  justify-content: flex-start;
  align-items: center;
  font-family: Tilt Warp, sans-serif;
  font-weight: 400;
  display: flex;
}

.footer_menus {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.flag_thumbnail {
  border-radius: 10px;
  overflow: hidden;
}

.stock_thumbnail-wrapper {
  border-radius: 10px;
  height: auto;
  padding: 24px 17px;
  overflow: hidden;
}

.stories_thumbnail {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.faq_minus {
  position: absolute;
}

.stories_container {
  background-color: #29320c;
  border-radius: 20px;
  margin-top: 3rem;
  overflow: hidden;
}

.nav_fixed {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.order_stats-card {
  border-radius: 20px;
  width: 400px;
  height: 472px;
  overflow: hidden;
}

.order_stats-card.is-carbon {
  height: auto;
}

.faq_rt {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  position: static;
}

.order_stats-contens {
  text-align: center;
  background-color: #75742c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding: 24px 64px;
  display: flex;
}

.order_stats-contens.is-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  height: auto;
  padding: 60px 40px;
}

.stories_overlay {
  background-image: linear-gradient(#00000040, #00000040);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq {
  text-align: left;
  object-fit: fill;
  border: 1px solid #29320c;
  border-radius: 20px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.wave_line {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_container {
  z-index: 2;
  height: 100vh;
  position: relative;
}

.hero_container.is-internal {
  height: auto;
  padding-top: 15.5rem;
  padding-bottom: 6.25rem;
}

.hero_container.is-internal.is-comp {
  padding-top: 3.75rem;
}

.card_component {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.card_component.is-land {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.card_component.is-cta {
  display: block;
}

.order_flag-thumbnail {
  height: 255px;
}

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

.card_contents.is-order {
  background-color: #f4e9dc;
  height: 100vh;
  position: sticky;
  top: 0;
}

.card_contents._w-left-padding {
  padding-left: 40px;
}

.card_contents._w-padding-top {
  padding-top: 120px;
  padding-bottom: 80px;
}

.card_contents.is-sticky {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
}

.faq_contents-wrapper {
  padding-bottom: 45px;
  padding-left: 35px;
  padding-right: 35px;
}

.heading_wrapper.is-stock {
  max-width: 500px;
}

.land_contents {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero_bg {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.card_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.card_content-wrapper.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}

.card_content-wrapper.is-cta {
  z-index: 1;
  position: relative;
}

.lang_toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
  display: flex;
}

.intro_video-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 50px 50px #26442217;
}

.section_products {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.footer_link {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.footer_link.is-small {
  font-size: .875rem;
  font-weight: 400;
}

.image_wrapper {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.image_wrapper.is-chain {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.image_wrapper.is-cta {
  z-index: 1;
}

.intro_contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45rem;
  display: flex;
}

.stories_nav {
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 35px 20px;
  transition: all .5s;
  display: flex;
}

.stories_nav.active {
  background-color: #29320c;
}

.stories_contents {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_order {
  z-index: 2;
  background-color: #f4e9dc;
  position: relative;
}

.section_order.bg-green {
  background-color: #29320c;
}

.stock_navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown_arrow {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.product_button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #febc71;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.product_button:hover {
  color: #fff;
}

.product_button.is-flag {
  color: #75742c;
  margin-top: 1.5rem;
  transition: color .3s;
}

.product_button.is-flag:hover {
  color: #29320c;
}

.intro_video-cell {
  min-width: 614px;
}

.lists_grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #ffffff24;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lists_grid.package {
  grid-template-columns: 1fr 1fr 1fr;
}

.product_card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #75742c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 45px 35px;
  display: flex;
}

.product_card.is-last {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #febc71;
  padding: 30px;
}

.product_card.is-winner {
  justify-content: flex-start;
  min-width: 300px;
}

.swiper-slide {
  margin-bottom: 8rem;
}

.swiper-slide.is-custom {
  margin-bottom: 0;
}

.swiper-slide.is-quote {
  background-color: #f4e9dc;
}

.swiper-slide.is-product {
  margin-bottom: 0;
}

.stock_item {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.faq_toggle {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #29320c;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 40px 35px;
  font-family: Tilt Warp, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.stock_details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 25px;
  display: flex;
}

.faq_arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.stats_text {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 4.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 8.75rem;
  display: grid;
}

.nav_link {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
}

.nav_link.w--current {
  color: #fff;
}

.hero_banner {
  position: absolute;
  inset: 0%;
}

.nav_btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section_question {
  z-index: 2;
  background-color: #75742c;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

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

.stories_rt {
  color: #fff;
  font-family: Tilt Warp, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.section_footer {
  z-index: 999999;
  background-color: #29320c;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.top_banner {
  z-index: 9;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #febc71;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_stock {
  z-index: 2;
  background-color: #29320c;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.intro_subheading {
  text-align: center;
  max-width: 160px;
}

.order_sticky-con {
  z-index: 2;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30%;
  padding-bottom: 30%;
  display: flex;
  position: relative;
}

.section_intro {
  z-index: 1;
  background-color: #f4e9dc;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.footnote_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.stock_slider {
  margin-top: 5rem;
}

.section_lists {
  z-index: 2;
  background-color: #75742c;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.product_card-details {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer_menu-title {
  color: #fff;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
}

.menu_contents {
  overflow: hidden;
}

.menu_contents.w--open {
  background-color: #ddd0;
}

.order_left-bg {
  background-color: #29320c;
  border-bottom-right-radius: 20px;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.order_left-bg.no-border {
  border-bottom-right-radius: 0;
}

.video_-2 {
  width: 100%;
  height: 348px;
}

.heading_details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.heading_details.is-solutions {
  max-width: 450px;
}

.section_clients {
  z-index: 2;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.stock_nav {
  color: #29320c;
  cursor: pointer;
  background-color: #febc71;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
}

.stock_nav:hover {
  background-color: #fff;
}

.stock_nav.prev_step {
  position: absolute;
  inset: 0% auto auto 0%;
}

.stock_nav.prev_step:hover {
  color: #fff;
  background-color: #29320c;
}

.dropdown_menu-link {
  color: #29320c;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
}

.navigation_container {
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 1.5rem;
  display: flex;
}

.banner_btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #29320c;
  text-transform: uppercase;
  border-bottom: 1px solid #29320c;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.order_right-bg {
  background-color: #f4e9dc;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.order_right-bg._w-radius {
  border-bottom-left-radius: 20px;
}

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

.image_cover.is-about {
  object-position: 100% 50%;
}

.navigation_menus {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section_stories {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.burger {
  color: #fff;
}

.burger.w--open {
  background-color: #fff0;
}

.list_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #75742c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.mission_contents {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mission_contents.is-contact {
  color: var(--primary);
}

.section_small {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section_small.is-green {
  background-color: #29320c;
}

.section_small.is-light-green {
  background-color: #75742c;
}

.section_small.is-light-green.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.card_content-fix {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.line_cards {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.line_cards.is-inquiries {
  margin-top: 2rem;
}

.square_icon {
  background-color: #29320c;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  display: flex;
}

.square_icon.is-green {
  background-color: #75742c;
}

.text-color-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.line_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #f4e9dc;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 20px;
  display: flex;
}

.line_card.is-green {
  border-color: #75742c;
}

.impact_text {
  color: #fff;
  font-family: Tilt Warp, sans-serif;
  font-size: 4.875rem;
  font-weight: 400;
  line-height: 1;
}

.custom_container-50 {
  width: 50%;
}

.custom_container-50.is-left {
  justify-content: flex-end;
  display: flex;
}

.custom_container-50.is-right {
  position: relative;
}

.impact_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #75742c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 65px 45px;
  display: flex;
}

.heading-style-40 {
  font-family: Tilt Warp, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.heading-style-40.is-white {
  color: #fff;
}

.section_impact {
  z-index: 2;
  background-color: #29320c;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.chain_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f4e9dc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 45px;
  display: flex;
}

.card_bg {
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 15% 0% auto;
}

.solution_list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Manrope, sans-serif;
  display: flex;
}

.solution_lists {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.custom_container {
  display: flex;
}

.chain_lists {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.chain_icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.vs_image {
  z-index: 1;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.custom_left-contents {
  max-width: 45rem;
}

.section_solutions {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.solutions_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
  position: relative;
}

.vs_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  background-color: #29320c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 70px;
  display: flex;
}

.vs_card.is-light {
  background-color: #75742c;
  position: relative;
}

.impact_lists {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: grid;
}

.section_custom-flags {
  z-index: 2;
  background-color: #29320c;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.flag_cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #75742c;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  padding: 30px;
  display: grid;
  position: relative;
}

.flag_cta.is-invert {
  background-color: #f4e9dc;
}

.custom_flag-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.custom_flag-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 100%;
  color: var(--primary);
  background-color: #f4e9dc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 45px 35px;
  display: flex;
  overflow: hidden;
}

.cta_lines {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.custom_flag-icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 32px #2644220d;
}

.custom_flag-icon.is-sm {
  max-width: 64px;
}

.custom_flag-lists {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.custom_flag-lists.is-others {
  grid-template-rows: auto;
  margin-top: 3.75rem;
}

.custom_flag_details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_flag-hero {
  background-color: #f4e9dc;
  padding-top: 13rem;
  padding-bottom: 5rem;
}

.features_wrapper {
  margin-top: 2rem;
}

.flag_name {
  color: #29320c;
  letter-spacing: -2px;
  font-family: Tilt Warp, sans-serif;
  font-size: 3.375rem;
  font-weight: 400;
}

.flag_shipping-details {
  width: 400px;
}

.flag_shipping-details.is-product {
  width: auto;
  margin-top: 1.5rem;
}

.shipping_tab-link {
  color: #414141;
  background-color: #fff0;
  border-bottom: 1px solid #75742c00;
  border-radius: 0;
  padding: 8px 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.shipping_tab-link.w--current {
  color: #29320c;
  background-color: #fff0;
  border-bottom-color: #75742c;
  border-radius: 0;
  font-weight: 700;
}

.flag_content-rt {
  font-family: var(--body);
  color: #414141;
  font-size: 1.125rem;
  line-height: 1.5;
}

.flag_content-rt h5 {
  font-family: var(--primary-font);
  color: #29320c;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.breadcrumbs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flag_details-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.breadcrumbs_text {
  color: #29320c;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.breadcrumbs_text.is-bold {
  font-weight: 700;
}

.shipping_tab-menus {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.flag_name-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.shipping_wrapper {
  padding-top: 1.5rem;
}

.content_wrapper {
  margin-top: 2rem;
}

.form_block {
  background-color: #29320c;
  border-radius: 20px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.form_block.is-full {
  width: 100%;
  max-width: 100%;
}

.field_wrapper {
  margin-bottom: 1.5rem;
}

.press_kit-contents {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 45px 35px;
  display: flex;
}

.press_kit-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_press-inquiries {
  z-index: 2;
  background-color: #29320c;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

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

.field_grid.flag_size {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-color-yellow {
  color: #febc71;
}

.press_thumbnail {
  height: 273px;
}

.press_thumbnail.is-featured {
  height: 100%;
  max-height: 377px;
}

.press_thumbnail.is-kit {
  height: 415px;
}

.submit_button {
  color: #f4e9dc;
  text-transform: uppercase;
  background-color: #75742c;
  border-radius: 5px;
  width: 100%;
  padding: 20px;
  font-family: Tilt Warp, sans-serif;
}

.press_date-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.press_date-wrapper.is-center {
  justify-content: flex-start;
  align-items: center;
}

.field {
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
}

.field:focus {
  border: 1px solid var(--primary);
}

.field.is-select {
  color: #000;
  background-color: #fff;
}

.field.is-select.is_finishing, .field.is-select.pole_dropdown {
  background-color: #f4e9dc;
  border: 1px solid #717171;
}

.field.is-textarea {
  height: 180px;
}

.inquiries_contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inquiries_contents.is-press {
  padding-left: 72px;
}

.inquiries_contents.is-media {
  border-right: 1px solid #ffffff3d;
  padding-right: 72px;
}

.form_container {
  margin-top: 5rem;
}

.form_wave {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.press_btn-wrapper {
  margin-top: 1.5rem;
}

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

.section_about {
  background-color: #f4e9dc;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  position: relative;
}

.press_kit-card {
  height: 100%;
  color: var(--primary);
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.press_kit-card.is-deatured {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field_label {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.field_label.is_black {
  color: var(--primary);
}

.firl_form-container {
  margin-bottom: 0;
}

.resource_tag {
  color: #29320c;
  background-color: #febc71;
  border-radius: 40px;
  padding: 5px 10px;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
}

.section_resources {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 4rem;
  padding-bottom: 7.5rem;
  position: relative;
}

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

.resource_lists.is-other {
  grid-template-rows: auto;
  margin-top: 4rem;
}

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

.resource_featured {
  margin-bottom: 60px;
}

.date_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter_button {
  color: #29320c;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  padding: 12px 40px 12px 24px;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
}

.filter_button.active {
  background-color: #f4e9dc;
}

.resource_details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_filters {
  z-index: 2;
  background-color: #29320c;
  position: relative;
}

.share_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  display: flex;
}

.share_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.resource_rt {
  color: #414141;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.resource_rt h2 {
  font-family: var(--primary-font);
  color: var(--primary);
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.2;
}

.resource_rt h5 {
  font-family: var(--primary-font);
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.resource_rt p {
  margin-bottom: 1.25rem;
}

.resource_overlay {
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

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

.blog_date, .blog_sub {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.share_button {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
}

.share_button:hover {
  color: #fff;
  background-color: #75742c;
}

.rtb_banner {
  border-radius: 5px;
  min-width: 48%;
  max-width: 50%;
}

.rtb_banner-image {
  border-radius: 20px;
  width: 100%;
}

.flag_thumbnail-wrapper {
  margin-top: 18px;
}

.flag_product-con {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  display: flex;
}

.term_link {
  color: #febc71;
}

.terms_cb {
  color: #fff;
  font-family: Manrope, sans-serif;
}

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

.flag_details {
  padding: 18px 18px 80px;
}

.flag_filter-lists {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flag_card-banner {
  padding: 18px;
}

.flag_top-filter {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flag_filter-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f4e9dc;
  background-color: #75742c4f;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  display: flex;
}

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

.shop_lists.is-other {
  grid-template-rows: auto;
  margin-top: 5rem;
}

.flag_filters {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.flag_showing {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
}

.flag_filter-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f4e9dc;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  display: flex;
}

.section_flags {
  z-index: 2;
  background-color: #29320c;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.flag_card {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
}

.flag_card.is-other {
  width: 100%;
  height: 100%;
}

.rtb_top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rtb_top.is-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
}

.rtb_field-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.rtb_field-wrapper.hidden-field {
  display: none;
}

.rtb_field-wrapper.is-top {
  z-index: 3;
  position: relative;
}

.rtb_field-wrapper.is-top._1 {
  z-index: 5;
}

.rtb_field-wrapper.pole {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
}

.rtb_contents {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flag_size-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.flag_size-wrapper.is-step {
  margin-bottom: 10px;
}

.why_hemp-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 6.25rem;
  display: flex;
}

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

.rtb_field {
  background-color: #f4e9dc;
  border: 1px solid #717171;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.rtb_field:focus {
  border-color: var(--primary);
}

.rtb_field.is-textarea {
  height: 180px;
}

.rtb_field.is-hidden {
  display: none;
}

.rtb_field.is-q {
  width: 80px;
}

.rtb_details.is-center {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.section_why-hemp {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section_why-hemp.new {
  background-color: #474b34;
}

.rtb_label {
  color: #414141;
  margin-bottom: 12px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.rtb_label.is-title {
  color: #29320c;
  margin-bottom: 0;
  font-size: 18px;
}

.flag_size-radio {
  background-color: #29320c0f;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 14px 18px;
  font-family: Manrope, sans-serif;
}

.flag_size-radio.selected {
  color: #fff;
  background-color: #29320c;
}

.rtb_name {
  color: #29320c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 2.875rem;
  font-weight: 400;
}

.rtb_grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  display: grid;
}

.rtb_grid.flex {
  display: flex;
}

.rtb_price {
  color: #29320c;
  letter-spacing: -1px;
  font-family: Tilt Warp, sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.3;
}

.step_1 {
  padding-bottom: 2rem;
}

.design_radio {
  color: #151515;
  text-align: center;
  border: 1px solid #29320c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 35px;
  font-family: Tilt Warp, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  display: flex;
}

.design_radio.is-option {
  padding-top: 50px;
  padding-bottom: 50px;
}

.design_radio.is-specs {
  margin-bottom: 0;
}

.design_radio.selected {
  color: #fff;
  background-color: #29320c;
}

.step_button-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.step_button-container.is-right {
  justify-content: flex-end;
}

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

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

.step_header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.radio_subtext {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.section_steps {
  background-color: #f4e9dc;
  padding-top: 14rem;
  padding-bottom: 5rem;
}

.steps_btn-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.radio_embed {
  margin-bottom: 2rem;
}

.step_form-block {
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.step_text {
  color: #a0a0a0;
  font-family: Tilt Warp, sans-serif;
  font-size: .9375rem;
}

.steps_container {
  position: relative;
}

.section_policy {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.policy_rt {
  color: #414141;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.policy_rt h2 {
  font-family: var(--primary-font);
  color: var(--primary);
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.2;
}

.policy_rt h3 {
  font-family: var(--primary-font);
  color: var(--primary);
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.policy_rt h4 {
  font-family: var(--primary-font);
  color: var(--primary);
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.policy_rt h5 {
  font-family: var(--primary-font);
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.top_banner-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line_link {
  color: #febc71;
}

.custom_flag-details {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.custom_filter-container {
  margin-bottom: 60px;
}

.custom_flag-filters {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom_radio-filter {
  font-family: var(--primary-font);
  color: var(--primary);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 1rem 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.custom_radio-filter.active {
  color: #f4e9dc;
  background-color: #75742c;
}

.filter_form {
  margin-bottom: 0;
}

.filter_text {
  display: none;
}

.load_pagination {
  margin-top: 60px;
}

.finter_radio {
  display: none;
}

.side_filter {
  z-index: 9999;
  background-color: #f4e9dc;
  width: 560px;
  padding: 35px 30px;
  position: fixed;
  inset: 0% auto 0% 0%;
  transform: translate(-100%);
}

.filter-header {
  border-bottom: 1px solid #717171;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.heading_20 {
  font-family: var(--primary-font);
  font-size: 1.25rem;
  line-height: 1.5;
}

.filter_container {
  border-bottom: 1px solid #717171;
  padding-top: 35px;
  padding-bottom: 35px;
}

.side_header {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.clear_btn {
  font-family: var(--body);
  color: #414141;
  font-size: 1rem;
}

.flag_filter-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flag_filter-wrapper.is-check {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.radio_filter {
  font-family: var(--body);
  color: #29320c;
  background-color: #75742c00;
  border: 1px solid #29320c;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 19px;
  font-size: 18px;
  transition: all .3s;
}

.radio_filter:hover, .radio_filter.active {
  color: #fff;
  background-color: #75742c;
  border-color: #75742c;
}

.filter_cb {
  font-family: var(--body);
  color: #29320c;
  padding-left: 26px;
  font-size: 18px;
}

.cb {
  border: 1px solid #29320c;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-left: -26px;
}

.cb.w--redirected-checked {
  background-color: #75742c;
  background-image: linear-gradient(#75742c, #75742c);
}

.close_filter {
  cursor: pointer;
}

.filter_items {
  display: none;
}

.flag_pagination {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.flag_page {
  color: #fff;
  background-color: #fafafa00;
  border-width: 0;
  padding: 0;
}

.pagination_page-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.pagination_page-button {
  font-family: var(--primary-font);
  color: #fff;
  background-color: #f4e9dc1a;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.pagination_page-button.is-dots {
  color: #fff;
  background-color: #febc7100;
  padding-left: 0;
  padding-right: 0;
}

.pagination_page-button.active {
  color: var(--primary);
  background-color: #febc71;
}

.uploader {
  border: 1px dashed #717171;
  border-radius: 8px;
  padding: 40px;
}

.uploader.is-white {
  color: #fff;
  background-color: #ffffff14;
  border-color: #fff;
}

.text-green {
  color: #75742c;
}

.radio_icon {
  color: var(--primary);
  margin-bottom: 2rem;
}

.tc_text {
  font-family: var(--body);
  font-size: 14px;
}

.section_ty {
  background-color: #f4e9dc;
  padding-top: 16rem;
  padding-bottom: 7.5rem;
}

.ty_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ty_icon {
  margin-bottom: 1rem;
}

.radio_text {
  font-family: var(--body);
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 1rem;
}

.radio_field {
  display: none;
}

.slide-nav {
  font-size: .6rem;
}

.product-image {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.product-container_product-details {
  flex: 1;
  padding-right: 2rem;
}

.price {
  color: #686868;
  font-size: 1rem;
}

.price.is-pdp {
  color: #000;
  margin-right: .5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.product-container_quantity-changers {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.custom-option-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.product-container_variant-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: .5rem;
  display: flex;
}

.icon-5 {
  color: #000;
}

.buy-now-button {
  text-align: center;
  border: 1px solid #000;
  border-radius: .2rem;
  padding: .75rem 1.5rem;
}

.label {
  font-family: var(--body);
  color: #000;
  flex: none;
  font-size: .8125rem;
  line-height: 1.5rem;
}

.compare-price {
  color: #aaa;
  padding: 0;
  font-size: 1rem;
  text-decoration: line-through;
}

.compare-price.is-pdp {
  font-size: 1.25rem;
  line-height: 1.4;
}

.product-container_variant-info-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5rem;
  display: flex;
}

.product-container_thumbnail-list {
  width: 15%;
  margin-top: 16px;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.thumbnail {
  cursor: pointer;
  width: 100%;
}

.product-container_gallery {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 200px;
  overflow: hidden;
}

.product-container_image-slider {
  background-color: #ddd0;
  width: 100%;
}

.thumbnail-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.pill-button {
  background-color: #29320c0f;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1.125rem;
  transition: color .35s, background-color .375s;
  display: flex;
  position: relative;
}

.pill-button.sf-active {
  background-color: var(--primary);
  color: #fff;
}

.pill-button.sf-option-unavailable {
  opacity: .5;
  pointer-events: none;
  cursor: default;
  text-decoration: line-through;
}

.pill-button.is_materials {
  margin-bottom: 10px;
}

.shoppay-button {
  color: #fff;
  text-align: center;
  background-color: #5a31f4;
  border-radius: .255rem;
  margin-bottom: 1rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.shoppay-button.sf-out-of-stock {
  opacity: .5;
  filter: grayscale();
  pointer-events: none;
}

.product-description-2 {
  margin-bottom: 1rem;
}

.product-container_prices-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  margin: .5rem 0;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.add-to-cart-button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .2rem;
  padding: .75rem 1.5rem;
}

.product-container_actions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.quantity-decreaser {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: .25rem;
  padding-right: .25rem;
  line-height: 1.3;
  display: flex;
}

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

.breadcrumb-link {
  color: inherit;
  font-size: .8rem;
  text-decoration: none;
}

.product-container_option-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-bottom: 1rem;
  display: flex;
}

.product-container_option-list.is_between {
  width: 100%;
}

.sku-displayer {
  max-width: 16ch;
  overflow: hidden;
}

.product-container_option-group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.quantity-changer {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  width: 3rem;
  height: auto;
  margin-bottom: 0;
  padding: 0 .25rem;
  font-size: 1rem;
  line-height: 1.6;
}

.quantity-changer:focus {
  outline-offset: 0px;
  border-color: #000;
  outline: 0 #000;
}

.quantity-changer::placeholder {
  color: #0009;
}

.quantity-changer.is-cart {
  width: 2rem;
}

.icon-embed_shop-pay {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quantity-increaser {
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.3;
  display: flex;
}

.product-title {
  margin-top: 0;
  margin-bottom: 0;
}

.product-container_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 3rem;
  display: grid;
}

.product-container_quantity-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.custom-option-value {
  cursor: pointer;
  padding-left: 0;
  transition: all .2s;
  display: inline-block;
}

.cart_summary {
  background-color: #fff;
  border: 1px solid #000;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  padding: 1.5rem;
  display: flex;
}

.cart_summary.is-popup {
  background-color: #0000;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.cart-discount-code-input {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: .2rem;
  flex: 1;
  margin-bottom: 0;
  padding: 1rem .5rem;
}

.cart-discount-code-input.form_input {
  min-height: 3rem;
}

.order-discount-amount {
  color: #00c261;
  margin-bottom: 0;
}

.cart_discount-code-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
}

.cart_discount-code-block.is-popup {
  border-bottom-width: 1px;
  padding-left: 0;
  padding-right: 0;
}

.cart-discount-note-container {
  border: 1px solid #000;
  flex: 1;
}

.cart-discount-note-container.is-popup {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: none;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.order-discount-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-item_info-block {
  font-family: var(--body);
  flex-direction: column;
  justify-content: center;
  padding-top: .25rem;
  display: flex;
}

.cart_cart-actions {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 1rem;
}

.popup-css {
  display: none;
}

.order-discount-title {
  margin-bottom: 0;
}

.cart-empty-message {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.75rem 1.5rem;
}

.cart-empty-message.is-popup {
  border-width: 0 0 1px;
  padding-left: 0;
  padding-right: 0;
}

.cart-popup-overlay {
  background-color: #000000b0;
  position: absolute;
  inset: 0%;
}

.cart-popup-overlay.popup-closer {
  background-color: #000000b0;
}

.cart_header {
  width: 100%;
  margin-bottom: 1rem;
}

.cart-item-image {
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.8rem;
}

.cart-item-title {
  color: var(--primary);
}

.cart-item_quantity-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
  display: flex;
}

.discount-code-remover {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: -.25rem;
  display: flex;
}

.heading-style-h3-2 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.cart-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 0;
  font-size: 1rem;
  display: flex;
}

.cart-item.is-popup {
  border-top-style: none;
}

.cart_discounts-and-total {
  width: 100%;
}

.order-note-input {
  width: 100%;
  min-height: 6rem;
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: .2rem;
  margin-bottom: 0;
  padding: .5rem;
}

.cart_discount-code-form-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #e7e7e7;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.order-discount-code-title {
  margin-bottom: 0;
}

.cart-items-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #000;
  flex-flow: column;
  width: 100%;
  max-height: 40vh;
  display: flex;
  overflow: scroll;
}

.cart-items-list.is-popup {
  border-bottom-width: 1px;
  flex: none;
  height: auto;
  max-height: 37vh;
}

.cart-item-total {
  line-height: 1rem;
}

.cart-item-discount-code {
  margin-bottom: 0;
}

.order-discount-code-amount {
  color: #00c261;
  margin-bottom: 0;
}

.cart-item-remover {
  color: #616161;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  display: flex;
}

.cart-item_price-information {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 5rem;
  padding-top: .25rem;
  display: flex;
}

.cart_subtotal-row {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.cart-popup {
  z-index: 60;
  opacity: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cart-popup.sf-cart-opened {
  z-index: 999999;
  opacity: 100;
}

.discount-code-item {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 3px;
  align-items: center;
  padding-left: .25rem;
  padding-right: .25rem;
}

.cart-total.text-weight-bold {
  font-family: var(--primary-font);
  color: var(--primary);
  font-weight: 400;
}

.discount-code-title {
  font-size: 13px;
  line-height: 1rem;
}

.order-discount-code-item {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cart-container {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px #dfdfdf;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.cart-container.is-popup {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f4e9dc;
  max-width: 36.5rem;
  height: 100%;
  padding: 1.5rem;
  box-shadow: 0 2px 12px #00000014;
}

.cart_order-note-wrapper {
  background-color: #fff;
  flex: 1;
  padding: 1.5rem;
  display: block;
}

.cart_order-note-wrapper.is-popup {
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
}

.order-discount-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.cart_discount-code-input-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: .5rem;
  padding-right: .5rem;
  display: flex;
}

.cart_total-row {
  grid-column-gap: 1rem;
  border-top: 1px solid #e1e3e5;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  font-size: 1.5rem;
  display: flex;
}

.product-options-wrapper {
  color: #414141;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.discount-code-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px #c8cacc;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.cart-item-prediscount-price {
  color: #8d8d8d;
  font-size: 13px;
  line-height: 1rem;
  text-decoration: line-through;
}

.cart_bottom-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  width: 100%;
  display: flex;
}

.cart_bottom-row.is-popup {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.cart-popup-closer {
  z-index: 20;
  color: #0a0a0a;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1.75rem;
  margin-right: 1.75rem;
  font-size: 2.6rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkout-button-2 {
  background-color: #000;
  border: 1px solid #000;
}

.checkout-button-2.button-7 {
  color: #fff;
  border: 1px solid #000;
  flex: 1;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-item-variant-options {
  margin-bottom: 0;
}

.cart-item_left-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: flex-start;
}

.cart-item-discount, .cart-item-subscription-info {
  margin-bottom: 0;
}

.rtb_slides {
  flex-flow: column;
  display: flex;
}

.section_guideline {
  z-index: 2;
  background-color: #f4e9dc;
  padding-bottom: 60px;
  position: relative;
}

.guidelines_container {
  border: 1px solid #75742c;
  border-radius: 20px;
  max-width: 950px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 45px;
}

.guidelines_rapper {
  font-family: var(--body);
  color: #414141;
  border-bottom: 1px solid #75742c;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.guidelines_rapper.is-last {
  border-bottom-width: 0;
}

.guidelines_rt strong {
  color: #29320c;
}

.guidelines_rt h5 {
  font-family: var(--primary-font);
  color: #29320c;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.section_pantome {
  z-index: 2;
  background-color: var(--primary);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.patome_icon {
  flex: none;
}

.section_winner {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

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

.section_submit {
  z-index: 2;
  background-color: var(--primary);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section_submit.is_light {
  background-color: #f4e9dc;
}

.submit_form-block {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.cb_white {
  font-family: var(--body);
  color: #fff;
  font-size: 1rem;
}

.prod_thumbnail {
  width: 100%;
}

.desin_logo-wrap {
  margin-bottom: 2rem;
}

.success_message {
  background-color: #ddd0;
  height: 100%;
}

.success_wrapper {
  height: 100%;
  font-family: var(--body);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
}

.nav_menu-desktop {
  display: none;
}

.nav_burger-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.close_banner {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
}

.v_line {
  background-color: #d0d0d0;
  width: 1px;
  height: 16px;
}

.comp_logo {
  z-index: 9;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.comp_logo.is_eco_school.w--current {
  margin-bottom: 0;
}

.custom_btn {
  width: 100%;
}

.custom_select {
  position: relative;
}

.custom_select-toggle {
  height: 50px;
  font-family: var(--body);
  color: var(--primary);
  cursor: pointer;
  border: 1px solid #717171;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  font-size: 1.125rem;
  line-height: 1.2;
  display: flex;
}

.custom_select-content {
  background-color: #f4e9dc;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.custom_select-content.active {
  height: auto;
}

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

.custom_select-wrapper {
  border: 1px solid #717171;
  border-radius: 8px;
  max-height: 150px;
  margin-top: 0;
  padding: 16px 12px;
  overflow: auto;
}

.custom_select-wrapper.is-type {
  max-height: 150px;
  overflow: auto;
}

.custom_select-button {
  font-family: var(--body);
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
  line-height: 1.1;
}

.value_fields {
  display: none;
}

.label_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quote_lists {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.quote_list {
  background-color: #fff;
  border-radius: 20px;
}

.quote_list-details {
  padding: 38px 26px;
}

.quote_list-title {
  color: var(--primary);
  font-family: Tilt Warp, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.quote_list-items {
  margin-top: 1.5rem;
}

.quote_list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote_list-name {
  font-family: var(--body);
  color: #414141;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2;
}

.list_field {
  width: 80%;
  height: 22px;
  font-family: var(--body);
  color: #414141;
  background-color: #fff0;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.list_field.is_title {
  font-family: var(--primary-font);
  color: var(--primary);
  font-size: 1.25rem;
}

.list_field.is_title::placeholder {
  color: var(--primary);
}

.add_to-list {
  z-index: 2147483647;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.add_to-list.active {
  opacity: 100;
  pointer-events: auto;
}

.to_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #f4e9dc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding: 75px 48px;
  display: flex;
}

.cb_container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  font-family: var(--body);
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.2;
}

.package-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 100%;
  padding-top: 40px;
  display: flex;
}

.div-block-24, .div-block-25 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.div-block-26 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 28px 35px;
  display: block;
}

.text-block-19 {
  color: #fff;
}

.section_testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.section_mission {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  position: relative;
}

.section_package {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: relative;
}

.section_process {
  z-index: 2;
  background-color: #29320c;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section_community {
  z-index: 2;
  background-color: #f4e9dc;
  padding-top: 4rem;
  padding-bottom: 7rem;
  position: relative;
}

.section_community.is_green {
  background-color: var(--primary);
}

.section_wallofpride {
  z-index: 2;
  background-color: #29320c;
  padding-top: 7rem;
  padding-bottom: 4rem;
  position: relative;
}

.packages {
  outline-offset: 0px;
  background-color: #ffffff1a;
  border: 1px #fffafa00;
  border-radius: 20px;
  outline: 1px solid #c5c2c233;
  flex-flow: column;
  align-items: center;
  min-width: 300px;
  max-width: 1157.25px;
  margin-top: 60px;
  padding: 28px 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.mission_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.missions {
  outline-offset: 0px;
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 20px;
  outline: 1px solid #c4c3c333;
  flex-flow: row;
  justify-content: flex-start;
  min-width: 300px;
  max-width: 300px;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 28px 40px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.package_benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fffefe1a;
  border: 1px #c4c4c4;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.processes {
  outline-offset: 0px;
  text-align: center;
  background-color: #ffffff1a;
  border: 1px solid #fff0;
  border-radius: 20px;
  outline: 3px #333;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 60px;
  padding: 35px 28px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.path, .path-2 {
  color: #fff;
}

.path-3, .path-4 {
  color: var(--greys--100);
}

.path-5, .path-6, .path-7, .path-8, .path-9, .path-10, .path-11 {
  color: #fff;
}

.community_container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px none var(--greys--75);
  background-color: #29320c;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  padding: 28px 35px;
  display: flex;
}

.community_details {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-25 {
  border-radius: 20px;
}

.wallofpride_container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.flex-block {
  display: inline-block;
}

.price_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.community_actions {
  margin-top: 60px;
}

.community_links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.community_story {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  text-align: left;
  background-color: #b47227;
  border: 1px #000;
  border-radius: 10px;
  outline: 1px solid #c4c4c433;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.community_impact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #b47227;
  border-radius: 10px;
  outline: 1px solid #c4c4c433;
  padding: 5px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 2147483647;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--primary);
  font-family: var(--body);
  color: #fff;
  border-radius: 8px;
  padding: 12px 2rem;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.div-block-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  border-radius: 10px;
}

.learn_more {
  background-color: #ffffff80;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
}

.container-15 {
  background-color: var(--greys--10);
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.div-block-29, .div-block-30, .div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.process-number, .dropdown-toggle-2 {
  display: flex;
}

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

.div-block-32, .div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.empty-state, .empty-state-2, .empty-state-3, .empty-state-4, .empty-state-5 {
  background-color: #ddd0;
}

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

.text-block-20, .icon-6 {
  color: #fff;
}

.dropdown-list {
  border: 1px solid #6c7766;
  min-width: 200px;
  padding: 10px;
  font-family: Bitter, serif;
}

.dropdown-list.w--open {
  background-color: var(--primary);
  border-radius: 12px;
}

.link-2, .link-2.w--current {
  color: var(--greys-000);
}

.locale {
  padding-bottom: 5px;
  display: flex;
}

.image-27 {
  border-radius: 0;
  width: 30px;
  height: 25px;
  margin-right: 5px;
}

.flag_content-rt-2 {
  color: #414141;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.flag_content-rt-2.is_white {
  color: #fff;
}

.rtb_field-2 {
  background-color: #f4e9dc;
  border: 1px solid #717171;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.rtb_field-2:focus {
  border-color: #29320c;
}

.rtb_field-2.is-q {
  width: 80px;
  color: var(--greys--100);
  border-radius: 0;
  text-decoration: none;
}

.rtb_field-2.is-q.is_wider {
  width: 150px;
}

.rtb_field-2.is-q.is_wider.is-green {
  width: auto;
  height: 46px;
  color: var(--greys-000);
  background-color: #474b34;
  border-radius: 5px;
  font-size: 14px;
}

.rtb_field-2.is-q.is-center {
  text-align: center;
  border-radius: 5px;
  width: 100px;
  height: auto;
}

.icon-7 {
  color: #000;
}

.label-2 {
  color: #000;
  flex: none;
  font-family: Manrope, sans-serif;
  font-size: .8125rem;
  line-height: 1.5rem;
}

.icon-8 {
  color: #000;
}

.heading-style-h3-3 {
  color: #111310;
  text-align: center;
  letter-spacing: -1px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.heading-style-h3-3.is-white {
  color: #fff;
  margin-top: 40px;
  padding-top: 0;
}

.heading-style-h3-4 {
  color: #111310;
  text-align: center;
  letter-spacing: -1px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.heading-style-h3-4.is-left {
  text-align: left;
  padding-top: 0;
}

.div-block-35 {
  display: flex;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.empty-state-6 {
  background-color: #ddd0;
}

.cart-button-2 {
  background-color: #3898ec00;
  padding-left: 0;
  padding-right: 0;
}

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

.cart-quantity-2 {
  margin-bottom: 20px;
  margin-left: 0;
}

.text-block-21 {
  color: var(--greys--100);
}

.text-block-22 {
  color: var(--greys--85);
}

.cart-quantity-3 {
  color: var(--greys--100);
}

.text-block-23 {
  color: var(--greys--85);
}

.text-block-24, .heading-45 {
  color: var(--greys--100);
}

.cart-container-2 {
  border-radius: 20px;
}

.image-tag {
  background-color: #8c9a7ee6;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 6px 12px;
  position: absolute;
}

.image-tag._2nd {
  background-color: #8c9a7e33;
  margin-top: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  position: static;
}

.image-tag._1st {
  background-color: #c6633933;
  margin-top: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  position: static;
}

.image-tag._3rd {
  background-color: #74716333;
  margin-top: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  position: static;
}

.image-tag.more {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--greys--50);
  background-color: #8c9a7e00;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: static;
}

._1st {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.bold-text-34 {
  color: #c66339;
  font-weight: 500;
}

.bold-text-35 {
  color: #8c9a7e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.bold-text-36 {
  color: #747163;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.rich-text-block {
  color: var(--greys--50);
}

.olive-tree-planted {
  background-color: #8c9a7e26;
  border: 1px solid #8c9a7e4d;
  justify-content: center;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.more-tags {
  display: flex;
}

.rich-text-block-2 {
  color: #747163;
}

.bold-text-37 {
  color: #8c9a7e;
  text-decoration: underline;
}

.why_hemp-boxes {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.why_hemp-box {
  background-color: #f6f4ee1a;
  border: 1px solid #f6f4ee26;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 24px;
  display: flex;
}

.why_hemp-title {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  display: flex;
}

.why_hemp-text {
  color: var(--greys--10);
  text-align: center;
  flex-flow: column;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.why_hemp-image {
  width: auto;
  height: auto;
}

.tags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-25 {
  color: var(--greys--75);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.tags-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  order: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-26 {
  padding-top: 5px;
  font-size: 30px;
}

.heading-46 {
  color: #2d2c25;
  font-family: Tilt Warp, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-24 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image-28 {
  width: 6px;
  max-width: none;
  height: 6px;
}

.care-flags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-39 {
  flex-flow: column;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  align-items: center;
}

.text-block-27 {
  color: var(--greys--10);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.numbers {
  background-color: #f6f4ee1a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.text-block-28 {
  margin-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 20px;
}

.care-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .button-6.is-nav-desktop {
    display: block;
  }

  .stories_card {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

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

  .intro_contents {
    text-align: left;
    max-width: 25.9375rem;
  }

  .navigation_menus.is-desk {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
  }

  .burger {
    pointer-events: none;
    width: 0;
    padding: 0;
    overflow: hidden;
  }

  .section_flag-hero {
    padding-top: 14rem;
  }

  .nav_menu-desktop {
    display: flex;
  }

  .packages {
    margin-top: 60px;
    padding-left: 35px;
  }

  .missions {
    margin-top: 60px;
    padding-top: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .still_questions.is-patome {
    background-color: #febc71;
  }

  .body_text.is-small {
    -webkit-text-stroke-color: var(--greys--50);
  }

  .body_text.is-invert {
    -webkit-text-stroke-color: var(--greys-000);
  }

  .body_text.is-invert.is-comp {
    max-width: 700px;
  }

  .package-container {
    max-width: 1000px;
    padding-top: 0;
  }

  .div-block-24, .div-block-25 {
    border-radius: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-26 {
    border-radius: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-27 {
    background-color: #201d1d;
    border-radius: 50%;
  }

  .packages {
    outline-color: var(--greys--10);
    outline-offset: 0px;
    background-color: #ffffff1c;
    border-radius: 20px;
    outline-width: 1px;
    outline-style: solid;
    min-width: 300px;
    margin-top: 60px;
    padding-bottom: 28px;
    padding-left: 35px;
    padding-right: 35px;
    box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
  }

  .mission_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    display: flex;
  }

  .missions {
    border-radius: 20px;
    padding-bottom: 28px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 2px 5px #0003;
  }
}

@media screen and (min-width: 1920px) {
  .home {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-bottom: 79px;
    display: flex;
  }

  .section {
    align-self: center;
  }

  .card-outline {
    width: 33%;
    height: 360px;
    overflow: clip;
  }

  .heading-xxl.white {
    margin-bottom: 220px;
  }

  .card {
    overflow: clip;
  }

  .heading-m {
    font-size: 30px;
  }

  .heading-l.ocean {
    font-size: 60px;
  }

  .hero.hemp-page {
    align-self: center;
    margin-bottom: -350px;
  }

  .pricing-heading-2 {
    margin-top: -46px;
  }

  .pricing-heading-3 {
    margin-top: 28px;
  }

  .pricing-heading-4 {
    margin-top: 189px;
  }

  .pricing-heading-5 {
    margin-top: 220px;
  }

  .body-4 {
    display: block;
  }

  .section-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    min-width: 1000px;
    max-width: 3030px;
    height: 1000px;
    margin-top: -291px;
    margin-bottom: 324px;
    display: flex;
  }

  .section-9 {
    align-self: center;
    max-width: 70%;
    position: relative;
  }

  .pricing-heading-7 {
    margin-top: 100px;
  }

  .pricing-heading-8 {
    margin-top: 400px;
  }

  .html-embed-4 {
    aspect-ratio: auto;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 0%;
    margin-top: -282px;
    display: block;
  }

  .submit-button-3.popup-button {
    margin-top: 60px;
    margin-left: 290px;
    padding-top: 0;
  }

  .email-popup {
    padding: 60px 250px;
  }

  .pricing-heading {
    font-size: 50px;
  }

  .pricing-main-text-element {
    font-size: 20px;
  }

  .price-subheading-1 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .pricing-breakdown-container {
    margin-top: 60px;
  }

  .pricing-heading-1 {
    margin-top: 24px;
  }

  .text-formating {
    color: var(--greys--100);
  }

  .section-18 {
    align-self: center;
  }

  .heading-style-h3.is-white {
    color: #fff;
    text-align: center;
    flex-flow: row;
    display: block;
  }

  .product_card.is-winner {
    background-color: #75742c;
    align-items: center;
  }

  .package-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    max-width: 1000px;
    display: flex;
  }

  .div-block-27 {
    border-radius: 100%;
    min-width: 50px;
    min-height: 50px;
    font-size: 0;
    line-height: 100%;
  }

  .text-block-16 {
    font-size: 70px;
    line-height: 100%;
  }

  .text-block-17 {
    min-width: 50px;
    min-height: 50px;
    font-size: 70px;
    line-height: 100%;
  }

  .text-block-18 {
    font-size: 50px;
  }

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

  .missions {
    background-color: #ffffff1a;
    border-radius: 20px;
    height: 400px;
    margin-top: 60px;
    padding: 28px 40px;
  }

  .heading-style-h3-3.is-white {
    color: #fff;
    text-align: center;
    flex-flow: row;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .section.centered.background {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.about-us {
    max-width: 100%;
  }

  .section.crowdfunding-roadmap {
    margin-left: 0;
    margin-right: 0;
  }

  .container_header {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .placeholder-logo {
    margin-left: 7px;
  }

  .placeholder-logo.about-us {
    margin-left: 50px;
  }

  .container {
    flex-direction: row;
    max-width: 720px;
  }

  .card-outline {
    object-fit: fill;
    flex-flow: column;
    order: 0;
    justify-content: center;
    width: 100%;
    height: 42vw;
  }

  .heading-xxl {
    font-size: 9vw;
  }

  .heading-xxl.white {
    padding: 7px;
  }

  .subheading-l {
    margin-top: -14px;
    padding-right: 30px;
    font-size: 15px;
  }

  .subheading-l.created {
    font-size: 15px;
  }

  .card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    height: 320px;
  }

  .container-roadmap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-self: center;
    width: 720px;
  }

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

  .heading-l.ocean {
    margin-top: 28px;
    padding-top: 0;
  }

  .heading-l.ocean.hemp {
    margin-top: 9px;
  }

  .heading-l.white.crowdfunding.blurring._3-steps {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-l.white.crowdfunding.blurring.main-title {
    left: 3px;
  }

  .card-1.sky {
    width: 100%;
  }

  .card-cta {
    align-items: center;
    width: 300px;
    height: 20%;
  }

  .button-dark {
    align-items: center;
  }

  .button-dark.wrap.inline.spacing {
    display: none;
  }

  .button-dark.wrap.main-button.crowdfunding {
    background-color: var(--sky);
    text-shadow: 0 1px 1px #0003;
    padding-top: 20px;
    display: block;
    bottom: 20px;
    right: 20px;
  }

  .button-dark.wrap.main-button.crowfdfundingfixed {
    right: 28px;
  }

  .button-dark.wrap.main-button.order-now {
    display: none;
  }

  .brand {
    padding-right: 69px;
  }

  .footer-section {
    align-items: center;
  }

  .menu {
    width: 720px;
  }

  .heading-s {
    font-size: 25px;
  }

  .heading-s.greys-75 {
    font-size: 24px;
  }

  .heading-m {
    font-size: 25px;
    position: relative;
  }

  .heading-m.white.about-us {
    margin-right: 50px;
  }

  .heading-m.first-card {
    font-size: 20px;
  }

  .heading-m.first-card.flags {
    font-size: 18px;
  }

  .heading-m._20 {
    font-size: 25px;
  }

  .heading-m.microplastics {
    margin-left: 0;
    margin-right: 0;
    font-size: 4vw;
  }

  .heading-xs.white.earthflags {
    text-transform: capitalize;
  }

  .hemp-r, .hemp-l {
    width: 80%;
    display: block;
  }

  .card-outline-spacing {
    justify-content: center;
    width: 100%;
    height: 320px;
  }

  .card-outline-spacing.sky {
    width: 300px;
    height: 20%;
  }

  .review-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    height: 320px;
  }

  .container-blog-post {
    max-width: 720px;
  }

  .collection-read-more {
    width: auto;
  }

  .container-review-white {
    max-width: 720px;
  }

  .image-fill, .image-fill.hemp-page {
    background-image: none;
  }

  .heading-absolute {
    text-align: center;
    align-self: auto;
    align-items: center;
    margin-top: -18px;
    margin-left: -57px;
    margin-right: 68px;
    padding-left: 87px;
    padding-right: 0;
    font-size: 14px;
    right: 14px;
  }

  .heading-absolute.left.main-page {
    justify-content: flex-start;
    margin-top: -18px;
    margin-left: 4px;
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
    right: 48px;
  }

  .heading-absolute.goal {
    padding-right: 39px;
  }

  .heading-absolute.crodfunding {
    padding-right: 72px;
  }

  .arrow-absolute {
    right: -79px;
  }

  .arrow-absolute.crowdfunding {
    right: 85px;
  }

  .arrow-absolute.roadmap {
    right: 86px;
  }

  .card-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    width: 100%;
    height: 42vw;
  }

  .card-2.hemp-card {
    width: 100%;
    height: 42vw;
  }

  .card-2.crowdfunding-goal {
    margin-left: 51px;
    margin-right: 84px;
    padding-left: 24px;
  }

  .button-light {
    align-items: center;
  }

  .button-light.contact {
    margin-top: 20px;
  }

  .heading-xs-2.white {
    font-size: 20px;
  }

  .card-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    width: 300px;
    height: 180px;
  }

  .button-dark-2 {
    align-items: center;
  }

  .button-dark-2.about-us {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .button-dark-2.supplychain {
    margin-top: 20px;
  }

  .heading-l-3 {
    font-size: 25px;
  }

  .sectioncrowdfund {
    min-width: auto;
  }

  .containercrowdfund {
    max-width: 720px;
  }

  .navbar-logo-left-container.shadow-three {
    overflow: visible;
  }

  .container-menu {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    display: block;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    background-color: var(--greys-000);
    padding: 12px;
  }

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

  .hidden {
    display: none;
  }

  .image-3 {
    align-self: center;
    top: 0;
    right: 0;
  }

  .icon {
    display: block;
    overflow: visible;
  }

  .icon-2 {
    display: block;
  }

  .icon-3 {
    display: none;
  }

  .pricing-heading-2 {
    padding-right: 40px;
  }

  .pricing-heading-3 {
    margin-top: 160px;
    margin-bottom: 0;
    padding-right: 40px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

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

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

  .pricing-heading-4 {
    margin-top: 250px;
    margin-bottom: 68px;
    padding-right: 40px;
  }

  .paragraph-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-heading-5 {
    margin-top: 336px;
    padding-right: 40px;
  }

  .image-13 {
    max-width: 10000%;
    height: 685px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .image-15 {
    margin-top: 164px;
    left: 37%;
  }

  .paragraph-9 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-16 {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-5 {
    flex-direction: column;
    min-width: 0;
    margin-top: 200px;
    margin-bottom: 20px;
    display: flex;
  }

  .container-7 {
    margin-top: 30px;
    margin-left: 0;
  }

  .container-8 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .div-block-9 {
    margin-top: 235px;
  }

  .div-block-10 {
    width: 90%;
    display: flex;
  }

  .container-9 {
    margin-left: 20px;
  }

  .container-10 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

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

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

  .pricing-heading-7 {
    margin-top: 220px;
    padding-right: 40px;
  }

  .pricing-heading-8 {
    margin-top: 560px;
    padding-right: 40px;
  }

  .bg-video-border-wrapper {
    border-top-width: 13vw;
    border-bottom-width: 13vw;
  }

  .sun-icon {
    width: 50vw;
  }

  .outline-heading, .filled-heading {
    text-align: center;
    font-size: 100px;
  }

  .field-label-2.email-popup {
    text-align: center;
    text-transform: none;
    padding-left: 140px;
  }

  .dropdown-ajf-1, .sub-main-rt-container {
    flex: none;
  }

  .section-ajk-5 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tight-product-summary-container {
    border-style: none;
  }

  .rt-summary-sub-heading-container {
    margin-bottom: 20px;
    display: none;
  }

  .section-aji-25 {
    flex-wrap: wrap;
    flex: none;
    order: 5;
    display: flex;
  }

  .dropdown-ajf-2 {
    flex: none;
  }

  .section-aje-2 {
    flex: none;
    order: 3;
    margin-bottom: 20px;
  }

  .section-aji-6 {
    display: block;
  }

  .link-aje-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lft-side-product-container {
    flex: none;
    max-width: none;
    margin-right: 0;
  }

  .link-ajk-1 {
    flex-basis: 31%;
  }

  .rt-summary-container-tight {
    display: none;
  }

  .sub-2-product-container {
    flex-direction: column-reverse;
  }

  .rt-side-product-container {
    flex: none;
    max-width: none;
    margin-bottom: 40px;
  }

  .rt-flag-thumbnails-container {
    margin-bottom: 0;
  }

  .image-aji-2 {
    width: 100%;
    height: auto;
  }

  .section-aji-4 {
    display: none;
  }

  .tabs-content-aji-1 {
    margin-bottom: 20px;
    display: block;
  }

  .link-ajc-13 {
    text-decoration: none;
  }

  .section-ajf-1 {
    margin-bottom: 40px;
  }

  .sub-2-rt-container {
    order: -1;
    margin-bottom: 20px;
  }

  .sub-2-rt-container.alt-section-ajc-2 {
    flex: none;
    display: block;
  }

  .main-container {
    margin-bottom: 40px;
  }

  .heading-ajc-01 {
    color: #332d2a;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.3em;
  }

  .section-ajf-6 {
    margin-bottom: 20px;
  }

  .add-to-cart-and-quantity-container {
    flex: none;
    order: 5;
    margin-bottom: 30px;
  }

  .void-between-product-containers {
    flex: none;
    display: none;
  }

  .main-product-summary-container {
    flex: none;
    order: -1;
    margin-bottom: 40px;
    position: static;
  }

  .rt-thumbnail-container {
    display: flex;
  }

  .inquiry-section-container {
    flex: none;
    order: 5;
    margin-bottom: 30px;
  }

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

  .icon-aji-2 {
    width: 120px;
    height: 120px;
  }

  .main-product-info-container {
    flex-wrap: wrap;
    flex: none;
    order: 5;
    margin-bottom: 20px;
    display: flex;
  }

  .product-overview-container {
    flex: none;
    order: 7;
    margin-bottom: 30px;
  }

  .product-summary-container {
    padding: 0;
  }

  .section-ajf-19 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-product-images {
    flex: none;
    margin-bottom: 20px;
    display: none;
  }

  .main-price-section {
    flex: none;
    order: 2;
    margin-bottom: 20px;
  }

  .summary-heading-container {
    display: none;
  }

  .add-to-cart-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-aji-8 {
    border-style: none;
  }

  .section-ajj-1 {
    margin-bottom: 40px;
  }

  .section-aje-29 {
    flex: none;
    order: 5;
    margin-bottom: 30px;
  }

  .background-aji-2 {
    cursor: pointer;
  }

  .sub-rt-container {
    order: -1;
    margin-bottom: 10px;
    display: block;
  }

  .main-header-section {
    display: none;
  }

  .main-rt-container {
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .main-description-container {
    border-bottom: 2px solid #e6e7e8;
    flex: none;
    order: 7;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .sub-header-section {
    margin-bottom: 20px;
  }

  .rt-formating-line {
    margin-bottom: 30px;
  }

  .section-aji-06 {
    cursor: pointer;
  }

  .pricing-heading-1 {
    margin-bottom: 220px;
    padding-right: 40px;
  }

  .button-dark-3 {
    align-items: center;
  }

  .button-dark-3.about-us {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .button-dark-3.supplychain {
    margin-top: 20px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.padding-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stories_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 60px 40px;
  }

  .dropdown_menu-wrapper {
    background-color: #f4e9dc00;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section_hero {
    padding-top: 10rem;
  }

  .section_hero.is-internal {
    padding-top: 0;
  }

  .still_questions {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 450px;
  }

  .view_button {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 64px;
    height: 64px;
    font-size: .7rem;
  }

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

  .order_container.is-full {
    height: auto;
  }

  .menu_toggle {
    justify-content: center;
    align-items: center;
  }

  .header_wrapper.is-stock {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .btn_wrapper.is-question {
    margin-top: 0;
  }

  .btn_wrapper.is_flag-mob {
    margin-top: 3rem;
    display: flex;
  }

  .full_image.is-stories {
    object-fit: cover;
    height: 100%;
  }

  .intro_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    grid-template-columns: auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navigation_menu-container {
    background-color: #29320c;
  }

  .hero_container {
    height: auto;
    padding-top: 7rem;
  }

  .hero_container.is-internal {
    padding-top: 12.5rem;
  }

  .card_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .card_contents.is-order {
    height: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 7.5rem 1.5rem 3.75rem;
    position: static;
  }

  .card_contents._w-left-padding {
    padding-left: 0;
  }

  .card_contents.is-sticky {
    height: auto;
  }

  .image_wrapper.is-chain {
    height: 50vh;
  }

  .section_order {
    padding-bottom: 7.5rem;
  }

  .intro_video-cell {
    width: 100%;
  }

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

  .question_details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .footer_container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 5rem;
  }

  .nav_btn-wrapper {
    display: none;
  }

  .nav_btn-wrapper.is-mob {
    display: block;
  }

  .nav_btn-wrapper.is-card-mob {
    display: flex;
  }

  .stories_rt {
    font-size: 1rem;
  }

  .order_sticky-con {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 5rem;
    padding-bottom: 0;
  }

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

  .menu_contents {
    position: relative;
  }

  .order_left-bg {
    width: 100%;
  }

  .heading_details.is_flag-desk {
    display: none;
  }

  .stock_nav.prev_step {
    margin-bottom: 1.5rem;
    position: relative;
  }

  .dropdown_menu-link {
    color: #fff;
  }

  .navigation_container {
    padding: 12px 1.5rem;
  }

  .order_right-bg {
    width: 100%;
    display: none;
  }

  .navigation_menus {
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .burger {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .burger.w--open {
    background-color: #c8c8c800;
  }

  .list_card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .card_content-fix {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .custom_container-50.is-left {
    width: 100%;
  }

  .custom_container-50.is-right {
    width: 100%;
    overflow: hidden;
  }

  .custom_container {
    flex-flow: column;
  }

  .custom_left-contents {
    max-width: none;
  }

  .solutions_container, .impact_lists {
    grid-template-columns: 1fr;
  }

  .flag_cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .custom_flag-lists {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .custom_flag-lists.is-others {
    grid-template-columns: 1fr 1fr;
  }

  .section_flag-hero {
    padding-top: 11rem;
  }

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

  .press_kit-contents {
    padding: 24px 20px;
  }

  .press_thumbnail.is-kit {
    height: 280px;
  }

  .inquiries_contents.is-press {
    padding-left: 0;
  }

  .inquiries_contents.is-media {
    padding-right: 0;
  }

  .press_inquiries {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

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

  .form_filter-wrapper {
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .form_filter-wrapper.is-blog {
    white-space: nowrap;
  }

  .filter_button {
    flex: none;
  }

  .flag_product-con {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 32px;
  }

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

  .shop_lists.is-other {
    grid-template-columns: 1fr 1fr;
  }

  .why_hemp-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 3rem;
  }

  .rtb_name {
    font-size: 2rem;
  }

  .rtb_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rtb_grid.flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .rtb_price {
    font-size: 1.5rem;
  }

  .section_steps {
    padding-top: 11rem;
  }

  .section_ty {
    padding-top: 12rem;
  }

  .product-container_gallery {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    max-height: none;
  }

  .thumbnail-wrapper {
    flex-flow: column;
    display: flex;
  }

  .product-container_prices-row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-container {
    box-sizing: border-box;
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-container_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .product-container_quantity-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cart_summary {
    min-width: 320px;
  }

  .cart-discount-note-container.is-popup {
    flex: 1;
    min-width: 320px;
  }

  .cart-popup {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cart-popup.sf-cart-opened {
    padding-right: 0;
  }

  .close_banner {
    right: 12px;
  }

  .package-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .mission_container {
    display: block;
    overflow: auto;
  }

  .add-to-cart-2 {
    align-self: stretch;
  }

  .why_hemp-boxes {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .why_hemp-box {
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    align-items: center;
    max-width: 480px;
  }

  .section.centered.background {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.about-us {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
  }

  .section.crowdfunding-roadmap {
    align-self: flex-start;
    align-items: center;
  }

  .container_header {
    justify-content: flex-start;
    align-self: center;
    margin-bottom: -16px;
    margin-left: 233px;
    display: flex;
    right: -109px;
  }

  .container_header.about-us {
    justify-content: center;
  }

  .container {
    flex-direction: column;
    align-items: center;
    max-width: 440px;
  }

  .container.center-align {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card-outline {
    width: 100%;
  }

  .heading-xxl {
    font-size: 12vw;
  }

  .heading-xxl.ocean._100 {
    font-size: 6vw;
  }

  .heading-xxl.white {
    margin-left: 0;
    padding-right: 0;
  }

  .subheading-l {
    font-size: 2.8vw;
  }

  .card {
    width: 100%;
  }

  .container-roadmap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-self: center;
    width: 440px;
    height: auto;
  }

  .heading-l.ocean {
    margin-top: 33px;
    font-size: 7vw;
  }

  .heading-l.ocean.hemp {
    margin-top: 20px;
  }

  .heading-l.white.crowdfunding.blurring.main-title {
    top: -58px;
  }

  .subheading-s {
    font-size: 15px;
  }

  .card-1.sky, .card-cta {
    width: 100%;
  }

  .button-dark.wrap.main-button.crowdfunding {
    background-color: var(--sky);
    right: 20px;
  }

  .brand {
    align-items: center;
    width: 200px;
    margin-bottom: 27px;
    padding-right: 9px;
  }

  .body-small {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .footer-link-section {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 200px;
  }

  .footer-section {
    align-items: center;
    margin-left: 0;
  }

  .menu {
    width: 440px;
  }

  .heading-m {
    margin-top: 0;
    font-size: 20px;
  }

  .heading-m.white {
    margin-top: 0;
    margin-left: 0;
  }

  .heading-m.microplastics {
    font-size: 7vw;
  }

  .heading-xs.white.earthflags {
    text-transform: capitalize;
  }

  .hemp-r, .hemp-l {
    width: auto;
  }

  .typeform-embed {
    margin-top: 40px;
  }

  .home-flags {
    background-color: var(--greys--85);
  }

  .logo {
    text-align: left;
  }

  .review-card {
    width: 100%;
  }

  .container-blog-post, .container-review-white {
    flex-direction: column;
    align-items: center;
    max-width: 440px;
  }

  .image-fill.hemp-page {
    background-image: none;
  }

  .heading-absolute {
    justify-content: flex-end;
    align-self: auto;
    margin-left: -27px;
    margin-right: 0;
    font-size: 2vw;
    top: 23px;
    bottom: 24px;
    right: 294px;
  }

  .heading-absolute.left {
    inset: 24px 80px 0% auto;
  }

  .heading-absolute.left.main-page {
    margin-left: 20px;
  }

  .heading-absolute.goal {
    padding-right: 0;
    position: absolute;
    inset: 7px 108px 17px -51px;
  }

  .heading-absolute.crodfunding {
    padding-right: 28px;
    top: 6px;
    left: -49px;
    right: 29px;
  }

  .arrow-absolute {
    margin-right: -10px;
    inset: 0 -65px -32px auto;
  }

  .arrow-absolute.crowdfunding {
    filter: none;
    top: -19px;
    bottom: 237px;
    right: -19px;
    transform: rotate(90deg);
  }

  .arrow-absolute.roadmap {
    bottom: 195px;
    right: 23px;
  }

  .arrow-absolute.turn {
    transform: none;
  }

  .arrow-absolute.road {
    top: auto;
    bottom: -34px;
    right: -41px;
    transform: rotate(90deg);
  }

  .card-2, .card-2.hemp-card {
    width: 100%;
  }

  .card-2.crowdfunding-goal {
    width: 80%;
    margin-left: 21px;
    margin-right: 5px;
  }

  .button-light.contact {
    margin-top: 50px;
  }

  .heading-xs-2.white {
    font-size: 20px;
  }

  .card-3 {
    width: 100%;
    height: 200px;
  }

  .button-dark-2.about-us {
    width: 25%;
  }

  .button-dark-2.supplychain {
    margin-top: 30px;
  }

  .sectioncrowdfund {
    max-width: 480px;
  }

  .containercrowdfund {
    flex-direction: column;
    align-items: center;
    max-width: 440px;
  }

  .imagecrowdfund {
    width: 480px;
    height: 320px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three.form {
    margin-top: 20px;
    position: static;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    display: block;
  }

  .image-3 {
    margin-bottom: 0;
    top: 0;
    right: 0;
  }

  .icon {
    background-color: var(--greys-000);
    display: block;
  }

  .icon-2 {
    display: block;
  }

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

  .icon-3 {
    display: none;
  }

  .pricing-heading-3 {
    margin-top: 240px;
  }

  .paragraph-4 {
    margin-top: 2px;
    padding-left: 33px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .pricing-heading-4 {
    margin-top: 325px;
  }

  .paragraph-6 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-top: 23px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .pricing-heading-5 {
    margin-top: 475px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

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

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image-15 {
    margin-top: 155px;
    left: 33%;
  }

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-16 {
    margin-left: 0;
  }

  .container-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-6 {
    max-width: 300px;
    max-height: 170px;
  }

  .container-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-blocks {
    padding-left: 7px;
    padding-right: 0;
  }

  .link-block-3 {
    margin-top: 0;
    margin-bottom: -73px;
  }

  .text-block-6 {
    left: auto;
  }

  .text-block-7 {
    top: 4px;
    left: auto;
    right: auto;
  }

  .div-block-11 {
    margin-top: 31px;
  }

  .bold-text-24, .bold-text-25 {
    color: var(--ocean);
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .div-block-13 {
    justify-content: center;
    align-self: center;
  }

  .pricing-heading-7 {
    margin-top: 311px;
  }

  .pricing-heading-8 {
    margin-top: 761px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

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

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text, .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_item-2 {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

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

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

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

  .timeline_date-text-3 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_item-3, .timeline_item-4, .timeline_item-5, .timeline_item-6, .timeline_item-7, .timeline_item-8, .timeline_item-9, .timeline_item-10, .timeline_item-11, .timeline_item-12 {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .bg-video-border-wrapper {
    border-top-width: 20vw;
    border-bottom-width: 20vw;
  }

  .sun-icon {
    width: 55vw;
  }

  .outline-heading, .filled-heading {
    text-align: center;
    font-size: 75px;
  }

  .submit-button-3.popup-button {
    margin-left: 120px;
  }

  .email-popup {
    padding-left: 60px;
    padding-right: 60px;
  }

  .disclaimer-for-designers {
    color: #fa2f00;
    font-weight: 500;
  }

  .text-ajg-3 {
    max-width: none;
  }

  .sub-product-heading {
    font-size: 18px;
  }

  .tab-link-ajc-1 {
    border-style: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .tab-link-ajc-1.w--current {
    border: 3px solid #e71b2c;
    border-radius: 6px;
  }

  .section-heading {
    margin-bottom: 15px;
  }

  .overview-icon-container {
    min-width: 0;
  }

  .section-ajg-2 {
    padding: 20px;
  }

  .review-shipping-summary-container {
    margin-bottom: 10px;
  }

  .section-ajf-22 {
    flex: none;
    display: flex;
  }

  .link-ajg-1 {
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-ajk-5 {
    grid-template-columns: 1fr 1fr;
  }

  .background-image-ajc-1 {
    background-color: #c1c1c1;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    inset: 0%;
  }

  .section-aje-25 {
    margin-bottom: 5px;
  }

  .section-ajf-20 {
    margin-right: 10px;
  }

  .text-link-aje-1 {
    font-size: 18px;
  }

  .sub-sub-heading {
    font-size: 14px;
  }

  .rt-summary-sub-heading-container {
    margin-bottom: 10px;
  }

  .text-aji-5 {
    font-size: 14px;
  }

  .section-aje-2 {
    margin-bottom: 10px;
  }

  .link-aje-2 {
    height: 50px;
    font-size: 18px;
  }

  .link-ajk-1 {
    flex-basis: 48%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .description-text-container {
    margin-bottom: 10px;
  }

  .text-link-aji-1 {
    font-size: 18px;
  }

  .product-overview-heading-container {
    margin-bottom: 15px;
  }

  .section-aje-54 {
    height: 50px;
  }

  .rt-side-product-container {
    margin-bottom: 20px;
  }

  .section-ajf-2 {
    margin-bottom: 30px;
  }

  .tight-overview-icon-container {
    width: 30px;
    height: 30px;
  }

  .section-ajf-26 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .overview-icons {
    max-width: 30px;
    max-height: 30px;
  }

  .sub-review-shipping-container {
    margin-bottom: -10px;
  }

  .link-icon-aje-1 {
    width: 18px;
    height: 18px;
  }

  .text-aji-1 {
    font-size: 14px;
  }

  .section-ajf-9 {
    flex-basis: 98%;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 0;
    padding-right: 0;
  }

  .section-ajf-9.alt_sectionyn_1 {
    border-right-style: none;
    margin-bottom: 20px;
  }

  .icon-drop-ajf-2 {
    margin-left: 10px;
  }

  .main-product-heading {
    font-size: 24px;
  }

  .tabs-content-aji-1 {
    margin-bottom: 10px;
  }

  .icon-drop-ajf-1 {
    margin-left: 10px;
  }

  .link-ajc-13 {
    font-size: 13px;
  }

  .section-ajh-4 {
    margin-bottom: -5px;
  }

  .background-image-aji-1 {
    inset: 1px;
  }

  .section-ajf-8 {
    margin-bottom: -10px;
    margin-left: -1%;
    margin-right: -1%;
  }

  .tab-link-aji-01 {
    margin-right: 10px;
  }

  .tab-link-aji-01.w--current {
    border: 2px solid #000;
    border-radius: 6px;
  }

  .section-ajf-1 {
    margin-bottom: 30px;
  }

  .sub-2-rt-container {
    margin-bottom: 10px;
  }

  .main-container {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .heading-ajc-01 {
    font-size: 24px;
  }

  .drop-toggle-aji-3 {
    height: 50px;
  }

  .main-product-summary-container {
    margin-bottom: 30px;
  }

  .link-icon-aje-12 {
    width: 18px;
    height: 18px;
  }

  .text-aji-7 {
    font-size: 14px;
  }

  .section-aje-53 {
    padding-top: 14px;
  }

  .sub-product-container {
    padding-bottom: 0;
  }

  .section-ajj-2 {
    margin-bottom: 15px;
  }

  .text-drop-ajf-1 {
    font-size: 13px;
  }

  .section-ajf-5 {
    flex: none;
    margin-right: 15px;
  }

  .review-container {
    margin-bottom: 10px;
  }

  .section-ajh-5 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .section-ajh-5.last {
    border-bottom-style: none;
  }

  .description-heading-container {
    margin-bottom: 15px;
  }

  .main-product-info-container {
    margin-bottom: 20px;
  }

  .overview-text {
    font-size: 16px;
  }

  .empty-state-ajf-1 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .section-ajf-21 {
    margin-right: 10px;
  }

  .text-aje-3 {
    font-size: 14px;
  }

  .add-to-cart-link {
    height: 50px;
  }

  .text-drop-ajf-2 {
    font-size: 13px;
  }

  .section-aji-27 {
    margin-bottom: 5px;
  }

  .section-ajj-1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .suggest-products-heading {
    margin-bottom: 10px;
  }

  .text-ajf-10 {
    font-size: 13px;
  }

  .section-aje-29 {
    margin-bottom: 20px;
  }

  .background-aji-2 {
    display: none;
  }

  .sub-rt-container {
    margin-bottom: 0;
  }

  .main-description-container {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .sub-header-section {
    margin-bottom: 20px;
  }

  .link-icon-aji-1 {
    width: 18px;
    height: 18px;
  }

  .text-drop-ajf-12 {
    font-size: 13px;
  }

  .background-ajc-2 {
    display: none;
  }

  .section-ajf-24 {
    flex: none;
    display: flex;
  }

  .pricing-heading-1 {
    margin-bottom: 300px;
  }

  .button-dark-3.about-us {
    width: 25%;
  }

  .button-dark-3.supplychain {
    margin-top: 30px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .button-6.is-secondary.is-black.hide_mob {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stories_card {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .planet_img {
    bottom: 16px;
    right: 16px;
  }

  .section_hero {
    padding-top: 8rem;
  }

  .still_questions {
    max-width: none;
  }

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

  .footer_footnote {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section_faq {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .hero_wrapper {
    padding-bottom: 7rem;
  }

  .play_icon {
    max-width: 20px;
  }

  .btn_wrapper {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .btn_wrapper.is-left {
    align-items: stretch;
  }

  .btn_wrapper.is-stock {
    justify-content: center;
    align-items: flex-start;
  }

  .stories_logo {
    max-width: 64px;
  }

  .section_shop.is-cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading {
    font-size: 1.125rem;
  }

  .play_button {
    width: 64px;
    height: 64px;
  }

  .flag_banner-wrapper {
    font-size: .75rem;
  }

  .flag_thumbnail.is-full, .order_stats-card {
    width: 100%;
  }

  .order_stats-card.is-carbon {
    height: auto;
    margin-top: 0;
  }

  .order_stats-contens {
    padding-left: 24px;
    padding-right: 24px;
  }

  .order_stats-contens.is-center {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero_container.is-internal {
    padding-bottom: 6.25rem;
  }

  .card_component.is-land {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .card_contents.is-order {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-top: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card_contents._w-padding-top {
    padding-top: 3.75rem;
  }

  .faq_contents-wrapper {
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section_products {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .stories_nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .stories_nav.no-radius-mobile {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .section_order {
    padding-bottom: 3.75rem;
  }

  .intro_video-cell {
    min-width: auto;
  }

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

  .product_card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .product_card.is-winner {
    padding: 20px;
  }

  .faq_toggle {
    white-space: normal;
    padding: 24px 20px;
  }

  .stats_text {
    font-size: 3.5rem;
  }

  .footer_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .section_question {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .top_banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .section_stock {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .order_sticky-con {
    padding-top: 3.75rem;
  }

  .section_intro {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .footnote_links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .video_-2 {
    height: 50vw;
  }

  .section_clients {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .banner_btn {
    font-size: .625rem;
  }

  .navigation_menus {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section_stories {
    padding-top: 3.785rem;
    padding-bottom: 3.75rem;
  }

  .mission_contents.is-inquiries {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card_content-fix {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .line_card.is-green.is-inquiries {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section_impact {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

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

  .custom_left-contents {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section_solutions {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .solutions_container {
    margin-top: 3rem;
  }

  .vs_card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .vs_card.is-light {
    padding-left: 24px;
    padding-right: 24px;
  }

  .custom_flag-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 32px 24px;
  }

  .custom_flag-lists {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .custom_flag-lists.is-others {
    margin-top: 2rem;
  }

  .section_flag-hero {
    padding-top: 10rem;
    padding-bottom: 3.75rem;
  }

  .flag_name {
    font-size: 3rem;
  }

  .flag_shipping-details {
    width: auto;
  }

  .flag_name-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form_block, .form_block.is-full {
    padding: 32px 20px;
  }

  .press_kit-container {
    grid-template-columns: 1fr;
  }

  .section_press-inquiries {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .field_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .inquiries_contents.is-press, .inquiries_contents.is-media {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .form_container {
    margin-top: 2.5rem;
  }

  .section_about {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .press_kit-card.is-deatured {
    grid-template-columns: 1fr;
  }

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

  .rtb_banner, .rtb_banner.is-flag {
    min-width: auto;
    max-width: 100%;
  }

  .rtb_banner-image {
    border-radius: 8px;
  }

  .flag_product-con {
    flex-flow: column;
  }

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

  .section_flags {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .rtb_top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rtb_top.is-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why_hemp-container {
    grid-template-columns: 1fr;
  }

  .section_why-hemp {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

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

  .design_radio.is-option {
    padding: 20px 12px;
    font-size: 1rem;
  }

  .design_radio.is-specs {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1rem;
  }

  .section_steps {
    padding-top: 10rem;
  }

  .section_policy {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .custom_flag-filters {
    flex-flow: wrap;
  }

  .side_filter {
    width: 100%;
  }

  .section_ty {
    padding-top: 10rem;
    padding-bottom: 4.75rem;
  }

  .radio_text {
    font-size: .8rem;
  }

  .price.is-pdp, .compare-price.is-pdp {
    font-size: 1rem;
  }

  .product-container_thumbnail-list {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .thumbnail {
    flex: none;
    width: 14%;
  }

  .product-container_gallery {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    max-height: none;
    display: flex;
    position: relative;
    top: 0;
  }

  .thumbnail-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: flex;
    overflow: scroll;
  }

  .pill-button {
    padding: .25rem;
    font-size: 13px;
  }

  .product-container_prices-row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb_component {
    margin-bottom: .5rem;
  }

  .quantity-decreaser {
    width: 1.5rem;
    height: 1.5rem;
  }

  .product-container {
    grid-column-gap: 5rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .quantity-changer.is-cart {
    width: 2.5rem;
  }

  .quantity-increaser {
    width: 1.5rem;
    height: 1.5rem;
  }

  .product-container_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .cart_discount-code-block {
    grid-column-gap: 12px;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .cart-discount-note-container.is-popup {
    width: 100%;
  }

  .cart-item_info-block {
    padding-top: 0;
  }

  .cart-item-image {
    flex: none;
    margin-top: .25rem;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .cart-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .cart_discount-code-form-block {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .cart-items-list {
    flex: 1;
    overflow: scroll;
  }

  .cart-item-remover {
    margin-left: 0;
  }

  .cart-item_price-information {
    width: 60px;
    padding-top: .2rem;
  }

  .cart-popup {
    align-items: flex-start;
    padding-top: 73px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cart-popup.sf-cart-opened {
    padding: 1rem;
  }

  .discount-code-item {
    margin-bottom: 12px;
  }

  .cart-container {
    max-height: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-container.is-popup {
    max-height: none;
    overflow: scroll;
  }

  .cart_order-note-wrapper {
    flex-direction: column;
    min-width: 45%;
  }

  .discount-code-list {
    width: 100%;
  }

  .cart_bottom-row {
    flex-flow: column;
  }

  .cart-popup-closer {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 1.1rem;
  }

  .cart-item_left-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .guidelines_rapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section_winner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

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

  .section_submit {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .close_banner {
    width: 16px;
    right: 6px;
  }

  .comp_logo {
    margin-bottom: 1rem;
  }

  .brand_link {
    padding-left: 0;
  }

  .mission_container {
    overflow: auto;
  }

  .heading-style-h3-3, .heading-style-h3-4 {
    font-size: 1.5rem;
  }

  .add-to-cart-2 {
    align-self: stretch;
  }

  .why_hemp-boxes {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why_hemp-box {
    min-height: 0;
  }
}

@media screen and (max-width: 479px) {
  .home {
    background-image: url('../images/pexels-kindel-media-7667702.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .section {
    width: 320px;
    margin-top: -18px;
    overflow: visible;
  }

  .section.centered {
    width: auto;
    min-width: 320px;
  }

  .section.about-us {
    justify-content: center;
    align-items: center;
    margin-top: -14px;
    margin-left: auto;
    display: flex;
  }

  .section.mainpage {
    width: 300px;
    max-width: 440px;
    margin-top: -39px;
    margin-bottom: 90px;
  }

  .section.crowdfunding-roadmap {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .container_header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    margin: 0 0 10px;
    display: flex;
    position: relative;
    right: auto;
    overflow: visible;
  }

  .container_header.road-ro-change {
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 94px;
    display: flex;
  }

  .container_header.how {
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .container_header.company {
    margin-left: 20px;
    display: flex;
  }

  .placeholder-logo {
    justify-content: center;
    align-items: center;
    margin: 0 5px 10px 0;
    padding-right: 0;
  }

  .placeholder-logo.hidden {
    display: none;
  }

  .placeholder-logo.about-us {
    width: 60px;
    height: 60px;
    margin-left: 20px;
  }

  .container {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
  }

  .container.how {
    margin-right: -11px;
  }

  .card-outline {
    width: 100%;
    height: 320px;
    max-height: 320px;
    margin-top: 24px;
  }

  .heading-xxl {
    font-size: 55px;
  }

  .heading-xxl.ocean {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-xxl.ocean._100 {
    padding-top: 0;
    font-size: 25px;
  }

  .heading-xxl.white {
    letter-spacing: -.05em;
    margin: 220px 10px 40px;
    padding: 0;
    font-size: 12vw;
    position: relative;
    overflow: hidden;
  }

  .subheading-l {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    position: relative;
  }

  .subheading-l.created {
    margin-top: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    position: static;
  }

  .subheading-l.last {
    margin-top: 20px;
  }

  .card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: -3px;
    margin-left: 0;
  }

  .card.last {
    margin-top: -166px;
  }

  .heading-m {
    margin-bottom: 0;
    font-size: 30px;
  }

  .container-roadmap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-l.ocean {
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .heading-l.ocean.hemp {
    margin-top: 9px;
  }

  .heading-l.ocean.flag {
    font-size: 25px;
  }

  .heading-l.white {
    margin-top: 33px;
    margin-bottom: 4px;
    padding-top: 18px;
  }

  .heading-l.white.crowdfunding.blurring {
    margin-top: -456px;
    margin-bottom: 206px;
    font-size: 30px;
    top: 151px;
  }

  .heading-l.white.crowdfunding.blurring._3-steps {
    margin-top: -90px;
    margin-bottom: 123px;
    font-size: 40px;
    top: 77px;
  }

  .heading-l.white.crowdfunding.blurring.main-title {
    margin-top: 84px;
    margin-bottom: 111px;
    font-size: 40px;
    top: 0;
    left: 0;
  }

  .heading-l.white.crowdfunding.blurring.title {
    margin-top: 10px;
    top: 0;
  }

  .subheading-s {
    margin-top: 18px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .card-1.sky {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .card-1.no-phone {
    display: block;
  }

  .card-1.phone {
    display: none;
  }

  .button-dark.wrap {
    height: 20px;
    margin: 0 24px;
    padding: 28px;
    inset: auto 0% 0%;
  }

  .button-dark.wrap.inline.spacing.your-flag {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 25px;
    font-size: 15px;
    display: block;
    left: 17%;
  }

  .button-dark.wrap.inline.spacing.your-flag.last {
    align-self: auto;
    padding-top: 26px;
  }

  .button-dark.wrap.main-button {
    max-height: 20px;
    margin-bottom: 18px;
    padding-top: 18px;
  }

  .button-dark.wrap.main-button.crowdfunding {
    background-color: var(--ocean);
    text-transform: uppercase;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    height: 15px;
    max-height: 15px;
    margin: 50px 0 -30px;
    padding: 20px 28px;
    display: flex;
    bottom: 0;
    right: 0%;
    overflow: visible;
  }

  .button-dark.wrap.main-button.crowfdfundingfixed {
    text-transform: lowercase;
    margin-left: 216px;
    right: -3px;
  }

  .footer {
    display: flex;
    position: relative;
    bottom: auto;
  }

  .brand {
    padding-right: 0;
  }

  .body-small {
    text-align: center;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-link-section {
    margin-top: -41px;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .footer-section {
    margin-top: 17px;
    margin-bottom: -41px;
    padding-top: 0;
  }

  .menu {
    width: 320px;
  }

  .menu-link {
    display: none;
  }

  .heading-m {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -14px;
    padding-bottom: 0;
  }

  .heading-m.white {
    margin: 0;
    padding-bottom: 0;
    font-size: 18px;
    top: 0;
    left: 0;
  }

  .heading-m.white.about-us {
    margin-bottom: 0;
    margin-right: 19px;
    font-size: 40px;
  }

  .heading-m.first-card {
    padding-bottom: 14px;
  }

  .heading-m.microplastics {
    aspect-ratio: auto;
    margin-top: -14px;
    padding-top: 0;
    font-size: 30px;
    position: static;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .heading-xs.white {
    text-transform: lowercase;
    margin-top: -5px;
    padding-top: 0;
  }

  .heading-xs.white.mainflagcrowdfunding {
    margin: 0 -5px -5px;
    padding-right: 0;
    font-size: 18px;
  }

  .heading-xs.white.crowdfunding {
    text-align: center;
    letter-spacing: 1px;
    text-transform: lowercase;
    object-fit: fill;
    margin-top: -2px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 5vw;
    position: static;
  }

  .heading-xs.white.crowdfunding.start {
    margin-top: 5px;
  }

  .heading-xs.white.earthflags {
    text-transform: capitalize;
  }

  .hemp-r {
    top: -140px;
    right: -140px;
  }

  .typeform-embed {
    margin-top: 89px;
  }

  .home-flags {
    width: auto;
    height: auto;
  }

  .hero {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    height: 2050px;
    display: flex;
  }

  .hero.hemp-page {
    height: 80vh;
  }

  .hero-overlay {
    z-index: 0;
    object-fit: fill;
    width: 100%;
    height: 80px;
    margin-top: -120px;
    margin-bottom: -30px;
    padding-top: 0;
    position: relative;
    inset: -80px auto 0;
    overflow: visible;
  }

  .hero-overlay.main-page {
    flex-direction: column;
    display: block;
    top: -174px;
    overflow: visible;
  }

  .hero-overlay.main-page.thank-you-page {
    top: 613px;
  }

  .hero-overlay.crowdfunding {
    width: 100%;
    position: absolute;
    top: 710px;
  }

  .hero-overlay.top-page.home-page {
    display: none;
  }

  .review-card {
    width: 100%;
    margin-bottom: 16px;
  }

  .container-blog-post {
    flex-direction: column;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .outline-right {
    margin-top: 15px;
  }

  .summary {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-review-white {
    flex-direction: column;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-mobile {
    margin-bottom: 16px;
  }

  .image-fill {
    background-image: none;
    display: block;
  }

  .image-fill.crowdfund {
    background-image: url('../images/pexels-kindel-media-7667702.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .image-fill.hemp-page {
    background-image: url('../images/pexels-kindel-media-7667702.jpg');
    background-position: 0 0;
    background-size: cover;
    overflow: visible;
  }

  .image-fill.mainpage {
    background-image: url('../images/pexels-kindel-media-7667702.jpg');
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2000px;
    display: flex;
  }

  .image-fill.mainpage.thank-you-page {
    background-image: url('../images/hero.jpg');
  }

  .image-fill.mainpage.top {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .image-fill.product-page {
    background-image: url('../images/pexels-kindel-media-7667702.jpg');
    background-position: 50%;
    background-size: cover;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .heading-absolute {
    text-align: left;
    margin-top: -9px;
    margin-bottom: -5px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 0;
    font-size: 12px;
    position: relative;
    inset: 0 0 0 -111px;
  }

  .heading-absolute.left {
    padding-right: 70px;
  }

  .heading-absolute.left.main-page {
    margin: -15px 0 -13px 11px;
    padding-right: 0;
    font-size: 12px;
    position: relative;
    top: 0;
    left: -107px;
    right: 0;
  }

  .heading-absolute.goal {
    margin-bottom: 261px;
    padding-top: 6px;
    padding-left: 16px;
    padding-right: 0;
    top: 12px;
    left: 14px;
    right: 79px;
  }

  .heading-absolute.crodfunding {
    margin-right: -4px;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 76px;
    top: 13px;
    left: 22px;
    right: 62px;
  }

  .arrow-absolute {
    margin-right: 0;
    top: -17px;
    bottom: -2px;
    right: -54px;
  }

  .arrow-absolute.crowdfunding {
    top: -24px;
    right: -26px;
  }

  .arrow-absolute.roadmap {
    bottom: 479px;
    right: -9px;
  }

  .arrow-absolute.turn {
    top: -11px;
    bottom: -2px;
    right: -54px;
  }

  .card-2 {
    width: 100%;
    height: 60vw;
    max-height: 250px;
    padding: 40px 25px;
  }

  .card-2.hemp-card {
    min-width: auto;
    height: 60vw;
    max-height: 250px;
  }

  .card-2.crowdfunding-goal {
    flex-direction: column;
    align-items: center;
    height: 60vw;
    margin: 53px 116px 7px 35px;
    padding-left: 25px;
    top: -126px;
  }

  .button-light.contact {
    width: 80%;
    margin-top: 150px;
    position: relative;
    right: 5px;
  }

  .heading-xs-2.black, .heading-xs-2.white.order-here {
    font-size: 5vw;
  }

  .card-3 {
    width: 100%;
    height: 250px;
  }

  .button-dark-2 {
    width: 80%;
    height: 100px;
    margin-top: 0;
    margin-right: 5px;
  }

  .button-dark-2.about-us {
    width: 45%;
    height: 40px;
  }

  .button-dark-2.supplychain {
    margin-top: 140px;
  }

  .sectioncrowdfund {
    width: 320px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .containercrowdfund {
    flex-direction: column;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .imagecrowdfund {
    width: auto;
  }

  .navbar-logo-left-container.shadow-three {
    max-height: 40px;
    padding-bottom: 33px;
    overflow: visible;
  }

  .navbar-logo-left-container.shadow-three.community-page {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-menu {
    max-width: none;
    margin-top: -16px;
    margin-bottom: -57px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .navbar-wrapper {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    overflow: visible;
  }

  .navbar-brand {
    overflow: hidden;
  }

  .nav-menu-wrapper {
    object-fit: none;
    overflow: visible;
  }

  .nav-menu-two {
    flex-direction: column;
    overflow: visible;
  }

  .mobile-margin-top-10 {
    display: flex;
  }

  .menu-button {
    background-color: var(--greys-000);
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .hidden {
    display: none;
  }

  .cell {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    top: 0;
    right: 0;
  }

  .image-9 {
    margin-top: -187px;
    margin-bottom: 5px;
  }

  .cell-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .icon {
    display: flex;
  }

  .icon-2 {
    display: block;
    overflow: visible;
  }

  .pricing-heading-3.intro {
    text-align: center;
    padding-left: 49px;
    font-size: 20px;
    line-height: 35px;
    bottom: -40px;
  }

  .container-2 {
    flex-direction: column;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    bottom: -123px;
  }

  .html-embed {
    height: 100%;
    min-height: 500px;
    position: relative;
  }

  .div-block-4 {
    height: 100%;
    min-height: 500px;
    margin-bottom: 7px;
    position: relative;
  }

  .paragraph-4 {
    text-align: center;
    margin-top: -9px;
  }

  .image-12 {
    position: relative;
    left: 104px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .paragraph-6 {
    margin-top: 0;
    padding: 6px;
    font-size: 16px;
  }

  .image-13 {
    float: none;
    clear: none;
    max-width: 1000%;
    height: 500px;
    max-height: 500px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .image-14 {
    max-width: 1000%;
    height: 700px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-15 {
    margin-top: 129px;
    left: 19%;
  }

  .paragraph-8 {
    margin-top: 8px;
    font-size: 22px;
  }

  .paragraph-9 {
    margin-top: 14px;
    padding: 13px 15px;
  }

  .div-block-5 {
    margin: 62px 12px 0;
  }

  .image-16 {
    margin-top: 32px;
    margin-left: 0;
  }

  .submit-button {
    text-align: left;
  }

  .section-5 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 0;
    margin-top: 0;
    margin-bottom: 38px;
    display: flex;
  }

  .container-7 {
    grid-column-gap: 40px;
    grid-row-gap: 27px;
    flex-direction: column;
    grid-template: "Area-3"
                   "Area"
                   "Area-2"
                   "Area-4"
                   / .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: auto;
    max-width: 90%;
    margin-top: 100px;
    margin-bottom: 0;
    margin-left: 10px;
    display: flex;
  }

  .container-7.homepage {
    margin-top: 30px;
  }

  .div-block-6 {
    max-width: 90%;
    min-height: 200px;
    max-height: 0;
    color: var(--greys-000);
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
  }

  .container-8 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 90%;
    margin-top: 0;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
  }

  .container-8.product-page {
    width: 400px;
    max-width: 80%;
    height: 250px;
  }

  .container-8.home-page {
    flex-flow: column;
  }

  .pricing-heading-6 {
    margin-left: 0;
    padding-left: 10px;
  }

  .pricing-heading-6.product-page.home-page {
    text-align: justify;
    margin-top: 60px;
    margin-left: 2px;
    padding-left: 0;
  }

  .text-block-3 {
    text-align: justify;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 21px;
  }

  .heading-blocks {
    text-align: center;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 0;
    font-size: 28px;
  }

  .text-blocks {
    color: var(--greys--25);
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12.5px;
  }

  .image-17 {
    min-width: 450px;
    margin-bottom: -38px;
    margin-left: -131px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-6 {
    align-self: center;
    min-height: 600px;
    margin-top: -127px;
  }

  .section-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    display: flex;
  }

  .quick-stack-2 {
    grid-row-gap: 88px;
  }

  .div-block-8 {
    margin-top: 76px;
  }

  .div-block-9 {
    height: auto;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .section-8 {
    flex-direction: column;
  }

  .link-block-3 {
    background-color: var(--ocean);
    margin-bottom: -86px;
  }

  .text-block-7 {
    padding-top: 19px;
    top: 0;
  }

  .div-block-11 {
    margin-left: 0;
    margin-right: 30px;
  }

  .container-9 {
    margin-left: 64px;
    margin-right: 20px;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .paragraph-14 {
    font-size: 18px;
  }

  .section-9 {
    max-width: 90%;
  }

  .button-3 {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .heading-9 {
    font-size: 3em;
    bottom: 157.656px;
  }

  .container-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-14 {
    width: 90%;
    margin-top: 60px;
  }

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

  .timeline_item, .timeline_item-2 {
    grid-template-columns: 48px 1fr;
  }

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

  .timeline_item-3, .timeline_item-4, .timeline_item-5, .timeline_item-6, .timeline_item-7, .timeline_item-8, .timeline_item-9, .timeline_item-10, .timeline_item-11, .timeline_item-12 {
    grid-template-columns: 48px 1fr;
  }

  .heading-15 {
    text-align: center;
    max-width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-16 {
    padding-top: 10px;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 15px;
    font-weight: 400;
  }

  .nav-wrapper.left {
    display: none;
  }

  .bg-video-border-wrapper {
    border-top-width: 25vw;
    border-bottom-width: 25vw;
  }

  .sun-icon {
    width: 75vw;
  }

  .outline-heading, .filled-heading {
    text-align: center;
  }

  .cart {
    flex: 0 auto;
    align-self: center;
    padding-left: 0;
  }

  .product-heading {
    text-align: center;
    padding-left: 34px;
  }

  .product-description {
    text-align: center;
  }

  .product-price {
    margin-left: -45px;
    padding-left: 131px;
  }

  .images {
    margin-left: -12px;
    padding-left: 52px;
  }

  .product-thumbnail.second-image {
    margin-right: 70px;
  }

  .field-label-2 {
    text-align: center;
  }

  .field-label-2.email-popup {
    margin-bottom: 20px;
    margin-right: 40px;
  }

  .add-to-cart-button {
    margin-top: 11px;
    margin-left: 44px;
  }

  .quantity-field {
    margin-left: -55px;
    padding-left: 94px;
  }

  .main-product-image.main-image-carousel {
    margin-top: -3px;
  }

  .product-cell-2 {
    display: flex;
  }

  .submit-button-2 {
    margin-left: 93px;
  }

  .submit-button-3.popup-button {
    margin-top: 0;
    margin-bottom: -75px;
  }

  .email-popup {
    flex: 0 auto;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .heading-16 {
    text-align: center;
    margin-left: 10px;
    padding-left: 0;
  }

  .button-5.email-popup-close {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inquiry-links-container {
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-right: -10px;
  }

  .review-shipping-summary-container {
    flex-wrap: wrap;
    display: none;
  }

  .section-ajk-5 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .section-ajf-3 {
    margin-bottom: 8px;
  }

  .link-ajf-2 {
    margin-left: 10px;
  }

  .section-aji-22 {
    display: none;
  }

  .section-aji-6 {
    display: block;
  }

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

  .link-ajk-1 {
    flex-basis: 46%;
  }

  .section-ajf-2 {
    flex-wrap: wrap;
  }

  .section-ajg-9 {
    flex: 1;
  }

  .section-aji-4 {
    height: auto;
    display: none;
  }

  .section-aje-24 {
    margin-right: 10px;
  }

  .tab-link-aji-01 {
    flex: none;
  }

  .drop-toggle-aji-2 {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .sub-2-rt-container {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }

  .section-aji-30 {
    margin-right: 10px;
  }

  .rt-thumbnail-container {
    z-index: 200;
    display: flex;
  }

  .section-aje-53 {
    padding-top: 15px;
  }

  .sub-product-container {
    padding-top: 20px;
  }

  .section-aji-29 {
    flex: 1;
  }

  .image-aji-01 {
    flex: none;
    width: 50px;
  }

  .section-aje-027 {
    flex: 1;
  }

  .add-to-cart-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-us-tell-me-more-links {
    flex: none;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .link-aji-1 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .section-aji-11 {
    margin-bottom: -10px;
    margin-right: 0;
    display: block;
  }

  .section-18 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-13 {
    background-color: var(--greys--10);
  }

  .upper-section.crowdfudning-page {
    margin-top: 220px;
  }

  .main-heading.crowdfunding-page {
    color: var(--greys--5);
    text-align: center;
    margin-bottom: 20px;
    font-family: Tilt Warp, sans-serif;
  }

  .main-sub-heading.crowdfunding-page {
    color: var(--greys--5);
    text-align: center;
  }

  .heading-34 {
    font-size: 25px;
  }

  .button-dark-3 {
    width: 80%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
  }

  .button-dark-3.about-us {
    width: 45%;
    height: 40px;
  }

  .button-dark-3.supplychain {
    margin-top: 90px;
  }

  .div-block-23 {
    width: 100%;
  }

  .heading-44 {
    margin-bottom: 30px;
    margin-left: 10px;
    font-size: 15vw;
    line-height: 50px;
  }

  .body-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .subheading {
    font-size: 1rem;
  }

  .flag_banner-wrapper {
    font-size: .625rem;
  }

  .footer_menus {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .navigation_menus {
    padding-top: 1.5rem;
  }

  .mission_contents.is-contact {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card_content-fix {
    padding-bottom: 0;
  }

  .line_card.is-green.is-inquiries {
    justify-content: flex-start;
    align-items: center;
  }

  .line_card.is-green.is-contact {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .custom_flag-lists, .custom_flag-lists.is-others {
    grid-template-columns: 1fr;
  }

  .section_flag-hero {
    padding-top: 10rem;
  }

  .breadcrumbs_text {
    font-size: .75rem;
  }

  .resource_lists, .shop_lists, .shop_lists.is-other {
    grid-template-columns: 1fr;
  }

  .rtb_top.is-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .design_radio.is-specs {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-container_product-details {
    padding-right: 0;
  }

  .label {
    font-size: 13px;
  }

  .product-container_thumbnail-list {
    order: -9999;
  }

  .thumbnail {
    width: 19%;
  }

  .product-container_gallery {
    justify-content: flex-end;
    align-items: center;
  }

  .pill-button {
    padding: .2rem .3rem;
    font-size: 12px;
  }

  .product-container_prices-row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb_component {
    font-size: .7rem;
  }

  .product-container, .product-container_layout {
    grid-template-columns: 1fr;
  }

  .cart_summary {
    min-width: auto;
    padding: .75rem;
    position: sticky;
  }

  .cart-discount-code-input {
    min-width: 120px;
    height: 37px;
  }

  .cart_discount-code-block {
    padding: .75rem;
  }

  .cart-discount-note-container.is-popup {
    min-width: auto;
  }

  .cart-item_info-block {
    flex: 0 auto;
  }

  .cart_cart-actions {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cart_header {
    margin-bottom: 0;
  }

  .cart-item-image {
    width: 3.9rem;
  }

  .cart-item-title {
    font-size: 14px;
  }

  .cart-item {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .cart_discounts-and-total {
    margin-bottom: 1rem;
  }

  .order-note-input {
    min-width: 120px;
    height: 37px;
  }

  .order-discount-code-title.discount-code-item {
    margin-bottom: 0;
    padding: 2px 6px;
  }

  .cart-item-remover {
    width: 32px;
    height: 32px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .cart-item_price-information {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .discount-code-item {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
  }

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

  .cart-container.is-popup {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cart_order-note-wrapper {
    padding: .75rem;
  }

  .cart_discount-code-input-wrapper {
    width: 100%;
    margin-bottom: .5rem;
    padding-right: 0;
  }

  .discount-code-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: wrap;
  }

  .cart-popup-closer {
    width: 2rem;
    height: 30px;
    top: 0;
    right: 0;
  }

  .cart-item_left-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .package-container {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .mission_container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .is_horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .label-2 {
    font-size: 13px;
  }

  .add-to-cart-2 {
    align-self: stretch;
    display: block;
  }

  .more-tags {
    display: flex;
  }

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

  .div-block-37 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

#w-node-_56c45276-fea0-e62a-f631-b834ae2ef0a7-538f5a07 {
  grid-area: Area-3;
}

#w-node-_8b9a85cb-34d4-ecfb-9797-48e9385658eb-538f5a07 {
  grid-area: Area-4;
}

#w-node-_7592d05d-cad9-97c4-7466-3ca93e1f1d1e-538f5a09, #w-node-_4d8e9fa4-4719-091c-b264-85c5be9adf92-538f5a09 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_093aa597-c64d-f0c8-a0af-c6115c7b8ac4-538f5a0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a227e8fd-c644-6633-044f-f499260c8af6-538f5a0e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_967f1471-7ccb-f880-6f96-1d68dfc42a94-538f5a0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a277aaba-5026-1e02-c395-9744beb7770d-538f5a11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_395fa00b-5025-3ecf-7643-74fdccfc58f7-538f5a14 {
  grid-area: Area-3;
}

#w-node-_395fa00b-5025-3ecf-7643-74fdccfc5902-538f5a14 {
  grid-area: Area-4;
}

#w-node-_64c554e2-9681-6efb-d57a-c2810b9a1c0a-9bf0b0c1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ca6-90de56b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8cc5-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8cca-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ccf-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8cd4-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8cda-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ce0-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ce6-90de56b1 {
  justify-self: start;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8dc8-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8dd0-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8de7-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8e00-90de56b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8e03-90de56b1 {
  justify-self: start;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8e05-90de56b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8e08-90de56b1 {
  justify-self: start;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8e58-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8e62-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8e63-90de56b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ed5-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8eda-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8edf-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ee4-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ee9-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8eee-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ef8-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8efd-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f02-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f07-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f0c-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f11-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f16-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f1b-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f20-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f25-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f2a-90de56b1 {
  justify-self: start;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f2e-90de56b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f2f-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f34-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f39-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f3e-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f52-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f57-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f5c-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f61-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f66-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f6b-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f75-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f7a-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f7f-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f84-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f89-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f8e-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f93-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f98-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8f9d-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fa2-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fa7-90de56b1 {
  justify-self: start;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fab-90de56b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fac-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fb1-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fb6-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fbb-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fcc-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fd1-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fd6-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fdb-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fe0-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fe5-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fea-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8fef-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ff4-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ff9-90de56b1 {
  justify-self: start;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ffd-90de56b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa8ffe-90de56b1 {
  justify-self: start;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa9001-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa9082-90de56b1, #w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa90af-90de56b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b64d4676-d5ab-f339-ad1b-1f8eeeaa90ed-90de56b1 {
  justify-self: start;
}

#w-node-_3791e74c-c930-252b-4052-c0aba3bb200e-bdc6c603 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_82c1b068-0367-a884-1156-5fa980e67474-80e6746f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ef71b3a-987f-fa90-7a6f-5f6885a11edb-2a4e2907, #w-node-_8b8c2038-2162-9a3e-3edb-8c3a3d0a0cb6-aa17d4ef, #w-node-c87feada-e4da-bd66-e4b0-07d6fcaa1bfb-c3a50c4f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ffaa45c6-b887-27ce-8241-dd53fc16380e-538f5a14 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc163811-538f5a14 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc163813-538f5a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc163818-538f5a14 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc16381b-538f5a14 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc163823-538f5a14 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc163826-538f5a14 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc16382e-538f5a14 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc163831-538f5a14 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc163839-538f5a14 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc16383c-538f5a14 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc163844-538f5a14 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ffaa45c6-b887-27ce-8241-dd53fc163847-538f5a14 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56c45276-fea0-e62a-f631-b834ae2ef0a7-538f5a07 {
    grid-area: Area;
  }

  #w-node-_7675c13a-96de-9bda-1bad-3d5fbb6e5f77-538f5a07 {
    grid-area: Area-2;
  }

  #w-node-c68a0f0a-f9b0-c5a8-4ea9-d22c5536e62d-538f5a07 {
    grid-area: Area-4;
  }

  #w-node-_093aa597-c64d-f0c8-a0af-c6115c7b8ac4-538f5a0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a227e8fd-c644-6633-044f-f499260c8af6-538f5a0e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_82c1b068-0367-a884-1156-5fa980e67474-80e6746f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_395fa00b-5025-3ecf-7643-74fdccfc58f7-538f5a14 {
    grid-area: Area;
  }

  #w-node-_395fa00b-5025-3ecf-7643-74fdccfc5905-538f5a14 {
    grid-area: Area-2;
  }

  #w-node-_395fa00b-5025-3ecf-7643-74fdccfc590a-538f5a14 {
    grid-area: Area-4;
  }
}


@font-face {
  font-family: 'Tilt Warp';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}