:root {
  --black: #191b22;
  --dark-green: #137C31;
  --mid-blue: #619bd3;
  --dark-blue: #284a78;
  --text-blue: #0e3a5a;
  --white: #fff;
  --light-green: #137C31;
  --light-blue: #e2eef5;
  --very-light-green: #def1e7;
  --walsh-light-goldenrod-yellow: #fff;
  --walsh-black: #2c2c2c;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-primary-600: #6157f8;
  --combine-library-secondary-600: #00a1c1;
  --combine-library-white: white;
  --combine-library-warning-400: #f8b34b;
  --walsh-walsh-dark-green-2: #204f58;
  --combine-library-grey-600: #5f6570;
  --combine-library-grey-050: #f2f3f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  line-height: 1.25rem;
}

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--dark-green);
  letter-spacing: -.03em;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

a {
  color: var(--dark-green);
  text-decoration: underline;
}

li {
  color: #546285;
  font-size: 1.125rem;
}

.banner {
  min-height: 3rem;
  background-color: var(--mid-blue);
  color: #fff;
  background-image: url('/images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: .3125rem 3%;
  font-size: .9375rem;
  display: flex;
}

.banner-wrap {
  width: 100%;
  max-width: 62.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: #28224b;
  text-transform: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link.w--current {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 600;
}

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

.navigation-container {
  width: 100%;
  max-width: 75rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 2.5rem;
}

.navbar {
  background-color: #fff;
  align-items: center;
  padding: 1.25rem 3%;
  display: flex;
}

.navigation-right, .navigation-left {
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-right: .875rem;
}

.hero-paragraph {
  color: var(--text-blue);
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.34;
}

.header {
  height: 43vw;
  background-image: url('/images/BG-Shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  width: 46vw;
  max-width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 2.5rem;
  display: flex;
}

.button {
  min-height: 3.75rem;
  background-color: var(--dark-green);
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .375rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1.125rem;
  transition: background-color .25s;
}

.button:hover {
  background-color: #2faeb4;
}

.button.button-space {
  margin-top: 2.5rem;
}

.container-flex {
  width: 94vw;
  height: 31vw;
  max-width: 95vw;
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.hero-image-wrap {
  width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-h1 {
  max-width: 36.25rem;
  color: #08090a;
  letter-spacing: -.03em;
  margin-bottom: 1.25rem;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 2.8125rem;
  display: flex;
}

.footer-logo {
  margin-bottom: 1.5625rem;
}

.footer-link {
  color: #546285;
  margin-bottom: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .375rem;
  font-size: 1rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.row-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;

  padding: 2rem 4rem;
  flex-wrap: wrap;
  gap: 48px;
}

.points-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-basis: 400px;
  flex-grow: 1;
  max-width: 40%;
  margin-right: 30px;
}

.points-container p {
  font-size: 1.3rem;
  color: var(--black);
  font-family: Noto Sans, sans-serif;
}

.point-container p:first-child {
  font-weight: bolder;
}

.point-container p {
  margin: 0;
}

.legal {
  color: #353448;
}

.webflow-link {
  color: var(--dark-green);
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.title {
  color: #08090a;
  letter-spacing: .09375rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: .8125rem;
  font-weight: 600;
}

.footer {
  background-color: var(--white);
  background-image: url('/images/Pattern-Footer.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.25rem 3% 3.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-span {
  color: var(--dark-green);
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.875rem;
  display: flex;
}

.review-logo {
  margin-bottom: .625rem;
  margin-right: 1rem;
}

.review-text {
  color: #08090a;
  font-size: 1rem;
}

.content-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 7.5rem 3%;
  position: relative;
}

.content-grid {
  grid-column-gap: 2.75rem;
  grid-template-rows: auto;
}

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

.content-block.bg-text {
  background-image: url('/images/YumYum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-centre {
  width: 100%;
  max-width: 41.875rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.works-grid {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
}

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

.step-image {
  margin-bottom: 2.5rem;
}

.cart-button {
  min-height: 3.4375rem;
  min-width: 3.4375rem;
  background-color: var(--dark-green);
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  padding: .8125rem;
  font-size: 1.125rem;
  transition: background-color .25s;
  position: relative;
}

.cart-quantity {
  height: 1.5625rem;
  min-width: 1.5625rem;
  color: var(--dark-green);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  font-size: .8125rem;
  display: flex;
  position: absolute;
  top: -.375rem;
  bottom: auto;
  left: auto;
  right: -.375rem;
  box-shadow: 7px 7px 1.5625rem rgba(126, 130, 143, .27);
}

.food-card {
  min-height: 12.5rem;
  background-color: #fff;
  border: .0625rem solid rgba(53, 184, 190, .15);
  border-radius: .375rem;
  align-items: center;
  padding: 1.5625rem;
  transition: border-color .3s;
  display: flex;
}

.food-card:hover {
  border-color: rgba(53, 184, 190, .5);
}

.food-image-square {
  max-height: 7.5rem;
  max-width: 7.5rem;
  min-height: 7.5rem;
  min-width: 7.5rem;
  border-radius: .5rem;
  margin-right: 1.875rem;
  overflow: hidden;
}

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

.food-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .25rem;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--dark-green);
  font-size: 1rem;
  font-weight: 400;
}

.food-card-content {
  width: 100%;
}

.menu-item {
  margin-bottom: 1.25rem;
}

.cta-grid {
  min-height: 40rem;
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
}

.cta-image {
  background-image: url('/images/Group-Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: #35b8be;
  background-image: url('/images/Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5625rem 3.75rem;
  display: flex;
}

.cta-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 3%;
}

.dark-span {
  color: #1b9097;
}

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  width: 3.75rem;
  height: 2.8125rem;
  border-radius: .375rem;
  margin-bottom: 0;
  margin-right: .5rem;
}

.submit-button {
  min-height: 3.125rem;
  background-color: var(--dark-green);
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .375rem;
  justify-content: center;
  display: flex;
}

.remove-button {
  color: #ff8946;
  text-decoration: none;
}

.apple-pay {
  height: 2.75rem;
  border-radius: .25rem;
}

.checkout-button {
  min-height: 3.25rem;
  background-color: var(--dark-green);
  border-radius: .25rem;
  justify-content: center;
  display: flex;
}

.cart-line-item {
  color: var(--dark-blue);
  font-size: 1.125rem;
}

.text-block {
  color: var(--black);
}

.text-block-2 {
  color: var(--mid-blue);
}

.tab-menu-round {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.tab-link-round {
  min-height: 3.25rem;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid rgba(97, 114, 131, .2);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  font-size: 1rem;
  display: flex;
}

.tab-link-round.w--current {
  background-color: var(--dark-green);
  color: #fff;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: rgba(97, 114, 131, 0);
  border-radius: .375rem;
}

.contact-us-question-wrap {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.contact-us-question-bar {
  color: var(--black);
  border-bottom: .0625rem solid rgba(0, 0, 0, .04);
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: .9375rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--dark-green);
  font-size: 1.125rem;
  font-weight: 600;
}

.contact-us-content {
  margin-top: -.125rem;
  overflow: hidden;
}

.contact-us-paragraph {
  color: var(--dark-blue);
  letter-spacing: -.015625rem;
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.footer-legal {
  border-top: .0625rem solid rgba(126, 130, 143, .09);
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
  padding-top: 3.75rem;
  font-size: .9375rem;
  display: flex;
}

.footer-detail-left {
  width: 50%;
  min-height: 2.5rem;
  align-items: center;
  display: flex;
}

.footer-detail-right {
  width: 50%;
  min-height: 2.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-icon-wrap {
  display: flex;
}

.social-link {
  border: .0625rem solid rgba(126, 130, 143, .3);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  padding: .625rem;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: rgba(126, 130, 143, .86);
}

.social-icon {
  width: 1.125rem;
}

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

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

.utility-page-wrap-2 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-image {
  margin-bottom: 1.875rem;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.link {
  color: var(--dark-green);
}

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

.input-field {
  height: 3.125rem;
}

.field-label {
  font-size: .9375rem;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.container-order {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-detail {
  position: -webkit-sticky;
  position: sticky;
  top: 2.1875rem;
}

.apple-pay-button {
  height: 3.4375rem;
}

.order-confirmation {
  background-color: var(--white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

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

.required {
  color: var(--mid-blue);
}

.button-white {
  min-height: 3.75rem;
  background-color: var(--dark-green);
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1.125rem;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--dark-green);
  background-color: #fff;
  margin-top: 2.5rem;
}

.content-section-bg {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/images/BG-Shape-Content.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 96% 90%;
  padding: 8.75rem 3%;
  position: relative;
}

.cta-heading {
  color: #fff;
  font-size: 3.4375rem;
  line-height: 1.1;
}

.hero-image {
  order: 1;
}

.cart-icon {
  width: 1.5625rem;
  margin-right: 0;
}

.paypal-checkout-form {
  background-color: var(--white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.paragraph {
  font-size: 1rem;
}

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

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3.75rem;
}

.header-h4 {
  color: #232936;
  font-size: 1.875rem;
}

.title-grey {
  color: #758ca5;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}

.legal-text {
  text-align: left;
  margin-top: 1.5625rem;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 6.25rem;
}

.licence-image {
  width: 100%;
  height: 100%;
  max-width: 31.25rem;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 8.75rem;
  display: flex;
}

.line {
  width: 100%;
  height: .0625rem;
  border: .08125rem #d1cdcd;
  border-top-style: dashed;
}

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

.header-section {
  height: 13vw;
  max-height: 17vw;
  min-height: 0;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 70px;
  display: flex;
}

.product-grid {
  grid-column-gap: 2.75rem;
  grid-template-rows: auto;
}

.plain-line {
  width: 100%;
  height: .0625rem;
  background-color: rgba(53, 184, 190, .25);
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.product-image {
  width: 100%;
  border-radius: .9375rem;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6.25rem;
}

.colour {
  width: 100%;
  background-color: #fff;
  border-radius: .25rem;
  align-items: center;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 1.0625rem rgba(82, 76, 76, .06);
}

.colour-text {
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: .875rem;
  display: flex;
}

.colour-block {
  height: 7.5rem;
  background-color: var(--dark-green);
}

.colour-block.c8 {
  background-color: #191b22;
}

.colour-block.c9 {
  background-color: #546285;
}

.colour-block.c3 {
  background-color: var(--mid-blue);
}

.colour-block.c2 {
  background-color: #f5fbfc;
}

.style-guide-section {
  padding: 6.25rem 3%;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: .25rem;
  font-size: .875rem;
  font-weight: 700;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 1rem;
  font-weight: 700;
}

.block {
  margin-bottom: 2.8125rem;
}

.highlight-default {
  background-color: rgba(255, 171, 0, .23);
}

.block-detail {
  border-bottom: .0625rem solid rgba(0, 0, 0, .11);
  align-items: center;
  padding-top: .9375rem;
  padding-bottom: 1.5625rem;
  display: flex;
}

.p1 {
  max-width: 37.5rem;
  color: #546285;
  font-size: 1.125rem;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.size-detail {
  color: var(--dark-green);
  margin-left: .5rem;
}

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

.change-log-wrap {
  width: 100%;
  border-bottom: .0625rem solid rgba(0, 0, 0, .08);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.title-large {
  margin-bottom: .625rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--dark-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: .25rem;
  margin-left: .25rem;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
}

.list {
  margin-top: .9375rem;
  margin-bottom: .9375rem;
}

.order-button {
  min-height: 2.8125rem;
  background-color: var(--dark-green);
  border-radius: .375rem;
  justify-content: center;
  display: flex;
}

.button-arrow-wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

.arrow-drawn {
  position: relative;
  left: 2.5rem;
}

.cursive-text {
  width: 100%;
  max-width: 31.25rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.price-text {
  color: var(--dark-green);
  letter-spacing: -.03em;
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
}

.full-details {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.content-section-short {
  background-color: rgba(0, 0, 0, 0);
  padding: 3.75rem 3%;
  position: relative;
}

.out-of-stock-state {
  min-height: 2.8125rem;
  background-color: var(--mid-blue);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub {
  width: 38vw;
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 600;
}

.pattern {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pagination-button {
  min-height: 3.75rem;
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: .25rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1.125rem;
  transition: background-color .25s;
}

.pagination {
  margin-top: 2.5rem;
}

.plus {
  opacity: .5;
}

.dropdown {
  height: 3.125rem;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.additional-details {
  max-width: 50rem;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper {
  position: relative;
  height: 400px; /* your fixed height */
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-width: 100%;
}

.overlay-text {
  position: absolute;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 430px;
}

.cta-full-image {
  min-height: 31.25rem;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .67), rgba(25, 26, 27, .19)), url('/src/images/medium-shot-smiley-people-park-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding: 6.25rem 3%;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.statistic {
  color: #fff;
  margin-bottom: 0;
  font-size: 52px;
  margin-top: 200px;
}

.statistic-block {
  color: #fff;
  text-align: center;
}

.text-block-82 {
  font-size: 1.25rem;
}

.wave {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.notice-text {
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.order-column {
  position: relative;
  top: 0;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: .75rem;
}

.walsh-arrow-wrapper {
  height: .75rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 6.25rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1.25rem 2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--light-green), inset -1px 1px 0 0 var(--light-green), inset -1px -1px 0 0 var(--light-green), inset 1px 1px 0 0 var(--light-green);
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--light-blue);
  background-color: #fff;
}

.walsh-flex-nav-buttons {
  grid-column-gap: .625rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: .125rem;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: .1875rem;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: .0625rem solid #dadada;
  border-radius: .3125rem;
  padding: .375rem;
  box-shadow: 0 0 .875rem .3125rem rgba(0, 0, 0, .05);
}

.walsh-icon-dropdown {
  margin-right: .75rem;
}

:root {
  --black: #191b22;
  --dark-green: #137C31;
  --mid-blue: #619bd3;
  --dark-blue: #284a78;
  --text-blue: #0e3a5a;
  --white: #fff;
  --light-green: #137C31;
  --light-blue: #e2eef5;
  --very-light-green: #def1e7;
  --walsh-light-goldenrod-yellow: #fff;
  --walsh-black: #2c2c2c;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-primary-600: #6157f8;
  --combine-library-secondary-600: #00a1c1;
  --combine-library-white: white;
  --combine-library-warning-400: #f8b34b;
  --walsh-walsh-dark-green-2: #204f58;
  --combine-library-grey-600: #5f6570;
  --combine-library-grey-050: #f2f3f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  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;
  -ms-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;
}

:root {
  --black: #191b22;
  --dark-green: #137C31;
  --mid-blue: #619bd3;
  --dark-blue: #284a78;
  --text-blue: #0e3a5a;
  --white: #fff;
  --light-green: #137C31;
  --light-blue: #e2eef5;
  --very-light-green: #def1e7;
  --walsh-light-goldenrod-yellow: #fff;
  --walsh-black: #2c2c2c;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-primary-600: #6157f8;
  --combine-library-secondary-600: #00a1c1;
  --combine-library-white: white;
  --combine-library-warning-400: #f8b34b;
  --walsh-walsh-dark-green-2: #204f58;
  --combine-library-grey-600: #5f6570;
  --combine-library-grey-050: #f2f3f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  line-height: 1.25rem;
}

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--dark-green);
  letter-spacing: -.03em;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

a {
  color: var(--dark-green);
  text-decoration: underline;
}

li {
  color: #546285;
  font-size: 1.125rem;
}

.banner {
  min-height: 3rem;
  background-color: var(--mid-blue);
  color: #fff;
  background-image: url('/images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: .3125rem 3%;
  font-size: .9375rem;
  display: flex;
}

.banner-wrap {
  width: 100%;
  max-width: 62.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: #28224b;
  text-transform: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link.w--current {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 600;
}

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

.navigation-container {
  width: 100%;
  max-width: 75rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 2.5rem;
}

.navbar {
  background-color: #fff;
  align-items: center;
  padding: 1.25rem 3%;
  display: flex;
}

.navigation-right, .navigation-left {
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-right: .875rem;
}

.hero-paragraph {
  color: var(--text-blue);
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.34;
}

.header {
  height: 43vw;
  background-image: url('/images/BG-Shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  width: 46vw;
  max-width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 2.5rem;
  display: flex;
}

.button {
  min-height: 3.75rem;
  background-color: var(--dark-green);
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .375rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1.125rem;
  transition: background-color .25s;
}

.button:hover {
  background-color: #2faeb4;
}

.button.button-space {
  margin-top: 2.5rem;
}

.container-flex {
  width: 94vw;
  height: 31vw;
  max-width: 95vw;
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.hero-image-wrap {
  width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-h1 {
  max-width: 36.25rem;
  color: #08090a;
  letter-spacing: -.03em;
  margin-bottom: 1.25rem;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 2.8125rem;
  display: flex;
}

.footer-logo {
  margin-bottom: 1.5625rem;
}

.footer-link {
  color: #546285;
  margin-bottom: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .375rem;
  font-size: 1rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.row-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;

  padding: 2rem 4rem;
  flex-wrap: wrap;
  gap: 48px;
}

.points-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-basis: 400px;
  flex-grow: 1;
  max-width: 40%;
  margin-right: 30px;
}

.points-container p {
  font-size: 1.3rem;
  color: var(--black);
  font-family: Noto Sans, sans-serif;
}

.point-container p:first-child {
  font-weight: bolder;
}

.point-container p {
  margin: 0;
}

.legal {
  color: #353448;
}

.webflow-link {
  color: var(--dark-green);
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.title {
  color: #08090a;
  letter-spacing: .09375rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: .8125rem;
  font-weight: 600;
}

.footer {
  background-color: var(--white);
  background-image: url('/images/Pattern-Footer.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.25rem 3% 3.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-span {
  color: var(--dark-green);
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.875rem;
  display: flex;
}

.review-logo {
  margin-bottom: .625rem;
  margin-right: 1rem;
}

.review-text {
  color: #08090a;
  font-size: 1rem;
}

.content-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 7.5rem 3%;
  position: relative;
}

.content-grid {
  grid-column-gap: 2.75rem;
  grid-template-rows: auto;
}

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

.content-block.bg-text {
  background-image: url('/images/YumYum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-centre {
  width: 100%;
  max-width: 41.875rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.works-grid {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
}

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

.step-image {
  margin-bottom: 2.5rem;
}

.cart-button {
  min-height: 3.4375rem;
  min-width: 3.4375rem;
  background-color: var(--dark-green);
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  padding: .8125rem;
  font-size: 1.125rem;
  transition: background-color .25s;
  position: relative;
}

.cart-quantity {
  height: 1.5625rem;
  min-width: 1.5625rem;
  color: var(--dark-green);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  font-size: .8125rem;
  display: flex;
  position: absolute;
  top: -.375rem;
  bottom: auto;
  left: auto;
  right: -.375rem;
  box-shadow: 7px 7px 1.5625rem rgba(126, 130, 143, .27);
}

.food-card {
  min-height: 12.5rem;
  background-color: #fff;
  border: .0625rem solid rgba(53, 184, 190, .15);
  border-radius: .375rem;
  align-items: center;
  padding: 1.5625rem;
  transition: border-color .3s;
  display: flex;
}

.food-card:hover {
  border-color: rgba(53, 184, 190, .5);
}

.food-image-square {
  max-height: 7.5rem;
  max-width: 7.5rem;
  min-height: 7.5rem;
  min-width: 7.5rem;
  border-radius: .5rem;
  margin-right: 1.875rem;
  overflow: hidden;
}

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

.food-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .25rem;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--dark-green);
  font-size: 1rem;
  font-weight: 400;
}

.food-card-content {
  width: 100%;
}

.menu-item {
  margin-bottom: 1.25rem;
}

.cta-grid {
  min-height: 40rem;
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
}

.cta-image {
  background-image: url('/images/Group-Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: #35b8be;
  background-image: url('/images/Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5625rem 3.75rem;
  display: flex;
}

.cta-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 3%;
}

.dark-span {
  color: #1b9097;
}

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  width: 3.75rem;
  height: 2.8125rem;
  border-radius: .375rem;
  margin-bottom: 0;
  margin-right: .5rem;
}

.submit-button {
  min-height: 3.125rem;
  background-color: var(--dark-green);
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .375rem;
  justify-content: center;
  display: flex;
}

.remove-button {
  color: #ff8946;
  text-decoration: none;
}

.apple-pay {
  height: 2.75rem;
  border-radius: .25rem;
}

.checkout-button {
  min-height: 3.25rem;
  background-color: var(--dark-green);
  border-radius: .25rem;
  justify-content: center;
  display: flex;
}

.cart-line-item {
  color: var(--dark-blue);
  font-size: 1.125rem;
}

.text-block {
  color: var(--black);
}

.text-block-2 {
  color: var(--mid-blue);
}

.tab-menu-round {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.tab-link-round {
  min-height: 3.25rem;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid rgba(97, 114, 131, .2);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  font-size: 1rem;
  display: flex;
}

.tab-link-round.w--current {
  background-color: var(--dark-green);
  color: #fff;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: rgba(97, 114, 131, 0);
  border-radius: .375rem;
}

.contact-us-question-wrap {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.contact-us-question-bar {
  color: var(--black);
  border-bottom: .0625rem solid rgba(0, 0, 0, .04);
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: .9375rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--dark-green);
  font-size: 1.125rem;
  font-weight: 600;
}

.contact-us-content {
  margin-top: -.125rem;
  overflow: hidden;
}

.contact-us-paragraph {
  color: var(--dark-blue);
  letter-spacing: -.015625rem;
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.footer-legal {
  border-top: .0625rem solid rgba(126, 130, 143, .09);
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
  padding-top: 3.75rem;
  font-size: .9375rem;
  display: flex;
}

.footer-detail-left {
  width: 50%;
  min-height: 2.5rem;
  align-items: center;
  display: flex;
}

.footer-detail-right {
  width: 50%;
  min-height: 2.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-icon-wrap {
  display: flex;
}

.social-link {
  border: .0625rem solid rgba(126, 130, 143, .3);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  padding: .625rem;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: rgba(126, 130, 143, .86);
}

.social-icon {
  width: 1.125rem;
}

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

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

.utility-page-wrap-2 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-image {
  margin-bottom: 1.875rem;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.link {
  color: var(--dark-green);
}

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

.input-field {
  height: 3.125rem;
}

.field-label {
  font-size: .9375rem;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.container-order {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-detail {
  position: -webkit-sticky;
  position: sticky;
  top: 2.1875rem;
}

.apple-pay-button {
  height: 3.4375rem;
}

.order-confirmation {
  background-color: var(--white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

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

.required {
  color: var(--mid-blue);
}

.button-white {
  min-height: 3.75rem;
  background-color: var(--dark-green);
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1.125rem;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--dark-green);
  background-color: #fff;
  margin-top: 2.5rem;
}

.content-section-bg {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/images/BG-Shape-Content.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 96% 90%;
  padding: 8.75rem 3%;
  position: relative;
}

.cta-heading {
  color: #fff;
  font-size: 3.4375rem;
  line-height: 1.1;
}

.hero-image {
  order: 1;
}

.cart-icon {
  width: 1.5625rem;
  margin-right: 0;
}

.paypal-checkout-form {
  background-color: var(--white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.paragraph {
  font-size: 1rem;
}

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

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3.75rem;
}

.header-h4 {
  color: #232936;
  font-size: 1.875rem;
}

.title-grey {
  color: #758ca5;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}

.legal-text {
  text-align: left;
  margin-top: 1.5625rem;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 6.25rem;
}

.licence-image {
  width: 100%;
  height: 100%;
  max-width: 31.25rem;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 8.75rem;
  display: flex;
}

.line {
  width: 100%;
  height: .0625rem;
  border: .08125rem #d1cdcd;
  border-top-style: dashed;
}

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

.header-section {
  height: 13vw;
  max-height: 17vw;
  min-height: 0;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 70px;
  display: flex;
}

.product-grid {
  grid-column-gap: 2.75rem;
  grid-template-rows: auto;
}

.plain-line {
  width: 100%;
  height: .0625rem;
  background-color: rgba(53, 184, 190, .25);
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.product-image {
  width: 100%;
  border-radius: .9375rem;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6.25rem;
}

.colour {
  width: 100%;
  background-color: #fff;
  border-radius: .25rem;
  align-items: center;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 1.0625rem rgba(82, 76, 76, .06);
}

.colour-text {
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: .875rem;
  display: flex;
}

.colour-block {
  height: 7.5rem;
  background-color: var(--dark-green);
}

.colour-block.c8 {
  background-color: #191b22;
}

.colour-block.c9 {
  background-color: #546285;
}

.colour-block.c3 {
  background-color: var(--mid-blue);
}

.colour-block.c2 {
  background-color: #f5fbfc;
}

.style-guide-section {
  padding: 6.25rem 3%;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: .25rem;
  font-size: .875rem;
  font-weight: 700;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 1rem;
  font-weight: 700;
}

.block {
  margin-bottom: 2.8125rem;
}

.highlight-default {
  background-color: rgba(255, 171, 0, .23);
}

.block-detail {
  border-bottom: .0625rem solid rgba(0, 0, 0, .11);
  align-items: center;
  padding-top: .9375rem;
  padding-bottom: 1.5625rem;
  display: flex;
}

.p1 {
  max-width: 37.5rem;
  color: #546285;
  font-size: 1.125rem;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.size-detail {
  color: var(--dark-green);
  margin-left: .5rem;
}

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

.change-log-wrap {
  width: 100%;
  border-bottom: .0625rem solid rgba(0, 0, 0, .08);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.title-large {
  margin-bottom: .625rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--dark-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: .25rem;
  margin-left: .25rem;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
}

.list {
  margin-top: .9375rem;
  margin-bottom: .9375rem;
}

.order-button {
  min-height: 2.8125rem;
  background-color: var(--dark-green);
  border-radius: .375rem;
  justify-content: center;
  display: flex;
}

.button-arrow-wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

.arrow-drawn {
  position: relative;
  left: 2.5rem;
}

.cursive-text {
  width: 100%;
  max-width: 31.25rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.price-text {
  color: var(--dark-green);
  letter-spacing: -.03em;
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
}

.full-details {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.content-section-short {
  background-color: rgba(0, 0, 0, 0);
  padding: 3.75rem 3%;
  position: relative;
}

.out-of-stock-state {
  min-height: 2.8125rem;
  background-color: var(--mid-blue);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub {
  width: 38vw;
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 600;
}

.pattern {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pagination-button {
  min-height: 3.75rem;
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: .25rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1.125rem;
  transition: background-color .25s;
}

.pagination {
  margin-top: 2.5rem;
}

.plus {
  opacity: .5;
}

.dropdown {
  height: 3.125rem;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.additional-details {
  max-width: 50rem;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

/* .cta-full-image {
  min-height: 31.25rem;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .67), rgba(25, 26, 27, .19)), url('images/medium-shot-smiley-people-park-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding: 6.25rem 3%;
  display: flex;
} */

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.statistic {
  color: #fff;
  margin-bottom: 0;
  font-size: 3.1875rem;
}

.statistic-block {
  color: #fff;
  text-align: center;
}

.text-block-82 {
  font-size: 1.25rem;
}

.wave {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.notice-text {
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.order-column {
  position: relative;
  top: 0;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: .75rem;
}

.walsh-arrow-wrapper {
  height: .75rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 6.25rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1.25rem 2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--light-green), inset -1px 1px 0 0 var(--light-green), inset -1px -1px 0 0 var(--light-green), inset 1px 1px 0 0 var(--light-green);
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--light-blue);
  background-color: #fff;
}

.walsh-flex-nav-buttons {
  grid-column-gap: .625rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: .125rem;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: .1875rem;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: .0625rem solid #dadada;
  border-radius: .3125rem;
  padding: .375rem;
  box-shadow: 0 0 .875rem .3125rem rgba(0, 0, 0, .05);
}

.walsh-icon-dropdown {
  margin-right: .75rem;
}

:root {
  --black: #191b22;
  --dark-green: #137C31;
  --mid-blue: #619bd3;
  --dark-blue: #284a78;
  --text-blue: #0e3a5a;
  --white: #fff;
  --light-green: #137C31;
  --light-blue: #e2eef5;
  --very-light-green: #def1e7;
  --walsh-light-goldenrod-yellow: #fff;
  --walsh-black: #2c2c2c;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-primary-600: #6157f8;
  --combine-library-secondary-600: #00a1c1;
  --combine-library-white: white;
  --combine-library-warning-400: #f8b34b;
  --walsh-walsh-dark-green-2: #204f58;
  --combine-library-grey-600: #5f6570;
  --combine-library-grey-050: #f2f3f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  line-height: 1.25rem;
}

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--dark-green);
  letter-spacing: -.03em;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

a {
  color: var(--dark-green);
  text-decoration: underline;
}

li {
  color: #546285;
  font-size: 1.125rem;
}

.banner {
  min-height: 3rem;
  background-color: var(--mid-blue);
  color: #fff;
  background-image: url('/images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: .3125rem 3%;
  font-size: .9375rem;
  display: flex;
}

.banner-wrap {
  width: 100%;
  max-width: 62.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: #28224b;
  text-transform: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link.w--current {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 600;
}

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

.navigation-container {
  width: 100%;
  max-width: 75rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 2.5rem;
}

.navbar {
  background-color: #fff;
  align-items: center;
  padding: 1.25rem 3%;
  display: flex;
}

.navigation-right, .navigation-left {
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-right: .875rem;
}

.hero-paragraph {
  color: var(--text-blue);
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.34;
}

.header {
  height: 43vw;
  background-image: url('/images/BG-Shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  width: 46vw;
  max-width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 2.5rem;
  display: flex;
}

.button {
  min-height: 3.75rem;
  background-color: var(--dark-green);
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .375rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1.125rem;
  transition: background-color .25s;
}

.button:hover {
  background-color: #2faeb4;
}

.button.button-space {
  margin-top: 2.5rem;
}

.container-flex {
  width: 94vw;
  height: 31vw;
  max-width: 95vw;
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.hero-image-wrap {
  width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-h1 {
  max-width: 36.25rem;
  color: #08090a;
  letter-spacing: -.03em;
  margin-bottom: 1.25rem;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 2.8125rem;
  display: flex;
}

.footer-logo {
  margin-bottom: 1.5625rem;
}

.footer-link {
  color: #546285;
  margin-bottom: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .375rem;
  font-size: 1rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.row-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;

  padding: 2rem 4rem;
  flex-wrap: wrap;
  gap: 48px;
}

.points-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-basis: 400px;
  flex-grow: 1;
  max-width: 40%;
  margin-right: 30px;
}

.points-container p {
  font-size: 1.3rem;
  color: var(--black);
  font-family: Noto Sans, sans-serif;
}

.point-container p:first-child {
  font-weight: bolder;
}

.point-container p {
  margin: 0;
}

.legal {
  color: #353448;
}

.webflow-link {
  color: var(--dark-green);
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.title {
  color: #08090a;
  letter-spacing: .09375rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: .8125rem;
  font-weight: 600;
}

.footer {
  background-color: var(--white);
  background-image: url('/images/Pattern-Footer.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.25rem 3% 3.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-span {
  color: var(--dark-green);
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.875rem;
  display: flex;
}

.review-logo {
  margin-bottom: .625rem;
  margin-right: 1rem;
}

.review-text {
  color: #08090a;
  font-size: 1rem;
}

.content-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 7.5rem 3%;
  position: relative;
}

.content-grid {
  grid-column-gap: 2.75rem;
  grid-template-rows: auto;
}

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

.content-block.bg-text {
  background-image: url('/images/YumYum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-centre {
  width: 100%;
  max-width: 41.875rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.works-grid {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
}

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

.step-image {
  margin-bottom: 2.5rem;
}

.cart-button {
  min-height: 3.4375rem;
  min-width: 3.4375rem;
  background-color: var(--dark-green);
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  padding: .8125rem;
  font-size: 1.125rem;
  transition: background-color .25s;
  position: relative;
}

.cart-quantity {
  height: 1.5625rem;
  min-width: 1.5625rem;
  color: var(--dark-green);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  font-size: .8125rem;
  display: flex;
  position: absolute;
  top: -.375rem;
  bottom: auto;
  left: auto;
  right: -.375rem;
  box-shadow: 7px 7px 1.5625rem rgba(126, 130, 143, .27);
}

.food-card {
  min-height: 12.5rem;
  background-color: #fff;
  border: .0625rem solid rgba(53, 184, 190, .15);
  border-radius: .375rem;
  align-items: center;
  padding: 1.5625rem;
  transition: border-color .3s;
  display: flex;
}

.food-card:hover {
  border-color: rgba(53, 184, 190, .5);
}

.food-image-square {
  max-height: 7.5rem;
  max-width: 7.5rem;
  min-height: 7.5rem;
  min-width: 7.5rem;
  border-radius: .5rem;
  margin-right: 1.875rem;
  overflow: hidden;
}

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

.food-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .25rem;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--dark-green);
  font-size: 1rem;
  font-weight: 400;
}

.food-card-content {
  width: 100%;
}

.menu-item {
  margin-bottom: 1.25rem;
}

.cta-grid {
  min-height: 40rem;
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
}

.cta-image {
  background-image: url('/images/Group-Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: #35b8be;
  background-image: url('/images/Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5625rem 3.75rem;
  display: flex;
}

.cta-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 3%;
}

.dark-span {
  color: #1b9097;
}

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  width: 3.75rem;
  height: 2.8125rem;
  border-radius: .375rem;
  margin-bottom: 0;
  margin-right: .5rem;
}

.submit-button {
  min-height: 3.125rem;
  background-color: var(--dark-green);
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .375rem;
  justify-content: center;
  display: flex;
}

.remove-button {
  color: #ff8946;
  text-decoration: none;
}

.apple-pay {
  height: 2.75rem;
  border-radius: .25rem;
}

.checkout-button {
  min-height: 3.25rem;
  background-color: var(--dark-green);
  border-radius: .25rem;
  justify-content: center;
  display: flex;
}

.cart-line-item {
  color: var(--dark-blue);
  font-size: 1.125rem;
}

.text-block {
  color: var(--black);
}

.text-block-2 {
  color: var(--mid-blue);
}

.tab-menu-round {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.tab-link-round {
  min-height: 3.25rem;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid rgba(97, 114, 131, .2);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  font-size: 1rem;
  display: flex;
}

.tab-link-round.w--current {
  background-color: var(--dark-green);
  color: #fff;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: rgba(97, 114, 131, 0);
  border-radius: .375rem;
}

.contact-us-question-wrap {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.contact-us-question-bar {
  color: var(--black);
  border-bottom: .0625rem solid rgba(0, 0, 0, .04);
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: .9375rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--dark-green);
  font-size: 1.125rem;
  font-weight: 600;
}

.contact-us-content {
  margin-top: -.125rem;
  overflow: hidden;
}

.contact-us-paragraph {
  color: var(--dark-blue);
  letter-spacing: -.015625rem;
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.footer-legal {
  border-top: .0625rem solid rgba(126, 130, 143, .09);
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
  padding-top: 3.75rem;
  font-size: .9375rem;
  display: flex;
}

.footer-detail-left {
  width: 50%;
  min-height: 2.5rem;
  align-items: center;
  display: flex;
}

.footer-detail-right {
  width: 50%;
  min-height: 2.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-icon-wrap {
  display: flex;
}

.social-link {
  border: .0625rem solid rgba(126, 130, 143, .3);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  padding: .625rem;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: rgba(126, 130, 143, .86);
}

.social-icon {
  width: 1.125rem;
}

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

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

.utility-page-wrap-2 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-image {
  margin-bottom: 1.875rem;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.link {
  color: var(--dark-green);
}

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

.input-field {
  height: 3.125rem;
}

.field-label {
  font-size: .9375rem;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.container-order {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-detail {
  position: -webkit-sticky;
  position: sticky;
  top: 2.1875rem;
}

.apple-pay-button {
  height: 3.4375rem;
}

.order-confirmation {
  background-color: var(--white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

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

.required {
  color: var(--mid-blue);
}

.button-white {
  min-height: 3.75rem;
  background-color: var(--dark-green);
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1.125rem;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--dark-green);
  background-color: #fff;
  margin-top: 2.5rem;
}

.content-section-bg {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/images/BG-Shape-Content.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 96% 90%;
  padding: 8.75rem 3%;
  position: relative;
}

.cta-heading {
  color: #fff;
  font-size: 3.4375rem;
  line-height: 1.1;
}

.hero-image {
  order: 1;
}

.cart-icon {
  width: 1.5625rem;
  margin-right: 0;
}

.paypal-checkout-form {
  background-color: var(--white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.paragraph {
  font-size: 1rem;
}

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

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3.75rem;
}

.header-h4 {
  color: #232936;
  font-size: 1.875rem;
}

.title-grey {
  color: #758ca5;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}

.legal-text {
  text-align: left;
  margin-top: 1.5625rem;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 6.25rem;
}

.licence-image {
  width: 100%;
  height: 100%;
  max-width: 31.25rem;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 8.75rem;
  display: flex;
}

.line {
  width: 100%;
  height: .0625rem;
  border: .08125rem #d1cdcd;
  border-top-style: dashed;
}

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

.header-section {
  height: 13vw;
  max-height: 17vw;
  min-height: 0;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 70px;
  display: flex;
}

.product-grid {
  grid-column-gap: 2.75rem;
  grid-template-rows: auto;
}

.plain-line {
  width: 100%;
  height: .0625rem;
  background-color: rgba(53, 184, 190, .25);
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.product-image {
  width: 100%;
  border-radius: .9375rem;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6.25rem;
}

.colour {
  width: 100%;
  background-color: #fff;
  border-radius: .25rem;
  align-items: center;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 1.0625rem rgba(82, 76, 76, .06);
}

.colour-text {
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: .875rem;
  display: flex;
}

.colour-block {
  height: 7.5rem;
  background-color: var(--dark-green);
}

.colour-block.c8 {
  background-color: #191b22;
}

.colour-block.c9 {
  background-color: #546285;
}

.colour-block.c3 {
  background-color: var(--mid-blue);
}

.colour-block.c2 {
  background-color: #f5fbfc;
}

.style-guide-section {
  padding: 6.25rem 3%;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: .25rem;
  font-size: .875rem;
  font-weight: 700;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 1rem;
  font-weight: 700;
}

.block {
  margin-bottom: 2.8125rem;
}

.highlight-default {
  background-color: rgba(255, 171, 0, .23);
}

.block-detail {
  border-bottom: .0625rem solid rgba(0, 0, 0, .11);
  align-items: center;
  padding-top: .9375rem;
  padding-bottom: 1.5625rem;
  display: flex;
}

.p1 {
  max-width: 37.5rem;
  color: #546285;
  font-size: 1.125rem;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.size-detail {
  color: var(--dark-green);
  margin-left: .5rem;
}

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

.change-log-wrap {
  width: 100%;
  border-bottom: .0625rem solid rgba(0, 0, 0, .08);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.title-large {
  margin-bottom: .625rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--dark-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: .25rem;
  margin-left: .25rem;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
}

.list {
  margin-top: .9375rem;
  margin-bottom: .9375rem;
}

.order-button {
  min-height: 2.8125rem;
  background-color: var(--dark-green);
  border-radius: .375rem;
  justify-content: center;
  display: flex;
}

.button-arrow-wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

.arrow-drawn {
  position: relative;
  left: 2.5rem;
}

.cursive-text {
  width: 100%;
  max-width: 31.25rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.price-text {
  color: var(--dark-green);
  letter-spacing: -.03em;
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
}

.full-details {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.content-section-short {
  background-color: rgba(0, 0, 0, 0);
  padding: 3.75rem 3%;
  position: relative;
}

.out-of-stock-state {
  min-height: 2.8125rem;
  background-color: var(--mid-blue);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub {
  width: 38vw;
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 600;
}

.pattern {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pagination-button {
  min-height: 3.75rem;
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  background-image: url('/images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: .25rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1.125rem;
  transition: background-color .25s;
}

.pagination {
  margin-top: 2.5rem;
}

.plus {
  opacity: .5;
}

.dropdown {
  height: 3.125rem;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.additional-details {
  max-width: 50rem;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

/* .cta-full-image {
  min-height: 31.25rem;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .67), rgba(25, 26, 27, .19)), url('/images/senior-lifestyle-happy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding: 6.25rem 3%;
  display: flex;
} */

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.statistic {
  color: #fff;
  margin-bottom: 0;
  font-size: 3.1875rem;
}

.statistic-block {
  color: #fff;
  text-align: center;
}

.text-block-82 {
  font-size: 1.25rem;
}

.wave {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.notice-text {
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.order-column {
  position: relative;
  top: 0;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: .75rem;
}

.walsh-arrow-wrapper {
  height: .75rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 6.25rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1.25rem 2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--light-green), inset -1px 1px 0 0 var(--light-green), inset -1px -1px 0 0 var(--light-green), inset 1px 1px 0 0 var(--light-green);
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--light-blue);
  background-color: #fff;
}

.walsh-flex-nav-buttons {
  grid-column-gap: .625rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: .125rem;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: .1875rem;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: .0625rem solid #dadada;
  border-radius: .3125rem;
  padding: .375rem;
  box-shadow: 0 0 .875rem .3125rem rgba(0, 0, 0, .05);
}

.walsh-icon-dropdown {
  margin-right: .75rem;
}

.walsh-toggle {
  color: #fff;
  border-radius: .5rem;
  padding-left: 1.125rem;
  padding-right: 2rem;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: rgba(0, 0, 0, .35);
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-link-white {
  color: #fff;
  border-radius: .5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: rgba(0, 0, 0, .35);
}

.walsh-nav-menu-green-left {
  width: 100%;
  grid-column-gap: .625rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  padding-left: 1.25rem;
  display: flex;
}

.walsh-nav-logo {
  height: 2rem;
}

.walsh-brand-block {
  z-index: 2;
  width: auto;
  height: 100%;
  align-items: center;
  display: flex;
}

.walsh-inner-nav {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.walsh-container-nav {
  max-width: 92.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.walsh-main-nav {
  background-color: rgba(0, 0, 0, 0);
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #204f58;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-button-wrapper {
  margin-left: 7.5rem;
}

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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 71.25rem;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 0;
}

.nav-menu-wrapper {
  display: flex;
}

.underline-2 {
  height: 1.375rem;
}

.button-primary {
  width: 11.8125rem;
  color: #fff;
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #529d67;
  border-radius: 1.25rem;
  padding: .75rem 1.5625rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: all .2s;
  display: inline-block;
}

.button-primary:hover {
  width: 11.8125rem;
  color: #000;
  -webkit-text-stroke-color: #9cceaa;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: .125rem solid #9cceaa;
  font-size: .875rem;
  font-weight: 600;
}

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

.button-primary.w--current {
  width: 12.3125rem;
  font-size: 1rem;
}

.button-primary.w--current:hover {
  font-size: .9375rem;
}

.navbar-wrapper {
  width: 76.5rem;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 78.75rem;
  min-height: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  position: relative;
}

.nav-link-2 {
  width: 1rem;
  aspect-ratio: auto;
  color: #284a78;
  letter-spacing: .015625rem;
  white-space: normal;
  margin-left: .3125rem;
  margin-right: .3125rem;
  padding: .3125rem .625rem;
  font-family: Rubik, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  display: inline;
  position: relative;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
  text-decoration: underline;
}

.nav-link-2:focus-visible {
  outline-offset: 0rem;
  color: #0050bd;
  border-radius: .25rem;
  outline: .125rem solid #0050bd;
}

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

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 1rem;
  margin-top: 1.25rem;
  padding: 1.25rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 1.5rem;
  padding: 1.75rem 1.75rem 2rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.brix---big-icon-left {
  border-radius: 1rem;
  margin-right: 1rem;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---card-form {
  min-height: 36rem;
  background-color: #fff;
  border: .0625rem solid #eff0f6;
  border-radius: 1.5rem;
  margin-bottom: 0;
  padding: 3.5rem 2.5rem;
  box-shadow: 0 2px .4375rem rgba(20, 20, 43, .06);
}

.brix---mg-bottom-40px {
  margin-bottom: 2.5rem;
}

.brix---input {
  min-height: 4.375rem;
  background-color: #fff;
  border: .0625rem solid #eff0f6;
  border-radius: 6.25rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px .4375rem rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #204a79;
  box-shadow: 0 2px .75rem rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 1.125rem;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 1.125rem;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---section-position-relative {
  padding-top: 11rem;
  padding-bottom: 11rem;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary {
  color: #204a79;
  text-align: center;
  -webkit-text-stroke-color: #204a79;
  transform-style: preserve-3d;
  background-color: #d1e8fd;
  border-radius: 3rem;
  justify-content: center;
  padding: 1.625rem 2.375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #204a79;
  transform: translate3d(0, -.1875rem, .000625rem);
}

.brix---text-area {
  min-height: 9rem;
  background-color: #fff;
  border: .0625rem solid #eff0f6;
  border-radius: 1.375rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px .4375rem rgba(20, 20, 43, .08);
}

.brix---text-area:hover {
  border-color: #204a79;
  box-shadow: 0 2px .75rem rgba(20, 20, 43, .1);
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 1.125rem;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 1.125rem;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.shadow-two {
  box-shadow: 0 4px 1.5rem rgba(150, 163, 181, .08);
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  width: 36%;
  height: 100%;
  background-color: #d1e8fd;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---input-label {
  color: #211f54;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.brix---text-200-bold {
  color: #000;
  -webkit-text-stroke-color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  -webkit-text-stroke-color: #fc0a7e;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-color: #fff;
  border: .0625rem solid #f7f7fc;
  border-radius: .875rem;
  align-items: center;
  padding: .875rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px .375rem rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper:hover {
  border-color: #204a79;
  transform: scale3d(.96, .96, 1.01);
}

.brix---icon-success-message-big {
  width: 3.75rem;
  margin-bottom: .625rem;
}

.brix---form-grid-2-columns {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---text-300-bold {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.brix---grid-contact-v1 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -7.9375rem;
  margin-bottom: -7.125rem;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 25rem;
}

.brix---container-default {
  max-width: 76.125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.section {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -3.5rem;
  display: flex;
  background-color: var(--very-light-green);
}

.section.center {
  width: 100%;
  height: 81vh;
  text-align: left;
  background-color: #d6f5f6;
  background-image: linear-gradient(135deg, #fff, #cbeaec);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero-content-2 {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
  top: 0;
}

.hero-subhead {
  height: 6rem;
  max-width: 60%;
  aspect-ratio: auto;
  color: #125382;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Noto Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.75rem;
  display: flex;
  position: static;
}

.text-span {
  width: 44.4375rem;
  height: .6875rem;
  text-align: left;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.hero-image-2 {
  height: 85vh;
  max-width: 90%;
  object-fit: scale-down;
  flex: 1;
  margin-bottom: -4.5rem;
  position: absolute;
  bottom: 2.3125rem;
  right: 3vw;
}

.heading-8 {
  color: #284a78;
  text-align: center;
  -webkit-text-stroke-color: #0e3a5a;
  padding-top: 7.4375rem;
  font-family: Inter, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
}

.whats-new-heading {
  color: #284a78;
  text-align: center;
  -webkit-text-stroke-color: #0e3a5a;
  font-family: Inter, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}

.walsh-main-grid-no-gap {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  display: flex;
  position: relative;
}

.walsh-rounded-block {
  width: 100%;
  max-width: 92.5rem;
  background-color: #fff;
  border-radius: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slide {
  padding-left: 0;
}

.walsh-image-hero {
  max-height: 45em;
  margin-bottom: -20px;
}

.heading-7 {
  color: #629bd3;
  text-align: center;
  font-size: 2.4375rem;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: center;
  padding-top: 2.1875rem;
  display: flex;
}

.slider-arrow {
  color: #d6d6d6;
}

.walsh-background-darkgreen {
  width: 100vw ;
  background-color: var(--very-light-green);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: relative;
}

.image-7 {
  margin-right: 3.0625rem;
  display: block;
  position: fixed;
  top: 23%;
  bottom: auto;
  left: auto;
  right: 34%;
}

.slide-nav {
  font-size: .4375rem;
}

.quote-wrap {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.walsh-col-image-wrapper {
  width: 50%;
  max-width: none;
  flex: 0 auto;
}

.walsh-heading-large-3 {
  color: #0e3a5a;
  letter-spacing: 0;
  text-indent: -.0625rem;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.walsh-inner-rounded-img-padding {
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  align-self: flex-end;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-main-paragraph-3 {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Noto Sans, sans-serif;;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5;
}

.walsh-heading-xlarge-white {
  direction: ltr;
  color: var(--text-blue);
  text-align: left;
  letter-spacing: -.25rem;
  font-family: Inter, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero {
  width: 92vw;
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-inner-rounded-banner {
  height: 100%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  padding: 6em;
  display: flex;
  margin-left: 50px;
}

.right-arrow {
  height: 33.25rem;
}

.feature-wrap {
  width: 90vw;
  border: .0625rem #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.walsh-rounded-box-banner {
  width: 100%;
  max-width: 92.5rem;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 14.6875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.quote-slider {
  width: 90vw;
  height: 39vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.walsh-label-button-2 {
  color: #fff;
  /* -webkit-text-stroke-color: var(--black); */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

/* .walsh-label-button-2:hover {
  color: #000;
} */

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: .0625rem dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-content-wrap-50 {
  width: 50%;
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding: 8em 4em;
  display: flex;
}

.slide-2 {
  height: 33rem;
  margin-bottom: .0625rem;
  padding-bottom: 0;
}

.walsh-flex-horizontal {
  width: 100%;
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 6.5rem;
  padding-top: 0;
  display: flex;
}

.walsh-link-block-green {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #529d67;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-green:hover {
  color: #000;
  -webkit-text-stroke-color: #529d67;
  background-color: var(--dark-blue);
  border: .0625rem solid var(--dark-blue);;
}

.mask-2 {
  height: 33.3125rem;
}

.text-block-3 {
  color: var(--black);
  font-family: Noto Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-3:hover {
  color: var(--dark-green);
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-inner-rounded-img-float {
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 4em;
  display: flex;
}

.paragraph-3 {
  font-family: Rubik, sans-serif;
  font-size: 1.6875rem;
}

.walsh-icon-arrow {
  height: .75rem;
  margin-top: .125rem;
  margin-left: .625rem;
}

.walsh-cover-image {
  width: 160%;
  height: 91%;
  object-fit: cover;
  flex: 1;
  position: relative;
  left: .875rem;
}

.walsh-heading-large-2 {
  color: #0e3a5a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  display: flex;
}

.walsh-container-2 {
  z-index: 2;
  width: 100% !important;
  max-width: 92.5rem;
  text-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .2);
  flex: none;
  margin-bottom: 2.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}


.walsh-icon-arrow-flip-2 {
  height: .75rem;
  color: #fff;
}

.retirement-header{
  color: #0e3a5a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px ;
  text-align: left;
}

.walsh-heading-large-4 {
  color: #0e3a5a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}

.team-slider-wrapper-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3.125rem;
}

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

.team-member-image-two-2 {
  margin-bottom: 1.125rem;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 1.5rem;
}

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

.team-slider-nav-2 {
  margin-top: 1.5rem;
  font-size: .625rem;
  position: static;
  bottom: -3.75rem;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.team-slider-2 {
  width: 0;
  height: 39vw;
  max-width: 100vw;
  min-width: 100vw;
  padding-bottom: 15px;
  padding-left: 75px;
  object-fit: fill;
  background-color: #fff;
  border-bottom: .0625rem solid #e4ebf3;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  display: flex;
  position: relative;
  overflow: hidden;
  border: none;
}

.mask {
  height: 5.4375rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.walsh-cta-block-white {
  width: 100%;
  height: 3.4375rem;
  background-color: #fff;
  border-radius: .5rem;
  margin-top: 0;
  padding: 0 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-main-grid-2 {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr .25fr .25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: start;
  display: grid;
  position: relative;
}

.walsh-center-wrapper-gap {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-heading-medium {
  color: var(--text-blue);
  letter-spacing: 0;
  text-indent: -.1875rem;
  column-count: 1;
  column-rule-width: 0rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.4375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.walsh-icon-arrow-flip-3 {
  height: .75rem;
  color: #216534;
}

.walsh-icon-arrow-flip-3:hover {
  color: #408152;
  -webkit-text-stroke-color: black;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #529d67;
  border-radius: 6.25rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1.25rem 2rem;
  font-family: Rubik, sans-serif;
  font-size: 1.0625rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  color: #014013;
  -webkit-text-stroke-color: #9cceaa;
  background-color: #fff;
  border: .0625rem solid #9cceaa;
  font-family: Rubik, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
}

.walsh-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-label-button-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-label-button-3:hover {
  color: #0c4f1f;
  -webkit-text-stroke-width: 0rem;
  -webkit-text-stroke-color: #458f5a;
}

.walsh-form-dos {
  width: 178%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 1.4375rem;
}

.walsh-text-field-single2 {
  width: 124%;
  height: auto;
  min-height: 4.0625rem;
  min-width: auto;
  border: .0625rem solid #fff;
  border-radius: 6.25rem 0 0 6.25rem;
  margin-bottom: 0;
  padding-top: .1875rem;
  padding-bottom: .1875rem;
  padding-left: 1.25rem;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  position: relative;
  box-shadow: inset 1px .0625rem #fff;
}

.walsh-container-block {
  width: 100%;
  background-color: var(--light-blue);
  color: var(--light-blue);
  padding: 4.5em;
  position: relative;
  overflow: hidden;
}

.walsh-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: .25rem;
  padding-top: .8125rem;
  padding-bottom: .8125rem;
}

.walsh-full-image {
  width: 100%;
  height: 100%;
  max-width: 86%;
  object-fit: cover;
  position: relative;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-button-circle-small {
  width: 4.0625rem;
  height: 4.0625rem;
  background-color: #19A641;
  background-image: url('/images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto .75rem;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: var(--dark-blue);
}

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

.walsh-content-wrapper-gap-large {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.walsh-main-paragraph {
  color: var(--text-blue);
  letter-spacing: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.walsh-cta-frame-image-overflow {
  width: auto;
  height: 35em;
  border-radius: 12.5rem .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-full-form2 {
  width: 11%;
  margin-bottom: 0;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 92.5rem;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.walsh-heading-large {
  color: #2c2c2c;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  background-color: var(--light-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-button-circle-2 {
  background-color: #fff;
  border-top-right-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
}

.brix---avatar-image-link {
  max-width: 100%;
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-06 {
  width: 10rem;
  height: 10rem;
  max-height: 10rem;
  max-width: 10rem;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-team-v1 {
  height: auto;
  max-height: auto;
  min-height:fit-content;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: .0625rem solid #eff0f6;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 1.5rem;
  display: block;
  position: relative;
  left: 0;
  box-shadow: 0 2px .4375rem rgba(20, 20, 43, .06);
}

.brix---text-200-medium {
  color: var(--dark-blue);
  text-transform: capitalize;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
}

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

.brix---slider-mask-width-388px {
  height: 100%;
  max-width: 33vw;
  overflow: visible;
}

.offset-sliders{
  margin-left: 100px;
}

.brix---slider-wrapper {
  width: 0;
  height: 37vw;
  max-height: 37vw;
  max-width: 0;
  min-width: 100%;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  display: flex;
}

.brix---btn-slider-arrow-right---top-right {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: .0625rem solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -6.25rem;
  box-shadow: 0 2px .75rem rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-bottom-32px {
  margin-bottom: 2rem;
}

.brix---hidden-desktop {
  display: none;
}

.brix---slide-item-mg {
  margin-right: 1.75rem;
}

.brix---slider-mask-width-388px {
  display: flex; 
  width: 100%; 
  height: 470px;
}

.brix---slide-item-mg {
  flex: 0 0 100%;
  box-sizing: border-box; 
}

.brix---card-team-v1 {
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem; 
  padding: 1.5rem;
  width: 25vw;
  position: relative;
  box-shadow: 0 2px .4375rem rgba(20, 20, 43, .06);
}


.brix---btn-slider-arrow-right---top-left {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: .0625rem solid #eff0f6;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -6.25rem;
  bottom: auto;
  left: auto;
  right: 5.25rem;
  box-shadow: 0 2px .75rem rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size-link {
  color: #211f54;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: #4a3aff;
}

.brix---mg-bottom-16px {
  margin-bottom: 1rem;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
}

.brix---paragraph-default {
  color: var(--black);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1em;
  line-height: 1.6em;
}

.mask-3 {
  height: 26.5625rem;
  padding-bottom: 0;
  bottom: .5rem;
}

.bold-text, .bold-text-2 {
  color: var(--dark-blue);
  font-weight: 600;
}

.walsh-paragraph-small {
  color: rgba(22, 22, 22, .68);
  align-self: center;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-small {
  width: 5.625rem;
  height: 5rem;
}

.walsh-icon-wrapper-circle {
  width: 6.25rem;
  height: 6.25rem;
  background-color: var(--walsh-light-goldenrod-yellow);
  color: #e7f1f7;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-rounded-box-center {
  width: 31.625rem;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: .9375rem;
  flex-direction: column-reverse;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.walsh-main-grid-3 {
  width: 63vw;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container-3 {
  z-index: 2;
  width: 100%;
  max-width: 92.5rem;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.text-span-2 {
  color: var(--dark-green);
  font-weight: 700;
}

.walsh-stats-number-medium {
  color: var(--walsh-black);
  font-size: 5.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-grid-stats {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.walsh-inner-padding-list {
  flex-direction: row;
}

.walsh-cover-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-image-content {
  width: 100%;
  max-width: 44em;
  background-color: #d0f6f6;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.walsh-flex-horizontal-gap {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 6em;
  padding-bottom: .625rem;
  display: flex;
}

.walsh-rounded-container {
  z-index: 2;
  width: 100%;
  max-width: 92.5rem;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  position: relative;
}

.walsh-rounded-block-2 {
  width: 100%;
  max-width: 92.5rem;
  background-color: #fff;
  border-radius: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 1.25rem;
  justify-content: center;
  display: flex;
}

.walsh-form-error-2 {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: .25rem;
  padding-top: .8125rem;
  padding-bottom: .8125rem;
}

.walsh-form-success-2 {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-button-circle-small-2 {
  width: 4.0625rem;
  height: 4.0625rem;
  background-color: var(--dark-green);
  background-image: url('/images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto .75rem;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small-2:hover {
  background-color: var(--dark-green);
}

.walsh-button-circle-small-2:active {
  background-color: var(--dark-blue);
}

.walsh-button-circle-wrapper-gray {
  background-color: #eee;
  border-top-right-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
}

.walsh-text-field-single-gray {
  width: 100%;
  height: auto;
  min-height: 4.0625rem;
  min-width: auto;
  background-color: #eee;
  border: .0625rem solid #eee;
  border-radius: 6.25rem 0 0 6.25rem;
  margin-bottom: 0;
  padding-top: .1875rem;
  padding-bottom: .1875rem;
  padding-left: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  box-shadow: inset 1px .0625rem #eee;
}

.walsh-form-single-2 {
  width: 100%;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-full-form-2 {
  width: 14vw;
  margin-bottom: 0;
}

.walsh-form-wrapper-2 {
  width: 14vw;
}

.walsh-content-wrapper {
  width: 14vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-heading-medium-2 {
  width: 44.625rem;
  color: var(--text-blue);
  letter-spacing: -.001875rem;
  text-indent: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.8125rem;
  font-weight: 600;
  line-height: 2.5625rem;
}

.walsh-cta-block-white-2 {
  width: 100%;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  padding: 6.25rem 3.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-8 {
  width: 43.75rem;
  height: 60.25rem;
}

.image-9 {
  width: 52.8125rem;
  height: 58.75rem;
}

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

.paragraph-4 {
  font-size: 1.1875rem;
}

.paragraph-5 {
  color: var(--text-blue);
  margin-bottom: 2.3125rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.walsh-text-small-white {
  color: rgba(255, 255, 255, .8);
  margin-bottom: .9375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.walsh-heading-small-white {
  color: #fff;
  font-weight: 600;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-cover-image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-circle-image {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #dfdfdf;
  border-radius: 12.5rem;
  overflow: hidden;
}

.walsh-profile-wrapper {
  grid-column-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.walsh-main-paragraph-white {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  letter-spacing: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.5;
}

.walsh-heading-medium-white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.1;
}

.walsh-quote-image {
  height: 3.5rem;
  opacity: .26;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-cta-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.walsh-main-grid-no-gap-2 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
  position: relative;
}

.walsh-container-4 {
  z-index: 2;
  width: 100%;
  max-width: 92.5rem;
  flex: none;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.walsh-cta-green-wrapper {
  height: 40.375rem;
  background-color: var(--dark-blue);
  margin-top: 0;
  padding-top: .9375rem;
  padding-bottom: .625rem;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: .0625rem solid #e4ebf3;
  padding: 5rem 1.875rem;
  position: relative;
}

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

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

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

.gallery-features-block {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.gallery-feature {
  background-image: url('/images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  margin-bottom: .5rem;
  padding-left: 1.875rem;
  font-size: .875rem;
  line-height: 1.5rem;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: .75rem 1.5625rem;
  font-size: .75rem;
  line-height: 1.25rem;
  transition: all .2s;
}

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

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

.gallery-grid {
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.features-list {
  border-bottom: .0625rem solid #e4ebf3;
  padding: 5rem 1.875rem;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 1.5rem;
}

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

.arrow-embed {
  margin-left: .125rem;
  display: flex;
}

.features-right {
  width: 29.9375rem;
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -1rem;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.features-image {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  margin-right: 1rem;
}

.link-2 {
  color: var(--text-blue);
  font-family: Noto Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  top: 1.0625rem;
}

.link-2:hover {
  color: var(--dark-green);
}

.italic-text {
  color: var(--dark-green);
  mix-blend-mode: normal;
  margin-left: -.9375rem;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  position: relative;
  top: 2.0625rem;
  left: 9.9375rem;
  right: 7.3125rem;
}

.text-block-83 {
  color: var(--dark-blue);
  font-family: Noto Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
}

.team-circles {
  height: 68.8125rem;
  border: .0625rem solid #fff;
  padding: 5rem 1.875rem;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 58.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  display: flex;
}

.centered-heading {
  text-align: center;
  -webkit-text-stroke-color: var(--very-light-green);
  margin-bottom: 1rem;
  font-size: 3.4375rem;
  font-weight: 500;
}

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

.team-grid {
  width: 74rem;
  height: 23.0625rem;
  grid-column-gap: 4rem;
  grid-row-gap: 3.5rem;
  grid-template: ". . ." 1fr
                 ". Area Area"
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 3fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  margin-top: 3.125rem;
  display: grid;
}

.team-card {
  width: 32vw;
  max-width: 38vw;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .875rem;
  line-height: 1.375rem;
  display: flex;
}

.team-member-image {
  width: 16.875rem;
  height: 16.875rem;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.team-member-name {
  color: var(--mid-blue);
  margin-bottom: .375rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.team-member-position {
  margin-bottom: 1.5rem;
}

.walsh-rounded-box-banner-copy {
  width: 100%;
  grid-row-gap: 1em;
  background-color: var(--light-blue);
  text-align: center;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  left: 100px;
}

.walsh-form-error-3 {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: .25rem;
  padding-top: .8125rem;
  padding-bottom: .8125rem;
}

.walsh-form-success-rounded {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 2.1875rem;
}

.walsh-text-small {
  color: rgba(0, 0, 0, .5);
  margin-bottom: .9375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.walsh-button {
  z-index: 5;
  background-color: var(--very-light-green);
  color: var(--walsh-black);
  text-align: center;
  white-space: nowrap;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2.1875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button:hover {
  color: #fff;
  background-color: #79a315;
}

.walsh-text-field-auto-gray {
  width: 100%;
  height: auto;
  min-height: 4.0625rem;
  min-width: auto;
  background-color: #eee;
  border: .0625rem solid #fff;
  border-radius: .375rem;
  margin-bottom: 0;
  margin-right: .9375rem;
  padding-top: .1875rem;
  padding-bottom: .1875rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  box-shadow: inset 1px .0625rem #fff;
}

.walsh-form-single-row {
  width: 100%;
  justify-content: center;
  align-items: baseline;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 1.75rem;
  bottom: 0%;
  left: 0%;
  right: 15%;
}

.walsh-form-block-center {
  width: 100%;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
}

.walsh-main-paragraph-4 {
  width: 47.625rem;
  color: var(--black);
  letter-spacing: 0;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.walsh-heading-medium-3 {
  width: 24.8125rem;
  color: var(--white);
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: relative;
  left: -7.0625rem;
}

.walsh-center-wrapper-gap-2 {
  width: 23.375rem;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.walsh-main-grid-4 {
  width: 102%;
  /* grid-column-gap: 2.2em; */
  grid-row-gap: 2.2em;
  background-color: var(--light-green);
  border-radius: 1.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: baseline;
  margin-top: 0;
  margin-right: 0;
  padding: 1.25rem .625rem;
  display: flex;
  position: static;
}

.walsh-cta-block-white-3 {
  width: 100%;
  background-color: #fff;
  border-radius: .5rem;
  margin-top: 8.75rem;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container-5 {
  z-index: 2;
  width: 100%;
  background-color: var(--light-blue);
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.walsh-icon-arrow-2 {
  height: .75rem;
  margin-top: .125rem;
  margin-left: .625rem;
}

.walsh-link-wrapper-2 {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: .0625rem dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-button-hover-fill-2 {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip-4 {
  height: .75rem;
}

.walsh-arrow-wrapper-2 {
  height: .75rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2em !important;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
  white-space: nowrap;
}

.walsh-link-block-green-2 {
  background-color: var(--very-light-green);
  color: #000;
  text-align: center;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-green-2:hover {
  color: #000;
  background-color: #ffbba6;
}

.walsh-hero-div-block-2 {
  grid-column-gap: 1.25em;
  justify-self: start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  display: flex;
}

.walsh-heading-large-5 {
  color: var(--text-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-title-tag {
  color: var(--walsh-black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-bullet-tag {
  width: .75rem;
  height: .75rem;
  background-color: var(--walsh-black);
  border-radius: 6.25rem;
}

.walsh-flex-tag {
  grid-column-gap: .625rem;
  align-items: center;
  display: flex;
}

.walsh-inner-rounded-banner-2 {
  height: 100%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  padding: 6em 2.1em 6em 0;
  display: flex;
}

.walsh-image-hero-2 {
  max-height: 45em;
  padding-bottom: 1.625rem;
}

.walsh-inner-rounded-img-float-2 {
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-rounded-box-banner-2 {
  width: 100%;
  max-width: 92.5rem;
  grid-row-gap: 1em;
  background-color: var(--light-blue);
  text-align: center;
  border-radius: .9375rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.features-table {
  width: 100vw;
  border: .0625rem solid var(--walsh-light-goldenrod-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.875rem;
  display: flex;
  position: relative;
}

.comparison-table {
  flex-direction: column;
  margin-top: 3.125rem;
  display: flex;
  border: 1px solid black;
    border-radius: 13px;
}

.comparison-row-main {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #284A78;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
  border-radius: 13px 13px 0px 0px;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 1.5rem;
  color: white;
}

.comparison-row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: .0625rem solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.comparison-negative {
  background-image: url("/images/plus%20rotated.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 1.5rem;
  padding-left: 2.5rem;
}

.comparison-positive {
  background-image: url("/images/check%20circle.svg");  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 1.5rem;
  padding-left: 2.5rem;
}

.bi-x-circle, .bi-check-circle {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
}

.walsh-link-block-orange-3 {
  width: 20vw;
  max-width: 20vw;
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  border-radius: 6.25rem;
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: static;
  overflow: hidden;
}

.walsh-link-block-orange-3:hover {
  background-color: var(--dark-blue);
}

.walsh-hero-p-wrapper-2 {
  width: 249%;
  max-width: 36em;
  padding-right: 0;
  display: flex;
}

.walsh-text-burst-orange {
  color: var(--dark-green);
  background-image: url('/images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: .25em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-heading-xxlarge-black {
  color: var(--walsh-black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.9375rem;
  font-weight: 700;
  line-height: .95;
}

.walsh-center-hero {
  width: 100%;
  grid-row-gap: 1.5em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  display: flex;
}

.walsh-hero-inner-image-2 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 2.1875rem;
  display: flex;
}

.walsh-rounded-block-3 {
  width: 100%;
  max-width: 92.5rem;
  background-color: #fff;
  border-radius: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper-2 {
  grid-column-gap: 1.25rem;
  justify-content: center;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: .0625rem solid #e4ebf3;
  padding: 5rem 1.875rem;
  position: relative;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3.125rem;
}

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

.team-block {
  background-color: #fff;
  padding-bottom: 1.5rem;
}

.team-member-image-two {
  width: 51vw;
  max-width: 40%;
  margin-bottom: 1.125rem;
}

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

.team-member-name-two {
  margin-bottom: .75rem;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 1.25rem;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  line-height: 1.25rem;
  text-decoration: none;
  display: flex;
}

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

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

.team-slider-nav {
  margin-top: 1.5rem;
  font-size: .625rem;
  position: static;
  bottom: -3.75rem;
}

.footer-2 {
  width: 100%;
  background-color: #161929;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap {
  /* max-width: 44rem; */
  aspect-ratio: auto;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: static;
}

.footer-menu {
  grid-column-gap: 1.5625rem;
  justify-content: center;
  display: flex;
}

.walsh-footer-link-center {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.walsh-footer-link-center:hover {
  color: var(--light-green);
}

.footer-list {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  object-fit: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 1.8125rem;
  padding-bottom: 1.8125rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  position: static;
}

.link-block {
  width: 2.0625rem;
  height: 2.125rem;
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  justify-items: center;
  padding-right: 0;
  display: grid;
  position: relative;
  right: -8rem;
}

.image-6 {
  width: 2rem;
  object-fit: fill;
  padding-right: 0;
  position: relative;
  top: 0;
  left: -9rem;
}

.walsh-footer-legal-text {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .8125rem;
}

.image-10, .image-11, .image-12 {
  width: 2rem;
  object-fit: fill;
  padding-right: 0;
  position: relative;
  top: 0;
}

.div-block-2 {
  position: relative;
  top: 2.0625rem;
  left: -30.5625rem;
}

.image-13 {
  position: relative;
  left: -8.875rem;
}

.image-14 {
  position: relative;
  left: -8.75rem;
}

.image-15 {
  position: relative;
  left: -8.8125rem;
}

.text-block-84 {
  color: var(--dark-blue);
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
}

.bold-text-3, .bold-text-4 {
  font-weight: 600;
}

.bold-text-5 {
  font-family: Noto Sans, sans-serif;
  font-weight: 600;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.bold-text-9 {
  font-weight: 500;
}

.bold-text-10 {
  font-weight: 600;
}

.text-span-4 {
  position: relative;
  top: -.4375rem;
  left: .375rem;
}

.paragraph-6 {
  width: 24.0625rem;
  color: var(--white);
  flex: 0 auto;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  position: relative;
  top: -.25rem;
  left: -1.25rem;
}

.paragraph-7 {
  width: 76vw;
  height: 6vw;
  max-width: 76vw;
  aspect-ratio: auto;
  color: var(--text-blue);
  text-align: center;
  padding-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
}

.div-block-3 {
  width: 44.5625rem;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 75px;
  display: flex;
  position: static;
}

.heading-9 {
  color: var(--text-blue);
  text-align: center;
  font-size: 50px;
}

.grid-4 {
  height: 68.8125rem;
}

.text-block-85 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-family: Noto Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-85:hover {
  color: var(--dark-green);
}

.form-block {
  width: 17vw;
  max-width: 27vw;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.text-span-5 {
  width: 54vw;
  max-width: 95vw;
  color: var(--dark-green);
  font-style: italic;
}

.text-span-6 {
  color: var(--dark-green);
  font-style: italic;
}

.feature_section {
  height: 38.125rem;
  background-image: url('/images/Notes-feature-min.png'), url('/images/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.heading-10 {
  width: 42.25rem;
  color: var(--text-blue);
  padding-left: 54px;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  top: 13.3125rem;
  left: 28.0625rem;
  right: 0;
}

.bold-text-11 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.bold-text-12 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.bold-text-13 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.section-3 {
  height: 40.1875rem;
}

.image-16 {
  margin-left: 7.3125rem;
  padding-left: 0;
  width: 997px;
  max-width: 41vw;
  /* flex: 0 auto; */
  /* order: 0; */
  /* display: block; */
  align-self: center;
}


.div-block-4 {
  background-color: var(--light-blue);
  border-radius: 1.25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 3.75rem;
  display: flex;
}

.section-4 {
  height: 38.125rem;
  background-image: url('/images/Patients-Feature.png');
  background-position: 0 0;
  background-size: cover;
}

.heading-11 {
  width: 37.0625rem;
  color: var(--text-blue);
  font-size: 2.5em;
  font-weight: 600;
  position: relative;
  top: 8.625rem;
  left: -8.6875rem;
}

.heading-12 {
  font-weight: 600;
}

.combine-chevron-right_icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library-grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library-primary-600);
}

.combine-text-size-regular {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.combine-heading-style-h5 {
  color: var(--text-blue);
  margin-top: 0;
  margin-bottom: .2rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-icon_color2 {
  color: var(--combine-library-secondary-600);
}

.combine-feature5_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
}

/* .combine-feature5_item:hover {
  transform: translate(0, -.5rem);
  box-shadow: 0 14px 1.25rem rgba(140, 148, 165, .2);
} */

.combine-icon_color3 {
  color: var(--combine-library-warning-400);
}

.combine-icon_color1 {
  color: var(--combine-library-primary-600);
}

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

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.combine-space-large {
  height: 4rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.pic-1{
  grid-row: 1;
  grid-column: 1;
}

.text-1{
  grid-row: 2;
  grid-column: 1;
}

.pic-2{
  grid-row: 1;
  grid-column: 2;
}

.text-2{
  grid-row: 2;
  grid-column: 2;
}

.pic-3{
  grid-row: 1;
  grid-column: 3;
}

.text-3{
  grid-row: 2;
  grid-column: 3;
}

.combine-heading-style-h2 {
  color: var(--text-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.35;
}

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

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

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

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

.combine-section_feature5 {
  background-color: var(--light-blue);
}

.div-block-5 {
  width: 30vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-19 {
  max-width: 42vw;
  order: -1;
  display: block;
}

.section-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-6 {
  height: 29vw;
  max-height: 31vw;
  max-width: 42vw;
  object-fit: none;
  flex-direction: column;
  flex: none;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.container-7 {
  /* max-width: 100vw; */
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.section-10 {
  background-image: linear-gradient(to bottom, var(--light-blue), white);
  align-items: center;
  margin-left: 3px;
  display: flex;
}

/* .image-20 {
  margin-right: 60px;
} */

.container-8 {
  max-height: 28vw;
  max-width: 961vw;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 2.4vw;
  max-width: 66vw;
}

.image-22, .image-23 {
  width: 2.4vw;
}

.section-11 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  margin-bottom: 25px;
}

.container-9 {
  height: 30vw;
  flex: 0 auto;
  order: -1;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  width: 42vw;
  color: var(--dark-blue);
  margin-left: 36px;
  font-size: 2.5em;
  font-weight: 600;
}

.section-12 {
  background-color: var(--light-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-10 {
  width: 45vw;
  max-width: 54vw;
  margin-right: 0;
  padding-right: 0;
}

.image-24 {
  max-width: 42vw;
}

.container-11 {
  flex-direction: row;
  display: flex;
}

.heading-14 {
  max-width: 44vw;
  color: var(--dark-blue);
  font-size: 2.5em;
  font-weight: 600;
}

.container-13 {
  flex-direction: row;
  display: flex;
}

.flex-block {
  flex-direction: row;
}

.image-25 {
  max-width: 41vw;
}

.container-14 {
  width: 45vw;
  max-width: 59vw;
  flex: 0 auto;
  align-self: center;
}

.section-13 {
  display: flex;
}

.whats-new-section{
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: normal;
  width: 100vw;
  margin: 0px 100px;
}

.feature-group{
  width: 500px;
}

.bi-chevron-left, .bi-chevron-right{
  fill: white;
  color: white;
  vertical-align: middle;
}

.feature-section{
  gap:20px;
}

.container-15 {
  width: 58vw;
  max-width: 101vw;
  padding-right: 100px;
}

.brand-2 {
  margin-right: 40px;
}

.demo-label{
  color:white !important;
  opacity: 1 !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
}

.featured-text h3 {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  margin: 0;
}

.nav-link-3 {
  opacity: .8;
  color: #28224b;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: opacity .2s;
  line-height: 20px;
}

.nav-link-3:hover {
  opacity: 1;
  color: #28224b;
}

.nav-selected{
  color: #004F88 !important;
  text-decoration: underline;
  text-decoration-color: #0EA137;
  text-decoration-thickness: 3px;
  text-underline-position: under;
}

.nav-link-3.w--current {
  color: #191b22;
  font-size: 18px;
  font-weight: 600;
}

.nav-link-3.w--current:hover {
  color: #284a78;
}

.navigation-container-2 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  /* margin-left: auto;
  margin-right: auto; */
  display: flex;
}

.navbar-2 {
  width: 100vw;
  background-color: #fff;
  align-items: center;
  padding: 0px;
  display: flex;
}

.nav-menu-4 {
  margin-right: 14px;
}

.section-16 {
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  max-height: 160px;
}

.section-17 {
  height: 1000px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-policy {
  width: 90%;
  overflow: hidden;
}

.references{
  margin: 0px 100px 60px;
}

.privacy-policy h4 {
  margin: 20px 0;
}

.privacy-policy p, .privacy-policy ul {
  margin: 16px 0;
}

.privacy-policy li {
  margin: 12px 0;
}

#contact-wrapper .brix---grid-contact-v1-2 {
  margin: 0px;
  justify-content: center;
}

@media (min-width: 991px) {
  .privacy-policy {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .section-17 {
    height: 1500px;
    text-align: center;
  }

  .whats-new-section{
    margin: 0px 0px;
    align-items: center;
  }

  .feature-group{
    width: 50vw;
  }

}

@media (max-width: 767px) {
  .section-17{
   margin: 0px;
  }
  #contact-img{
    margin-bottom: -50px;
  }

  .feature-section{
    display: flex;
    flex-direction: column;
    width: 50vw;
  }
  .references{
    margin: 0px 10px 60px;
  }
}
#contact-img{
  max-width: 400px;
}
.brix---form-grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---card-form-2 {
  min-height: 576px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---input-2 {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input-2:hover {
  border-color: #204a79;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input-2::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---grid-contact-v1-2 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -127px;
  margin-bottom: -114px;
  display: grid;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.brix---input-label-2 {
  color: #211f54;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---big-icon-left-2 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---text-area-2 {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---text-area-2:hover {
  border-color: #204a79;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area-2::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---color-neutral-802 {
  color: #211f54;
}

.brix---btn-primary-2 {
  color: #204a79;
  text-align: center;
  -webkit-text-stroke-color: #204a79;
  transform-style: preserve-3d;
  background-color: #d1e8fd;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  color: #fff;
  background-color: #204a79;
  transform: translate3d(0, -3px, .01px);
}

.brix---inner-container-400px-2 {
  max-width: 400px;
}

.brix---success-message-2 {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-link-icon-wrapper-2 {
  color: #6e7191;
  -webkit-text-stroke-color: #fc0a7e;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper-2:hover {
  border-color: #204a79;
  transform: scale3d(.96, .96, 1.01);
}

.brix---icon-success-message-big-2 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 40px;
}

.brix---text-200-bold-2 {
  color: #000;
  -webkit-text-stroke-color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.section-18 {
  width: 100vw;
  height: 16vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.container-16 {
  height: 11vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-17 {
  width: 94vw;
  max-width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-18 {
  width: 14vw;
  height: 5vw;
  max-height: 5vw;
  max-width: 15vw;
}

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

.heading-15 {
  color: var(--dark-blue);
  font-size: 2.5em;
  font-weight: 600;
}

.container-19 {
  height: 6vw;
  max-height: 20vw;
  max-width: 49vw;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.container-20 {
  max-width: 940vw;
  display: flex;
}

.container-21 {
  width: 625.852vw;
  max-width: 600vw;
  align-items: center;
  display: flex;
}

.container-22 {
  max-width: 100vw;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.container-23 {
  width: 95vw;
  max-width: 95vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-24 {
  width: 76vw;
  max-width: 100vw;
}

.section-20 {
  height: auto;
  /* max-height: 70vw; */
  min-height: fit-content;
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.section-21 {
  height: 19vw;
  max-height: 78vw;
}

.container-26 {
  height: 19vw;
  max-width: 100vw;
  display: flex;
}

.right-arrow-2 {
  max-width: 80vw;
}

.slider {
  width: 100vw;
  height: 19vw;
  max-width: 100vw;
}

.section-22 {
  width: 100%;
  height: 40vw;
  max-height: 40vw;
  background-color: var(--light-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-28 {
  height: 40vw;
  max-height: 40vw;
  max-width: 90vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-29 {
  /* height: 20vw;
  max-height: 20vw; */
  max-width: 31vw;
}

.image-26 {
  max-width: 90%;
  margin: 0px;
}

.container-30 {
  width: 50vw;
  max-width: 50vw;
}

.heading-16 {
  font-size: 45px;
}

.paragraph-8 {
  color: var(--dark-blue);
  font-family: Noto Sans, sans-serif;
}

.image-27 {
  max-width: 113%;
  align-self: center;
}

.demo-button{
  margin-top: 20px;
  max-width: 250px !important;
  width: 250px !important;
}

.demo-text{
  text-align: left; 
  font-size: 1.375rem;
  font-family: Noto Sans, sans-serif;
  color: var(--text-blue);
  width: 50vw;
}

.demo-header{
  font-size: 40px; 
  margin-bottom: 25px;
}
.demo-button-text{
  width:auto; 
  font-size: 22px !important;
}


@media screen and (max-width: 1440px) {
  .privacy-policy {
    width: 60%;
  }

  .navbar {
    width: 98.75rem;
  }

  .container-flex {
    display: flex;
  }

  .hero-image {
    order: 0;
  }

  .sub {
    width: 76vw;
    max-height: 22vw;
    max-width: 49vw;
    font-size: 3.3em;
    font-weight: 600;
    display: block;
  }

  .navbar-no-shadow {
    object-fit: fill;
    padding-right: 0;
    position: static;
  }

  .shadow-two {
    height: 25rem;
    min-height: 0;
  }

  .brix---half-bg-right---width-36 {
    background-color: #e2eef5;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .brix---text-300-bold {
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 5rem;
    grid-template-columns: 1fr 1.2fr;
  }

  .walsh-cover-image {
    width: 83%;
  }

  .brix---card-team-v1 {
    height: 500px;
    max-height: auto ;
  }

  /* .brix---slider-mask-width-388px {
    display: flex; 
    width: 100%; 
  } */
  
  .brix---slide-item-mg {
    flex: 0 0 80%;
    box-sizing: border-box; 
  }
  
  .brix---card-team-v1 {
    display: flex; 
    height: auto;
    width: 30vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.1rem; 
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 2px .4375rem rgba(20, 20, 43, .06);
  }

  .brix---paragraph-default {
    text-align: center;
  }

  .walsh-main-grid-3 {
    width: 21%;
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .walsh-form-single-2 {
    width: 14vw;
    max-width: 15vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .walsh-full-form-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .walsh-form-wrapper-2 {
    align-self: center;
  }

  .walsh-content-wrapper {
    width: 14vw;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }

  .walsh-cta-h-wrapper {
    max-width: 42vw;
  }

  .walsh-main-grid-no-gap-2 {
    width: 100vw;
    max-width: 96vw;
  }

  .walsh-container-4 {
    max-width: 89vw;
  }

  .walsh-cta-green-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-4 {
    justify-content: center;
  }

  .team-member-image {
    width: 16.875rem;
    height: 16.875rem;
    max-height: none;
  }

  .walsh-rounded-box-banner-copy {
    width: 100vw;
    max-width: 100vw;
  }

  .walsh-cta-block-white-3 {
    margin-top: 0;
  }

  .walsh-container-5 {
    max-width: 100%;
  }

  .walsh-button-label-wrapper-2 {
    justify-content: center;
  }

  .features-table {
    width: 100vw;
  }

  .walsh-link-block-orange-3 {
    width: 15vw;
    max-width: 15vw;
    flex: none;
    order: 0;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
    top: 0;
  }

  .footer-2 {
    width: 100vw;
  }

  .div-block-4 {
    height: 9vw;
    display: flex;
  }

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

  .image-19 {
    width: 997px;
    max-width: 41vw;
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    display: block;
  }

  .section-8 {
    height: 34vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .section-9 {
    height: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-6 {
    /* width: 40vw; */
    height: 29vw;
    max-width: 200vw;
    flex-direction: column;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .container-7 {
    width: 100vw;
    max-width: 100vw;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    font-size: .8em;
    display: flex;
  }

  .section-10 {
    flex-direction: row;
    display: flex;
  }

  .image-20 {
    max-height: 622vw;
    max-width: 39%;
  }

  .container-8 {
    max-height: 81vw;
    max-width: 49vw;
    flex-direction: column;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .section-11 {
    height: 34vw;
    max-height: 34vw;
    display: flex;
  }

  .container-9 {
    width: 40vw;
    height: 27vw;
    max-width: 940vw;
  }

  .section-12 {
    width: 100vw;
    height: 34vw;
    min-height: 34px;
    background-color: var(--light-blue);
    align-items: center;
    display: flex;
  }

  .container-10 {
    width: 55vw;
    height: 29vw;
    max-height: 30vw;
    max-width: 45vw;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .image-24 {
    max-width: 41vw;
  }

  .container-11 {
    max-width: 80vw;
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .heading-14 {
    width: 42vw;
    color: var(--dark-blue);
    font-size: 2.5em;
  }

  .navbar-2 {
    width: 1580px;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
  }

  .brix---grid-contact-v1-2 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .shadow-two-2 {
    min-height: 0;
  }

  .container-18 {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .heading-15 {
    color: var(--dark-blue);
    font-weight: 600;
  }
}

@media screen and (max-width: 1021px){
  .walsh-image-hero {
    margin-bottom: -90px;
  }
}

@media screen and (max-width: 991px) {
  .privacy-policy {
    width: 70%;
  }

  .nav-link {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .icon {
    display: block;
  }

  .navbar {
    z-index: 5;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .menu-button {
    min-height: 3.4375rem;
    min-width: 3.4375rem;
    background-color: rgba(126, 130, 143, .1);
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    margin-left: .875rem;
    margin-right: 0;
    padding: 1rem;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--dark-green);
  }

  .nav-menu {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 50px 5rem -1.875rem rgba(53, 52, 72, .2);
  }

  .header {
    height: 130vw;
    max-height: 130vw;
    flex-direction: column;
    padding-top: .125rem;
    padding-bottom: 6.25rem;
  }

  .hero-content {
    width: 100%;
    max-width: 57.6em;
    min-width: 0;
    text-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
  }

  .container-flex {
    width: 95vw;
    max-width: 95vw;
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 3.75rem;
  }

  .hero-h1 {
    max-width: 69vw;
    font-size: 3.4rem;
  }

  .button-wrapper {
    align-items: center;
  }

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

  .review-wrap {
    align-items: center;
  }

  .content-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .content-grid {
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-block {
    max-width: 88vw;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .works-grid {
    max-width: 31.875rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .menu-item {
    width: 100%;
  }

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

  .cta-image {
    min-height: 26.25rem;
  }

  .cta-content {
    min-height: 26.25rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .tab-link-round {
    margin-bottom: .625rem;
  }

  .content-section-bg {
    background-color: var(--white);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .cta-heading {
    font-size: 3.4375rem;
  }

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

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

  .line-column {
    flex-direction: column;
    padding-bottom: 0;
  }

  .line {
    width: .0625rem;
    height: 100%;
    min-height: 6.25rem;
    border-style: none dashed none none;
  }

  .header-section {
    min-height: 0;
  }

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

  .content-section-short {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .sub {
    width: 84vw;
    max-width: 84vw;
    margin-top: 4rem;
    margin-bottom: .5rem;
    font-size: 2.6em;
  }

  .statistic {
    font-size: 3rem;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 3.125rem;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: .9375rem;
  }

  .walsh-toggle {
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-nav-menu-green-left {
    background-color: var(--light-blue);
    padding-top: 0;
    padding-right: 1.25rem;
  }

  .walsh-container-nav {
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-right: 0;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2 {
    padding: .75rem;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-link-2 {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .brix---card-form {
    padding: 3.375rem 2rem;
  }

  .brix---section-position-relative {
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
    display: flex;
  }

  .brix---btn-primary {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
    justify-items: center;
    position: relative;
    left: 7px;
  }

  .brix---container-default {
    height: 159vw;
  }

  .section.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .hero-content-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-subhead {
    font-size: 1.5rem;
    line-height: 1.9375rem;
  }

  .hero-image-2 {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .heading-8 {
    margin-top: 0;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .walsh-image-hero {
    width: 39vw;
    max-width: none;
    margin-bottom: -20px;
  }

  .walsh-hero-inner-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .quote-wrap {
    width: 70vw;
  }

  .walsh-col-image-wrapper {
    flex-direction: row;
    display: flex;
  }

  .walsh-heading-large-3 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-inner-rounded-img-padding {
    max-width: none;
  }

  .walsh-main-paragraph-3 {
    width: 84vw;
    max-width: 85vw;
    padding-top: 20px;
  }

  .walsh-heading-xlarge-white {
    font-size: 3.9em;
    font-weight: 600;
  }

  .walsh-left-hero {
    height: 25vw;
    margin-top: 40px;
  }

  .walsh-inner-rounded-banner {
    text-align: center;
    align-items: center;
    padding: 2.8125rem 1.875rem 0rem 1.875rem;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 31.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .walsh-content-wrap-50 {
    width: 100%;
    order: -1;
    padding: 4em 2.5rem;
  }

  .walsh-flex-horizontal {
    height: 131vw;
    flex-flow: column wrap;
  }

  .walsh-inner-rounded-img-float {
    max-width: none;
    padding-left: 4em;
  }

  .walsh-cover-image {
    width: 225vw;
    height: 80vw;
    max-height: 549px;
    max-width: 93vw;
    align-self: center;
    left: 0;
  }

  .walsh-heading-large-2 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-container-2 {
    width: auto;
    flex: 0 auto;
  }

  .walsh-heading-large-4 {
    letter-spacing: -.01em;
    padding-top: 20px;
    font-size: 3em;
  }

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

  .team-slide-wrapper-2 {
    width: 47%;
    height: 44vw;
    margin-right: 6%;
  }

  .container-2 {
    max-width: 45.5rem;
  }

  .team-slider-2 {
    height: 79vw;
    max-height: 487vw;
  }

  .walsh-cta-block-white {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-heading-medium {
    margin-bottom: 1rem;
  }

  .walsh-link-block-orange-2 {
    padding-left: 3.125rem;
  }

  .walsh-cta-div-block {
    justify-content: center;
  }

  .walsh-form-dos {
    width: 30vw;
    max-width: 67vw;
  }

  .walsh-text-field-single2 {
    width: 54vw;
    max-width: 55vw;
    min-width: 0;
  }

  .walsh-container-block {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .walsh-full-image {
    align-self: center;
  }

  .walsh-content-wrapper-gap-large {
    height: 5vw;
    justify-content: center;
  }

  .walsh-main-paragraph {
    align-self: center;
  }

  .walsh-cta-frame-image-overflow {
    max-height: 55vh;
  }

  .walsh-full-form2 {
    width: 9vw;
    position: relative;
    left: -162px;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-main-grid {
    grid-row-gap: 2.2em;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: center;
    justify-items: center;
  }

  .walsh-button-circle-2 {
    width: 8vw;
  }

  .brix---avatar-circle-06 {
    width: 8.75rem;
    height: 8.75rem;
    max-height: 8.75rem;
    max-width: 8.75rem;
  }

  .brix---card-team-v1 {
    width: 39vw;
    height: 67vw;
    max-height: 70vw;
    max-width: 80vw;
    justify-content: space-evenly;
    margin-left: 0;
    left: 0;
  }
  
  .brix---slider-mask-width-388px {
    position: static;
  }

  .brix---slider-wrapper {
    height: 70vw;
    max-height: 70vw;
  }

  .brix---btn-slider-arrow-right---top-right {
    top: 526px;
    bottom: -5.625rem;
    left: auto;
    right: 39.5%;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 1.5rem;
  }

  .brix---slide-item-mg {
    margin-right: 6rem;
  }

  .brix---btn-slider-arrow-right---top-left {
    top: 526px;
    bottom: -5.625rem;
    left: 39.5%;
    right: auto;
  }

  .brix---heading-h3-size-link, .brix---heading-h3-size {
    font-size: 1.375rem;
    line-height: 2rem;
  }

  .mask-3 {
    height: 35vw;
  }

  .walsh-main-grid-3 {
    width: 35%;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: start;
    justify-items: center;
    display: block;
  }

  .walsh-container-3 {
    width: auto;
    flex: 0 auto;
  }

  .walsh-image-content {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 3.75rem;
  }

  .walsh-flex-horizontal-gap {
    flex-flow: column wrap;
    align-content: center;
    padding-top: 1em;
    padding-bottom: 1rem;
  }

  .walsh-rounded-container {
    width: auto;
    flex: 0 auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .walsh-text-field-single-gray {
    min-width: auto;
  }

  .walsh-form-single-2, .walsh-full-form-2 {
    width: 20vw;
    max-height: 5vw;
    max-width: 20vw;
  }

  .walsh-form-wrapper-2 {
    width: 20vw;
    height: 5vw;
    max-height: 5vw;
    max-width: 20vw;
  }

  .walsh-content-wrapper {
    width: 20vw;
    height: 5vw;
    max-height: 20vw;
    max-width: 20vw;
  }

  .walsh-heading-medium-2 {
    width: 22.3em;
    font-size: 1.7em;
  }

  .walsh-cta-block-white-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 2rem 3em;
    display: flex;
  }

  .walsh-heading-medium-white {
    width: 85vw;
  }

  .walsh-cta-h-wrapper {
    width: 100vw;
    max-width: 85vw;
    align-items: stretch;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
    left: 0;
  }

  .walsh-cta-inner-image {
    width: 90vw;
    max-width: 104vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .walsh-main-grid-no-gap-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .walsh-container-4 {
    width: auto;
    flex: 0 auto;
    margin-bottom: 40px;
  }

  .walsh-cta-green-wrapper {
    height: 65vw;
    max-height: 338vw;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 2rem;
    display: flex;
  }

  .container-3 {
    max-width: 45.5rem;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .features-right {
    max-width: 100%;
  }

  .container-4 {
    height: 73vw;
    max-width: 45.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .team-grid {
    grid-column-gap: 2.5rem;
    overflow: auto;
  }

  .team-member-image {
    width: 11.875rem;
    height: 11.875rem;
  }

  .walsh-rounded-box-banner-copy {
    flex-direction: column;
  }

  .walsh-button {
    padding: 1.125rem 2.5rem;
  }

  .walsh-button:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .walsh-text-field-auto-gray {
    min-width: 100%;
    margin-bottom: .9375rem;
    margin-right: 0;
  }

  .walsh-form-single-row {
    flex-direction: column;
  }

  .walsh-form-block-center {
    padding-right: 0;
  }

  .walsh-main-paragraph-4 {
    width: 86vw;
  }

  .walsh-heading-medium-3 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 124px;
    font-size: 1.7em;
    left: -7.4625rem;
  }

  /* .walsh-main-grid-4 {
    width: 107%;
    grid-template-columns: 1fr 1fr;
  } */

  .walsh-cta-block-white-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-container-5 {
    width: auto;
    flex: 0 auto;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-arrow-wrapper-2 {
    align-self: center;
  }

  .walsh-label-button-4 {
    width: 16vw;
    align-self: center;
  }

  .walsh-hero-div-block-2 {
    justify-self: center;
  }

  .walsh-heading-large-5 {
    letter-spacing: -.01em;
    font-size: 3em;
    font-weight: 600;
  }

  .walsh-inner-rounded-banner-2 {
    text-align: center;
    align-items: center;
    padding: 2.8125rem 1.875rem 1.875rem;
  }

  .walsh-image-hero-2 {
    width: 64vw;
    max-height: 71vw;
    max-width: 66vw;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .walsh-inner-rounded-img-float-2 {
    max-width: none;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4em;
  }

  .walsh-rounded-box-banner-2 {
    flex-direction: column;
  }

  .features-table {
    width: 101vw;
    height: 140vh;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .walsh-link-block-orange-3 {
    width: 30vw;
    max-width: 30vw;
    align-self: center;
    padding-left: 2rem;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

  .walsh-heading-xxlarge-black {
    font-size: 4em;
  }

  .walsh-center-hero {
    height: 38vw;
    justify-content: space-around;
  }

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

  .team-member-image-two {
    width: 52vw;
    max-width: 54%;
  }

  .footer-2 {
    width: 100vw;
  }

  .footer-menu {
    grid-column-gap: 0rem;
    grid-row-gap: .75rem;
    flex-flow: column wrap;
  }

  .walsh-footer-link-center {
    text-align: center;
  }

  .paragraph-6 {
    width: 55vw;
    padding-left: 0;
    font-size: .9em;
    left: -8.55rem;
  }

  .paragraph-7 {
    width: 85vw;
    max-width: 85vw;
  }

  .heading-9 {
    margin-bottom: 4rem;
    font-size: 2.5rem;
  }

  .grid-4 {
    height: 103vw;
  }

  .form-block {
    width: 36vw;
    height: 9vw;
    max-width: 36vw;
    align-items: flex-end;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-10 {
    width: 27.8rem;
    padding-left: 0;
    font-size: 1.9rem;
    left: 15.4625rem;
  }

  .image-16 {
    margin-left: 0;
  }

  .div-block-4 {
    width: 96vw;
    align-self: center;
  }

  .heading-12 {
    font-size: 3.4rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-feature5_item {
    color: var(--combine-library-grey-800);
    text-decoration: none;
  }

  .combine-feature5_component {
    align-items: stretch;
  }

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

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

  .div-block-5 {
    width: 36vw;
    flex: 1;
    order: 1;
    align-self: center;
    position: static;
  }

  .image-19 {
    max-width: 42vw;
  }

  .container-6 {
    align-self: stretch;
  }

  .container-7 {
    height: 79vw;
    max-height: 80vw;
    max-width: 100vw;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
  }

  .section-10 {
    height: 72vw;
    max-height: 1022vw;
    align-items: stretch;
  }

  .image-20 {
    max-width: 78vw;
    flex: 0 auto;
    align-self: center;
    display: block;
  }

  .container-8 {
    align-self: stretch;
  }

  .image-21, .image-22, .image-23 {
    width: 4vw;
  }

  .link-block-2 {
    height: 4vw;
  }

  .section-11 {
    height: 36vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
  }

  .heading-13 {
    max-height: 54vw;
    font-size: 1.8em;
    font-weight: 600;
  }

  .image-24 {
    max-width: 47vw;
  }

  .heading-14 {
    font-size: 1.8em;
  }

  .container-13 {
    margin-top: 10px;
  }

  .image-25 {
    max-width: 90vw;
  }

  .container-14 {
    width: 90vw;
    max-width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-15 {
    width: 84vw;
    padding-right: 0;
  }

  .nav-link-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-2 {
    z-index: 5;
    width: 100vw;
    max-width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .menu-button-3 {
    min-height: 55px;
    min-width: 55px;
    background-color: rgba(126, 130, 143, .1);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: #79c28e;
  }

  .nav-menu-4 {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px rgba(53, 52, 72, .2);
  }

  .brix---card-form-2 {
    padding: 54px 32px;
  }

  .brix---grid-contact-v1-2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-18 {
    height: 28vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-16 {
    height: 20vw;
  }

  .container-17 {
    max-width: 100vw;
  }

  .container-18 {
    width: 20vw;
    max-width: 20vw;
  }

  .heading-15 {
    font-size: 1.5em;
  }

  .container-20 {
    /* width: 95vw; */
    max-width: 100vw;
  }

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

  .section-19 {
    height: 120vw;
    max-width: 100vw;
  }

  .container-24 {
    width: 85vw;
    max-width: 85vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-20 {
    height: 87vw;
    max-height: 87vw;
  }

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

  .section-22 {
    height: 70vw;
    max-height: 85vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-28 {
    width: 90vw;
    height: 84vw;
    max-height: 85vw;
    max-width: 90vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-29 {
    width: 92vw;
    height: 26vw;
    max-height: 37vw;
    max-width: 88vw;
  }

  .image-26 {
    max-width: 65%;
    margin: 0px 15vw;
  }

  .container-30 {
    width: 89vw;
    max-width: 92vw;
  }

  .heading-16, .paragraph-8 {
    text-align: center;
  }

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

  .image-27 {
    max-width: 108%;
  }

  .demo-button{
    margin-top: 30px !important;
    justify-self: center;
    justify-content: center;
  }

  .demo-text, .demo-header{
    width: 80vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy {
    width: 80%;
  }

  .hero-paragraph {
    font-size: 1.5em;
  }

  .header {
    height: 150vh;
    max-height: 163vw;
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 3.75rem;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .container-flex {
    height: 14vw;
    align-content: stretch;
    align-items: stretch;
  }

  .hero-h1 {
    font-size: 2.5em;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .title-wrap-centre {
    margin-top: 36px;
  }

  .food-card {
    flex-wrap: wrap;
  }

  .food-image-square {
    max-height: none;
    max-width: none;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }

  .food-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .625rem;
  }

  .menu-item {
    width: 50%;
  }

  .tab-link-round {
    width: 40%;
    text-align: center;
    white-space: nowrap;
  }

  .container-order {
    flex-wrap: wrap-reverse;
  }

  .order-detail {
    position: relative;
    top: 0;
  }

  .hero-image {
    width: 103vw;
    max-height: 247vw;
    max-width: 194vw;
  }

  .header-section {
    max-height: 30vw;
    min-height: 30vw;
    align-items: stretch;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .product-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .colour {
    margin-bottom: 1.5625rem;
  }

  .sub {
    width: 87vw;
    height: 35vw;
    max-height: 30vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.4em;
  }

  .add-to-cart {
    margin-top: 1.25rem;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .statistic {
    font-size: 2.5em;
  }

  .order-column {
    width: 100%;
  }

  .order-collection {
    flex-wrap: wrap;
    display: flex;
  }

  .style-guide-h1 {
    font-size: 2.75rem;
  }

  .order-full {
    width: 100%;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 1.875rem;
    padding-left: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    margin-top: .625rem;
  }

  .nav-link-2 {
    padding-top: .625rem;
    padding-bottom: .625rem;
    display: inline-block;
  }

  .brix---big-icon-left {
    max-width: 3.5rem;
    border-radius: .75rem;
  }

  .brix---card-form {
    min-height: 35rem;
    margin-top: 75px;
    margin-bottom: 3.7rem;
    padding: 2.25rem 1.875rem 3rem;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 1.5rem;
  }

  .brix---input {
    min-height: 3.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .8em;
  }

  .brix---section-position-relative {
    height: 235vw;
    max-height: 762vw;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .brix---btn-primary {
    padding: 1.25rem 2rem;
  }

  .brix---text-area {
    border-radius: 1.125rem;
  }

  .shadow-two {
    margin-top: 95px;
    position: relative;
    left: 40px;
  }

  .brix---text-200-bold {
    font-size: 1rem;
    line-height: 1.125rem;
  }

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

  .brix---text-300-bold {
    width: 95vw;
    max-width: 139vw;
    font-size: 1.5em;
    line-height: 2.4rem;
  }

  .brix---grid-contact-v1 {
    width: 94vw;
    height: 222vw;
    max-height: 720vw;
    max-width: 398vw;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    justify-items: center;
    margin-top: -4.8375rem;
    display: block;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---container-default {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .hero-content-2 {
    margin-bottom: 5vh;
  }

  .hero-image-2 {
    margin-bottom: 10vw;
  }

  .heading-8 {
    max-width: 100vw;
    margin-top: 4rem;
    margin-bottom: 1rem;
    padding-top: 0;
    font-size: 2.5rem;
    display: block;
  }

  .walsh-rounded-block {
    border-radius: 1.25rem;
  }

  .walsh-image-hero {
    width: 41vw;
    align-self: center;
  }

  .walsh-hero-inner-image {
    max-width: 200vw;
    align-items: center;
  }

  .walsh-col-image-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .walsh-heading-large-3 {
    font-size: 2em;
  }

  .walsh-inner-rounded-img-padding {
    width: 70vw;
    align-self: center;
  }

  .walsh-main-paragraph-3 {
    font-size: 1.7em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

  .walsh-content-wrap-50 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-flex-horizontal {
    align-self: center;
    align-items: center;
  }

  .walsh-cover-image {
    width: 93vw;
    height: 66vw;
    max-height: 100vw;
    max-width: 98vw;
    flex: none;
    order: 0;
    align-self: auto;
    display: block;
    left: 0;
  }

  .walsh-heading-large-2 {
    font-size: 2em;
  }

  .walsh-container-2 {
    max-width: 100vw;
    aspect-ratio: auto;
    align-items: center;
    display: flex;
  }

  .walsh-heading-large-4 {
    font-size: 2.5em;
  }

  .team-slider-wrapper-2 {
    margin-top: 0;
  }

  .team-slide-wrapper-2 {
    height: 32vw;
  }

  .team-member-image-two-2 {
    margin-bottom: 0;
  }

  .team-slider-2 {
    height: 110vw;
    max-height: 89vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3.75rem .9375rem;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-medium {
    width: 100vw;
    height: 17vw;
    max-width: 100vw;
    padding-bottom: 0;
    font-size: 2.4em;
  }

  .walsh-form-dos {
    width: 40vw;
    max-width: 40vw;
    flex-direction: row;
    top: .125rem;
  }

  .walsh-text-field-single2 {
    text-align: left;
    margin-right: 0;
  }

  .walsh-container-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .walsh-content-wrapper-gap-large {
    grid-row-gap: 1.5em;
  }

  .walsh-cta-frame-image-overflow {
    border-top-left-radius: 6.25rem;
    border-bottom-right-radius: 6.25rem;
  }

  .pic-1{
    grid-row: 1;
    grid-column: 1;
  }
  
  .text-1{
    grid-row: 2;
    grid-column: 1;
  }
  
  .pic-2{
    grid-row: 3;
    grid-column: 1;
  }
  
  .text-2{
    grid-row: 4;
    grid-column: 1;
  }
  
  .pic-3{
    grid-row: 5;
    grid-column: 1;
  }
  
  .text-3{
    grid-row: 6;
    grid-column: 1;
  }

  .walsh-full-form2 {
    width: 45vw;
    align-self: center;
    left: 0;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .brix---avatar-circle-06 {
    width: 7.5rem;
    height: 7.5rem;
    max-height: 7.5rem;
    max-width: 7.5rem;
  }

  .brix---card-team-v1 {
    width: 59vw;
    height: 72vw;
    max-height: 75vw;
    max-width: 80vw;
    min-width: 50px;
  }

  .brix---text-200-medium {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 3.5rem;
    height: 3.5rem;
    min-height: 3.5rem;
    min-width: 3.5rem;
    font-size: 1.375rem;
    line-height: 1.5rem;
    top: 0;
    bottom: 0;
    right: 0%;
  }


  .brix---btn-slider-arrow-right---top-left {
    width: 3.5rem;
    height: 3.5rem;
    min-height: 3.5rem;
    min-width: 3.5rem;
    font-size: 1.375rem;
    line-height: 1.5rem;
    top: 0;
    bottom: -4.5rem;
    left: 0%;
  }

  .brix---mg-bottom-16px {
    margin-bottom: .5rem;
  }

  .mask-3 {
    height: 36vw;
    margin-bottom: 8rem;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-rounded-box-center {
    grid-row-gap: 1.5em;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-grid-stats {
    grid-row-gap: 0rem;
  }

  .walsh-flex-horizontal-gap {
    height: 190vw;
    padding-top: .125em;
    padding-bottom: .125rem;
  }

  .walsh-rounded-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .walsh-rounded-block-2 {
    border-radius: 1.25rem;
  }

  .walsh-text-field-single-gray {
    text-align: left;
    margin-right: 0;
  }

  .walsh-form-single-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .walsh-heading-medium-2 {
    font-size: 1.8em;
  }

  .paragraph-5 {
    font-size: 1.5em;
  }

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .walsh-cta-h-wrapper {
    width: 90vw;
    max-width: 90vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    left: auto;
  }

  .walsh-cta-inner-image {
    justify-content: center;
    align-self: stretch;
  }

  .walsh-main-grid-no-gap-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    justify-items: center;
  }

  .walsh-container-4 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .walsh-cta-green-wrapper {
    height: 110vw;
    max-height: 139vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .gallery-overview, .features-list, .team-circles {
    padding: 3.75rem .9375rem;
  }

  .container-4 {
    width: 94vw;
    height: 97vw;
  }

  .centered-heading {
    font-size: 2.5rem;
  }

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

  .walsh-rounded-box-banner-copy {
    grid-row-gap: 1.5em;
  }

  .walsh-button {
    width: 100%;
    font-size: 1rem;
  }

  .walsh-text-field-auto-gray {
    text-align: left;
  }

  .walsh-form-block-center {
    width: 100%;
  }

  .walsh-main-paragraph-4 {
    width: 74vw;
  }

  .walsh-heading-medium-3 {
    width: 81vw;
    align-self: center;
    margin-left: 0;
    font-size: 2.4em;
    display: block;
    left: auto;
  }

  .walsh-main-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .walsh-cta-block-white-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .walsh-container-5 {
    width: 100%;
    max-width: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .walsh-label-button-4 {
    width: 19vw;
    font-size: 1em;
  }

  .walsh-heading-large-5 {
    font-size: 2em;
  }

  .walsh-inner-rounded-banner-2 {
    width: 95vw;
  }

  .walsh-image-hero-2 {
    width: 75vw;
    max-width: 75vw;
  }

  .walsh-rounded-box-banner-2 {
    grid-row-gap: 1.5em;
  }

  .features-table {
    width: 100vw;
    height: 140vh;
    /* flex-direction: row; */
    justify-content: flex-start;
    align-items: center;
    padding: .5rem .9375rem;
  }

  .comparison-title {
    font-size: 1.8rem;
  }

  .comparison-negative, .comparison-positive {
    font-family: Noto Sans, sans-serif;
  }

  .walsh-link-block-orange-3 {
    width: 28vw;
    height: 10vw;
    flex: none;
    order: 0;
    margin-top: 0;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

  .walsh-heading-xxlarge-black {
    font-size: 3em;
  }

  .walsh-center-hero {
    width: 104%;
    flex-direction: column;
    padding-top: 5em;
  }

  .walsh-rounded-block-3 {
    border-radius: 1.25rem;
  }

  .team-slider {
    padding: 3.75rem .9375rem;
  }

  .footer-2 {
    width: 101vw;
  }

  .wrap {
    width: 100%;
    max-width: 100vw;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .paragraph-6 {
    width: 82vw;
    font-size: 1.4em;
    left: 0;
  }

  .paragraph-7 {
    width: 69vw;
    height: 9.9rem;
    font-size: 1.7em;
  }

  .div-block-3 {
    width: 74vw;
  }

  .section-2 {
    margin-top: 1rem;
  }

  .heading-9 {
    font-size: 2.5em;
  }

  .grid-4 {
    height: 50.7rem;
  }

  .image-16 {
    width: 73vw;
    max-width: 103vw;
  }

  .div-block-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .heading-12 {
    font-size: 2.5em;
  }

  .combine-feature5_component {
    grid-template-columns: 1fr;
  }

  .combine-heading-style-h2 {
    font-size: 2.5em;
  }

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

  .section-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-7 {
    height: 117vw;
  }

  .div-block-8 {
    max-height: 566vw;
    max-width: 533vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    max-width: 112vw;
  }

  .container-7 {
    height: 66vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .image-20 {
    max-width: 89vw;
    align-self: center;
    margin-right: 0;
  }

  .container-8 {
    height: 100vw;
    max-height: 200vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .section-11 {
    height: 39vw;
    align-items: stretch;
  }

  .heading-13 {
    font-size: 1.4em;
  }

  .heading-14 {
    width: 43vw;
    text-align: left;
    font-size: 1.4em;
  }

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

  /* .section-17 {
    height: 240vw;
  } */

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---text-300-bold-2 {
    font-size: 2em;
    line-height: .9em;
  }

  .brix---card-form-2 {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---grid-contact-v1-2 {
    grid-template-columns: 1fr;
  }

  .shadow-two-2 {
    max-width: 100%;
  }

  .brix---big-icon-left-2 {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---text-area-2 {
    border-radius: 18px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---inner-container-400px-2 {
    max-width: 100%;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .section-18 {
    height: 38vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-section {
    padding: 150px;
  }

  .container-16 {
    width: 90vw;
    height: 33vw;
    max-width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-15 {
    font-size: 1.2em;
  }

  .container-19 {
    height: 10vw;
  }

  .container-21 {
    width: 102vw;
    max-width: 100vw;
  }

  .section-19 {
    height: 155vw;
  }

  .container-23 {
    width: 95vw;
    height: 100vw;
    max-height: 100vw;
  }

  .section-20 {
    height: 128vw;
    max-height: 130vw;
  }

  .body {
    margin-top: 0;
  }

  .section-22 {
    height: 90vh;
    max-height: 109vw;
  }

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

  .container-30 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .paragraph-8 {
    margin-bottom: 3.025rem;
  }
}

@media screen and (max-width: 479px) {
  .privacy-policy {
    width: 80%;
  }

  h2 {
    font-size: 3rem;
  }

  .banner {
    display: none;
  }

  .nav-link {
    object-fit: fill;
    display: block;
    position: static;
  }

  .navigation-container {
    display: flex;
  }

  .navbar {
    width: 102vw;
    max-height: 83vw;
    background-color: rgba(255, 255, 255, 0);
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .menu-button {
    align-items: stretch;
    position: static;
  }

  .menu-button:active {
    min-height: 15vw;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    display: block;
  }

  .hero-paragraph {
    font-size: 1em;
  }

  .header {
    height: 216vw;
    max-height: 593vw;
    padding-top: 0;
  }

  .hero-content {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .button {
    width: 100%;
    max-width: 15.625rem;
  }

  .container-flex {
    height: 17vw;
    align-self: center;
  }

  .hero-h1 {
    font-size: 2em;
  }

  .legal {
    margin-right: 0;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .review-logo {
    margin-bottom: .75rem;
  }

  .title-wrap-centre {
    width: 61%;
    max-width: 0;
  }

  .food-card {
    padding: 1rem;
  }

  .menu-item {
    width: 100%;
  }

  .cta-content {
    padding: .75rem;
  }

  .tab-link-round {
    width: 100%;
    text-align: center;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .question-title {
    flex: 1;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-detail-left {
    width: auto;
  }

  .checkout-form, .order-confirmation {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .required {
    font-size: .8125rem;
  }

  .button-white {
    width: 100%;
    max-width: 15.625rem;
  }

  .cta-heading {
    font-size: 2.6875rem;
  }

  .hero-image {
    max-width: 110%;
  }

  .cart-icon {
    margin-right: 0;
  }

  .paypal-checkout-form {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .header-section {
    height: 14vw;
    max-height: 417vw;
    background-color: var(--white);
    align-items: flex-start;
    padding-top: .125rem;
    padding-bottom: .125rem;
    display: flex;
  }

  .sub {
    width: 98vw;
    height: 40vw;
    max-height: 55vw;
    max-width: 89vw;
    text-align: center;
    flex: none;
    align-self: center;
    margin-top: 2rem;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 2em;
  }

  .pagination-button {
    width: 100%;
    max-width: 15.625rem;
  }

  .cta-full-image {
    width: 100vw;
    max-height: 200vw;
    max-width: 100vw;
    min-height: 0;
  }

  .grid-3 {
    max-height: 626px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .statistic {
    margin-top: 13.15rem;
    font-size: 2.5em;
  }

  .statistic-block {
    max-width: 100vw;
  }

  .order-item {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block {
    margin-left: 0;
  }

  .order-image {
    width: 8.75rem;
    margin-bottom: .625rem;
  }

  .block-header {
    flex-wrap: wrap;
  }

  .walsh-label-button {
    font-size: 1rem;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 1.875rem;
    padding-right: 1.5625rem;
  }

  .walsh-link-block-transparent-1 {
    padding-left: 1.875rem;
    padding-right: 1.5625rem;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: .625rem;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-toggle {
    padding-top: .9375rem;
    padding-bottom: .875rem;
  }

  .walsh-nav-link-white {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .walsh-nav-logo {
    height: 1.5rem;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .walsh-rounded-box-banner-copy {
    margin-top: 5rem;
  }

  .brix---big-icon-left {
    max-width: 3.5rem;
    border-radius: .875rem;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .brix---card-form {
    width: 90vw;
    height: 168vw;
    max-height: 168vw;
    max-width: 96vw;
    min-height: 168vw;
    margin-top: 0;
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }

  .brix---input {
    min-height: 3.375rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1rem;
  }

  .brix---input::placeholder {
    font-size: 1rem;
    line-height: 1rem;
  }

  .brix---section-position-relative {
    height: 493vw;
    max-height: 514vw;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    font-size: 1.0625rem;
    line-height: 1.1875rem;
  }

  .brix---text-area {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-size: .6rem;
    line-height: 1.625rem;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .brix---text-area::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .shadow-two {
    margin-top: 20px;
    margin-bottom: 17px;
    left: 0;
  }

  .brix---input-label {
    font-size: 1.2em;
  }

  .brix---text-200-bold {
    font-size: .9375rem;
    line-height: 1rem;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 1.625rem 1.5rem;
  }

  .brix---text-300-bold {
    width: 87vw;
    font-size: 2em;
    line-height: 1.8rem;
  }

  .brix---grid-contact-v1 {
    max-height: 763vw;
    grid-row-gap: 3.125rem;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---container-default {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .section.center {
    width: 100vw;
    margin-top: 0;
    padding-bottom: 10vh;
  }

  .hero-content-2 {
    top: .6rem;
  }

  .hero-subhead {
    font-size: 7vw;
  }

  .text-span {
    width: 96vw;
    height: 4.4rem;
    top: 31px;
    left: 62px;
  }

  .hero-image-2 {
    width: 80%;
  }

  .heading-8 {
    margin-top: 8rem;
    margin-bottom: 2rem;
    padding-top: 0;
    font-size: 12vw;
  }

  .walsh-main-grid-no-gap {
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .walsh-image-hero {
    font-size: 18vw;
  }

  .walsh-hero-inner-image {
    display: block;
  }

  .slider-arrow {
    font-size: 1.5rem;
  }

  .walsh-background-darkgreen {
    height: 150vw;
    max-height: 200vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .walsh-col-image-wrapper {
    width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .walsh-inner-rounded-img-padding {
    padding-top: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .walsh-main-paragraph-3 {
    width: 85vw;
    font-family: Noto Sans, sans-serif;
    font-size: 7vw;
  }

  .walsh-heading-xlarge-white {
    flex: 1;
    margin-top: 4.45rem;
    font-size: 2em;
    font-weight: 600;
  }

  .left-arrow {
    width: 15vw;
  }

  .walsh-left-hero {
    height: 25vw;
    text-align: center;
    align-items: center;
    padding-top: 0;
    font-size: 1.125rem;
  }

  .right-arrow {
    width: 15vw;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .walsh-rounded-box-banner {
    margin-top: 3.8875rem;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .walsh-label-button-2 {
    font-size: 1rem;
  }

  .walsh-link-wrapper {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    font-size: 1rem;
  }

  .walsh-content-wrap-50 {
    width: 101%;
    height: 552.031vw;
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding: 1.875rem;
    font-size: 1.125rem;
  }

  .walsh-flex-horizontal {
    height: 324vw;
    grid-row-gap: 2em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .walsh-link-block-green {
    padding-left: 1.875rem;
    padding-right: 1.5625rem;
  }

  .text-block-3 {
    clear: none;
    position: relative;
  }

  .walsh-inner-rounded-img-float {
    padding: 1.875rem;
  }

  .paragraph-3 {
    font-family: Noto Sans, sans-serif;
    font-size: 7vw;
  }

  .walsh-cover-image {
    width: 93vw;
    max-width: 96vw;
  }

  .walsh-hero-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-container-2 {
    width: 100%;
    flex: 0 auto;
    align-items: stretch;
  }

  .walsh-heading-large-4 {
    width: 73vw;
    margin-top: 2rem;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    height: 76vw;
    margin-right: 0%;
  }

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

  .team-slider-2 {
    height: 155vw;
    max-height: 162vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .walsh-cta-block-white {
    height: 35vw;
    padding: 0 1em 3em;
  }

  .walsh-center-wrapper-gap {
    grid-row-gap: 1em;
    font-size: 1.125rem;
  }

  .walsh-heading-medium {
    width: 92vw;
    height: 29vw;
    padding-bottom: 0;
    font-size: 1.8em;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 1.875rem;
    padding-right: 1.5625rem;
  }

  .walsh-cta-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-label-button-3 {
    font-size: 1rem;
  }

  .walsh-form-dos {
    width: 72vw;
    max-width: 63vw;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    top: 0;
    left: 0;
  }

  .walsh-text-field-single2 {
    width: 74vw;
    height: 25px;
    max-width: 90vw;
    min-height: 21vw;
    text-align: left;
    margin-bottom: 0;
    padding-left: 1.25rem;
  }

  .walsh-container-block {
    height: 212vw;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    padding: 3em 1em;
    display: flex;
    position: static;
  }

  .walsh-full-image {
    width: 100vw;
    height: auto;
    max-height: none;
    max-width: 100vw;
    object-fit: cover;
    flex: 0 auto;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-button-circle-small {
    width: 21vw;
    height: 21vw;
    max-height: 25vw;
    justify-content: flex-start;
    align-items: center;
  }

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

  .walsh-content-wrapper-gap-large {
    height: 30vw;
    max-height: 30vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .walsh-main-paragraph {
    font-size: 1.2em;
  }

  .walsh-cta-frame-image-overflow {
    width: 95vw;
    height: 32.6em;
    max-height: 30vh;
    object-fit: contain;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-right: -10px;
    padding-left: 0;
    left: 28px;
  }

  .walsh-full-form2 {
    width: 79vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    left: -27px;
  }

  .walsh-container {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .walsh-heading-large {
    margin-top: 4rem;
  }

  .walsh-button-circle-2 {
    max-height: 68vw;
    max-width: 22vw;
    flex-direction: row;
    padding-left: 0;
    display: flex;
    position: absolute;
    right: 10px;
  }

  .brix---avatar-image-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brix---card-team-v1 {
    width: 84vw;
    height: 150vw;
    max-height: 150vw;
    max-width: 90vw;
    min-width: 65vw;
    left: auto;
  }

  .brix---slider-wrapper {
    height: 120vw;
    max-height: 126vw;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -4.5rem;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    top: 275px;
    bottom: -4.5rem;
    left: 26%;
  }

  .brix---mg-bottom-16px {
    margin-bottom: .9375rem;
  }

  .brix---heading-h3-size {
    margin-bottom: .625rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .brix---paragraph-default {
    font-size: 1.0625rem;
    line-height: 1.75rem;
  }

  .mask-3 {
    height: 68vw;
  }

  .walsh-paragraph-small {
    width: 67vw;
    font-size: 1em;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-rounded-box-center {
    width: 67vw;
    margin-bottom: 3rem;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .walsh-container-3 {
    width: 100%;
    max-width: 92.5vw;
    flex: 0 auto;
  }

  .walsh-stats-number-medium {
    font-size: 2.375rem;
  }

  .walsh-grid-stats {
    grid-row-gap: 1rem;
  }

  .walsh-image-content {
    max-width: none;
    border-radius: .75rem;
    margin-bottom: 0;
  }

  .walsh-flex-horizontal-gap {
    height: 280vw;
    max-height: 315vw;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .walsh-rounded-container {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-top: -3rem;
    margin-bottom: -6rem;
    display: flex;
  }

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

  .walsh-text-field-single-gray {
    text-align: left;
    margin-bottom: 0;
    padding-left: 1.25rem;
  }

  .walsh-form-single-2 {
    width: 55vw;
    height: 9vw;
    max-height: 10vw;
    max-width: 50vw;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .walsh-full-form-2 {
    width: 90vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .walsh-form-wrapper-2 {
    width: 90vw;
    height: 10vw;
    max-height: 9vw;
    max-width: 25vw;
  }

  .walsh-content-wrapper {
    width: 31vw;
    max-width: 26vw;
    flex: none;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
  }

  .walsh-heading-medium-2 {
    width: 77vw;
    flex: 1;
    align-self: center;
    margin-bottom: -5.9rem;
    font-size: 1.8em;
  }

  .walsh-cta-block-white-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em 1em;
  }

  .paragraph-5 {
    font-size: 7vw;
  }

  .walsh-text-small-white {
    font-size: .8125rem;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-main-paragraph-white {
    width: 82vw;
    max-width: 85vw;
    font-size: 1em;
    position: relative;
    left: 0;
  }

  .walsh-heading-medium-white {
    width: 82vw;
    max-height: 25vw;
    min-height: 0;
    font-size: 1.8em;
    position: relative;
    left: 0;
  }

  .walsh-cta-h-wrapper {
    width: 82vw;
    max-height: 55vw;
    grid-row-gap: 1em;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    left: auto;
  }

  .walsh-cta-inner-image {
    height: 50vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .walsh-main-grid-no-gap-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .walsh-container-4 {
    width: 100%;
    height: 559px;
    flex: 0 auto;
  }

  .walsh-cta-green-wrapper {
    height: 130vw;
    max-height: 165vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .features-right {
    margin-bottom: -1.875rem;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.875rem;
  }

  .features-image {
    margin-bottom: .625rem;
  }

  .link-2 {
    height: 24vw;
    letter-spacing: 0;
    column-count: auto;
    white-space: normal;
    word-break: normal;
    line-height: 2.3rem;
  }

  .italic-text {
    width: 277px;
    font-size: 7vw;
    top: 2.0625rem;
    left: 1.2375rem;
  }

  .text-block-83 {
    font-size: 1.875vw;
  }

  .container-4 {
    width: 90vw;
    height: 232vw;
    max-height: 231vw;
    max-width: none;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .centered-heading {
    margin-bottom: 1.5rem;
    font-family: Rubik, sans-serif;
    font-size: 2.5em;
    font-weight: 400;
  }

  .team-grid {
    width: 94vw;
    height: 33.4rem;
    object-fit: fill;
    flex: 0 auto;
    order: 1;
    grid-template: ". . ." 1fr
                   ". Area Area"
                   "Area-2 . ."
                   / 1fr;
    grid-auto-columns: 2fr;
    overflow: scroll;
  }

  .team-card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-member-name {
    width: 96vw;
    max-width: 49vw;
    align-self: center;
  }

  .walsh-text-small {
    font-size: .8125rem;
  }

  .walsh-button {
    width: 100%;
    justify-content: center;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .walsh-text-field-auto-gray {
    text-align: left;
  }

  .walsh-form-single-row {
    align-items: center;
  }

  .walsh-main-paragraph-4 {
    width: 73vw;
    font-size: 7vw;
    font-weight: 400;
  }

  .walsh-heading-medium-3 {
    width: 70vw;
    flex: none;
    align-self: center;
    align-items: center;
    margin-left: 0;
    font-size: 7vw;
    display: block;
    left: auto;
  }

  .walsh-center-wrapper-gap-2 {
    grid-row-gap: 1em;
    font-size: 1.125rem;
  }

  .walsh-main-grid-4 {
    width: 89vw;
    height: 132vw;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .walsh-cta-block-white-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.05rem;
    margin-bottom: -64px;
    padding: 3em 1em;
  }

  .walsh-container-5 {
    width: 100%;
    max-width: 100vw;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .walsh-link-wrapper-2 {
    font-size: 1rem;
  }

  .walsh-label-button-4 {
    width: 34vw;
    font-size: 1.3rem !important;
  }

  .walsh-link-block-green-2 {
    padding-left: 1.875rem;
    padding-right: 1.5625rem;
  }

  .walsh-hero-div-block-2 {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-title-tag {
    font-size: 1rem;
  }

  .walsh-image-hero-2 {
    width: 95vw;
  }

  .walsh-inner-rounded-img-float-2 {
    height: 64vw;
    max-width: 90vw;
    flex: 0 auto;
    padding: 0 1.875rem;
  }

  .features-table {
    width: 100vw;
    height: 130vh;
    max-width: 100vw;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .comparison-row-main {
    grid-column-gap: 1.25rem;
    font-size: .7rem;
  }

  .comparison-title {
    margin-left: .625rem;
    font-size: 1.4rem;
  }

  .comparison-row {
    grid-column-gap: 1.25rem;
  }

  .comparison-negative {
    background-position: 0 .3125rem;
    background-size: .875rem;
    margin-left: .625rem;
    padding-left: 1.25rem;
    font-family: Noto Sans, sans-serif;
    font-size: 4vw;
  }

  .comparison-positive {
    background-position: 0 .25rem;
    background-size: 1rem;
    margin-left: .625rem;
    padding-left: 1.25rem;
    font-family: Noto Sans, sans-serif;
    font-size: 4vw;
  }

  .walsh-link-block-orange-3 {
    width: 55vw;
    height: 17vw;
    max-height: 20vw;
    max-width: 47vw;
    /* flex: 0 auto; */
    align-self: center;
    align-items: stretch;
    padding-left: 2.075rem;
    margin-top: 25px;
    top: 60px;
    left: 0;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

  .walsh-heading-xxlarge-black {
    font-size: 2em;
  }

  .walsh-center-hero {
    width: 90vw;
    height: 90vw;
    padding-top: 0;
    font-size: 1.125rem;
  }

  .walsh-hero-inner-image-2 {
    width: 82vw;
    padding-top: 0;
  }

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

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

  .team-member-image-two {
    width: 183vw;
    max-width: 134%;
    align-self: center;
  }

  .footer-2 {
    width: 101vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .wrap {
    width: 231vw;
    max-width: 311vw;
    object-fit: fill;
    flex-flow: column wrap-reverse;
    order: 0;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .footer-menu {
    margin-top: 6px;
    font-size: 6.6rem;
  }

  .footer-list {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .walsh-footer-legal-text {
    align-self: center;
    padding-top: 22px;
  }

  .div-block-2 {
    left: -.2625rem;
  }

  .text-span-4 {
    width: 187vw;
    font-size: 8vw;
    top: 2.0625rem;
  }

  .paragraph-6 {
    width: 76vw;
    height: 153px;
    max-height: 152vw;
    max-width: 77vw;
    min-height: 5vw;
    flex: none;
    align-self: center;
    font-size: 5vw;
    display: block;
    top: 0;
    left: 0;
  }

  .paragraph-7 {
    width: 90vw;
    height: 73vw;
    max-width: 85vw;
    text-align: left;
    font-size: 7vw;
  }

  .div-block-3 {
    width: 90vw;
    height: 56vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-2 {
    flex: 1;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .heading-9 {
    width: 100%;
    align-self: center;
    margin-bottom: 4rem;
    font-size: 2em;
    position: static;
  }

  .grid-4 {
    width: 90vw;
    height: 49.6rem;
    max-width: 90vw;
    padding-top: 20px;
  }

  .text-span-5 {
    max-width: 47vw;
  }

  .feature_section {
    width: 203vw;
    height: 21.8rem;
    font-size: 0;
  }

  .heading-10 {
    width: 90vw;
    height: 52vw;
    text-align: left;
    margin-top: 0;
    margin-bottom: 2.5rem;
    padding-left: 0;
    font-size: 1.6em;
    position: static;
    left: 0;
  }

  .image-16 {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-4 {
    height: 50vw;
    max-width: 339px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-11 {
    width: 89vw;
    font-size: 7vw;
    top: 1.825rem;
    left: 1.2125rem;
  }

  .heading-12 {
    font-size: 2em;
  }

  .combine-text-size-regular {
    font-size: 1.2em;
  }

  .combine-heading-style-h5 {
    font-size: 1.6em;
  }

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

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-5 {
    width: 75vw;
    height: 20vw;
    max-height: 20vw;
    max-width: 75vw;
    flex: 0 auto;
    align-self: center;
    align-items: stretch;
    display: block;
  }

  .div-block-6 {
    height: 100vw;
    max-height: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-17 {
    width: 30vw;
  }

  .section-6 {
    width: 100vw;
    height: 523.182vw;
  }

  .section-7 {
    max-width: 321px;
  }

  .image-18 {
    max-width: 107%;
  }

  .div-block-7 {
    height: 682vw;
  }

  .div-block-8 {
    max-height: 500vw;
  }

  .div-block-9 {
    height: 323vw;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-19 {
    max-height: 61vw;
    max-width: 104vw;
    margin-bottom: 0;
  }

  .container-6 {
    height: 70vw;
    max-height: 67vw;
    margin-left: -0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-7 {
    height: 219vw;
    max-height: 220vw;
    max-width: 100vw;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .section-10 {
    width: 99vw;
    height: 221vw;
    max-height: 300vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .image-20 {
    width: 98vw;
    max-height: 100vw;
    max-width: 119vw;
  }

  .container-8 {
    height: 108vw;
    max-height: 100vw;
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .image-21 {
    width: 11vw;
    max-width: 69vw;
  }

  .image-22, .image-23 {
    width: 10vw;
  }

  .link-block-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section-11 {
    height: 145vw;
    max-height: 121vw;
    max-width: 100vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container-9 {
    width: 108vw;
    height: 33vw;
    max-height: 50vw;
    max-width: 87vw;
    flex-direction: row;
    order: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 0;
    left: auto;
  }

  .heading-13 {
    width: 96vw;
    height: 30vw;
    max-height: 31vw;
    order: 1;
    align-self: center;
    font-size: 1.3em;
    position: relative;
  }

  .section-12 {
    height: 128vw;
    max-height: 149vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-10 {
    width: 93vw;
    height: 46vw;
    max-height: 50vw;
    max-width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .image-24 {
    max-width: 94vw;
  }

  .container-11 {
    width: 150.398vw;
    max-width: 94vw;
    flex-direction: column;
  }

  .heading-14 {
    width: 93vw;
    max-width: 93vw;
    font-size: 1.3em;
    display: block;
  }

  .container-12 {
    max-width: 71vw;
  }

  .container-13, .flex-block {
    flex-direction: column;
  }

  .image-25 {
    max-width: 113%;
  }

  .container-14 {
    width: 88vw;
    max-width: 165vw;
  }

  .section-13 {
    width: 100vw;
    max-width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .section-14 {
    display: flex;
  }

  .section-15 {
    height: 0;
    max-height: 69vw;
  }

  .navbar-2 {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
  }

  /* .section-17 {
    height: 427vw;
  } */

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---card-form-2 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-contact-v1-2 {
    grid-row-gap: 50px;
  }

  .brix---big-icon-left-2 {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---text-area-2 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area-2::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---inner-container-400px-2 {
    max-width: 100%;
  }

  .brix---card-link-icon-wrapper-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .section-18 {
    height: 74vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-16 {
    height: 61vw;
    max-height: 62vw;
  }

  .container-17 {
    height: 118vw;
    max-height: 140vw;
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-items: center;
  }

  .container-18 {
    height: 12vw;
    max-height: 10vw;
    max-width: 21vw;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    height: 78vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-15 {
    width: 72vw;
    max-width: 72vw;
  }

  .container-19 {
    width: 72vw;
    height: 20vw;
    max-height: 30vw;
    max-width: 72vw;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .container-20 {
    height: 110vw;
    max-height: 106vw;
    flex-direction: column;
  }

  .container-21 {
    width: 100vw;
    height: 66vw;
    max-height: 81vw;
    max-width: 71vw;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .section-19 {
    height: 240vw;
  }

  .section-padding{
    padding: 0px !important; 
  }

  .section-20 {
    height: 180vw;
    max-height: 180vw;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-27 {
    width: 92vw;
    margin-top: -10rem;
  }

  .section-22 {
    height: 70vh;
    max-height: 157vw;
  }

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

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

  .paragraph-8 {
    margin-bottom: 4.025rem;
  }

  .section-24 {
    height: 10vw;
    max-height: 51vw;
  }

  .heading-17 {
    font-size: 2.3em;
  }

  .image-27 {
    max-width: 126%;
  }

  .section-25 {
    height: 20vw;
    max-height: 26vw;
    max-width: 72vw;
  }
  .row-flex {
    justify-content: left;
    align-items: center;
    text-align: left;
  
    padding: 2rem 2rem;
    
  }

  .points-container {

    max-width: none;
  }

  #dashboard-features{
    margin-left: 0px !important;
  }

}

#w-node-a81f5333-9a20-bb8a-a88c-57fb51969ea0-4f090a93, #w-node-a81f5333-9a20-bb8a-a88c-57fb51969e9c-4f090a93, #w-node-a81f5333-9a20-bb8a-a88c-57fb51969e98-4f090a93, #w-node-a81f5333-9a20-bb8a-a88c-57fb51969e90-4f090a93, #w-node-bc86e3a5-d57b-9f0b-511a-c1931e039ce7-4f090a93, #w-node-bc86e3a5-d57b-9f0b-511a-c1931e039ce9-4f090a93, #w-node-bc86e3a5-d57b-9f0b-511a-c1931e039cec-4f090a93, #w-node-bc86e3a5-d57b-9f0b-511a-c1931e039cee-4f090a93, #w-node-bc86e3a5-d57b-9f0b-511a-c1931e039cf1-4f090a93, #w-node-bc86e3a5-d57b-9f0b-511a-c1931e039cf3-4f090a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_058190da-9ca2-45a1-b592-eace415fc40d-4f090a93 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_058190da-9ca2-45a1-b592-eace415fc40f-4f090a93 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bb0ad553-c0cb-469d-1403-ca085232fc69-4f090a93 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da69-dcc6da57 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-c228e3b2-cb91-755a-a74a-6ec404d9f5da-4f090a9d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c228e3b2-cb91-755a-a74a-6ec404d9f5de-4f090a9d {
  justify-self: start;
}

#w-node-_65ad366e-2911-92f6-7bca-3a789a1c6b48-4f090a9e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_65ad366e-2911-92f6-7bca-3a789a1c6b4a-4f090a9e {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-f6eae0d2-732a-4511-87a7-2dbde6206fe9-4f090a9e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_242216c3-4e3c-1358-dc1e-d5e5e4f5acfe-4f090a9e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-e2f42de3-d18c-fe64-de09-e389235f3c63-4f090a9f, #w-node-e2f42de3-d18c-fe64-de09-e389235f3c65-4f090a9f, #w-node-e2f42de3-d18c-fe64-de09-e389235f3c67-4f090a9f {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_058190da-9ca2-45a1-b592-eace415fc40d-4f090a93 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_058190da-9ca2-45a1-b592-eace415fc40f-4f090a93 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bb0ad553-c0cb-469d-1403-ca085232fc69-4f090a93 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-_65ad366e-2911-92f6-7bca-3a789a1c6b48-4f090a9e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_65ad366e-2911-92f6-7bca-3a789a1c6b4a-4f090a9e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f6eae0d2-732a-4511-87a7-2dbde6206fe9-4f090a9e {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_058190da-9ca2-45a1-b592-eace415fc40d-4f090a93 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da69-dcc6da57 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_058190da-9ca2-45a1-b592-eace415fc40d-4f090a93 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_058190da-9ca2-45a1-b592-eace415fc40f-4f090a93 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da69-dcc6da57 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-c228e3b2-cb91-755a-a74a-6ec404d9f5da-4f090a9d {
    grid-column: span 1 / span 1;
  }

  #w-node-_65ad366e-2911-92f6-7bca-3a789a1c6b48-4f090a9e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_65ad366e-2911-92f6-7bca-3a789a1c6b4a-4f090a9e {
    grid-area: 1 / 1 / 2 / 3;
  }
}


#dashboard-features {
  max-width: min(600px, 90vw);
  margin-left: 50px;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.hide {
  display: none;
}

#newsletter-success, #newsletter-fail {
  margin-top: 25px;
  padding: 4px;
}

/* General Form Styling */
.contact-form {
  max-width: 500px; /* Increase form width */
  width: 100%;
  margin: 0 auto;
}

.contact-form label {
  font-size: 18px; /* Larger text size for labels */
  font-weight: bold;
  display: block;
  margin-bottom: 10px; /* Reduce white space below labels */
}

.contact-form input,
.contact-form textarea {
  width: 100%; /* Full-width fields */
  padding: 16px; /* Increase padding for bigger input areas */
  margin-bottom: 20px; /* Slightly more space between fields */
  border: 1px solid #ccc;
  border-radius: 30px; /* Rounded corners */
  font-size: 16px; /* Larger text size for inputs */
  color: #333;
  outline: none;
  box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aaa;
  font-size: 16px; /* Match placeholder size to input text */
}

.contact-form textarea {
  resize: none;
  height: 120px; /* Increase height of the textarea */
}

.contact-form button {
  width: 100%; /* Full-width button */
  padding: 16px; /* Increase padding for larger button */
  background-color: #e2eef5;
  border: none;
  border-radius: 30px; /* Rounded corners */
  font-size: 18px; /* Larger text size for the button */
  color: #204a79;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #204a79;
  color: white;
}

/* Adjustments for the Country Selector */
.contact-form .country-code {
  display: flex;
  align-items: center;
  margin-bottom: 20px; /* Match spacing with other fields */
}

.contact-form .country-code input {
  flex-grow: 1;
  border: none;
  border-left: 1px solid #ccc;
  padding-left: 12px; /* Adjust padding for balance */
  border-radius: 0 30px 30px 0;
}

.contact-form .country-code img {
  border-radius: 30px 0 0 30px;
  border: 1px solid #ccc;
  padding: 12px;
  background-color: white;
}

/* Style for the disabled button */
button:disabled {
  background-color: #4d4d4d; /* Grey color for the disabled state */
  color: white; /* Text color */
  cursor: not-allowed; /* Changes the cursor to indicate disabled */
  pointer-events: none; /* Disables hover and click interactions */
}

/* Disable hover effects for the disabled button */
button:disabled:hover {
  background-color: #4d4d4d; /* Keep the same background color */
  color: white; /* Keep the same text color */
}

.team-slider-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 10px;
  width: 100vw;
  z-index: 99;
  flex-wrap: nowrap;
}

.slider-button {
  width: 50px;
  height: 50px;
   border-radius: 50%;
  /*background-color: var(--dark-blue);
  color: var(--white); */
  border: none;
  font-size: 35px;
  justify-items: center;
  align-items: center;
}


.prev-button, .next-button{
  background: none;
  -webkit-tap-highlight-color: transparent;
}

:root {
      --slides-per-view: 3;
  }

  html, body { 
    max-width: 100%; 
    overflow-x: hidden; 
    /* padding: 0px 30px; */
  }

  .section-padding{
    padding: 0px 45px; 
  }

  /* .screen-width{
    margin-right: -300px;
    /* margin-left: -100px; */
    /* height: 100vh; */

    /* margin-right: -300px;
    /* margin-left: -100px; */
    /* height: 100vh; */
    /* zoom: 0.6; 
    max-width: 100vw;
    overflow-x: hidden; *
  } */

  @media (min-width: 1800px){
    .team-slider-buttons {
      margin-bottom: 11vw;
      margin-left: -75px;
    }
  }

  @media (max-width: 1800px) {
    .team-slider-buttons {
      margin-bottom: 50px;
      margin-left: -50px
    }

    .team-slider-2 {
      padding-left: 50px;
      
    }

  }

@media (max-width: 1350px) {
  

  .team-slider-2 {
    align-items: inherit;
    height: 90vh
  }

  .brix---card-team-v1 {
  
    width: 30vw;
    
  }

  .brix---slider-mask-width-388px {
    display: flex; 
    width: 100%; 
  }

  .team-slider-buttons {
    margin-bottom: 0px;
  }

  .feature-section{
    display: flex;
    flex-direction: column;
    /* width: 500px; */
  }

  .whats-new-section{
    height: 800px;
    margin: 0px;
    align-items: center;
  }

  .whats-new-heading{
    margin-bottom: 130px;
    text-align: center;
    margin-top: -60px;
  }

  .screen-width{
    margin-right: 0px;
    margin-left: 0px;
  }

  .offset-sliders{
    margin-left: 0px
  }
 
}


@media (max-width: 990px) {
  :root {
    --slides-per-view: 2;
  }

  .team-slider-2 {
    align-items: start;
    height: 120vh;

  }
 
  .brix---card-team-v1 {
    height: 67vw;
    width: 40vw;
  }

  .team-slider-buttons {
    margin-bottom: 10px;
  }
 
}

@media (max-width: 650px) {
  :root {
      --slides-per-view: 1;
  }

  .team-slider-2 {
    align-items: center;
    height: 800px;
    padding-left: 10px;
  }

  .brix---card-team-v1 {
    margin-left: 25%;
    margin-top: -30%;
    height: 125vw;

    width: 84vw;
    max-width: 90vw;
    min-width: 65vw;
  }

  .team-slider-buttons {
    margin-left: -10px;
  }

  .slider-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;

    font-size: 30px !important;
  }

  .whats-new-section{
    height: 1000px;
    margin: 0px;
  }
  .whats-new-heading{
    margin-bottom: 200px;
    text-align: center;
    margin-top: -200px;
  }

  .content-section {
    padding: 50px;
  }
}