@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/._Aeonik-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --blue: #0046f3;
  --white: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

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

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

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

.w-commerce-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

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

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap._20 {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-store-home-wrap._20._2 {
  background-color: #e9e9e9;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

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

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

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

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon, .logo-image {
  display: block;
}

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

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  background-color: var(--black);
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Blueberry_HeroImageV2-1.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 620px;
  min-height: 800px;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  align-self: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 0;
  display: block;
}

.intro-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-text.down, .intro-text.down-copy {
  padding-top: 40px;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1_1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.nav-bar {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-91 {
  width: 200px;
  max-width: 100%;
  margin-bottom: 0;
}

.cta {
  align-self: center;
  width: 20rem;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 0%;
  padding-bottom: 0%;
  transition: transform .2s;
  display: block;
  overflow: visible;
}

.cta:hover {
  transform: scale(1.04);
}

.column-container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.column-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

._4-column-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

._4-column-section.cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.column-container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #f1cead00;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.ib-page-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 57px;
  padding: 5vh 40px 0;
  display: flex;
}

.ib-page-footer.dark {
  background-color: #231f20;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.center-section-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  background-color: #e9e9e900;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.h2-black {
  color: #1a1b1f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 60px;
  display: flex;
}

.h2-black.ccta {
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.paragraph-section2-grey {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #8593a0;
  align-self: center;
  width: 80%;
  min-width: 0;
  margin-top: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: clamp(.5rem, 1.4vw - .12513rem, 1.675rem);
  font-weight: 400;
  line-height: 120%;
}

.column-container-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.column-header-text {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  display: flex;
  position: static;
}

.column-header-text.text-2 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 32px;
}

.column-header-text._123 {
  color: #fff;
}

.rebranded-footer---global {
  color: #fff;
  text-align: center;
  max-width: 800px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.footer-2 {
  z-index: 10;
  background-color: #231f20;
  max-width: none;
  position: relative;
}

.link-36 {
  color: #e7fb83;
}

.socials-icon-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2vh;
  padding-bottom: 3vh;
  display: flex;
}

.rebranded-footer---au {
  color: #fff;
  text-align: center;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 10px;
}

.image-96 {
  width: 40px;
}

.card-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 35vw;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  display: flex;
}

.column-header {
  color: #231f20;
  text-align: center;
  -webkit-text-stroke-color: #8593a0;
  width: 80%;
  min-width: 0;
  margin-top: 10px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: clamp(1rem, .034rem + 2vw, 2.2rem);
  line-height: 110%;
}

.container-29 {
  flex-flow: row;
  max-width: none;
  display: flex;
}

.icon1 {
  width: 15vw;
  min-width: 0%;
  max-width: none;
  height: auto;
  margin-bottom: 10px;
}

.icon1.downliad {
  width: 300px;
  line-height: 66px;
}

.video-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8vh 40px;
  display: block;
}

.card-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 35vw;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  display: flex;
}

.h2-black-2 {
  color: #231f20;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
}

.not-so-imp-text {
  color: #231f20;
  text-align: center;
  -webkit-text-stroke-color: #8593a0;
  min-width: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Aeonik, Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw - .12513rem, 2.675rem);
  font-weight: 400;
  line-height: 150%;
}

