:root {
  --_themes---text-color--text-primary: var(--swatch-neutral--black);
  --_themes---background-color--background-accent: var(--swatch-brand--bright-gold);
  --_themes---text-color--text-alternate: var(--swatch-neutral--white);
  --_themes---background-color--background-secondary: var(--swatch-brand--rose-pink);
  --_themes---text-color--text-secondary: var(--swatch-brand--rose-pink);
  --_themes---border-color--border-primary: var(--swatch-neutral--black);
  --_themes---background-color--background-alternate: var(--swatch-neutral--white);
  --_themes---background-color--background-primary: var(--swatch-neutral--black);
  --_themes---border-color--border-alternate: var(--swatch-neutral--white);
  --_themes---background-color--background-tertiary: var(--swatch-brand--bright-pastel-green);
  --_themes---border-color--border-secondary: var(--swatch-brand--rose-pink);
  --swatch-system--error-light: #f9a4a4;
  --swatch-neutral--white: white;
  --font--primary: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --swatch-brand--rose-pink: #ffa0da;
  --_themes---text-color--text-tertiary: var(--swatch-brand--bright-pastel-green);
  --swatch-brand--bright-pastel-green: #aef496;
  --swatch-brand--bright-gold: #ffdd54;
  --_themes---text-color--text-accent: var(--swatch-brand--bright-gold);
  --swatch-neutral--neutral-100: #eee;
  --swatch-neutral--neutral-200: #ccc;
  --swatch-neutral--neutral-300: #aaa;
  --swatch-neutral--neutral-400: #666;
  --swatch-neutral--neutral-500: #555;
  --swatch-neutral--neutral-600: #444;
  --swatch-neutral--neutral-700: #333;
  --swatch-neutral--neutral-800: #222;
  --swatch-neutral--neutral-900: #111;
  --swatch-neutral--black: black;
  --swatch-system--succes-light: #d2ffb4;
  --swatch-system--succes-dark: #1acc23;
  --swatch-system--warning-light: #fff3a7;
  --swatch-system--warning-dark: #e1d307;
  --_themes---border-color--border-tertiary: var(--swatch-brand--bright-pastel-green);
  --_themes---border-color--border-accent: var(--swatch-brand--bright-gold);
  --swatch-system--error-dark: #b91717;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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 {
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .w-commerce-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: var(--_themes---text-color--text-primary);
  background-color: #0000;
  font-family: Pixelify Sans, sans-serif;
  font-size: clamp(1rem, .833rem + .35vw, 1.25rem);
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  line-height: 1.2;
}

a {
  color: inherit;
  padding: 0;
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 2.4rem;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .3rem solid var(--_themes---background-color--background-accent);
  margin-bottom: 0;
  padding: .625rem 1.25rem;
}

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

