:root {
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-brand--dark-red-text);
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-brand--grey-accent: #636878;
  --base-color-brand--yellow: #a58945;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-brand--red: #872634;
  --base-color-neutral--white: white;
  --base-radius--image-radius: .8rem;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-brand--dark-red-text: #5c1b25;
  --base-color-brand--white: white;
  --base-color-brand--black: black;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -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-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-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--text-color--text-primary);
  background-color: #a589450d;
  font-family: neulis-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #5c1b25;
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--base-color-brand--grey-accent);
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: underline;
  transition: color .45s;
}

.text-style-link:hover {
  color: var(--base-color-brand--yellow);
}

.text-style-link.contact {
  font-size: 1.3rem;
}

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

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

.max-width-medium.align-center {
  grid-template-rows: auto;
}

.max-width-medium.align-center.slide-up {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

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

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

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

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

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

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

.max-width-large.flex-align-center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-large.flex-align-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.max-width-small.align-center {
  place-items: center stretch;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin: 0 0 1.5rem;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-weight-medium.text-color-secondary.hours {
  font-size: 1.3rem;
}

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

.text-size-medium.slide-up.text-wrap-pretty {
  text-wrap: pretty;
}

.text-size-medium.text-wrap-balance.centered {
  text-align: center;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

.heading-style-h5.break {
  max-width: 9.7rem;
}

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

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

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-brand--red);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: background-color .45s;
}

.button:hover {
  background-color: #53131c;
}

.button.is-link {
  color: var(--base-color-brand--grey-accent);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: underline;
  transition-property: color;
}

.button.is-link:hover {
  color: var(--base-color-brand--yellow);
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #faf9f6;
}

.button.is-secondary:hover {
  background-color: #fff;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button.is-small {
  background-color: var(--base-color-brand--grey-accent);
  padding: .5rem 1.25rem;
}

.button.is-small:hover {
  background-color: var(--base-color-brand--yellow);
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-alternate.is-buy-now-button {
  width: 100%;
  margin-top: 0;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.test-color {
  background-color: var(--base-color-brand--red);
}

.button.relative {
  z-index: 3;
  position: relative;
}

.button.flex {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.button.is-add-to-cart-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

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

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

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #be4aa51a;
}

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-large.icon-wrap {
  border-radius: var(--base-radius--image-radius);
  background-color: #fff;
  border: 1px solid #a5894526;
  padding: .5rem;
}

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus, .form_input.-wfp-focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.form_input.card-style {
  border-color: #a589455c;
  padding: .7rem 1.1rem;
  font-size: 1.05rem;
}

.form_input.card-style:focus, .form_input.card-style.-wfp-focus {
  border-color: #a58945e6;
}

.form_input.card-style.quantity {
  padding-right: .5rem;
}

.form_input.card-style.mb {
  margin-bottom: .5rem;
}

.form_input.is-quantity-input {
  width: 4rem;
  margin-bottom: 1rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--base-color-neutral--black);
}

.form_input.is-quantity-input.card-style {
  width: 100%;
  padding-right: .5rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.button-group.is-center {
  justify-content: center;
}

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

.button-group.align-center.relative {
  z-index: 3;
  position: relative;
}

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

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

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

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

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

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall.star {
  color: var(--base-color-brand--yellow);
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.background-color-black {
  background-color: var(--base-color-neutral--black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  font-size: 1.1rem;
  position: relative;
}

.form_field-wrapper.service {
  display: none;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text {
  font-size: 1.125rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.icon-1x1-medium.transparent-bg {
  mix-blend-mode: darken;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

.rl-styleguide_spacing-all {
  display: none;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

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

.padding-section-large.contact-page-padding {
  padding-top: 13rem;
  padding-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #161616;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: var(--link-color--link-primary);
  background-color: #fff;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  display: flex;
}

.navbar_link {
  color: #6b582a;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color .45s;
}

.navbar_link:hover {
  color: var(--base-color-brand--red);
}

.navbar_link.w--current {
  color: var(--base-color-brand--dark-red-text);
  font-weight: 700;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar_component {
  z-index: 10;
  border-bottom: 1px none var(--border-color--border-primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #faf9f6ed;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  color: #6b582a;
  align-items: center;
  padding: .5rem .5rem .5rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.navbar_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_dropdown-list.w--open {
  background-color: var(--base-color-brand--white);
  border: 4px solid #f0ece1;
  border-radius: .5rem;
  padding: .5rem;
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar_dropdown-link {
  color: #6b582a;
  padding: .5rem 1rem;
  font-weight: 500;
  transition: color .45s;
}

.navbar_dropdown-link:hover {
  color: var(--base-color-brand--red);
}

.navbar_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar_logo-link {
  max-width: 10rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
}

.navbar_logo {
  width: 100%;
}

.navbar_menu {
  flex: 1;
  align-items: center;
  margin-left: 2rem;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  justify-content: space-between;
  align-items: center;
}

.home_hero_image1 {
  aspect-ratio: 3 / 2;
  border-radius: var(--base-radius--image-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_home_hero {
  padding-top: 6rem;
}

.home_hero_component {
  perspective: 1211px;
  perspective-origin: 50% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home_hero_image-wrapper1 {
  background-color: #8726341f;
  background-image: linear-gradient(360deg, #87263426, #ffffff6b);
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 10%;
  margin-left: 10%;
  margin-right: 10%;
  padding: 8px;
  box-shadow: 0 0 #0000, 1.6px 2.2px 2.3px #00000004, 3.1px 4.5px 4.6px #00000004, 4.8px 6.9px 6.9px #00000005, 6.5px 9.3px 9.3px #00000005, 8.3px 12px 11.6px #00000006, 10.4px 14.9px 14.1px #00000006, 12.7px 18.3px 16.6px #00000006, 15.4px 22.2px 19.1px #00000006, 18.8px 27px 21.9px #00000006, 23px 33.1px 24.8px #00000006, 28.5px 41px 28.1px #00000007, 36px 51.8px 31.8px #00000007, 47px 67.7px 36.4px #00000007, 64.7px 93px 42.6px #00000007, 98.6px 141.9px 52.7px #00000008;
}

.home_hero_image-wrapper3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--base-color-brand--black);
  background-color: #faf9f6;
  border: 4px solid #faf9f6;
  border-radius: .5rem;
  width: 100%;
  max-width: 12.8rem;
  padding: 12px 16px 12px 12px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 25% 2% auto auto;
}

.home_hero_image-wrapper3.shadow-large {
  border-width: 1px;
  border-color: #e9e9e9;
}

.home_hero_image-wrapper3.shadow-large.left {
  z-index: 2;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  max-width: 13.8rem;
  bottom: 22%;
  left: 5%;
}

.home_hero_image-wrapper3.left {
  inset: auto auto 0% 0%;
}

.home_hero_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home_hero_testimonial-left-name {
  font-size: 1rem;
  font-weight: 500;
}

.home_hero_testimonial-stars-wrapper {
  display: flex;
}

.home_hero_testimonial-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  opacity: .63;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  max-width: 15.7rem;
  padding: 16px;
  font-size: .8rem;
  display: flex;
  position: absolute;
  inset: -1% -3% auto auto;
}

.home_hero_testimonial-wrapper.left {
  max-width: 20rem;
  display: flex;
  inset: 23% auto auto -3%;
}

.bg-image {
  z-index: -1;
  opacity: .59;
  position: absolute;
  inset: 0%;
}

.button-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #a589451f;
  border-radius: 8px;
  padding: 5px;
  display: flex;
}

.button-wrapper.vertical {
  flex-flow: column;
  max-width: 100%;
}

.divider {
  background-color: var(--base-color-brand--yellow);
  opacity: .51;
  width: 59%;
  height: 1px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.divider.blog {
  margin-left: 0;
}

.navbar_underline {
  background-color: #a5894547;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.section_home_our-difference {
  position: relative;
}

.home_our-difference_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.home_our-difference_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home_our-difference_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_our-difference_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.home_our-difference_image-wrapper {
  padding: .5rem;
}

.home_our-difference_image {
  border-radius: var(--base-radius--image-radius);
  width: 100%;
  height: 100%;
}

.image-wrapper-style {
  background-color: #fff;
  border: 1px solid #a5894526;
  border-radius: 1rem;
  padding: .5rem;
}

.card-style {
  border-radius: var(--base-radius--image-radius);
  background-color: #fff;
  border: 1px solid #a5894526;
  padding: 1.5rem;
}

.home_our-difference_item-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.logo-element {
  z-index: -1;
  color: var(--base-color-brand--white);
  justify-content: center;
  align-items: center;
  width: 45rem;
  height: 80rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo-element.left {
  display: none;
  inset: 0% auto 0% 0%;
  transform: rotate(180deg);
}

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

.home_services_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.home_services_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home_services_item.card-style.service.off-center {
  margin-top: 4.9rem;
}

.home_services_item.card-style.service.up-center {
  margin-bottom: 2rem;
}

.tagline {
  background-color: #fff;
  border: 1px solid #87263426;
  border-radius: 1rem;
  padding: .3rem 1rem;
}

.tagline.yellow {
  background-color: #a589450d;
}

.service-home-image {
  aspect-ratio: 1;
  border-radius: var(--base-radius--image-radius);
  object-fit: cover;
  width: 100%;
}

.section_home_testimonial {
  display: flex;
}

.home_testimonial_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #a5894526;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 90vh;
  display: grid;
  position: relative;
}

.home_testimonial_component.shadow-xlarge {
  grid-template-columns: 1fr .6fr;
}

.home_testimonial_card-content-left {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.home_testimonial_card-content-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home_testimonial_card-content-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 2rem;
  display: grid;
  overflow: hidden;
}

.home_testimonial_list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  display: grid;
}

.home_testimonial_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.home_testimonial_content-wrapper {
  border-radius: 1rem;
  width: 100%;
  position: relative;
}

.home_testimonial_content {
  background-color: #faf9f6;
  border: 1px solid #a5894536;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.home_testimonial_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.home_testimonial_rating-icon {
  color: var(--base-color-brand--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.home_testimonial_client-image-wrapper {
  margin-right: 1rem;
}

.home_testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

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

.top-gradient {
  background-image: linear-gradient(#fff 17%, #0000);
  border-radius: 1rem;
  min-height: 7.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.bottom-gradient {
  background-image: linear-gradient(360deg, #fff 17%, #0000);
  border-radius: 1rem;
  min-height: 7.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.section_home_shop {
  overflow: hidden;
}

.home_shop_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.home_shop_heading {
  flex: 1;
}

.home_shop_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_shop_component {
  z-index: 1;
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.home_shop_mask {
  width: 25%;
  overflow: visible;
}

.home_shop_slide {
  padding-right: 2rem;
}

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

.home_shop_item-link {
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
}

.home_shop_item-link:hover {
  background-color: #8726340d;
}

.home_shop_item-link.appear {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 100%;
  transition: background-color .25s;
}

.home_shop_item-link.appear:hover {
  background-color: #8726340d;
}

.home_shop_item-link.appear.categories {
  width: 18.4rem;
}

.home_shop_image-wrapper {
  width: 100%;
}

.home_shop_image {
  aspect-ratio: 10 / 12;
  border-radius: var(--base-radius--image-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_shop_image.category {
  aspect-ratio: 1;
  object-fit: contain;
}

.home_shop_arrow {
  color: var(--base-color-brand--grey-accent);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .45s;
  display: flex;
  inset: auto 0% 0% auto;
}

.home_shop_arrow:hover {
  color: var(--base-color-brand--dark-red-text);
}

.home_shop_arrow.left {
  z-index: 2;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  right: 5%;
}

.home_shop_arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.home_shop_slide-nav {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 13px 15px 10px;
  font-size: .5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.home_shop_slide-nav.shadow-small {
  background-color: #a5894533;
  border-radius: 1rem;
}

.section_cta_contact {
  position: relative;
}

.cta_contact_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.cta_contact_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  color: var(--text-color--text-primary);
  background-color: #fff;
  border: 8px solid #fff;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding: 0;
}

.footer_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  padding-left: 3rem;
}

.footer_logo-link {
  width: 95%;
  padding-left: 0;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  margin-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.footer_link {
  color: #6b582a;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .45s;
  display: block;
}

.footer_link:hover {
  color: var(--base-color-brand--red);
}

.footer_link.w--current {
  color: var(--base-color-brand--red);
  font-weight: 700;
}

.success-message {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

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

.footer_legal-link {
  color: var(--link-color--link-primary);
  font-size: .875rem;
  text-decoration: underline;
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: color .45s;
  display: flex;
}

.footer_social-link:hover {
  color: var(--base-color-brand--red);
}

.footer3_details-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footer_logo-address-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f9f8f5;
  border-radius: 0 .8rem .8rem 0;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem;
}

.home_shop_text-wrapper {
  flex: 1;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-wrap-balance {
  text-wrap: balance;
  flex: 1;
}

.section_about_header {
  background-color: #fff;
}

.about_header_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  position: relative;
}

.about_header_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 40% max-content 40%;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about_header_heading {
  z-index: 1;
  white-space: nowrap;
  font-size: 6rem;
  position: relative;
}

.about_header_heading.heading-1 {
  z-index: 3;
  font-size: 5rem;
}

.about_header_heading.heading-2 {
  font-size: 5rem;
  line-height: .8;
}

.about_header_heading.show-mobile-landscape {
  display: none;
}

.about_header_image-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 8rem;
  max-width: 34rem;
  display: flex;
  position: relative;
}

.about_header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.about_header_circle {
  z-index: -1;
  background-color: #faf9f6ed;
  border-radius: 20px;
  width: 4vh;
  height: 4vh;
  position: absolute;
}

.about_header_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.golden-text {
  color: var(--base-color-brand--yellow);
  letter-spacing: 2px;
  margin-top: -3px;
  margin-right: 7px;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.flex-block {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 42px;
  position: relative;
}

.about_header_paragraph {
  font-size: 1.25rem;
}

.about_header_paragraph.max-width-medium {
  text-align: center;
  font-size: 1.2rem;
}

.about_header_paragraph.max-width-large.text-align-center {
  z-index: 3;
  max-width: 42rem;
  position: relative;
}

.about_header_wrapper {
  position: relative;
}

.about_header_lottie-scroll {
  z-index: 1;
  width: 10rem;
  height: 10rem;
  margin-top: -8.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.about_header_lottie-scroll.hide {
  display: block;
}

.about_difference_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about_difference_image {
  border-radius: var(--base-radius--image-radius);
  width: 100%;
  height: 100%;
}

.section_about_team {
  position: relative;
}

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

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

.about_team_content.slide-up {
  position: sticky;
  top: 7rem;
}

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

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

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

.about_team_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.about_team_image {
  aspect-ratio: 1;
  border-radius: var(--base-radius--image-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.about_team_text-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-radius: var(--base-radius--image-radius);
  background-color: #fff;
  padding: 1.5rem;
}

.section_about_audiologist {
  position: relative;
}

.about_audiologist_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.about_audiologist_content-left {
  align-items: flex-start;
  height: 14rem;
  display: flex;
  position: sticky;
  top: 20%;
  overflow: hidden;
}

.about_audiologist_number {
  color: var(--text-color--text-secondary);
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}

.about_audiologist_number.show-mobile-landscape {
  display: none;
}

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

.about_audiologist_content-right {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.about_audiologist_progress-wrapper {
  background-color: var(--base-color-neutral--neutral-lighter);
  width: 100%;
  height: 2px;
  margin-bottom: 2rem;
}

.about_audiologist_progress-bar {
  background-color: var(--base-color-brand--red);
  width: 2rem;
  height: 2px;
}

.about_audiologist_heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header_image {
  aspect-ratio: 3 / 2;
  border-radius: var(--base-radius--image-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header_image.hearing-aid, .header_image.team {
  aspect-ratio: 1;
}

.header-xtra-padding {
  padding-top: 13rem;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.section_hearing-aids_styles {
  position: relative;
}

.hearing-aids_styles_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.hearing-aids_fitting_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hearing-aids_fitting_image {
  border-radius: var(--base-radius--image-radius);
  width: 100%;
  height: 100%;
}

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

.section_hearing-aids_offer {
  position: relative;
}

.hearing-aids_offer_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.hearing-aids_offer_content-left {
  position: sticky;
  top: 30%;
}

.hearing-aids_offer_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.hearing-aids_offer_content-item {
  background-color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.hearing-aids_offer_content-item.content-item-1 {
  top: 30%;
}

.hearing-aids_offer_content-item.content-item-2 {
  top: 32%;
}

.hearing-aids_offer_content-item.content-item-3 {
  top: 34%;
}

.hearing-aids_offer_content-item.content-item-4 {
  top: 36%;
}

.icon-1x1-custom2 {
  width: 7.5rem;
  height: 7.5rem;
}

.services_grid_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.services_grid_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.services_grid_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.cms_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20rem;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.cms_text-wrapper {
  background-color: #fff;
  padding: 2rem;
}

.cms_sidebar-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  position: static;
  top: 10rem;
}

.cms_sidebar-testimonial-wrapper {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  padding: 1.5rem;
  font-size: 1.125rem;
  display: flex;
}

.cms_sidebar-testimonial-name {
  font-size: 1.2rem;
  font-weight: 600;
}

.cms_sidebar {
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.cms_sidebar.sticky {
  background-color: #0000;
  position: sticky;
  top: 7.5rem;
}

.cms_sidebar-list-wrapper {
  background-color: #fff;
}

.cms_sidebar-heading {
  grid-column-gap: 1rem;
  background-color: var(--base-color-brand--white);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.5rem;
  display: flex;
}

.cms_sidebar-heading.card-style {
  background-color: #a589451f;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.cms_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.cms_sidebar-list {
  grid-row-gap: .25rem;
  border-bottom-left-radius: var(--base-radius--image-radius);
  border-bottom-right-radius: var(--base-radius--image-radius);
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.cms_list-link {
  border-radius: var(--base-radius--image-radius);
  text-align: center;
  border: 1px solid #0000;
  padding: .6rem 1rem;
  font-size: 1.1rem;
  text-decoration: none;
  transition: border-color .3s;
  display: block;
}

.cms_list-link:hover {
  border-color: #a589454d;
}

.cms_list-link.w--current {
  background-color: #a5894517;
  border-color: #a5894526;
}

.cms_sidebar-rating-wrapper {
  flex-direction: column;
  padding: 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.cms_stars-wrapper {
  justify-content: center;
  margin-bottom: .25rem;
  display: flex;
}

.cms_stars-wrapper.no-margin {
  margin-bottom: 0;
}

.rating_star {
  color: var(--base-color-brand--yellow);
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1;
  display: flex;
}

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

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

.cms_collection-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.patient-form_item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
}

.section_contact {
  position: relative;
}

.contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact_item {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  display: flex;
}

.contact_icon-wrapper {
  flex: none;
  align-self: center;
  margin-right: 1rem;
}

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_form.card-style {
  padding: 2.5rem;
}

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

.error-text {
  color: #e23939;
}

.icon-embed-custom3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.contact-map {
  border-radius: var(--base-radius--image-radius);
  width: 100%;
  height: 100%;
  min-height: 25rem;
  overflow: hidden;
}

.contact-map.appear {
  display: none;
}

.breadcrumb-link {
  color: var(--base-color-brand--red);
  font-size: 1rem;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  color: var(--base-color-brand--red);
  font-weight: 600;
}

.breadcrumb-link.text-style-link {
  color: var(--base-color-brand--black);
  font-size: 1rem;
}

.breadcrumb-link.text-style-link:hover {
  text-decoration: none;
}

.breadcrumb-link.text-style-link.w--current {
  color: var(--base-color-brand--red);
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.product-header_content-middle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header_lightbox-link {
  width: 100%;
  display: block;
}

.product-header_main-image-wrapper {
  width: 100%;
}

.product-header_main-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.product-header_main-image.card-style {
  padding: 0;
}

.product-header_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header_image-wrapper {
  width: 100%;
}

.product-header_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.product-header_image.card-style {
  padding: 0;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.variant-button {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-active {
  border-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.variant-button.is-disabled {
  opacity: .25;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.section_product-header {
  position: relative;
}

.product-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: grid;
}

.product-header_breadcrumb {
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.product-header_breadcrumb.categories {
  justify-content: center;
  align-items: center;
  margin-bottom: .4rem;
}

.product-header_breadcrumb.no-margin-bottom {
  margin-bottom: 0;
}

.product-header_price-wrapper {
  display: flex;
}

.line-divider {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  height: 1px;
}

.option_list {
  margin-bottom: .5rem;
}

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

.product_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product_heading {
  flex: 1;
}

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

.product_list.categories-list {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-block-2 {
  z-index: 10;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 5.6rem;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block {
  z-index: 10;
  width: 100%;
  max-width: 80rem;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cart {
  z-index: 190;
}

.cart_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base-color-brand--dark-red-text);
  background-color: #0000;
  padding: 0;
  font-weight: 600;
}

.cart_wrapper {
  position: absolute;
  inset: auto 9.9rem 1.7rem auto;
}

.cart_icon {
  color: var(--base-color-brand--dark-red-text);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
}

.cart_quantity {
  color: var(--base-color-brand--dark-red-text);
  border: 1px solid #a5894526;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  padding: .25rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.navbar-cont {
  width: 100%;
  max-width: 80rem;
  position: relative;
}

.apple-pay {
  border-radius: 8px;
}

.cart-item {
  font-size: 1.1rem;
}

.cart_line-item {
  font-size: 1.2rem;
}

.mb {
  margin-bottom: .5rem;
}

.navbar_cart-wrapper {
  position: absolute;
  inset: 2rem 10rem auto auto;
}

.shop_text-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hearing-aid-link {
  padding: 0;
  display: block;
}

.schedule-embed {
  min-height: 80vh;
}

.blog5_featured-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  text-decoration: none;
  display: grid;
}

.blog5_featured-image-link {
  width: 100%;
}

.blog5_image-wrapper {
  border-radius: 1rem;
  width: 100%;
  overflow: visible;
}

.blog5_image-wrapper.shadow-large {
  overflow: visible;
}

.blog5_featured-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog5_featured-item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.blog5_category-link {
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog5_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.blog5_featured-title-link {
  text-decoration: none;
  display: block;
}

.blog5_author-wrapper {
  align-items: center;
  display: flex;
}

.blog5_author-image-wrapper {
  margin-right: 1rem;
}

.blog5_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog5_date-wrapper {
  align-items: center;
  display: flex;
}

.blog5_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog5_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog5_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog5_menu-link.w--current {
  border: 1px solid var(--border-color--border-primary);
}

.blog5_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog5_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.blog5_image-link {
  width: 100%;
}

.blog5_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog5_title-link {
  text-decoration: none;
  display: block;
}

.blog5_item_text-wraper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.blog-post-header1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post-header1_breadcrumb {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.blog-post-header1_content-top {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post-header1_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post-header1_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post-header1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-header1_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post-header1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post-header1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post-header1_social-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post-header1_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.blog-post-header1_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-end_component {
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 900px;
  margin-top: 3rem;
  display: flex;
}

.blog-end_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
}

.blog-end_author-image-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.blog-end_author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 5.625rem;
  height: 5.625rem;
  margin-right: 0;
}

.blog-end_author-title-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 4px;
  flex-flow: column wrap;
  margin-left: 0;
  padding: 1rem;
  font-size: 1.1rem;
  display: flex;
}

.blog-end_author-title {
  padding-right: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.blog-end_author-description-wrapper {
  padding: 1rem;
}

.blog-end_author-reviewed_title-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.pagination {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 1.5rem;
}

.footer_bottom-wrapper-2 {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.footer_legal-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_legal-link-2 {
  font-size: .875rem;
  text-decoration: underline;
}

.footer_logo-link-2 {
  max-width: 11.9rem;
  padding-left: 0;
}

.icon-embed-large-copy {
  color: var(--text-color--text-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.icon-embed-medium-copy {
  color: var(--base-color-brand--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.text-span {
  color: var(--base-color-brand--yellow);
}

.margin-bottom-copy {
  margin: 0 0 auto;
}

.margin-bottom-copy.margin-xxlarge, .margin-bottom-copy.margin-medium, .margin-bottom-copy.margin-custom3, .margin-bottom-copy.margin-custom1, .margin-bottom-copy.margin-tiny, .margin-bottom-copy.margin-small, .margin-bottom-copy.margin-large, .margin-bottom-copy.margin-0, .margin-bottom-copy.margin-xlarge, .margin-bottom-copy.margin-xhuge, .margin-bottom-copy.margin-xxhuge, .margin-bottom-copy.margin-huge, .margin-bottom-copy.margin-xxsmall, .margin-bottom-copy.margin-custom2, .margin-bottom-copy.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .button {
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
  }

  .button.is-small {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.2rem;
  }

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

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

  .form_input.is-quantity-input.card-style {
    width: 100%;
  }

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

  .padding-section-medium.header-xtra-padding {
    padding-top: 8rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .menu-icon1_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.4rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar_component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.4rem;
    display: flex;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 3%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .home_hero_testimonial-wrapper, .home_hero_testimonial-wrapper.left {
    display: none;
  }

  .button-wrapper.vertical {
    max-width: 100%;
  }

  .home_our-difference_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_services_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_testimonial_component {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .home_testimonial_card-content-right {
    border-top: 1px #000;
    height: 70vh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bottom-gradient {
    min-height: 10rem;
    bottom: 23.9rem;
  }

  .home_shop_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .home_shop_heading {
    margin-right: 3rem;
  }

  .home_shop_button-row {
    flex: none;
  }

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

  .home_shop_mask {
    width: 50%;
  }

  .home_shop_slide {
    padding-right: 2rem;
  }

  .home_shop_arrow.left {
    right: 8%;
  }

  .cta_contact_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer_logo-link {
    width: 35%;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_social-list {
    margin-bottom: 2rem;
  }

  .footer_logo-address-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top-left-radius: .8rem;
    border-bottom-right-radius: 0;
    margin-left: -3rem;
  }

  .about_header_component {
    height: auto;
  }

  .about_header_content {
    background-color: #faf9f6;
    flex-flow: column;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .about_header_heading {
    font-size: 4rem;
  }

  .about_header_circle {
    background-color: #faf9f6;
  }

  .about_header_ix-trigger {
    margin-top: 0;
  }

  .flex-block {
    margin-top: 0;
  }

  .about_header_lottie-scroll {
    margin-top: -19.5rem;
    display: none;
    inset: auto 0% 138% auto;
  }

  .about_difference_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about_team_component {
    grid-column-gap: 3rem;
  }

  .about_team_content.slide-up {
    position: static;
  }

  .about_team_list {
    grid-column-gap: 2rem;
  }

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

  .about_audiologist_component {
    grid-column-gap: 2rem;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about_audiologist_component.slide-up {
    grid-template-columns: .5fr 1fr;
  }

  .about_audiologist_content-left {
    height: 12rem;
  }

  .about_audiologist_number {
    font-size: 11.5rem;
  }

  .header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hearing-aids_fitting_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hearing-aids_offer_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hearing-aids_offer_content-left.appear {
    position: static;
  }

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

  .services_grid_card-content {
    padding: 2rem;
  }

  .cms_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cms_sidebar {
    order: -1;
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .cms_sidebar.sticky {
    position: static;
  }

  .cms_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px #000;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .cms_sidebar-heading.card-style {
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .cms_sidebar-heading-text {
    font-size: 1.7rem;
    font-weight: 600;
  }

  .cms_list-link {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    font-size: 1.2rem;
  }

  .cms_list-link.w--current {
    color: var(--base-color-brand--dark-red-text);
    font-weight: 600;
  }

  .padding-section-header {
    padding-top: 9rem;
  }

  .contact_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .product-header_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .option_list {
    flex: 1;
  }

  .option_list-wrapper {
    grid-template-columns: .75fr;
    display: flex;
  }

  .product_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product_heading {
    margin-right: 3rem;
  }

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

  .cart_wrapper {
    right: 6.6rem;
  }

  .navbar-cont {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_cart-wrapper {
    right: 6.1rem;
  }

  .div-block-2, .quantity_wrapper {
    flex: 1;
  }

  .schedule-embed {
    min-height: 80dvh;
  }

  .blog5_featured-item {
    grid-template-columns: 1fr;
  }

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

  .blog-post-header1_title-wrapper {
    margin-bottom: 4rem;
  }

  .blog-post-header1_image-wrapper {
    padding-top: 56.25%;
  }

  .blog-post-header1_image-wrapper.appear {
    padding-top: 0%;
  }

  .footer_bottom-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

  .button.flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .home_hero_image-wrapper3.shadow-large {
    max-width: 11.9rem;
    font-size: 1.1rem;
  }

  .home_hero_image-wrapper3.shadow-large.left {
    max-width: 12.8rem;
    font-size: 1.1rem;
    bottom: 12%;
  }

  .home_hero_image-wrapper3.shadow-large.right {
    top: 8%;
  }

  .home_hero_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 1rem;
  }

  .home_hero_testimonial-wrapper.left {
    display: none;
  }

  .button-wrapper {
    flex: 0 auto;
  }

  .home_our-difference_component, .home_services_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_services_left {
    grid-row-gap: 3rem;
  }

  .home_testimonial_component {
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .home_testimonial_card-content-left {
    padding: 2rem;
  }

  .home_testimonial_card-content-right {
    border-top-style: none;
    grid-template-columns: 1fr;
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_testimonial_content {
    padding: 1.5rem;
  }

  .home_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .home_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .bottom-gradient {
    bottom: 20.3rem;
  }

  .home_shop_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_shop_heading {
    margin-right: 0;
  }

  .home_shop_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .home_shop_mask {
    width: 80%;
  }

  .home_shop_slide {
    padding-right: 1.5rem;
  }

  .home_shop_image-wrapper {
    height: 100%;
  }

  .cta_contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer_left-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer_logo-link {
    width: 50%;
    margin-left: auto;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }

  .about_header_component {
    height: auto;
  }

  .about_header_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 60%;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 8rem;
    display: grid;
  }

  .about_header_heading {
    font-size: 3rem;
  }

  .about_header_heading.heading-1, .about_header_heading.heading-2 {
    font-size: 4rem;
    display: block;
  }

  .about_header_heading.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .about_header_image-wrapper {
    order: -1;
    justify-content: center;
    align-items: flex-end;
  }

  .golden-text {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .about_difference_component, .about_team_component, .about_team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .about_team_image-wrapper {
    height: 100%;
  }

  .about_audiologist_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about_audiologist_component.slide-up {
    grid-template-columns: 100%;
  }

  .about_audiologist_content-left {
    display: none;
    position: static;
  }

  .about_audiologist_number {
    font-size: 6rem;
  }

  .about_audiologist_number.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .about_audiologist_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 100%;
  }

  .about_audiologist_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about_audiologist_progress-wrapper {
    margin-top: 2rem;
  }

  .header_component {
    grid-row-gap: 3rem;
  }

  .hearing-aids_fitting_component, .hearing-aids_offer_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .hearing-aids_offer_content-left {
    position: static;
  }

  .services_grid_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .services_grid_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .services_grid_card-content {
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .cms_sidebar-heading-text {
    font-size: 1.6rem;
  }

  .padding-section-header {
    padding-top: 8rem;
  }

  .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product-header_content-middle {
    grid-template-columns: 1fr;
  }

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

  .product-header_component {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .product-header_breadcrumb {
    flex-flow: wrap;
  }

  .product_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product_heading {
    margin-right: 0;
  }

  .product_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

  .text-block {
    overflow-wrap: break-word;
  }

  .navbar_cart-wrapper {
    right: 5rem;
  }

  .blog5_featured-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 3.5rem;
    display: grid;
  }

  .blog5_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog5_category-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .blog5_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog5_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post-header1_title-wrapper {
    margin-bottom: 3rem;
  }

  .blog-post-header1_breadcrumb {
    flex-flow: wrap;
  }

  .blog-end_author-reviewed_title-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    line-height: 1.3;
  }

  .footer_bottom-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_legal-list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    margin-bottom: 1rem;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

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

  .max-width-medium.align-center.slide-up {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .main-wrapper.home {
    overflow: hidden;
  }

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

  .margin-top.margin-xlarge {
    align-self: stretch;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .button {
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
    font-size: 1.1rem;
  }

  .button.is-link {
    line-height: 1.5;
  }

  .button-group.is-center {
    width: 100%;
  }

  .text-size-large.text-weight-medium.text-color-secondary {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .padding-global.schedule {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-large.header-xtra-padding {
    padding-bottom: 3rem;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .navbar_logo-link {
    max-width: 7rem;
  }

  .home_hero_image-wrapper1 {
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .home_hero_image-wrapper3.shadow-large.left {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 0 0 0% 0%;
  }

  .home_hero_image-wrapper3.shadow-large.right {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
    left: 0;
    right: 0%;
  }

  .home_hero_image-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .home_hero_testimonial-wrapper.left {
    display: none;
  }

  .button-wrapper {
    flex-flow: column;
    flex: 1;
  }

  .home_our-difference_component, .home_our-difference_item-list {
    grid-template-columns: 1fr;
  }

  .home_our-difference_item-title-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-element {
    width: 25rem;
    height: 60rem;
  }

  .home_services_content-bottom {
    grid-template-columns: 1fr;
  }

  .home_services_item.card-style.service.up-center {
    margin-bottom: 0;
  }

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

  .home_testimonial_card-content-right {
    height: 130vh;
  }

  .home_shop_mask {
    width: 95%;
  }

  .home_shop_arrow.left {
    right: 16%;
  }

  .section_cta_contact {
    overflow: hidden;
  }

  .cta_contact_component {
    grid-template-columns: 100%;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer_top-wrapper.shadow-large {
    padding: 1.5rem 0 0;
  }

  .footer_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .footer_logo-link {
    width: 100%;
    max-width: 11.6rem;
    margin-left: auto;
  }

  .footer_link-list {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_link {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: 1.1rem;
  }

  .footer_bottom-wrapper {
    padding-bottom: 0;
  }

  .footer_legal-list {
    grid-template-columns: 100%;
  }

  .footer_logo-address-wrapper {
    border-radius: .8px;
    margin-left: 0;
    padding: 1.5rem;
  }

  .about_header_content {
    grid-row-gap: 1rem;
    grid-template-columns: 100%;
  }

  .about_header_heading {
    font-size: 1.75rem;
  }

  .about_difference_component, .about_team_component, .about_team_list {
    grid-template-columns: 1fr;
  }

  .about_team_image-wrapper {
    padding-top: 66%;
  }

  .about_team_image-wrapper.image-wrapper-style {
    padding-top: 0%;
  }

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

  .about_audiologist_content {
    height: auto;
  }

  .about_audiologist_heading-wrapper {
    flex-flow: column;
  }

  .header_component, .hearing-aids_fitting_component, .hearing-aids_offer_component, .services_grid_row {
    grid-template-columns: 1fr;
  }

  .services_grid_card-content {
    padding-left: 0;
    padding-right: 0;
  }

  .cms_text-wrapper.card-style.slide-up {
    padding: 1.5rem;
  }

  .cms_sidebar-heading, .cms_sidebar-heading-text {
    align-self: auto;
  }

  .header_heading-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .contact_form.card-style {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .product-header_component {
    grid-template-columns: 1fr;
  }

  .product-header_price-wrapper {
    flex-direction: column;
  }

  .option_list-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

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

  .cart_wrapper {
    font-size: .9rem;
    bottom: 1.3rem;
    right: 4.1rem;
  }

  .cart_icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .navbar_cart-wrapper {
    top: 1.5rem;
    right: 4.1rem;
  }

  .schedule-embed {
    border-radius: var(--base-radius--image-radius);
    min-height: 70dvh;
    margin-bottom: -.3125rem;
    padding: .7rem 0 0;
    overflow: hidden;
  }

  .schedule-embed.hide {
    border-radius: var(--base-radius--image-radius);
    overflow: hidden;
  }

  .embed-wrapper {
    border-radius: var(--base-radius--image-radius);
    border: 1px solid #a5894561;
    margin: .5rem;
    padding: 0;
  }

  .blog-post-header1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post-header1_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-end_author-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .blog-end_author-title-wrapper {
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
  }

  .blog-end_author-reviewed_title-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer_legal-list-2 {
    grid-template-columns: 100%;
  }

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

#w-node-_343a57d3-f56e-a85e-10ed-223033bb693f-21f3c7d6, #w-node-_9223aee6-bfae-8247-2f61-5482aea92364-21f3c7d6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c24e1329-fce8-2029-90a7-3a518ea92fce-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea92fcf-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea92fe7-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea92fff-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea93017-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea9302f-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea93048-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea93049-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea93061-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea93079-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea93091-21f3c7d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-21f3c7da {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-21f3c7da {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-21f3c7da, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-21f3c7da, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-21f3c7da, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-21f3c7da, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-21f3c7da, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-21f3c7da, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-21f3c7da, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-21f3c7da, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-21f3c7da, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-21f3c7da, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-21f3c7da {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-21f3c7da {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-21f3c7da {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-21f3c7da, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-21f3c7da, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-21f3c7da {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-21f3c7da, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-21f3c7da, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-21f3c7da {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-21f3c7da, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-21f3c7da, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-21f3c7da {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-21f3c7da, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-21f3c7da, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-21f3c7da {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-21f3c7da, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-21f3c7da, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-21f3c7da {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-21f3c7da, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-21f3c7da, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-21f3c7da {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-21f3c7da, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-21f3c7da, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-21f3c7da {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-21f3c7da, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-21f3c7da, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-21f3c7da {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-21f3c7da, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-21f3c7da {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-21f3c7da {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-21f3c7da {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-21f3c7da, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-21f3c7da, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-21f3c7da, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-21f3c7da, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-21f3c7da, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-21f3c7da, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-21f3c7da {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-21f3c7da, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-21f3c7da, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-21f3c7da {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-21f3c7da, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-21f3c7da, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-21f3c7da {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-21f3c7da, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-21f3c7da, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-21f3c7da {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-21f3c7da, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-21f3c7da, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-21f3c7da {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-21f3c7da, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-21f3c7da, #w-node-ee961e8d-845a-edc3-3307-509470022457-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-21f3c7da {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-21f3c7da, #w-node-ee961e8d-845a-edc3-3307-50947002245b-21f3c7da, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-21f3c7da {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-21f3c7da, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-21f3c7da, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-21f3c7da {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-21f3c7da, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-21f3c7da, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-21f3c7da {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-21f3c7da, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-21f3c7da, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-21f3c7da {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-21f3c7da, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-21f3c7da, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-21f3c7da {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-21f3c7da, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-21f3c7da, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-21f3c7da {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-21f3c7da {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-21f3c7da {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-21f3c7da {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-21f3c7da {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-21f3c7da {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-21f3c7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-21f3c7da {
  justify-self: start;
}

#w-node-_6bdd1741-5cfc-96c1-e982-0621608b2b65-21f3c7db, #w-node-_54f2f7b1-1c51-bf25-e57b-03fe8f88c220-21f3c7db {
  align-self: stretch;
}

#w-node-fc6ca630-19c5-3714-1a09-d1a2c508b99a-21f3c7dd, #w-node-fc6ca630-19c5-3714-1a09-d1a2c508b99b-21f3c7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b747fb7b-2eb9-bef7-841c-a3873539cb43-21f3c7dd {
  justify-self: stretch;
}

#w-node-aec1a7f3-7710-5ff7-e62e-27eacb6ce62f-21f3c7e1, #w-node-aec1a7f3-7710-5ff7-e62e-27eacb6ce63e-21f3c7e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aec1a7f3-7710-5ff7-e62e-27eacb6ce644-21f3c7e1 {
  justify-self: end;
}

#w-node-_69f3a538-0f07-fad7-f797-5424814bddfe-21f3c7e2, #w-node-_69f3a538-0f07-fad7-f797-5424814bde31-21f3c7e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f3a538-0f07-fad7-f797-5424814bde3d-21f3c7e2, #w-node-_6948162b-7bc1-8339-ebb5-9d187484b6b1-21f3c7e3 {
  justify-self: end;
}

#w-node-_1417e1d4-e255-8b5f-d22d-6800ccaff05e-21f3c7e3 {
  justify-self: start;
}

#w-node-_96ee6d5d-5d38-d3f1-b1fa-ad45cc0b0094-21f3c7e3 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-f9017658-06aa-52b5-82b9-bbfc23a16701-21f3c7e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b2859ac-eac8-0903-a428-1248c1758371-21f3c7e5, #w-node-ce7e9d5c-8f73-1266-d5a4-5b1ab14d3e14-21f3c7e5 {
  align-self: stretch;
}

#w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e8f7-21f3c7ea, #w-node-_00435aaa-4468-c4d0-885b-2944946647e6-21f3c7ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e8fc-21f3c7ea {
  align-self: start;
}

#w-node-_3a99e993-27f0-62ea-da12-8f3c1f768703-21f3c7ea {
  align-self: stretch;
}

#w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e903-21f3c7ea, #w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e90b-21f3c7ea, #w-node-_3ef25168-ea0a-54e7-e4e5-087b14e7c977-21f3c7ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e916-21f3c7ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_55268104-c36c-1ba0-486d-8ed0a67b7db5-21f3c7ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b2859ac-eac8-0903-a428-1248c1758371-80e0e477, #w-node-ce7e9d5c-8f73-1266-d5a4-5b1ab14d3e14-80e0e477 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_5688f81c-cf9a-799a-cc13-d156fdf1804b-21f3c7d6, #w-node-_5688f81c-cf9a-799a-cc13-d156fdf18085-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea92fcc-21f3c7d6, #w-node-c24e1329-fce8-2029-90a7-3a518ea92fbd-21f3c7d6, #w-node-_7d86dfa0-14c4-09d6-cb93-ca2024570a4f-21f3c7d6, #w-node-_7d86dfa0-14c4-09d6-cb93-ca2024570a51-21f3c7d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_95057e73-3bd7-35bf-ff05-f2801cd5de4a-1cd5de1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc6ca630-19c5-3714-1a09-d1a2c508b99a-21f3c7dd {
    order: -9999;
  }

  #w-node-_6204af83-416f-f401-eae1-dd46208928d6-21f3c7e1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_69f3a538-0f07-fad7-f797-5424814bdded-21f3c7e2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6948162b-7bc1-8339-ebb5-9d187484b6b1-21f3c7e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_6948162b-7bc1-8339-ebb5-9d187484b6b3-21f3c7e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1417e1d4-e255-8b5f-d22d-6800ccaff05e-21f3c7e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_96ee6d5d-5d38-d3f1-b1fa-ad45cc0b0094-21f3c7e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b0df70d5-b1cd-38d3-8fbd-188770c2e59e-21f3c7e3, #w-node-b0df70d5-b1cd-38d3-8fbd-188770c2e598-21f3c7e3, #w-node-d28029a1-1be1-d261-368e-cc6860f64dfb-21f3c7e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_712f773a-ba52-f518-c692-3fa94c1771aa-21f3c7e3 {
    order: -9999;
  }

  #w-node-b44b83a6-9ae6-ceab-c46b-8916908288c9-21f3c7e4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_24ff7f9b-b4f0-8014-0694-507ee489c153-21f3c7e5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a0da9fd9-5fd5-c927-03dd-ada2742b03ec-21f3c7e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80d79a70-aa00-bf1f-f464-0b2e75b6a1d1-21f3c7e5, #w-node-_80d79a70-aa00-bf1f-f464-0b2e75b6a1f6-21f3c7e5, #w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e8e6-21f3c7ea, #w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e901-21f3c7ea, #w-node-_63dd9514-9d53-d219-f853-446547b2d992-21f3c86a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_24ff7f9b-b4f0-8014-0694-507ee489c153-80e0e477 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9910f392-f2c4-3a31-a0f0-13e7297f0431-80e0e477 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80d79a70-aa00-bf1f-f464-0b2e75b6a1d1-80e0e477, #w-node-_80d79a70-aa00-bf1f-f464-0b2e75b6a1f6-80e0e477 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fc6ca630-19c5-3714-1a09-d1a2c508b99e-21f3c7dd {
    order: 9999;
  }

  #w-node-_6948162b-7bc1-8339-ebb5-9d187484b6b1-21f3c7e3, #w-node-_6948162b-7bc1-8339-ebb5-9d187484b6b3-21f3c7e3 {
    order: -9999;
  }

  #w-node-_712f773a-ba52-f518-c692-3fa94c1771aa-21f3c7e3 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b2859ac-eac8-0903-a428-1248c1758371-21f3c7e5, #w-node-ce7e9d5c-8f73-1266-d5a4-5b1ab14d3e14-21f3c7e5 {
    order: -9999;
  }

  #w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e8e6-21f3c7ea, #w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e901-21f3c7ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55268104-c36c-1ba0-486d-8ed0a67b7db5-21f3c7ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_3b2859ac-eac8-0903-a428-1248c1758371-80e0e477, #w-node-ce7e9d5c-8f73-1266-d5a4-5b1ab14d3e14-80e0e477 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_95057e73-3bd7-35bf-ff05-f2801cd5de4a-1cd5de1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6948162b-7bc1-8339-ebb5-9d187484b6b1-21f3c7e3 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6948162b-7bc1-8339-ebb5-9d187484b6b3-21f3c7e3 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1417e1d4-e255-8b5f-d22d-6800ccaff05e-21f3c7e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_96ee6d5d-5d38-d3f1-b1fa-ad45cc0b0094-21f3c7e3, #w-node-a0da9fd9-5fd5-c927-03dd-ada2742b03ec-21f3c7e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_944f0772-bd01-d0e0-1df8-6a51f17e963a-21f3c7ea, #w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e907-21f3c7ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18600c20-3b43-5a48-bc07-65ea3cf1e916-21f3c7ea {
    justify-self: stretch;
  }

  #w-node-_9910f392-f2c4-3a31-a0f0-13e7297f0431-80e0e477 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