.paragraph-section2-grey-2 {
  color: #8593a0;
  text-align: center;
  -webkit-text-stroke-color: #8593a0;
  width: 80%;
  min-width: 0;
  margin-top: 10px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: clamp(.5rem, 1.4vw - .12513rem, 1.675rem);
  line-height: 110%;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-30 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

.shadow-two {
  padding-top: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.team-circles {
  background-color: #0046f3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 800px;
  margin-top: 0;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.hero-stack {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 800px;
  height: auto;
  margin-top: 0;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

.shadow-two-2 {
  opacity: 1;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  overflow: auto;
}

.shadow-two-2.two {
  width: 400px;
}

.cta-2 {
  align-self: center;
  width: 20rem;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0%;
  transition: transform .2s;
  display: block;
  overflow: visible;
}

.cta-2:hover {
  transform: scale(1.04);
}

.cta-2.show {
  display: block;
}

.cta-2._3 {
  align-self: flex-start;
}

.header-copy-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: 0;
  font-family: Aeonik, Arial, sans-serif;
  display: flex;
}

.numbered-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  margin-top: 10px;
  padding-left: 5%;
  font-family: Aeonik, Arial, sans-serif;
  line-height: 20px;
  list-style-type: decimal;
  display: flex;
}

.text-span-61 {
  color: #cfed48;
  text-decoration: underline;
}

.image-97 {
  max-width: 200px;
}

.rev-and-s-tex-cont {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.review-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.image-93 {
  max-width: 150px;
}

.oval-header-container {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  background-color: #231f20;
  border-radius: 0 500px 500px 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48vw;
  max-width: 1440px;
  height: 80vh;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 60px;
  font-family: Aeonik, Arial, sans-serif;
  display: flex;
}

.bullet-list {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #fff;
  flex-flow: column;
  width: 90%;
  margin-top: 10px;
  padding-left: 5%;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 2em;
  line-height: 20px;
  list-style-type: disc;
  display: flex;
}

.paragraph-desktop-white {
  color: #e7fb83;
  text-align: left;
  overflow-wrap: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  width: 82%;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 126%;
  text-decoration: underline;
}

.paragraph-desktop-white._45sdf {
  text-align: center;
  width: auto;
  margin-bottom: 20px;
}

.paragraph-desktop-white._45sdf._3fsdf {
  color: #0046f3;
}

.no-nonesense---header-container {
  background-color: #bdbdbd;
  background-image: url('../images/hero-desktop.jpg');
  background-position: 36%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 90vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.disclaimer-t-c {
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  width: auto;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

.disclaimer-t-c.dc {
  color: #000;
  padding-top: 5px;
}

.disclaimer-t-c.dc._3sdcxc {
  color: #fff;
}

.h1-desktop-white {
  color: #fff;
  width: 33vh;
  font-family: Noto Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 110%;
}

.nonsense-header-mobile {
  background-image: url('../images/shutterstock_402776623_1shutterstock_402776623.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  height: 88vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 60px;
  display: none;
}

.ytw---header-mobile {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 70px;
}

.link-green {
  color: #e7fb83;
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: underline;
}

.shead-rebrand {
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  width: 80%;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.leyla-t-c-white {
  color: #fff;
  width: auto;
  margin-bottom: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-size: clamp(.5rem, .95vw - .2045rem, 1rem);
  line-height: 200%;
}

.hero-heading-center-2 {
  background-color: #f7dec3;
  background-image: url('../images/Hero_2.png');
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  text-align: left;
  margin-bottom: 32px;
  font-family: Noto Sans, sans-serif;
  font-weight: 600;
}

.centered-heading-2.margin-bottom-32px._32 {
  font-size: 42px;
}

.centered-heading-2.margin-bottom-32px._32._345df {
  color: #fff;
  font-size: 36px;
}

.centered-heading-2.margin-bottom-32px._34sdfsd {
  text-align: center;
}

.hero-wrapper-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  display: flex;
}

.hero-wrapper-3.new-rapper {
  justify-content: center;
  align-items: center;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split-3.new-split {
  justify-content: center;
  align-items: center;
}

.margin-bottom-24px-3 {
  text-align: left;
  width: 600px;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
}

.margin-bottom-24px-3.new-thing {
  text-align: center;
  width: 600px;
}

.margin-bottom-24px-3._4543sdfs {
  color: #fff;
  text-align: center;
}

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack-2 {
  background-color: #231f20;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.heading {
  font-weight: 600;
}

.heading._43 {
  color: #fff;
  width: 600px;
}

.bold-text-2 {
  padding-left: 10px;
  font-weight: 500;
}

.hero-heading-center-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7dec3;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-bar-copy {
  background-color: gray;
  background-image: linear-gradient(#d8a86d, #d8a86d);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.h2-black-copy {
  color: #c18048;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 60px;
  display: flex;
}

.h2-black-copy.ccta {
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

._4-column-section-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

._4-column-section-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: inline-grid;
}

._4-column-section-copy.cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.column-container-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #f1cead00;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.image-100 {
  margin-top: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
}

.image-101 {
  padding-bottom: 10px;
  padding-left: 10px;
}

.image-102 {
  padding-top: 10px;
  padding-left: 10px;
}

.image-103 {
  padding-top: 10px;
  padding-right: 10px;
}

._1-column-section-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

._1-column-section-copy-copy.cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

._4-column-section-mmomo-bmo-bimobilmobilemobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: inline-grid;
}

._4-column-section-mmomo-bmo-bimobilmobilemobile.cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.cta-copy {
  align-self: center;
  width: 30rem;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 0%;
  padding-bottom: 0%;
  transition: transform .2s;
  display: block;
  overflow: visible;
}

.cta-copy:hover {
  transform: scale(1.04);
}

.intro-text-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-text-copy.down, .intro-text-copy.down-copy {
  padding-top: 40px;
}

.team-circles-copy {
  background-color: #0046f3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-stack-copy {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.center-section-container-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  background-color: #e9e9e900;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.center-section-container-copy._34534dfg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 0;
}

.center-section-container-copy._34534dfg-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 0;
}

.ib-page-footer-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 57px;
  padding: 5vh 40px 0;
  display: flex;
}

.ib-page-footer-copy.dark {
  background-color: #231f20;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.ib-page-footer-copy.dark-copy {
  background-color: #d8a86d;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.footer-2-copy {
  z-index: 10;
  background-color: #d8a86d;
  max-width: none;
  position: relative;
}

.image-91-copy {
  width: 400px;
  max-width: 100%;
  margin-bottom: 0;
}

.image-104 {
  width: 400px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.column-header-text-copy {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  display: flex;
  position: static;
}

.column-header-text-copy.text-2 {
  color: var(--white);
  margin-bottom: 400px;
  font-size: 44px;
}

.column-header-text-copy._123 {
  color: #fff;
}

.column-header-text-copy.text-2-copy, .column-header-text-copy.text-2-copy-copy {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 360px;
  font-size: 44px;
}

.hero-wrapper-3-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  display: flex;
}

.hero-wrapper-3-copy.new-rapper {
  justify-content: center;
  align-items: center;
}

.image-105 {
  box-sizing: border-box;
  object-fit: fill;
  position: static;
}

.section-2 {
  display: flex;
}

.center-section-container-copy-copy._34534dfg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 0;
}

.center-section-container-copy-copy._34534dfg-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 0;
}

.center-section-container-copy-copy._34534dfg-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 0;
}

.column-header-text-copy-copy {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  display: flex;
  position: static;
}

.column-header-text-copy-copy.text-2 {
  color: var(--white);
  margin-bottom: 400px;
  font-size: 44px;
}

.column-header-text-copy-copy._123 {
  color: #fff;
}

.column-header-text-copy-copy.text-2-copy, .column-header-text-copy-copy.text-2-copy-copy {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 360px;
  font-size: 44px;
}

.image-100-copy {
  margin-top: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
}

.image-101-copy {
  padding-bottom: 10px;
  padding-left: 10px;
}

.image-103-copy {
  padding-top: 10px;
  padding-right: 10px;
}

.image-102-copy {
  padding-top: 10px;
  padding-left: 10px;
}

.center-section-container-copy-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  background-color: #e9e9e900;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.center-section-container-copy-copy-copy._34534dfg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 0;
}