.utility_page-content {
  width: 16.25rem;
  color: var(--_themes---text-color--text-alternate);
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_page-form {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.nav_menu-link {
  color: inherit;
  padding: .6rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.padding-custom3 {
  padding: 3.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.background-color-secondary {
  background-color: var(--_themes---background-color--background-secondary);
  overflow: visible;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  object-fit: cover;
  width: 2.5rem;
  height: 2.5rem;
}

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

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

.styleguide_component {
  color: var(--_themes---text-color--text-alternate);
}

.styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pointer-events-auto {
  pointer-events: auto;
}

.styleguide_2-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.text-color-alternate {
  color: #fff;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular {
  font-size: 1rem;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.form_component {
  margin-bottom: 0;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide_3-col.is-align-start {
  align-items: start;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.hide, .styleguide_spacing-all {
  display: none;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

.styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-height-small {
  height: 1rem;
}

.styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.styleguide_label.is-tag {
  background-color: #dd23bb;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: #000;
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-custom2 {
  padding: 2.5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-secondary {
  color: var(--_themes---text-color--text-secondary);
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.background-color-alternate {
  background-color: #fff;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-xlarge {
  margin: 4rem;
}

.button {
  border: .25rem solid var(--_themes---border-color--border-primary);
  background-color: var(--_themes---background-color--background-alternate);
  color: var(--_themes---background-color--background-primary);
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-custom2 {
  margin: 2.5rem;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-weight-bold {
  font-weight: 700;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-size-small {
  font-size: .875rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-large {
  font-size: 1.5rem;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-huge {
  margin: 6rem;
}

.nav_component {
  z-index: 6;
  width: 100%;
  min-height: 2.7rem;
  color: var(--_themes---text-color--text-alternate);
  background-color: #000;
  position: fixed;
  inset: auto 0% 0%;
}

.padding-xxsmall {
  padding: .25rem;
}

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

.nav_brand {
  justify-content: center;
  align-items: center;
  padding: .6rem;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.form_input {
  border: .25rem solid var(--_themes---border-color--border-alternate);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--_themes---text-color--text-alternate);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-style-link {
  color: var(--_themes---text-color--text-secondary);
  text-decoration: underline;
}

.padding-tiny {
  padding: .125rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.background-color-tertiary {
  background-color: var(--_themes---background-color--background-tertiary);
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.styleguide_heading-medium {
  font-size: 4rem;
}

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

.margin-custom3 {
  margin: 3.5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.background-color-accent {
  background-color: var(--_themes---background-color--background-accent);
}

.background_component {
  z-index: -2;
  background-color: var(--_themes---background-color--background-primary);
  position: fixed;
  inset: 0%;
}

.background_image {
  opacity: .3;
  perspective: 4rem;
  object-fit: cover;
  width: 110%;
  height: 110%;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: perspective(2rem);
}

.apps_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 8rem;
  color: var(--_themes---text-color--text-alternate);
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 4rem auto auto 2rem;
}

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

.vertical-flex.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.cookies_component {
  z-index: 5;
  border: .3rem solid var(--_themes---border-color--border-primary);
  background-color: var(--_themes---background-color--background-alternate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21rem;
  padding: 1.5rem .6rem 1.2rem;
  display: flex;
  position: fixed;
  inset: auto 2.4rem 2.7rem auto;
}

.cookies_container {
  grid-column-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 80dvw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.horizontal-flex {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.window_main-component {
  z-index: 2;
  border: .125rem solid var(--_themes---border-color--border-primary);
  width: 60dvw;
  min-height: 6rem;
  transition: box-shadow .693s;
  position: absolute;
  inset: 9dvh auto auto 9dvw;
}

.window_main-component:hover {
  box-shadow: 0rem 0rem 1rem -.2rem var(--_themes---background-color--background-accent);
}

.window_tittle-bar {
  border-bottom: .125rem solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .3rem .5rem;
  font-weight: 600;
  display: flex;
}

.window_minimize-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.window_minimize-button {
  aspect-ratio: 1;
  border: .125rem solid var(--_themes---border-color--border-primary);
  border-radius: 2rem;
  width: 1rem;
  height: 1rem;
}

.window_content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 70dvh;
  padding: 1.2rem;
  overflow: scroll;
}

.window_cta-wrapper {
  border-top: .125rem solid var(--_themes---border-color--border-primary);
  background-color: var(--_themes---background-color--background-accent);
  height: auto;
  padding: .6rem 1.2rem;
  overflow: visible;
}

.window_cta-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: .325rem .6rem;
  display: grid;
}

.window_secondary-component {
  z-index: 3;
  border: .125rem solid var(--_themes---border-color--border-primary);
  width: 30dvw;
  min-height: 6rem;
  transition: box-shadow .693s;
  position: absolute;
  inset: 12dvh auto auto 65dvw;
}

.window_secondary-component:hover {
  box-shadow: 0rem 0rem 1rem -.2rem var(--_themes---background-color--background-accent);
}

.window_secondary-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 50dvh;
  padding: 1.2rem;
  overflow: scroll;
}

.icon-1x1-xxlarge {
  object-fit: cover;
  width: 3.9rem;
  height: 3.9rem;
}

.tabs {
  flex-flow: column;
  display: flex;
}

.tab-link {
  background-color: #0000;
}

.tab-link.w--current {
  border: .3rem solid var(--_themes---border-color--border-secondary);
  background-color: #0000;
}

.error-message {
  background-color: var(--swatch-system--error-light);
}

.flexchild-first {
  order: -9999;
}

.mob-nav_bar {
  z-index: 7;
  background-color: color-mix(in hsl, var(--_themes---background-color--background-primary) 60%, transparent 40%);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  width: 100vw;
  min-height: 4.5rem;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.mob-nav_link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mob-nav_menu-icon {
  justify-content: flex-end;
  width: 66%;
  display: flex;
}

.mob-nav_links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mob-nav_open-wrapper {
  z-index: 6;
  grid-row-gap: 3rem;
  background-color: color-mix(in hsl, var(--_themes---background-color--background-secondary) 70%, transparent 30%);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.mob-nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mob-nav_menu-lottie {
  width: 6dvw;
}

.cart_button {
  background-color: #0000;
}

.cart_quality {
  min-width: 1rem;
  height: 1rem;
  color: var(--_themes---text-color--text-primary);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: .8rem;
  display: flex;
  position: absolute;
  inset: .125rem .125rem auto auto;
}

.info_component {
  z-index: 4;
  background-color: color-mix(in hsl, var(--_themes---background-color--background-secondary) 66%, transparent 33%);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.info_icon {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

.cart-container {
  background-color: var(--_themes---background-color--background-secondary);
  color: var(--_themes---text-color--text-primary);
}

.mob-nav_cart {
  z-index: 6;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: color-mix(in hsl, var(--_themes---background-color--background-primary) 33%, transparent 66%);
  -webkit-backdrop-filter: blur(.6rem);
  backdrop-filter: blur(.6rem);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
  position: fixed;
  inset: .9rem .9rem auto auto;
}

.brandguide_section {
  flex-direction: column;
  padding-bottom: 12dvh;
  display: flex;
}

.downloadable-asset-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #0003;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.sticky-item {
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 3rem;
}

.type-asset-wrapper {
  border: 1px solid #0003;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.component-asset-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0003;
  border-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.downloadable-asset-inner-wrapper {
  background-image: linear-gradient(#00000026, #00000026), url('../images/transparent-bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, 1.3125rem;
  background-attachment: scroll, fixed;
  border-radius: .9rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.swatch-asset-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 3 / 4;
  cursor: pointer;
  border: 1px solid #0003;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: relative;
}

.divider-large {
  background-color: var(--_themes---background-color--background-primary);
  opacity: .33;
  width: 100%;
  height: .0625rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.brandguide_asset-downloader-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 66%;
  display: flex;
}

.brandguide_container {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.type-asset-info-inner-wrapper {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.type-asset-display-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.asset-download-icon {
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.downloadable {
  cursor: pointer;
  border-radius: 1rem;
  padding: .6rem;
  transition: background-color .369s, border-width .12s;
}

.downloadable:hover {
  background-color: #ffffff80;
  border: .2rem dashed #000;
}

.asset-clipboard-icon {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.brandguide_asset-downloader-2columns-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.swatch-asset-tittle {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.brandguide_asset-downloader-4columns-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 66%;
  display: grid;
}

.brandguide_asset-tittle {
  justify-content: space-between;
  align-items: center;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.type-asset-display-inner-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #fff;
  border-radius: 1.3rem;
  justify-content: center;
  align-items: center;
  height: 5.2rem;
  padding-left: .6rem;
  padding-right: .6rem;
  display: flex;
}

.type-asset-inner-left-wrapper {
  background-color: #0003;
  border-radius: .9rem 0 0 .9rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 50%;
  margin-right: auto;
  padding: 1.2rem 2rem 1.2rem 1.5rem;
  display: flex;
}

.brandguide_asset-info-container {
  max-width: 33%;
  padding-right: 1.5rem;
}

.type-asset-inner-right-wrapper {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  padding: .6rem 2rem;
  display: flex;
}

.brandguide_asset-container {
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.brandguide_tittle-section {
  flex-direction: column;
  display: flex;
}

.brandguide_tittle-container {
  width: 100%;
  max-width: 80dvw;
  margin-left: auto;
  margin-right: auto;
}

.hover-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-image-top {
  z-index: 2;
  width: 100%;
  transition: opacity .963s;
  position: absolute;
  inset: 0%;
}

.hover-image-top:hover {
  opacity: 0;
}

.hover-image-bottom {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

.fit-cover {
  object-fit: cover;
}

.fit-contain {
  object-fit: contain;
}

.brandguide_asset-downloader-3columns-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 66%;
  display: grid;
}

.absolute-popup {
  z-index: 6;
  background-color: var(--swatch-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.merchandiser-gif {
  pointer-events: none;
}

.gallery-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.4rem;
    line-height: 2.88rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.16rem;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2.1rem;
    line-height: 2.52rem;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 3.6rem;
  }

  h3 {
    font-size: 2.8rem;
    line-height: 3.36rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide_2-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .page-wrapper {
    flex-flow: column;
    padding-bottom: 4.5rem;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cookies_component {
    z-index: 5;
    width: 100%;
    inset: 0% 0% auto;
  }

  .window_main-component {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }

  .window_content-wrapper {
    max-height: none;
  }

  .window_secondary-component {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }

  .window_secondary-content-wrapper {
    max-height: none;
  }

  .mob-nav_bar {
    display: flex;
  }

  .mob-nav_open-wrapper {
    grid-row-gap: 2rem;
    justify-content: center;
  }

  .cart-container {
    width: 100dvw;
    min-width: 95dvw;
    max-width: 100dvw;
    height: auto;
    min-height: 60dvh;
    overflow: visible;
  }

  .mob-nav_cart {
    display: flex;
  }

  .divider-large {
    opacity: .33;
  }

  .brandguide_asset-downloader-2columns-container {
    grid-template-columns: 1fr;
  }

  .brandguide_asset-downloader-4columns-container, .tabs-menu, .brandguide_asset-downloader-3columns-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cookies_container {
    max-width: 85dvw;
  }

  .mob-nav_bar {
    display: flex;
  }

  .mob-nav_open-wrapper {
    height: 90vh;
  }

  .mob-nav_menu-lottie {
    width: 9dvw;
  }

  .downloadable-asset-wrapper, .type-asset-wrapper, .component-asset-wrapper, .swatch-asset-wrapper {
    max-width: 100%;
  }

  .brandguide_asset-downloader-container {
    max-width: none;
  }

  .brandguide_container {
    max-width: 90vw;
  }

  .brandguide_asset-downloader-4columns-container, .brandguide_asset-info-container {
    max-width: none;
  }

  .brandguide_asset-container {
    flex-direction: column;
  }

  .brandguide_tittle-container {
    max-width: 85dvw;
  }

  .brandguide_asset-downloader-3columns-container {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.3rem;
    line-height: 1.56rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .styleguide_row {
    flex-wrap: wrap;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cookies_container {
    max-width: 90dvw;
  }

  .mob-nav_open-wrapper {
    overflow: scroll;
  }

  .mob-nav_menu-lottie {
    width: 12dvw;
  }

  .type-asset-wrapper {
    flex-flow: column;
  }

  .brandguide_container {
    max-width: 95vw;
    padding-left: 3%;
    padding-right: 3%;
  }

  .brandguide_asset-downloader-4columns-container {
    grid-template-columns: 1fr 1fr;
  }

  .type-asset-inner-left-wrapper, .type-asset-inner-right-wrapper {
    max-width: none;
  }

  .brandguide_tittle-container {
    max-width: 90dvw;
  }

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

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e7fd-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e802-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e807-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e80c-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e812-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e818-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e81e-99f81cfe {
  justify-self: start;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e900-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e908-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e91f-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e938-99f81cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e93b-99f81cfe {
  justify-self: start;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e93d-99f81cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e940-99f81cfe {
  justify-self: start;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e990-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e99a-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88e99b-99f81cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea0d-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea12-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea17-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea1c-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea21-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea26-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea30-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea35-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea3a-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea3f-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea44-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea49-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea4e-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea53-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea58-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea5d-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea62-99f81cfe {
  justify-self: start;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea66-99f81cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea67-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea6c-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea71-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea76-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea8a-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea8f-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea94-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea99-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ea9e-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eaa3-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eaad-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eab2-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eab7-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eabc-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eac1-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eac6-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eacb-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ead0-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ead5-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eada-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eadf-99f81cfe {
  justify-self: start;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eae3-99f81cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eae4-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eae9-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eaee-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eaf3-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb04-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb09-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb0e-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb13-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb18-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb1d-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb22-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb27-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb2c-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb31-99f81cfe {
  justify-self: start;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb35-99f81cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb36-99f81cfe {
  justify-self: start;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88eb39-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ebc6-99f81cfe, #w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ebf3-99f81cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a496513-dd68-ce02-85bf-0ce3fe88ec31-99f81cfe {
  justify-self: start;
}

#w-node-_0f79183b-553f-93d0-b11b-4d9a3325f4dc-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7baf-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7bb6-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7bbd-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7bc4-99f81cfe, #w-node-_5fa07b60-b9bb-7b90-1aca-3fdc6600a6cb-99f81cfe, #w-node-ff62bac9-4ee3-8c23-fa8e-71b7addcffc2-99f81cfe, #w-node-_618e9f65-6a8c-7fa8-6a54-82ebeb12a4f8-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7bd4-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7bdb-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7be2-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7be9-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7bf9-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7c0c-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7c20-99f81cfe, #w-node-_18e631c6-6ed1-3e3d-04c6-ecc9a82b979a-99f81cfe, #w-node-bf6ee7f6-9ff9-09a7-34e8-7cb280292910-99f81cfe, #w-node-a4b44259-fa7e-268a-1801-0e5cb4e31947-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7c3f-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7c4a-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7c55-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7ca0-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7caa-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7cb4-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7cbe-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7cc8-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7cd2-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7cdc-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7ce6-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7cec-99f81cfe, #w-node-_83e6840e-4778-1068-d4d2-365a726c7cf3-99f81cfe, #w-node-_6fb909dd-fc73-c42b-0195-3d332fc0a98a-d0b80694, #w-node-_60de61df-e25e-3e84-f0a4-16b3e27fd93d-d0b80694, #w-node-_6fb909dd-fc73-c42b-0195-3d332fc0a98a-100b9c80, #w-node-_60de61df-e25e-3e84-f0a4-16b3e27fd93d-100b9c80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


