:root {
  --dark: #0a3315;
  --primary: #e8876d;
  --pastel-2: #f2e1d3;
  --pastel-3: #fff3f0;
  --white: white;
  --border-dark: #282f481a;
  --dark-green: #005800;
  --pastel-1: #fff7f1;
  --dark-slate-grey: black;
  --peach-puff: #e5cab3;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -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-commerceboldtextblock {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

.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-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-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-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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

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

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

body {
  color: var(--dark);
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Newsreader Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Newsreader Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Newsreader Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Newsreader Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Newsreader Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p {
  margin-bottom: 28px;
}

a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

figcaption {
  text-align: left;
  margin-top: 14px;
  font-size: 14px;
  line-height: 22px;
}

.main-container {
  z-index: 1;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.main-container.narrow {
  max-width: 1106px;
}

.section {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
}

.section.bg-pastel-2.hero-section {
  background-image: linear-gradient(#fff0, #fff), var(--image-i8ef3183);
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  background-attachment: scroll, fixed;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.bg-pastel-3 {
  background-color: var(--pastel-2);
}

.section.blog-post-image-section {
  z-index: 2;
  background-color: var(--pastel-3);
  margin-top: 112px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.recuced-bottom-padding {
  padding-bottom: 56px;
}

.section.pt-0 {
  padding-top: 0;
}

.style-guide-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  align-items: start;
  position: relative;
}

.style-guide-typography-grid {
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-color-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 96px;
  margin-bottom: 7px;
  display: grid;
}

.bg-primary {
  background-color: var(--primary);
  color: #fff;
}

.large-text {
  font-size: 22px;
  line-height: 30px;
}

.large-text.intro-paragraph {
  margin-bottom: 56px;
}

.large-text.rating-text {
  margin-bottom: 21px;
}

.small-text {
  font-size: 14px;
  line-height: 1.3;
}

.small-text.form-disclaimer {
  max-width: 330px;
  margin-top: 28px;
}

.no-bottom-margin {
  margin-bottom: 0;
  font-size: 18px;
}

.bg-pastel-1 {
  background-color: #fef7f1;
}

.bg-pastel-2 {
  background-color: var(--pastel-2);
}

.bg-pastel-3 {
  background-color: var(--pastel-3);
}

.bg-dark {
  background-color: var(--dark);
  color: var(--white);
}

.bg-dark-border {
  background-color: var(--border-dark);
}

.display-heading {
  letter-spacing: -.01em;
  margin-bottom: 28px;
  font-size: 54px;
  line-height: 1.2;
}

.display-heading.no-bottom-margin {
  margin-bottom: 0;
  line-height: 1.2;
}

.style-guide-buttons-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.button {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  border-radius: 200px;
  padding: 11px 28px;
  font-weight: 600;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: #0000;
}

.button.small {
  padding: 7px 21px;
  font-size: 14px;
  line-height: 24px;
}

.button.large {
  padding: 14px 35px;
}

.button.large.bg-primary {
  display: none;
}

.button.large.bg-primary:hover {
  border-color: var(--pastel-2);
  background-color: #0000;
}

.button.bg-primary {
  background-color: var(--primary);
  color: var(--white);
}

.button.bg-primary:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.button.bg-primary.add-to-cart {
  flex: 1;
  justify-content: center;
}

.button.bg-primary.search-button {
  margin-left: 14px;
}

.button.bg-primary.buy-now-button {
  width: 100%;
  margin-top: 14px;
  display: block;
}

.button.icon-button {
  background-color: var(--primary);
  color: #fff;
  align-items: center;
  display: flex;
}

.button.icon-button.video-button {
  position: absolute;
}

.button.discount-button {
  height: auto;
}

.style-guide-icons-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.button-icon {
  margin-right: 7px;
}

.uppercase {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.uppercase.footer-heading {
  margin-bottom: 14px;
}

.uppercase.subtitle {
  color: var(--primary);
  margin-bottom: 28px;
}

.uppercase.subtitle.reduced-margin {
  margin-bottom: 0;
}

.uppercase.subtitle.reduced-margin.pt-2 {
  padding-top: 20px;
}

.uppercase.text-primary {
  margin-bottom: 20px;
}

.style-guide-title {
  position: sticky;
  top: 98px;
}

.navbar-container.sticky-top {
  z-index: 10;
  background-color: #fff;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #00000012;
}

.navbar {
  background-color: #0000;
}

.navbar-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 84px;
  display: grid;
}

.nav-link {
  color: var(--dark);
  margin-left: 0;
  margin-right: 28px;
  padding: 0;
}

.nav-link.w--current {
  color: var(--dark);
}

.nav-link.contact-us-link {
  display: none;
}

.nav-link.hidden.w--current {
  display: block;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  padding: 0;
  font-weight: 600;
  display: flex;
}

.dropdown-arrow {
  margin-left: 7px;
}

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

.cart-quantity {
  background-color: var(--primary);
  color: #fff;
  font-size: 12px;
}

.navbar-controls {
  display: flex;
}

.navbar-search {
  cursor: pointer;
  margin-left: 28px;
  margin-right: 28px;
}

.navbar-email.margin-left {
  margin-left: 14px;
}

.brand {
  padding-left: 0;
}

.brand.margin-right {
  margin-right: 28px;
}

.dropdown-list.w--open {
  border: 1px solid var(--border-dark);
  background-color: var(--white);
  border-radius: 5px;
  min-width: 200px;
  padding: 14px 21px;
}

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

.form-input {
  border: 1px solid var(--border-dark);
  border-radius: 5px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 11px 21px;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: #282f484d;
}

.form-input::placeholder {
  font-size: 18px;
  line-height: 28px;
}

.form-input.text-area {
  min-height: 200px;
}

.form-input.large-text {
  min-height: 58px;
  font-size: 22px;
  line-height: 30px;
}

.form-input.large-text::placeholder {
  font-size: 22px;
  line-height: 30px;
}

.form-input.space-bottom {
  margin-bottom: 14px;
}

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

.form-grid-vertical.compact {
  grid-row-gap: 14px;
}

.field-row {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox {
  border-color: #282f484d;
  width: 21px;
  height: 21px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--primary);
  background-size: 10px 10px;
}

.field-row-label {
  margin-bottom: 0;
  margin-left: 14px;
}

.radio {
  border-color: #282f484d;
  width: 21px;
  height: 21px;
  margin-top: 0;
  transition: border-color .2s;
}

.radio.w--redirected-checked {
  border-width: 5px;
  border-color: var(--primary);
}

.announcement-bar {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.footer {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  padding-top: 84px;
  padding-bottom: 56px;
}

.footer-menu-grid {
  grid-column-gap: 84px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: end;
  margin-left: 112px;
}

.footer-menu-grid.reduced-space {
  grid-column-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  justify-items: start;
}

.footer-top-row {
  margin-bottom: 84px;
  display: flex;
}

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

.hover-link {
  opacity: .5;
  transition: opacity .2s;
}

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

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

.social-link {
  align-items: center;
  display: flex;
}

.social-link-image {
  max-height: 14px;
  margin-right: 10px;
}

.footer-bottom-row {
  color: #636363;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-row.grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.payment-methods {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.payment-method-image {
  flex: none;
  margin-left: 3px;
  margin-right: 3px;
}

.grid-halves {
  grid-column-gap: 28px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  align-items: start;
}

.grid-halves.reverse-direction {
  direction: rtl;
}

.container-small {
  direction: ltr;
  width: 100%;
  max-width: 386px;
}

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

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

.container {
  width: 100%;
  max-width: 497px;
  position: relative;
}

.container.align-center {
  direction: ltr;
  padding-right: 72px;
  display: block;
}

.container.align-center.top-layer {
  z-index: 4;
}

.container.wide {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container.product-description-container {
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pattern-overlay {
  opacity: .75;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5vw;
}

.pattern-overlay.right {
  left: auto;
  right: -5vw;
}

.pattern-overlay.atop-image {
  opacity: 1;
  height: auto;
  top: auto;
  bottom: -56px;
  left: -56px;
}

.pattern-overlay.bottom-right {
  z-index: 2;
  opacity: 1;
  height: auto;
  inset: auto -56px -112px auto;
}

.pattern-overlay.top-right {
  opacity: 1;
  height: auto;
  top: -28px;
  left: auto;
  right: -112px;
}

.container-large {
  width: 100%;
  max-width: 940px;
}

.medium-heading {
  font-family: Newsreader Display, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.4;
}

.icon-row {
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.icon-row-item {
  align-items: center;
  margin-left: 28px;
  margin-right: 28px;
  display: flex;
}

.icon-row-image {
  flex: none;
  margin-right: 14px;
}

.about-section-large {
  padding-top: 168px;
  padding-bottom: 168px;
  display: none;
  position: relative;
  overflow: hidden;
}

.large-heading {
  letter-spacing: -.01em;
  margin-bottom: 28px;
  font-family: Newsreader Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

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

.large-heading.section-heading {
  margin-bottom: 56px;
}

.large-heading.reduced-margin {
  margin-bottom: 14px;
}

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

.justify-content-center.cms-link {
  margin-top: 56px;
}

.justify-content-center.wide {
  max-width: 100%;
}

.stars {
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.quote-slider {
  background-color: #0000;
  max-width: 580px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  left: 28px;
}

.hide {
  display: none;
}

.quote-slide-contents {
  align-items: flex-start;
  display: flex;
}

.quote-slide-nav {
  text-align: left;
  height: 8px;
  margin-top: 28px;
  padding-top: 0;
  font-size: 8px;
  line-height: 8px;
  position: relative;
}

.quote-text-wrapper {
  z-index: 2;
  background-color: var(--white);
  max-width: 330px;
  padding: 56px 35px;
  position: relative;
  right: 28px;
}

.quote-author {
  color: var(--primary);
  margin-top: 14px;
}

.quote-image {
  flex: 1;
  margin-top: 84px;
}

.process-title {
  border-top: 1px solid var(--border-dark);
  margin-bottom: 28px;
  padding-top: 28px;
}

.process-number {
  color: var(--primary);
  letter-spacing: -.01em;
  margin-bottom: 7px;
  font-family: Newsreader Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.text-primary {
  color: var(--primary);
}

.vertical-image-grid {
  grid-row-gap: 7px;
  grid-template-columns: 1fr;
}

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

.checklist-item {
  align-items: center;
  display: flex;
}

.checklist-image {
  margin-right: 14px;
}

.background-image {
  opacity: .24;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.boxed-cta {
  background-color: var(--pastel-3);
  text-align: center;
  padding: 84px 35px;
}

.section-title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.section-title.text-left {
  text-align: left;
  align-items: flex-start;
}

.social-images-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1188px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.social-post {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 5px;
  flex-direction: column;
  padding-bottom: 15px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 4px 6px #0000000d;
}

.social-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.social-post-contents {
  background-color: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex: 1;
  align-items: flex-start;
  padding: 14px 21px;
  display: flex;
}

.social-author {
  margin-left: 14px;
  margin-right: 14px;
  font-size: 14px;
  line-height: 1.5;
}

.avatar {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.background-video {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.outlet-reviews-grid {
  grid-column-gap: 84px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.outlet-reviews-grid.border-top {
  border-top: 1px solid var(--border-dark);
  max-width: 1050px;
  padding-top: 84px;
}

.outlet-logo {
  margin-bottom: 28px;
}

.section-small {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section-small.no-bottom-padding {
  padding-bottom: 0;
}

.section-small.no-top-padding {
  padding-top: 0;
}

.horizontal-icon-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.horizontal-icon-item {
  align-items: flex-start;
  display: flex;
}

.horizontal-icon-image {
  flex: none;
  margin-right: 28px;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.padded-icon {
  z-index: 1;
  background-color: var(--white);
  border-radius: 28px;
  margin-top: -28px;
  padding: 21px;
  position: relative;
}

.card-heading {
  max-width: 331px;
  margin: 14px auto 0;
}

.form-success {
  background-color: #65d86d;
  padding: 14px;
}

.form-error {
  color: var(--dark);
  text-align: left;
  margin-top: 14px;
  padding: 14px;
  font-size: 14px;
  line-height: 22px;
}

.empty-state {
  background-color: var(--pastel-1);
  text-align: center;
  padding: 28px;
}

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

.blog-grid.halves {
  grid-row-gap: 84px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

.blog-title-link {
  color: var(--dark);
  font-weight: 500;
}

.blog-category-link {
  margin-top: 28px;
  margin-bottom: 3px;
  display: block;
}

.blog-category-link.no-top-margin {
  margin-top: 0;
}

.blog-post-heading {
  margin-top: 28px;
  margin-bottom: 0;
}

.blog-post-image {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 112px;
}

.article ul {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 28px;
  display: grid;
}

.article h4 {
  margin-top: 35px;
  margin-bottom: 28px;
}

.article h2 {
  margin-bottom: 28px;
}

.contained-section {
  background-color: var(--pastel-1);
  background-image: linear-gradient(#0000, #fff), var(--image-i8ef3183);
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  max-width: 1272px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.contained-section-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .66fr;
  align-items: center;
  padding-left: 28px;
  position: relative;
}

.icon-thirds-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-thirds-image {
  max-width: 250px;
  max-height: 100px;
  margin-bottom: 10px;
}

.cta-grid {
  grid-column-gap: 28px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.cta-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-methods-grid {
  grid-row-gap: 42px;
  grid-template-columns: 1fr;
  margin-top: 56px;
}

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

.latest-post-heading {
  margin-bottom: 14px;
}

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

.grid-product-image {
  margin-bottom: 21px;
  display: block;
}

.grid-product-heading {
  color: var(--dark);
  margin-bottom: 0;
}

.old-price {
  margin-right: 14px;
  text-decoration: line-through;
}

.sale-price-wrapper {
  display: flex;
}

.featured-product-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pastel-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product-price-wrapper {
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.product-volume {
  margin-right: 14px;
}

.product-price {
  font-weight: 700;
}

.add-to-cart {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity-input {
  border-color: var(--border-dark);
  background-color: var(--white);
  border-radius: 5px;
  width: 75px;
  height: 50px;
  margin-bottom: 0;
  margin-left: 21px;
  margin-right: 28px;
  padding-left: 14px;
  padding-right: 14px;
}

.quantity-input:focus {
  border-color: var(--primary);
}

.accordion-wrapper {
  border-bottom: 1px solid var(--border-dark);
}

.accordion-item {
  border-top: 1px solid var(--border-dark);
  border-radius: 0;
  position: relative;
}

.accordion-title {
  color: var(--dark);
  cursor: pointer;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.accordion-title.increased-padding {
  border-top: 1px solid #e2e2e2;
  padding-top: 21px;
  padding-bottom: 21px;
}

.icon---document {
  opacity: .28;
}

.accordion-content {
  display: none;
}

.accordion-text {
  margin-bottom: 14px;
}

.accordion-text.increased-margin {
  margin-bottom: 35px;
}

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

.faq-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.rating {
  margin-bottom: 21px;
}

.utility-page-wrap {
  background-color: var(--pastel-1);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 390px;
  margin-bottom: 0;
  display: flex;
}

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

.border {
  background-color: var(--border-dark);
  height: 1px;
}

.checkout-section {
  background-color: var(--white);
  padding: 112px 0;
}

.checkout-layout {
  align-items: flex-start;
  display: flex;
}

.checkout-contents {
  flex: 1;
  margin-right: 28px;
}

.checkout-sidebar {
  top: 112px;
}

.block-header {
  border: 1px solid var(--border-dark);
  padding: 24px;
}

.shipping-method {
  border-bottom-color: var(--border-dark);
  padding: 24px;
}

.block-content {
  border-right: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  border-left: 1px solid var(--border-dark);
  padding: 24px;
}

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

.order-item-image {
  width: 84px;
}

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

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

.apple-pay-button {
  border-radius: 200px;
  height: 56px;
}

.apple-pay-button.reduced-height {
  height: 50px;
}

.customer-info {
  margin-top: 28px;
}

.cart-header {
  border-bottom-color: var(--border-dark);
  padding: 21px 28px;
}

.cart-item {
  font-size: 14px;
  line-height: 22px;
}

.cart-list {
  padding: 21px 28px;
}

.cart-footer {
  border-top-style: none;
  padding: 21px 28px 28px;
}

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

.photography-link {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.photography-image {
  opacity: .5;
}

.photography-text {
  z-index: 2;
  color: var(--white);
  position: absolute;
}

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

.newsreader {
  font-family: Newsreader Display, sans-serif;
  font-size: 96px;
  line-height: 96px;
}

.hanken-grotesk {
  font-size: 96px;
  line-height: 96px;
}

.icon-grid {
  grid-column-gap: 14px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.search-modal {
  z-index: 11;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.search-modal-bg {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.search-body {
  z-index: 2;
  background-color: var(--white);
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}

.search-form {
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-result-url {
  margin-top: 7px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 22px;
}

.search-result-list {
  margin-top: 84px;
}

.footer-form {
  border-bottom: 2px solid #ffffff80;
  display: flex;
}

.footer-form-wrapper {
  width: 100%;
}

.footer-form-input {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  height: 56px;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-form-input::placeholder {
  color: #ffffff80;
  font-size: 18px;
  line-height: 28px;
}

.footer-form-button {
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 14px;
  font-weight: 800;
}

.footer-form-disclaimer {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
}

.social-links-row {
  align-items: center;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.social-link-item {
  opacity: .5;
  margin-left: 7px;
  margin-right: 7px;
  transition: opacity .2s;
}

.social-link-item:hover {
  opacity: 1;
}

.social-link-item-image {
  max-height: 17px;
}

.dropdown-link {
  opacity: .5;
  padding: 7px 0;
  transition: opacity .2s;
}

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

.dropdown-link.w--current {
  opacity: 1;
  color: var(--primary);
}

.navbar-2-row {
  justify-content: space-between;
  align-items: center;
  min-height: 84px;
  display: flex;
}

.navbar-demos {
  flex-direction: column-reverse;
  display: flex;
}

.close-button {
  width: auto;
  height: auto;
}

.cart-quantity-input:focus {
  border-color: var(--primary);
}

.cart-empty-state {
  flex-direction: column;
}

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

.discounts {
  border-style: none;
  flex-direction: column;
  padding: 0;
}

.discount-form {
  display: flex;
}

.container-small-hero {
  direction: ltr;
  width: 100%;
  max-width: 386px;
}

.container-small-hero.align-center.text-center {
  max-width: 100%;
}

.specialties-section {
  padding-top: 60px;
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
}

.specialties-section.no-bottom-padding {
  padding-bottom: 0;
}

.specialties-section.blog-post-image-section {
  z-index: 2;
  background-color: var(--pastel-3);
  margin-top: 112px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.specialties-section.no-top-padding {
  padding-top: 0;
}

.specialties-section.recuced-bottom-padding {
  padding-bottom: 56px;
}

.header-section {
  background-color: var(--pastel-1);
  background-image: linear-gradient(to top, #fff, #fff0), var(--image-i8ef3183);
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  background-attachment: scroll, fixed;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
}

.header-section.no-bottom-padding {
  padding-bottom: 0;
}

.header-section.blog-post-image-section {
  z-index: 2;
  background-color: var(--pastel-3);
  margin-top: 112px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.header-section.no-top-padding {
  padding-top: 0;
}

.header-section.recuced-bottom-padding {
  background-color: var(--pastel-1);
  background-image: linear-gradient(to top, #fff, #fff0), var(--image-i8ef3183);
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  background-attachment: scroll, fixed;
  padding-bottom: 0;
}

.header-section.pb-0 {
  padding-bottom: 0;
}

.header-section.pb-2 {
  padding-bottom: 40px;
}

.link, .text-block {
  display: inline;
}

.contact-section {
  background-color: var(--pastel-1);
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
}

.contact-section.no-bottom-padding {
  padding-bottom: 0;
}

.contact-section.blog-post-image-section {
  z-index: 2;
  background-color: var(--pastel-3);
  margin-top: 112px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.contact-section.no-top-padding {
  padding-top: 0;
}

.contact-section.recuced-bottom-padding {
  padding-bottom: 56px;
}

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

.text-block-3 {
  font-style: italic;
  display: inline;
}

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

.contact-heading {
  margin-bottom: 5px;
  font-family: Newsreader Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.35;
}

.paragraph {
  font-size: 16px;
  line-height: 1.8;
}

.container-small-sticky {
  direction: ltr;
  width: 100%;
  max-width: 386px;
}

.container-small-sticky.align-center {
  position: sticky;
}

.footer-contact {
  flex-direction: column;
  display: flex;
}

.footer-logo {
  margin-bottom: 0;
}

.grid-halves-hero {
  grid-template-rows: auto;
  align-items: center;
  margin-left: 72px;
  margin-right: 72px;
  display: flex;
}

.grid-halves-hero.reverse-direction {
  direction: rtl;
}

.button-footer {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  border-radius: 200px;
  padding: 11px 28px;
  font-weight: 600;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-footer:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: #0000;
}

.button-footer.small {
  padding: 7px 21px;
  font-size: 14px;
  line-height: 24px;
}

.button-footer.large {
  padding: 14px 35px;
}

.button-footer.large.bg-primary {
  font-size: 18px;
}

.button-footer.large.bg-primary.w--current {
  margin-top: 40px;
  padding: 10px 20px;
  font-size: 16px;
}

.button-footer.bg-primary {
  background-color: var(--primary);
  color: var(--white);
}

.button-footer.bg-primary:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.button-footer.bg-primary.add-to-cart {
  flex: 1;
  justify-content: center;
}

.button-footer.bg-primary.search-button {
  margin-left: 14px;
}

.button-footer.bg-primary.buy-now-button {
  width: 100%;
  margin-top: 14px;
  display: block;
}

.button-footer.icon-button {
  background-color: var(--primary);
  color: #fff;
  align-items: center;
  display: flex;
}

.button-footer.icon-button.video-button {
  position: absolute;
}

.button-footer.discount-button {
  height: auto;
}

.pattern-overlay-oversized {
  opacity: .75;
  height: 200%;
  position: absolute;
  top: 0;
  left: -5vw;
}

.pattern-overlay-oversized.right {
  left: auto;
  right: -5vw;
}

.pattern-overlay-oversized.atop-image {
  opacity: 1;
  height: auto;
  top: auto;
  bottom: -56px;
  left: -56px;
}

.pattern-overlay-oversized.bottom-right {
  z-index: 2;
  opacity: 1;
  height: auto;
  inset: auto -56px -112px auto;
}

.pattern-overlay-oversized.top-right {
  opacity: 1;
  height: auto;
  top: -28px;
  left: auto;
  right: -112px;
}

.content-section {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.content-section.no-bottom-padding {
  padding-bottom: 0;
}

.content-section.blog-post-image-section {
  z-index: 2;
  background-color: var(--pastel-3);
  margin-top: 112px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.content-section.no-top-padding {
  padding-top: 0;
}

.content-section.recuced-bottom-padding {
  padding-bottom: 56px;
}

.nav-phone-number {
  align-self: center;
  margin-left: 7px;
  margin-right: 28px;
}

.homepage-first-content-section {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.homepage-first-content-section.bg-pastel-2.hero-section {
  background-image: linear-gradient(#0000, #fff), var(--image-i8ef3183);
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  background-attachment: scroll, fixed;
}

.homepage-first-content-section.no-bottom-padding {
  padding-bottom: 0;
}

.homepage-first-content-section.blog-post-image-section {
  z-index: 2;
  background-color: var(--pastel-3);
  margin-top: 112px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.homepage-first-content-section.no-top-padding {
  padding-top: 0;
}

.homepage-first-content-section.recuced-bottom-padding {
  padding-bottom: 56px;
}

.button-nav {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  border-radius: 200px;
  padding: 11px 28px;
  font-weight: 600;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-nav:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: #0000;
}

.button-nav.small {
  padding: 7px 21px;
  font-size: 14px;
  line-height: 24px;
}

.button-nav.large {
  padding: 14px 35px;
}

.button-nav.large.bg-primary {
  font-size: 16px;
}

.button-nav.bg-primary {
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 22px;
  font-size: 16px;
}

.button-nav.bg-primary:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.button-nav.bg-primary.add-to-cart {
  flex: 1;
  justify-content: center;
}

.button-nav.bg-primary.search-button {
  margin-left: 14px;
}

.button-nav.bg-primary.buy-now-button {
  width: 100%;
  margin-top: 14px;
  display: block;
}

.button-nav.icon-button {
  background-color: var(--primary);
  color: #fff;
  align-items: center;
  display: flex;
}

.button-nav.icon-button.video-button {
  position: absolute;
}

.button-nav.discount-button {
  height: auto;
}

.button-nav.bg-black {
  border-color: var(--dark);
  background-color: var(--dark);
  color: var(--white);
  padding: 5px 22px;
  font-size: 16px;
}

.button-nav.bg-black:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.button-nav.bg-black.add-to-cart {
  flex: 1;
  justify-content: center;
}

.button-nav.bg-black.search-button {
  margin-left: 14px;
}

.button-nav.bg-black.buy-now-button {
  width: 100%;
  margin-top: 14px;
  display: block;
}

.home-content-section {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
}

.home-content-section.bg-pastel-2.hero-section {
  background-image: linear-gradient(#0000, #fff), var(--image-i8ef3183);
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  background-attachment: scroll, fixed;
}

.home-content-section.no-bottom-padding {
  background-color: var(--white);
  padding-bottom: 112px;
}

.home-content-section.blog-post-image-section {
  z-index: 2;
  background-color: var(--pastel-3);
  margin-top: 112px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.home-content-section.no-top-padding {
  padding-top: 0;
}

.home-content-section.recuced-bottom-padding {
  padding-bottom: 56px;
}

.text-block-5 {
  margin-bottom: 40px;
}

.text-block-6 {
  margin-top: 20px;
}

.uppercase-2 {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.uppercase-2.footer-heading {
  margin-bottom: 14px;
}

.uppercase-2.subtitle {
  color: var(--primary);
  margin-top: 60px;
}

.uppercase-2.subtitle.reduced-margin {
  margin-bottom: 14px;
}

.uppercase-2.text-primary {
  margin-bottom: 20px;
}

.section-title-education {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-title-education.text-left {
  text-align: left;
  align-items: flex-start;
}

.date {
  background-color: var(--primary);
  color: var(--white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 15px;
  padding: 5px 5px 3px 16px;
  font-family: Newsreader Display, sans-serif;
  font-size: 16px;
}

.bold-and-block {
  margin-bottom: 5px;
  display: block;
}

.education-info {
  margin-top: 20px;
  padding-left: 120px;
  padding-right: 120px;
}

.header-section-about {
  background-color: var(--pastel-1);
  background-image: linear-gradient(to top, #fff, #fff0), var(--image-i8ef3183);
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
  overflow: hidden;
}

.header-section-about.no-bottom-padding {
  padding-bottom: 0;
}

.header-section-about.blog-post-image-section {
  z-index: 2;
  background-color: var(--pastel-3);
  margin-top: 112px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.header-section-about.no-top-padding {
  padding-top: 0;
}

.header-section-about.recuced-bottom-padding {
  background-color: var(--pastel-1);
  padding-bottom: 56px;
}

.div-block {
  color: #757170;
  font-size: 16px;
  font-style: italic;
}

.link-2 {
  color: #818181;
}

.header-button {
  display: none;
}

.phone-container {
  display: flex;
}

.container-content-home {
  width: 100%;
  max-width: 497px;
  position: relative;
}

.container-content-home.align-center {
  direction: ltr;
  display: block;
}

.container-content-home.align-center.top-layer {
  z-index: 4;
}

.container-content-home.wide {
  max-width: 608px;
}

.container-content-home.product-description-container {
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-copy {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
}

.section-copy.bg-pastel-2.hero-section {
  background-image: linear-gradient(#fff0, #fff), var(--image-i8ef3183);
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  background-attachment: scroll, fixed;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-copy.no-bottom-padding {
  padding-bottom: 0;
}

.section-copy.bg-pastel-3 {
  background-color: var(--pastel-2);
}

.section-copy.blog-post-image-section {
  z-index: 2;
  background-color: var(--pastel-3);
  margin-top: 112px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section-copy.no-top-padding {
  padding-top: 0;
}

.section-copy.recuced-bottom-padding {
  padding-bottom: 56px;
}

.document-link {
  color: var(--dark);
  cursor: pointer;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.document-link.increased-padding {
  border-top: 1px solid #e2e2e2;
  padding-top: 21px;
  padding-bottom: 21px;
}

.document-link-pdf {
  color: var(--dark);
  cursor: pointer;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.document-link-pdf.increased-padding {
  border-top: 1px solid #e2e2e2;
  padding-top: 21px;
  padding-bottom: 21px;
}

.link-container {
  margin-right: 20px;
}

.file-description {
  color: #969696;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.home-content-image {
  margin-bottom: 10px;
}

.justify-content-center-copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 20%;
  display: flex;
}

.justify-content-center-copy.cms-link {
  margin-top: 56px;
}

.div-block-3 {
  text-align: center;
}

.link-3, .div-block-4 {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.bg-pastel-2.hero-section {
    min-height: auto;
  }

  .section.bg-pastel-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .style-guide-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .display-heading {
    font-size: 50px;
  }

  .style-guide-title {
    position: relative;
    top: 0;
  }

  .navbar-grid {
    justify-content: space-between;
    display: flex;
  }

  .nav-link {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    display: block;
  }

  .nav-link.contact-us-link {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #3a65fc1a;
    padding: 14px 28px;
    left: -30px;
    right: -30px;
  }

  .dropdown-toggle, .dropdown-toggle.w--open {
    justify-content: center;
  }

  .navbar-controls {
    align-items: center;
  }

  .navbar-search {
    margin-left: 14px;
    margin-right: 14px;
  }

  .menu-button {
    margin-left: 28px;
    padding: 14px;
    display: block;
  }

  .menu-button:hover, .menu-button:active, .menu-button:focus {
    background-color: var(--pastel-3);
  }

  .menu-button:focus-visible {
    background-color: var(--pastel-3);
  }

  .menu-button[data-wf-focus-visible] {
    background-color: var(--pastel-3);
  }

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

  .menu-button-image {
    display: block;
  }

  .dropdown-list.w--open {
    background-color: var(--pastel-1);
    margin-top: 20px;
    position: relative;
  }

  .footer-menu-grid {
    justify-items: start;
    margin-top: 56px;
    margin-left: 0;
  }

  .footer-menu-grid.reduced-space {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top-row {
    flex-direction: column;
  }

  .footer-bottom-row.grid {
    flex-direction: column;
    display: flex;
  }

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

  .grid-halves.reverse-direction {
    direction: ltr;
  }

  .grid-halves.has-slider {
    flex-direction: column;
    display: flex;
  }

  .container-small.align-center.top-layer {
    z-index: 4;
    position: relative;
  }

  .container.align-center {
    text-align: left;
    align-self: center;
    padding-right: 0;
  }

  .container.boxed-cta-container {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-row-item {
    margin-left: 14px;
    margin-right: 14px;
  }

  .about-section-large {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .large-heading.section-heading {
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-images-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 540px;
  }

  .outlet-reviews-grid {
    grid-column-gap: 28px;
  }

  .section-small {
    padding-top: 60px;
  }

  .horizontal-icon-grid, .cards-grid, .blog-grid {
    grid-template-columns: 1fr;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-grid.halves {
    max-width: 100%;
  }

  .contained-section {
    padding-bottom: 0;
  }

  .contained-section-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .icon-thirds-grid {
    grid-column-gap: 35px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
  }

  .icon-thirds-image {
    max-width: 100%;
  }

  .cta-grid {
    grid-template-columns: 1fr .75fr;
  }

  .product-grid {
    grid-template-columns: 1fr;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-product-section {
    grid-template-columns: 1fr;
    padding-top: 112px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .checkout-layout {
    flex-direction: column;
  }

  .checkout-contents {
    width: 100%;
    margin-right: 0;
  }

  .checkout-sidebar {
    width: 100%;
    position: static;
  }

  .footer-2-logo-link {
    width: 100%;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-link {
    color: var(--dark-green);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-small-hero.align-center.top-layer {
    z-index: 4;
    position: relative;
  }

  .specialties-section.bg-pastel-2.hero-section {
    min-height: auto;
  }

  .header-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-section.bg-pastel-2.hero-section {
    min-height: auto;
  }

  .contact-section {
    padding-top: 60px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .contact-section.bg-pastel-2.hero-section {
    min-height: auto;
  }

  .container-small-sticky.align-center {
    max-width: 100%;
  }

  .container-small-sticky.align-center.top-layer {
    z-index: 4;
    position: relative;
  }

  .grid-halves-hero {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .grid-halves-hero.reverse-direction {
    direction: ltr;
  }

  .grid-halves-hero.has-slider {
    flex-direction: column;
    display: flex;
  }

  .content-section.bg-pastel-2.hero-section, .homepage-first-content-section.bg-pastel-2.hero-section, .home-content-section.bg-pastel-2.hero-section {
    min-height: auto;
  }

  .text-block-6 {
    text-align: left;
  }

  .header-section-about {
    padding-top: 60px;
  }

  .header-section-about.bg-pastel-2.hero-section {
    min-height: auto;
  }

  .container-content-home.align-center {
    text-align: center;
    align-self: center;
    padding-right: 0;
  }

  .container-content-home.boxed-cta-container {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    text-align: center;
  }

  .rich-text-block {
    text-align: left;
  }

  .section-copy.bg-pastel-2.hero-section {
    min-height: auto;
  }

  .section-copy.bg-pastel-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .justify-content-center-copy {
    max-width: 20%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  figure {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section.bg-pastel-2.hero-section {
    padding-top: 36px;
  }

  .section.blog-post-image-section {
    margin-top: 84px;
  }

  .display-heading {
    letter-spacing: -.01em;
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 48px;
  }

  .display-heading.no-bottom-margin {
    margin-top: 0;
    font-size: 38px;
  }

  .uppercase {
    text-align: left;
  }

  .nav-link {
    font-size: 6vw;
  }

  .menu-button {
    margin-left: 0;
  }

  .navbar-email {
    display: none;
  }

  .brand.w--current {
    max-width: 50%;
  }

  .footer-menu-grid {
    grid-column-gap: 28px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-top-row {
    margin-bottom: 56px;
  }

  .footer-bottom-row {
    flex-direction: column;
  }

  .payment-methods {
    margin-top: 14px;
  }

  .pattern-overlay.top-right {
    display: none;
  }

  .medium-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .icon-row {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 28px;
    display: grid;
  }

  .icon-row-item {
    margin-left: 0;
    margin-right: 0;
  }

  .about-section-large {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .large-heading {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 42px;
  }

  .quote-slider {
    max-width: 100%;
    left: 0;
  }

  .quote-slide-contents {
    flex-direction: column;
    align-items: center;
  }

  .quote-slide-nav {
    text-align: center;
  }

  .quote-text-wrapper {
    right: 0;
  }

  .quote-image {
    margin-top: 0;
  }

  .outlet-reviews-grid {
    grid-template-columns: 1fr;
    max-width: 397px;
  }

  .section-small {
    padding-top: 20px;
  }

  .horizontal-icon-grid {
    grid-row-gap: 35px;
  }

  .cards-grid {
    max-width: 331px;
  }

  .blog-grid.halves {
    flex-direction: column;
    display: flex;
  }

  .blog-title-link {
    text-align: left;
    display: block;
  }

  .blog-category-link {
    margin-top: 0;
  }

  .blog-post-heading {
    font-size: 36px;
    line-height: 1.4;
  }

  .blog-post-image {
    bottom: 84px;
  }

  .article h4 {
    margin-top: 28px;
  }

  .contained-section {
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .icon-thirds-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    max-width: 397px;
  }

  .featured-product-section {
    padding-top: 84px;
  }

  .faq-grid {
    grid-row-gap: 35px;
  }

  .hero-image {
    width: 100%;
  }

  .specialties-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .specialties-section.blog-post-image-section {
    margin-top: 84px;
  }

  .header-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .header-section.blog-post-image-section {
    margin-top: 84px;
  }

  .header-section.recuced-bottom-padding {
    padding-top: 60px;
  }

  .contact-section {
    padding: 40px 20px;
  }

  .contact-section.blog-post-image-section {
    margin-top: 84px;
  }

  .contact-heading {
    font-size: 30px;
  }

  .grid-halves-hero {
    margin-left: 0;
    margin-right: 0;
  }

  .pattern-overlay-oversized.top-right {
    display: none;
  }

  .content-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .content-section.blog-post-image-section {
    margin-top: 84px;
  }

  .nav-phone-number {
    margin-right: 10px;
    font-size: 2.8vw;
  }

  .homepage-first-content-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .homepage-first-content-section.blog-post-image-section {
    margin-top: 84px;
  }

  .home-content-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .home-content-section.blog-post-image-section {
    margin-top: 84px;
  }

  .education-info {
    padding: 0;
  }

  .header-section-about {
    padding: 40px 60px;
  }

  .header-section-about.blog-post-image-section {
    margin-top: 84px;
  }

  .div-block {
    line-height: 1.6;
  }

  .header-button, .phone-container {
    display: none;
  }

  .rich-text-block {
    font-size: 16px;
    line-height: 1.4;
  }

  .section-copy {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-copy.bg-pastel-2.hero-section {
    padding-top: 36px;
  }

  .section-copy.blog-post-image-section {
    margin-top: 84px;
  }

  .justify-content-center-copy {
    max-width: 40%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  p {
    margin-bottom: 24px;
  }

  figure {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .main-container.edge-to-edge, .main-container.e2e {
    padding-left: 0;
    padding-right: 0;
  }

  .section.bg-pastel-2.hero-section {
    padding-bottom: 0;
  }

  .section.bg-pastel-2.hero-section.edge-to-edge {
    padding-top: 0;
  }

  .section.no-bottom-padding {
    padding-top: 60px;
  }

  .section.bg-pastel-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.blog-post-image-section {
    margin-top: 56px;
  }

  .style-guide-color-grid {
    grid-template-columns: 1fr 1fr;
  }

  .large-text {
    font-size: 4vw;
    line-height: 24px;
  }

  .large-text.intro-paragraph {
    margin-bottom: 24px;
  }

  .large-text.rating-text {
    margin-bottom: 14px;
  }

  .display-heading {
    margin-top: 15px;
    font-size: 6.2vw;
    line-height: 1.5;
  }

  .display-heading.no-bottom-margin {
    font-size: 8vw;
  }

  .style-guide-buttons-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .button.large.bg-primary.green {
    border-color: var(--dark-green);
    background-color: var(--dark-green);
  }

  .button.large.bg-primary.green:hover {
    border-width: 1px;
    border-color: var(--pastel-2);
    color: var(--dark-green);
    background-color: #0000;
  }

  .button.bg-primary.add-to-cart {
    margin-top: 14px;
  }

  .button.bg-primary.search-button {
    margin-top: 14px;
    margin-left: 0;
  }

  .button.discount-button {
    justify-content: center;
    margin-top: 7px;
    margin-left: 0;
  }

  .uppercase {
    line-height: 1.4;
  }

  .uppercase.subtitle {
    text-align: center;
    margin-bottom: 14px;
    font-size: 3.5vw;
  }

  .uppercase.text-primary {
    margin-bottom: 10px;
    font-size: 2.9vw;
    line-height: 1.5;
  }

  .nav-menu {
    padding: 7px 21px;
  }

  .menu-button {
    margin-left: 0;
  }

  .brand.w--current {
    max-width: 80%;
  }

  .form-input, .form-input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .form-grid-vertical {
    grid-row-gap: 24px;
  }

  .footer-menu-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-menu-grid.reduced-space {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-top-row {
    text-align: center;
  }

  .footer-bottom-row {
    text-align: center;
    flex-direction: column;
  }

  .payment-methods {
    margin-top: 28px;
  }

  .grid-halves.has-slider {
    flex-direction: column;
    display: flex;
  }

  .container-small.align-center.cta-contents {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pattern-overlay.bottom-right {
    display: none;
  }

  .medium-heading {
    font-size: 7vw;
    line-height: 1.4;
  }

  .medium-heading.no-bottom-margin {
    font-size: 5vw;
  }

  .medium-heading.no-bottom-margin.bigger, .medium-heading.bigger {
    font-size: 7vw;
  }

  .icon-row {
    place-items: flex-start start;
  }

  .large-heading {
    font-size: 7vw;
    line-height: 1.5;
  }

  .large-heading.section-heading {
    margin-bottom: 35px;
  }

  .justify-content-center {
    max-width: 100%;
  }

  .justify-content-center.cms-link {
    margin-top: 28px;
  }

  .quote-slider {
    max-width: 100%;
    margin-top: 28px;
  }

  .quote-text-wrapper {
    padding: 35px 28px;
  }

  .quote-image {
    width: 100%;
  }

  .process-title {
    margin-bottom: 21px;
    padding-top: 21px;
  }

  .process-number {
    font-size: 32px;
    line-height: 42px;
  }

  .boxed-cta {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .cta-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .social-images-grid {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .outlet-reviews-grid {
    grid-row-gap: 35px;
  }

  .outlet-logo {
    margin-bottom: 14px;
  }

  .section-small {
    padding-bottom: 60px;
  }

  .horizontal-icon-grid {
    grid-row-gap: 28px;
  }

  .horizontal-icon-item {
    flex-direction: column;
  }

  .horizontal-icon-image {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .blog-grid.halves {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .blog-post-heading {
    font-size: 36px;
    line-height: 1.4;
  }

  .blog-post-image {
    bottom: 56px;
  }

  .article ul {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .article h4 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .article h2 {
    margin-bottom: 14px;
  }

  .contained-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contained-section-grid {
    grid-row-gap: 35px;
  }

  .icon-thirds-image {
    margin-bottom: 14px;
  }

  .cta-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .cta-image {
    max-height: 224px;
  }

  .contact-methods-grid {
    grid-row-gap: 28px;
    margin-top: 35px;
  }

  .add-to-cart {
    flex-direction: column;
  }

  .quantity-input {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .rating {
    margin-bottom: 14px;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .order-item-image {
    margin-bottom: 14px;
  }

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

  .newsreader, .hanken-grotesk {
    font-size: 72px;
    line-height: 72px;
  }

  .icon-grid {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .search-result-list {
    margin-top: 56px;
  }

  .hero-image {
    width: auto;
    max-height: 44vh;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .discounts {
    margin-bottom: 21px;
    display: block;
  }

  .discount-form {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .product-quantity {
    text-align: center;
    justify-content: center;
  }

  .container-small-hero.align-center.text-center.px-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-small-hero.align-center.cta-contents {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .specialties-section {
    padding-top: 60px;
  }

  .specialties-section.blog-post-image-section {
    margin-top: 56px;
  }

  .header-section {
    padding-bottom: 20px;
  }

  .header-section.blog-post-image-section, .contact-section.blog-post-image-section {
    margin-top: 56px;
  }

  .contact-heading {
    font-size: 7vw;
  }

  .container-small-sticky.align-center.cta-contents {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .grid-halves-hero.has-slider {
    flex-direction: column;
    display: flex;
  }

  .button-footer.bg-primary.add-to-cart {
    margin-top: 14px;
  }

  .button-footer.bg-primary.search-button {
    margin-top: 14px;
    margin-left: 0;
  }

  .button-footer.discount-button {
    justify-content: center;
    margin-top: 7px;
    margin-left: 0;
  }

  .pattern-overlay-oversized.bottom-right {
    display: none;
  }

  .content-section.blog-post-image-section {
    margin-top: 56px;
  }

  .homepage-first-content-section {
    padding-top: 72px;
  }

  .homepage-first-content-section.blog-post-image-section {
    margin-top: 56px;
  }

  .button-nav.bg-primary.add-to-cart {
    margin-top: 14px;
  }

  .button-nav.bg-primary.search-button {
    margin-top: 14px;
    margin-left: 0;
  }

  .button-nav.discount-button {
    justify-content: center;
    margin-top: 7px;
    margin-left: 0;
  }

  .button-nav.bg-black.add-to-cart {
    margin-top: 14px;
  }

  .button-nav.bg-black.search-button {
    margin-top: 14px;
    margin-left: 0;
  }

  .home-content-section.no-bottom-padding {
    padding-bottom: 60px;
  }

  .home-content-section.blog-post-image-section {
    margin-top: 56px;
  }

  .uppercase-2.subtitle {
    margin-top: 40px;
    margin-bottom: 14px;
  }

  .section-title-education {
    margin-bottom: 20px;
  }

  .education-info {
    text-align: left;
  }

  .header-section-about {
    padding: 40px 20px 10px;
  }

  .header-section-about.blog-post-image-section {
    margin-top: 56px;
  }

  .phone-container {
    display: none;
  }

  .section-copy.bg-pastel-2.hero-section {
    padding-bottom: 0;
  }

  .section-copy.bg-pastel-2.hero-section.edge-to-edge {
    padding-top: 0;
  }

  .section-copy.no-bottom-padding {
    padding-top: 60px;
  }

  .section-copy.bg-pastel-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy.blog-post-image-section {
    margin-top: 56px;
  }

  .justify-content-center-copy {
    max-width: 100%;
  }

  .justify-content-center-copy.cms-link {
    margin-top: 28px;
  }
}

#w-node-f0e5d10e-0136-9f8b-fd1a-12e7ec03111c-ec0310fb {
  place-self: center;
}

#w-node-f0e5d10e-0136-9f8b-fd1a-12e7ec03111e-ec0310fb {
  place-self: center end;
}

#w-node-a9ae8da6-bf33-3850-b3e7-5c9cf59ec14d-f59ec12d {
  justify-self: start;
}

#w-node-_0aaed49d-b711-7679-2628-34005bd433d7-90725ae1 {
  align-self: stretch;
}

#w-node-_93b1f7b2-fe60-9b31-da7c-05fe69f7ebc6-69f7eb84 {
  justify-self: center;
}

#w-node-_93b1f7b2-fe60-9b31-da7c-05fe69f7ebcb-69f7eb84 {
  justify-self: end;
}

#w-node-_27f8a291-a914-acaa-9709-b60f9bcd190d-9bcd18e7, #w-node-_15a6293b-74ce-8211-49b2-56aaea398bd2-ea398bcc {
  place-self: center end;
}

#w-node-_802cceca-17d5-ded4-4ffa-b891aaecb0aa-59725aeb {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_93b1f7b2-fe60-9b31-da7c-05fe69f7ebad-69f7eb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_93b1f7b2-fe60-9b31-da7c-05fe69f7ebad-69f7eb84 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Newsreader Display';
  src: url("/assets/fonts/newsreaderdisplay-regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url("/assets/fonts/hankengrotesk-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url("/assets/fonts/hankengrotesk-extrabold.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url("/assets/fonts/hankengrotesk-medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url("/assets/fonts/hankengrotesk-semibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}