.center-section-container-copy-copy-copy._34534dfg-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 0;
}

.center-section-container-copy-copy-copy._34534dfg-copy-copy, .center-section-container-copy-copy-copy._34534dfg-copy-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 0;
}

.image-104-copy {
  width: 400px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bold-text-2-copy {
  padding-left: 10px;
  font-weight: 500;
}

.section-copy.cc-store-home-wrap-copy {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.cc-store-home-wrap-copy._20 {
  margin-left: 0;
  margin-right: 0;
}

.section-copy.cc-store-home-wrap-copy._20._2 {
  background-color: #e9e9e9;
}

.section-copy.cc-store-home-wrap-copy._20-copy {
  margin-left: 0;
  margin-right: 0;
}

.section-copy.cc-store-home-wrap-copy._20-copy._2 {
  background-color: #e9e9e9;
}

.section-copy.cc-store-home-wrap-copy-copy {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.cc-store-home-wrap-copy-copy._20 {
  margin-left: 0;
  margin-right: 0;
}

.section-copy.cc-store-home-wrap-copy-copy._20._2 {
  background-color: #e9e9e9;
}

.section-copy.cc-store-home-wrap-copy-copy._20-copy {
  margin-left: 0;
  margin-right: 0;
}

.section-copy.cc-store-home-wrap-copy-copy._20-copy._2 {
  background-color: #e9e9e9;
}

.section-copy.cc-store-home-wrap-copy-copy._20-copy-copy {
  margin-left: 0;
  margin-right: 0;
}

.section-copy.cc-store-home-wrap-copy-copy._20-copy-copy._2 {
  background-color: #e9e9e9;
}

.section-2-copy, .section-2-copy-copy {
  display: flex;
}

.section-copy-copy {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy-copy.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-copy.cc-store-home-wrap._20 {
  margin-left: 0;
  margin-right: 0;
}

.section-copy-copy.cc-store-home-wrap._20._2 {
  background-color: #e9e9e9;
}

.section-copy-copy.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section-copy-copy.cc-product-detail {
  align-items: center;
  display: flex;
}

.section-copy-copy.cc-store-home-wrap-copy {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-copy.cc-store-home-wrap-copy._20 {
  margin-left: 0;
  margin-right: 0;
}

.section-copy-copy.cc-store-home-wrap-copy._20._2 {
  background-color: #e9e9e9;
}

.section-copy-copy.cc-store-home-wrap-copy._20-copy {
  margin-left: 0;
  margin-right: 0;
}

.section-copy-copy.cc-store-home-wrap-copy._20-copy._2 {
  background-color: #e9e9e9;
}

.section-copy-copy.cc-store-home-wrap-copy-copy {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-copy.cc-store-home-wrap-copy-copy._20 {
  margin-left: 0;
  margin-right: 0;
}

.section-copy-copy.cc-store-home-wrap-copy-copy._20._2 {
  background-color: #e9e9e9;
}

.section-copy-copy.cc-store-home-wrap-copy-copy._20-copy {
  margin-left: 0;
  margin-right: 0;
}

.section-copy-copy.cc-store-home-wrap-copy-copy._20-copy._2 {
  background-color: #e9e9e9;
}

.section-copy-copy.cc-store-home-wrap-copy-copy._20-copy-copy {
  margin-left: 0;
  margin-right: 0;
}

.section-copy-copy.cc-store-home-wrap-copy-copy._20-copy-copy._2 {
  background-color: #e9e9e9;
}

.section-3, .image-107 {
  display: none;
}

.center-section-container-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #e9e9e900;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.center-section-container-copy-copy-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  background-color: #e9e9e900;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.center-section-container-copy-copy-copy-copy._34534dfg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 0;
}

.center-section-container-copy-copy-copy-copy._34534dfg-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 0;
}

.center-section-container-copy-copy-copy-copy._34534dfg-copy-copy, .center-section-container-copy-copy-copy-copy._34534dfg-copy-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/five-gold-rating-star.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 0;
}

.section-copy {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.cc-store-home-wrap._20 {
  margin-left: 0;
  margin-right: 0;
}

.section-copy.cc-store-home-wrap._20._2 {
  background-color: #e9e9e9;
}

.section-copy.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section-copy.cc-product-detail {
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-bar {
    background-color: var(--blue);
  }

  .image-91 {
    width: 200px;
  }

  .center-section-container {
    background-color: #fff;
  }

  .center-section-container._34534dfg {
    background-color: #e9e9e900;
  }

  .hero-heading-center-2, .hero-heading-center-2-copy {
    background-color: #edf5ff;
    background-image: url('../images/Hero.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .nav-bar-copy {
    background-color: var(--blue);
  }

  .center-section-container-copy {
    background-color: #fff;
  }

  .center-section-container-copy._34534dfg, .center-section-container-copy._34534dfg-copy {
    background-color: #e9e9e900;
  }

  .image-91-copy {
    width: 200px;
  }

  .center-section-container-copy-copy._34534dfg, .center-section-container-copy-copy._34534dfg-copy {
    background-color: #e9e9e900;
  }

  .center-section-container-copy-copy._34534dfg-copy-copy {
    background-color: #e9e9e900;
    background-size: cover;
  }

  .center-section-container-copy-copy-copy {
    background-color: #fff;
  }

  .center-section-container-copy-copy-copy._34534dfg, .center-section-container-copy-copy-copy._34534dfg-copy {
    background-color: #e9e9e900;
  }

  .center-section-container-copy-copy-copy._34534dfg-copy-copy, .center-section-container-copy-copy-copy._34534dfg-copy-copy-copy {
    background-color: #e9e9e900;
    background-size: cover;
  }

  .section-3, .image-107 {
    display: none;
  }

  .center-section-container-copy-copy {
    background-color: #fff;
  }

  .center-section-container-copy-copy._34534dfg {
    background-color: #e9e9e900;
  }

  .center-section-container-copy-copy-copy-copy {
    background-color: #fff;
  }

  .center-section-container-copy-copy-copy-copy._34534dfg, .center-section-container-copy-copy-copy-copy._34534dfg-copy {
    background-color: #e9e9e900;
  }

  .center-section-container-copy-copy-copy-copy._34534dfg-copy-copy, .center-section-container-copy-copy-copy-copy._34534dfg-copy-copy-copy {
    background-color: #e9e9e900;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .intro-text.down, .intro-text.down-copy {
    overflow: visible;
  }

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

  .cta {
    display: block;
  }

  ._4-column-section.cta {
    display: flex;
  }

  .center-section-container {
    background-color: #fff;
  }

  .h2-black.ccta {
    margin-bottom: 0;
    font-weight: 700;
  }

  .column-header-text._123 {
    color: #fff;
  }

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

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .hero-stack {
    background-color: #0000;
  }

  .shadow-two-2 {
    color: #fff;
    -webkit-text-stroke-color: transparent;
    mix-blend-mode: normal;
    border: 1px solid #0000;
    display: block;
  }

  .shadow-two-2.two {
    width: 450px;
  }

  .cta-2 {
    display: block;
  }

  .oval-header-container {
    width: 43vw;
  }

  .no-nonesense---header-container {
    background-position: 51%;
    background-size: cover;
  }

  .h1-desktop-white {
    width: 49vh;
  }

  .nonsense-header-mobile {
    display: none;
  }

  .leyla-t-c-white {
    display: block;
  }

  .hero-heading-center-2, .hero-heading-center-2-copy {
    background-color: #f2f9ff;
    background-image: url('../images/Hero_1.png');
    background-position: 0%;
    height: 800px;
  }

  .nav-bar-copy {
    background-color: var(--blue);
  }

  .h2-black-copy.ccta {
    margin-bottom: 0;
    font-weight: 700;
  }

  ._4-column-section-copy.cta {
    display: flex;
  }

  ._1-column-section-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  ._1-column-section-copy-copy.cta {
    display: flex;
  }

  ._4-column-section-mmomo-bmo-bimobilmobilemobile {
    align-self: center;
    place-items: center stretch;
  }

  ._4-column-section-mmomo-bmo-bimobilmobilemobile.cta {
    display: flex;
  }

  .cta-copy {
    display: block;
  }

  .intro-text-copy.down, .intro-text-copy.down-copy {
    overflow: visible;
  }

  .hero-stack-copy {
    background-color: #0000;
  }

  .center-section-container-copy {
    background-color: #fff;
  }

  .column-header-text-copy._123 {
    color: #fff;
  }

  .center-section-container-copy-copy {
    background-color: #fff;
  }

  .center-section-container-copy-copy._34534dfg-copy-copy {
    background-size: cover;
    flex-flow: column;
    display: flex;
  }

  .column-header-text-copy-copy._123 {
    color: #fff;
  }

  .column-header-text-copy-copy.text-2-copy-copy {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 400px;
  }

  .center-section-container-copy-copy-copy {
    background-color: #fff;
  }

  .center-section-container-copy-copy-copy._34534dfg-copy-copy, .center-section-container-copy-copy-copy._34534dfg-copy-copy-copy {
    background-size: cover;
    flex-flow: column;
    display: flex;
  }

  .section-3, .image-107 {
    display: none;
  }

  .center-section-container-copy-copy {
    width: 100%;
  }

  .center-section-container-copy-copy-copy-copy {
    background-color: #fff;
  }

  .center-section-container-copy-copy-copy-copy._34534dfg-copy-copy {
    background-size: cover;
    flex-flow: column;
    display: flex;
  }

  .center-section-container-copy-copy-copy-copy._34534dfg-copy-copy-copy {
    -webkit-text-fill-color: inherit;
    background-position: 50% 100%;
    background-size: cover;
    background-clip: border-box;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

  .styleguide-block {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .nav-bar {
    width: 100vw;
  }

  .cta {
    width: 30vw;
    height: auto;
  }

  .column-container-4 {
    width: 100%;
    height: 250px;
    padding-bottom: 20px;
  }

  .column-container-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    padding-bottom: 0;
  }

  ._4-column-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
    display: block;
  }

  ._4-column-section.cta {
    width: auto;
  }

  .column-container-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    padding-bottom: 20px;
    display: flex;
  }

  .center-section-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #e9e9e900;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .h2-black {
    box-sizing: border-box;
    object-fit: none;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 30px;
  }

  .paragraph-section2-grey {
    font-size: clamp(.5rem, 1.9vw - .12513rem, 2.1rem);
  }

  .column-container-1 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding-bottom: 0;
  }

  .column-container-1.cta {
    width: auto;
  }

  .column-header-text {
    font-size: 24px;
    line-height: 30px;
  }

  .column-header-text._123 {
    color: #fff;
  }

  .card-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }

  .icon1 {
    width: 65vw;
    margin-bottom: 10px;
  }

  .card-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }

  .h2-black-2 {
    box-sizing: border-box;
    object-fit: none;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 30px;
  }

  .not-so-imp-text {
    margin-top: 3rem;
  }

  .paragraph-section2-grey-2 {
    font-size: clamp(.5rem, 1.9vw - .12513rem, 2.1rem);
  }

  .container-30 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-31 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-2 {
    width: 400px;
  }

  .cta-2 {
    width: 30vw;
    height: auto;
  }

  .cta-2._3 {
    align-self: center;
  }

  .header-copy-container {
    width: 78%;
  }

  .image-97 {
    max-width: 200px;
  }

  .review-container {
    flex-flow: wrap;
    width: 88%;
  }

  .oval-header-container {
    width: 70vw;
  }

  .paragraph-desktop-white {
    width: 100%;
    font-size: 28px;
  }

  .no-nonesense---header-container {
    background-color: #bdbdbd00;
    background-image: url('../images/hero-desktop.jpg');
    background-position: 34%;
    background-size: cover;
  }

  .h1-desktop-white {
    width: 35vh;
  }

  .leyla-t-c-white {
    width: auto;
    font-size: clamp(.5rem, .95vw - .17rem, 1rem);
    line-height: 200%;
  }

  .hero-heading-center-2 {
    background-image: url('../images/Mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    height: 1100px;
  }

  .container-32 {
    max-width: 728px;
  }

  .centered-heading-2.margin-bottom-32px._32 {
    width: 433px;
  }

  .centered-heading-2.margin-bottom-32px._32._345df {
    width: auto;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-3 {
    text-align: center;
  }

  .hero-heading-center-2-copy {
    background-image: url('../images/Mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    height: 1100px;
  }

  .nav-bar-copy {
    width: 100vw;
  }

  .h2-black-copy {
    box-sizing: border-box;
    object-fit: none;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 30px;
  }

  ._4-column-section-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
    display: block;
  }

  ._4-column-section-copy.cta {
    width: auto;
  }

  .column-container-3-copy {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    padding-bottom: 20px;
    display: flex;
  }

  ._1-column-section-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
    display: block;
  }

  ._1-column-section-copy-copy.cta {
    width: auto;
  }

  ._4-column-section-mmomo-bmo-bimobilmobilemobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  ._4-column-section-mmomo-bmo-bimobilmobilemobile.cta {
    width: auto;
  }

  .cta-copy {
    width: 30vw;
    height: auto;
  }

  .intro-text-copy {
    width: auto;
  }

  .center-section-container-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #e9e9e900;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .column-header-text-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .column-header-text-copy._123 {
    color: #fff;
  }

  .hero-wrapper-3-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: -40px;
  }

  .column-header-text-copy-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .column-header-text-copy-copy._123 {
    color: #fff;
  }

  .column-header-text-copy-copy.text-2-copy-copy {
    margin-top: 20px;
    margin-bottom: 220px;
    font-size: 32px;
  }

  .image-100-copy {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .image-101-copy {
    padding-top: 10px;
    padding-left: 0;
  }

  .image-103-copy {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .image-102-copy {
    padding-left: 0;
  }

  .center-section-container-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #e9e9e900;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .center-section-container-copy-copy-copy._34534dfg-copy-copy-copy {
    background-size: cover;
    padding-top: 40px;
  }

  .image-104-copy {
    width: 300px;
  }

  .section-copy.cc-product-detail, .section-copy-copy.cc-product-detail {
    flex-direction: column;
  }

  .image-106 {
    display: none;
  }

  .section-3 {
    display: flex;
  }

  .image-107 {
    display: block;
  }

  .center-section-container-copy-copy, .center-section-container-copy-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #e9e9e900;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .center-section-container-copy-copy-copy-copy._34534dfg-copy-copy-copy {
    background-size: cover;
    padding-top: 40px;
  }

  .section-copy.cc-product-detail {
    flex-direction: column;
  }

  .link-block-7 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

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

  .cta {
    width: 20rem;
    max-width: 200px;
    height: auto;
  }

  .column-container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .column-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

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

  ._4-column-section.cta {
    max-width: none;
  }

  .column-container-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .center-section-container {
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

  .center-section-container._34534dfg {
    background-color: #e9e9e9;
  }

  .h2-black {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-top: 10px;
    line-height: 40px;
  }

  .paragraph-section2-grey {
    font-size: clamp(.85rem, 1.667vw - .12513rem, 1.875rem);
  }

  .column-container-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .column-container-1.cta {
    max-width: none;
  }

  .card-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 20px;
  }

  .column-header {
    font-size: clamp(.85rem, 1.667vw - .12513rem, 1.875rem);
  }

  .container-29 {
    flex-flow: wrap;
  }

  .icon1 {
    width: 20rem;
  }

  .video-container {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .card-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 20px;
  }

  .h2-black-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    line-height: 40px;
  }

  .not-so-imp-text, .paragraph-section2-grey-2 {
    font-size: clamp(.85rem, 1.667vw - .12513rem, 1.875rem);
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .container-30 {
    flex-flow: column;
    display: flex;
  }

  .team-slider, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .hero-stack, .hero-heading-left {
    padding: 60px 15px;
  }

  .cta-2 {
    width: 20rem;
    max-width: 200px;
    height: auto;
  }

  .header-copy-container {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .image-99 {
    display: none;
  }

  .review-container {
    flex-flow: wrap;
    width: 100%;
  }

  .oval-header-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top-right-radius: 800px;
    border-bottom-right-radius: 800px;
    width: 90vw;
    height: 90vh;
  }

  .paragraph-desktop-white {
    font-size: 28px;
    line-height: 160%;
  }

  .no-nonesense---header-container {
    background-position: 50%;
    height: 100vh;
    margin-right: 0;
    padding-right: 0;
  }

  .nonsense-header-mobile {
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .shead-rebrand {
    width: 90%;
  }

  .leyla-t-c-white {
    width: auto;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .centered-heading-2.margin-bottom-32px._32._345df {
    width: auto;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .heading._43 {
    width: 400px;
  }

  .hero-heading-center-2-copy {
    padding: 60px 15px;
  }

  .nav-bar-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h2-black-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-top: 10px;
    line-height: 40px;
  }

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

  ._4-column-section-copy.cta {
    max-width: none;
  }

  .column-container-3-copy {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

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

  ._1-column-section-copy-copy.cta {
    max-width: none;
  }

  ._4-column-section-mmomo-bmo-bimobilmobilemobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._4-column-section-mmomo-bmo-bimobilmobilemobile.cta {
    max-width: none;
  }

  .cta-copy {
    width: 20rem;
    max-width: 200px;
    height: auto;
  }

  .team-circles-copy, .hero-stack-copy {
    padding: 60px 15px;
  }

  .center-section-container-copy {
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

  .center-section-container-copy._34534dfg, .center-section-container-copy._34534dfg-copy {
    background-color: #e9e9e9;
  }

  .center-section-container-copy-copy._34534dfg, .center-section-container-copy-copy._34534dfg-copy, .center-section-container-copy-copy._34534dfg-copy-copy {
    background-color: #e9e9e9;
  }

  .column-header-text-copy-copy.text-2-copy-copy {
    margin-bottom: 140px;
    font-size: 28px;
  }

  .center-section-container-copy-copy-copy {
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

  .center-section-container-copy-copy-copy._34534dfg, .center-section-container-copy-copy-copy._34534dfg-copy, .center-section-container-copy-copy-copy._34534dfg-copy-copy {
    background-color: #e9e9e9;
  }

  .center-section-container-copy-copy-copy._34534dfg-copy-copy-copy {
    background-color: #e9e9e9;
    background-size: contain;
  }

  .image-104-copy {
    width: 240px;
  }

  .section-copy, .section-copy.cc-store-home-wrap, .section-copy.cc-store-home-wrap-copy, .section-copy.cc-store-home-wrap-copy-copy, .section-copy-copy, .section-copy-copy.cc-store-home-wrap, .section-copy-copy.cc-store-home-wrap-copy, .section-copy-copy.cc-store-home-wrap-copy-copy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-106 {
    display: none;
  }

  .section-3 {
    display: flex;
  }

  .image-107 {
    display: block;
  }

  .center-section-container-copy-copy {
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

  .center-section-container-copy-copy._34534dfg {
    background-color: #e9e9e9;
  }

  .center-section-container-copy-copy-copy-copy {
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

  .center-section-container-copy-copy-copy-copy._34534dfg, .center-section-container-copy-copy-copy-copy._34534dfg-copy, .center-section-container-copy-copy-copy-copy._34534dfg-copy-copy {
    background-color: #e9e9e9;
  }

  .center-section-container-copy-copy-copy-copy._34534dfg-copy-copy-copy {
    background-color: #e9e9e9;
    background-size: contain;
  }

  .section-copy, .section-copy.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-store-home-wrap._20, .section.cc-store-home-wrap._20._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .primary-button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .intro-header {
    margin-bottom: 0;
  }

  .intro-text.down, .intro-text.down-copy {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

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

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .nav-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-91 {
    align-self: center;
    width: 40%;
    max-width: none;
    margin-bottom: 0;
    display: block;
  }

  .cta-link---vip-tr {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cta {
    width: 80%;
    max-width: none;
    display: block;
  }

  .column-container-4, .column-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }

  ._4-column-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .column-container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }

  .ib-page-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding: 1vh 30px 5vh;
    display: flex;
  }

  .ib-page-footer.dark {
    margin-top: 0;
    padding-top: 8vh;
  }

  .center-section-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 4vh;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
  }

  .center-section-container._34534dfg {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .h2-black {
    text-align: center;
    width: 80%;
    height: auto;
    margin-bottom: 2vh;
    padding-top: 0;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 28px;
    line-height: 35px;
    display: block;
  }

  .paragraph-section2-grey {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .column-container-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }

  .column-header-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .column-header-text.text {
    padding-top: 10px;
  }

  .rebranded-footer---global {
    font-family: Aeonik, Arial, sans-serif;
  }

  .socials-icon-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .rebranded-footer---au {
    font-family: Aeonik, Arial, sans-serif;
  }

  .image-96 {
    width: 35px;
    display: block;
  }

  .card-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-bottom: 1vh;
  }

  .column-header {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .container-29 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon1 {
    -webkit-text-stroke-color: #da6060;
    width: 65vw;
    height: auto;
    margin-bottom: 20px;
    display: block;
  }

  .icon1.downliad {
    max-width: 250px;
  }

  .card-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-bottom: 1vh;
  }

  .h2-black-2 {
    text-align: center;
    height: auto;
    margin-bottom: 2vh;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 28px;
    line-height: 35px;
    display: block;
  }

  .not-so-imp-text, .paragraph-section2-grey-2 {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .link-block, .link-block-2 {
    align-self: center;
  }

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

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

  .cta-2 {
    width: 275px;
    max-width: none;
    display: block;
  }

  .cta-2.show {
    width: 85%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    display: block;
  }

  .cta-2._3 {
    align-self: auto;
    width: 275px;
    display: block;
  }

  .header-copy-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    padding-top: 0%;
  }

  .numbered-list {
    color: #231f20;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .rev-and-s-tex-cont {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: center;
  }

  .review-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .image-93 {
    width: 175px;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
    overflow: visible;
  }

  .oval-header-container {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 250px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0%;
    padding: 5% 20px 15%;
  }

  .oval-header-container.dpa {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    height: auto;
    padding-top: 5%;
    padding-bottom: 15%;
  }

  .bullet-list {
    color: #231f20;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-desktop-white {
    text-align: center;
    width: auto;
  }

  .no-nonesense---header-container {
    background-image: url('../images/iStock-667913740.jpg');
    width: 100%;
    display: none;
  }

  .disclaimer-t-c {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 231px;
    height: auto;
    margin-bottom: 0;
    font-family: Aeonik, Arial, sans-serif;
    font-size: clamp(.5rem, .95vw - .2045rem, 1rem);
    line-height: 13px;
    display: flex;
  }

  .disclaimer-t-c.dc._3sdcxc {
    padding-top: 10px;
  }

  .h1-desktop-white {
    text-align: center;
  }

  .nonsense-header-mobile {
    background-image: url('../images/hero-mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1200px;
    display: block;
  }

  .ytw---header-mobile {
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 38px;
    line-height: 44px;
  }

  .link-green {
    justify-content: center;
    align-items: flex-start;
    font-size: clamp(.5rem, .95vw - .2045rem, 1.25rem);
    display: flex;
  }

  .shead-rebrand {
    color: #e7fb83;
    text-align: center;
    text-underline-position: under;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 10px;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-decoration: underline;
  }

  .link-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .leyla-t-c-white {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    width: 65%;
    margin-top: -20px;
    padding-top: 0;
    line-height: 150%;
    display: block;
  }

  .hero-heading-center-2 {
    height: 1200px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .centered-heading-2.margin-bottom-32px._32 {
    text-align: center;
    width: auto;
  }

  .centered-heading-2.margin-bottom-32px._32._345df {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .hero-split-3 {
    justify-content: space-between;
    align-items: center;
  }

  .margin-bottom-24px-3 {
    text-align: center;
    width: auto;
  }

  .heading._43 {
    width: auto;
  }

  .bold-text {
    width: 275px;
  }

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

  .hero-heading-center-2-copy {
    height: 1200px;
  }

  .nav-bar-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .center-section-container-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
  }

  .h2-black-copy {
    text-align: center;
    width: 80%;
    height: auto;
    margin-bottom: 5vh;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 28px;
    line-height: 35px;
    display: block;
  }

  ._4-column-section-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._4-column-section-copy.cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .column-container-3-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }

  .image-100 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-101 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-102 {
    padding-top: 0;
    padding-left: 0;
  }

  .image-103 {
    padding-top: 0;
    padding-right: 0;
  }

  ._1-column-section-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._1-column-section-copy-copy.cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._4-column-section-mmomo-bmo-bimobilmobilemobile {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._4-column-section-mmomo-bmo-bimobilmobilemobile.cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cta-copy {
    width: 80%;
    max-width: none;
    display: block;
  }

  .intro-text-copy.down, .intro-text-copy.down-copy {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .center-section-container-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 4vh;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
  }

  .center-section-container-copy._34534dfg, .center-section-container-copy._34534dfg-copy {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .ib-page-footer-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding: 1vh 30px 5vh;
    display: flex;
  }

  .ib-page-footer-copy.dark, .ib-page-footer-copy.dark-copy {
    margin-top: 0;
    padding-top: 8vh;
  }

  .image-91-copy {
    align-self: center;
    width: 40%;
    max-width: none;
    margin-bottom: 0;
    display: block;
  }

  .link-block-3-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-header-text-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .column-header-text-copy.text {
    padding-top: 10px;
  }

  .center-section-container-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 4vh;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
  }

  .center-section-container-copy-copy._34534dfg, .center-section-container-copy-copy._34534dfg-copy, .center-section-container-copy-copy._34534dfg-copy-copy {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .column-header-text-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .column-header-text-copy-copy.text {
    padding-top: 10px;
  }

  .column-header-text-copy-copy.text-2-copy-copy {
    font-size: 24px;
  }

  .image-100-copy {
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-101-copy {
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-103-copy {
    padding-top: 10px;
    padding-right: 0;
  }

  .image-102-copy {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .center-section-container-copy-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 4vh;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
  }

  .center-section-container-copy-copy-copy._34534dfg, .center-section-container-copy-copy-copy._34534dfg-copy, .center-section-container-copy-copy-copy._34534dfg-copy-copy, .center-section-container-copy-copy-copy._34534dfg-copy-copy-copy {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .image-104-copy {
    width: 200px;
    margin-top: 40px;
  }

  .bold-text-2-copy {
    padding-left: 10px;
    font-size: 20px;
    font-weight: 400;
  }

  .section-copy.cc-store-home-wrap._20, .section-copy.cc-store-home-wrap._20._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-store-home-wrap-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy.cc-store-home-wrap-copy._20, .section-copy.cc-store-home-wrap-copy._20._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-store-home-wrap-copy._20-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-store-home-wrap-copy._20-copy._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-store-home-wrap-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy.cc-store-home-wrap-copy-copy._20, .section-copy.cc-store-home-wrap-copy-copy._20._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-store-home-wrap-copy-copy._20-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-store-home-wrap-copy-copy._20-copy._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-store-home-wrap-copy-copy._20-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-store-home-wrap-copy-copy._20-copy-copy._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-2-copy-copy {
    justify-content: center;
    align-items: center;
  }

  .section-copy-copy.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy-copy.cc-store-home-wrap._20, .section-copy-copy.cc-store-home-wrap._20._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy-copy.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-copy-copy.cc-store-home-wrap-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy-copy.cc-store-home-wrap-copy._20, .section-copy-copy.cc-store-home-wrap-copy._20._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy-copy.cc-store-home-wrap-copy._20-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy-copy.cc-store-home-wrap-copy._20-copy._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy-copy.cc-store-home-wrap-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy-copy.cc-store-home-wrap-copy-copy._20, .section-copy-copy.cc-store-home-wrap-copy-copy._20._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy-copy.cc-store-home-wrap-copy-copy._20-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy-copy.cc-store-home-wrap-copy-copy._20-copy._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy-copy.cc-store-home-wrap-copy-copy._20-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-copy-copy.cc-store-home-wrap-copy-copy._20-copy-copy._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-106 {
    display: block;
  }

  .link-block-6 {
    display: none;
  }

  .image-108 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .center-section-container-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .center-section-container-copy-copy._34534dfg {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .center-section-container-copy-copy-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 4vh;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
  }

  .center-section-container-copy-copy-copy-copy._34534dfg, .center-section-container-copy-copy-copy-copy._34534dfg-copy, .center-section-container-copy-copy-copy-copy._34534dfg-copy-copy {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .center-section-container-copy-copy-copy-copy._34534dfg-copy-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #e9e9e900;
    background-image: none;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    display: flex;
  }

  .section-copy.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy.cc-store-home-wrap._20 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-store-home-wrap._20._2 {
    background-image: url('../images/five-gold-rating-star.png');
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bbe16562-9ee7-3717-65b5-d6735236c71b-6cbd2798, #w-node-bbe16562-9ee7-3717-65b5-d6735236c726-6cbd2798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-bbe16562-9ee7-3717-65b5-d6735236c726-6cbd2798 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/._Aeonik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}