:root {
  --black: #1b1b1b;
  --white: white;
  --floral-white: #f7f5eb;
  --light-grey: #f4f4f4;
  --alice-blue: #e1eaf1;
  --main_grey: #f4f4f4;
  --footer-white: #fafafa;
  --untitled-ui--primary600: #0165e2;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --waves-library--dark-elevation: #ede0d8;
  --waves-library--background: #faebe3;
  --untitled-ui--gray600: #475467;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #0165e2;
  --untitled-ui--primary100: #ebedff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary50: #f5f5ff;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--gray--700: #383942;
  --alley-component-library--neutral--black: black;
  --alley-component-library--orange--900: #f69351;
  --alley-component-library--gray--300: #868898;
  --alley-component-library--green--400: #c5e7d1;
  --alley-component-library--red--200: #fdd8e0;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--primary200: #e9d7fe;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary900: #42307d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
  display: block;
}

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

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

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

img {
  max-width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

.text-style-link {
  text-decoration: underline;
}

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

.text-size-small {
  color: #1b1b1b;
  font-size: 1.2rem;
  font-weight: 600;
}

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

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

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

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

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

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

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

.page-wrapper {
  align-self: stretch;
  max-width: none;
}

.text-size-tiny {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

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

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

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
  font-family: Manrope, sans-serif;
}

.rl-styleguide_classes {
  display: none;
}

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

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

.page-padding {
  color: var(--black);
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.margin-vertical.margin-large {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  flex: 0 auto;
  align-self: auto;
  max-width: none;
}

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

.margin-bottom.margin-small {
  margin-bottom: 20px;
}

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

.margin-bottom.margin-xxsmall.text-align-center {
  position: relative;
  top: 29px;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

.padding-vertical.padding-large {
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.padding-vertical.padding-medium {
  padding: 0;
}

.padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge.reduced {
  padding-bottom: 0;
}

.padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.text-size-medium.text-weight-semibold {
  margin-bottom: 5px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}

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

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

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

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

.text-size-large {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-large.text-color-grey {
  color: #1b1b1b73;
  margin-bottom: 10px;
}

.heading-xxlarge {
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-xxlarge.hero-title {
  font-size: 6rem;
}

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

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

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

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

.heading-medium {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.heading-large {
  text-align: left;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  font-weight: 600;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

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

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--black) var(--black) #1b1b1b30;
  color: var(--black);
  background-color: #0000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

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

.background-color-floralwhite {
  background-color: var(--floral-white);
}

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

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

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

.heading-xsmall {
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

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

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-secondary.is-buy-now-button {
  border-width: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  display: flex;
}

.heading-small {
  font-family: Manrope, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-small.padding-small.text-color-white {
  justify-content: flex-start;
  align-items: flex-end;
  height: 35vh;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.heading-small.padding-medium.text-color-white {
  justify-content: flex-start;
  align-items: flex-end;
  height: 35vh;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

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

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.heading-xlarge {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

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

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.form-radio-label {
  margin-bottom: 0;
}

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

.text-lineheight-normal {
  line-height: 1.5;
}

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

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

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

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

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

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

.text-letterspacing-wide {
  letter-spacing: .025em;
}

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

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

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  color: #1b1b1b;
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

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

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

.icon-large {
  height: 5rem;
}

.button-tertiary {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

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

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

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

.button-link {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

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

.button-link.with-icon.text-color-white {
  color: var(--white);
  font-family: Manrope, sans-serif;
}

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

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

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

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

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

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

.icon-xxsmall {
  height: 1rem;
}

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

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_elements {
  font-family: Manrope, sans-serif;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

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

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

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

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

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

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--black);
}

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

.navbar1_menu-buttons.mobile-menu-padding {
  justify-content: center;
  align-self: auto;
}

.navbar1_component {
  background-color: var(--white);
  border: 1px #fff;
  align-self: stretch;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Manrope, sans-serif;
  display: flex;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.dropdown-icon.no-margin-right {
  margin-right: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
}

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

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_container {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_link {
  text-align: left;
  align-self: stretch;
  margin-right: 9px;
  padding: .5rem 1rem .5rem 0;
  font-size: 1rem;
}

.navbar1_link.w--current {
  color: var(--black);
}

.navbar1_link.text-light-grey {
  color: #00000063;
}

.navbar1_link.text-light-grey.hide-mobile-landscape.hide-tablet.hide-mobile-portrait {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-color-lightblue {
  background-color: var(--alice-blue);
}

.nav-icon-buttons {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.header19_image-wrapper {
  height: 100%;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  height: 60px;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.button-2.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

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

.header19_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 30px;
  display: grid;
}

.section-header-alt {
  display: block;
}

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

.cta7_content {
  flex: 1;
}

.cta7_component {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta7_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: end;
  place-items: stretch stretch;
  height: auto;
}

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

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

.header9_component {
  flex-direction: column;
  height: 38vh;
  min-height: 30vh;
  display: flex;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hide {
  display: none;
}

.header9_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header9_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header9_image-wrapper {
  flex: 1;
  position: relative;
}

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

.product7_button-row.hide-mobile-landscape, .product7_button-row.padding-vertical.margin-large {
  justify-content: center;
}

.product7_button-row.padding-vertical.align-center.margin-top-small {
  justify-content: center;
  margin-top: 60px;
}

.product7_component {
  font-family: Manrope, sans-serif;
}

.product7_heading {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

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

.product7_image {
  object-fit: contain;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  inset: 0%;
}

.product7_item {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.product7_list {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.product7_item-link {
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.other_01 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.other_01.large {
  padding-top: 120%;
}

.grid-3 {
  grid-row-gap: 16px;
  min-width: 100%;
  min-height: 0%;
}

.gallery17_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.gallery17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  font-family: Manrope, sans-serif;
}

.gallery17_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery17_arrow.hide-mobile-landscape {
  background-color: var(--floral-white);
  border-style: dashed;
  margin-left: 13vw;
  margin-right: 0;
  bottom: 4rem;
}

.gallery17_arrow.hide-mobile-landscape.shadow-xlarge {
  margin-left: 0;
  margin-right: 12vw;
}

.gallery17_slide {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Manrope, sans-serif;
}

.section-gallery {
  overflow: hidden;
}

.gallery17_mask {
  width: 50%;
  left: -290px;
  overflow: visible;
}

.gallery17_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 0%;
  padding-bottom: 0;
  position: relative;
}

.gallery17_image {
  object-fit: scale-down;
  width: 100%;
  height: 30vh;
  position: absolute;
  inset: 0%;
}

.gallery17_lightbox-link {
  width: 100%;
}

.gallery17_image-wrapper {
  width: 100%;
  padding-top: 70%;
  position: relative;
}

.grid-quarter {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
}

.product-single-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 50px;
}

.grid-thirds {
  grid-template-columns: .75fr .75fr 1.5fr;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Manrope, sans-serif;
}

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

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

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

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

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

.footer.background-color-footer {
  align-self: stretch;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_top-wrapper {
  grid-column-gap: 7vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

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

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  font-weight: 300;
}

.footer1_legal-link {
  font-size: .875rem;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

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

.product-categories {
  height: 37vh;
}

.image.hide-desktop {
  display: none;
}

.image.hide-tablet.hide-mobile-landscape.hide-mobile-portrait {
  display: block;
}

.page-padding-3 {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.product-header4_item {
  width: 100%;
}

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

.product-header4_tab-link {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header4_tab-link.w--current {
  border-bottom-width: 3px;
  border-bottom-color: var(--black);
  background-color: #0000;
  margin-right: 2rem;
}

.product-header4_text-divider {
  background-color: var(--black);
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.product-header4_option {
  margin-bottom: 1.5rem;
}

.product-header4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header4_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 630px;
  position: absolute;
  inset: 0%;
}

.product-header4_price-wrapper {
  margin-bottom: 20px;
  display: flex;
}

.product-header4_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-size: .875rem;
  display: flex;
}

.heading-small-2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

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

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

.product-header4_lightbox-link {
  width: 100%;
  margin-bottom: 1rem;
  display: block;
}

.product-header4_tabs-menu {
  border-bottom: 1px solid #d8d8d8;
  align-items: center;
  display: flex;
}

.form-input-2 {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.form-input-2.is-quantity-input {
  width: 4rem;
}

.form-input-2.is-quantity-input::placeholder {
  color: var(--black);
}

.form-input-2.is-select-input {
  background-color: var(--white);
  background-image: none;
}

.form-input-2.is-search-input {
  padding-left: 3rem;
}

.product-header4_rating-icon {
  color: #fdc826;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  display: flex;
}

.product-header4_list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.product-header4_product-details {
  flex-flow: column;
  align-items: flex-start;
  font-family: Manrope, sans-serif;
  display: block;
  position: sticky;
  top: 8rem;
}

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

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

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

.product-header4_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.product-header4_component {
  padding-bottom: 0;
}

.product-header4_main-image-wrapper {
  padding-top: 120%;
  position: relative;
}

.product-header4_main-image-wrapper.reduced {
  padding-bottom: 0;
}

.product-header4_form-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.product-header4_rating-wrapper {
  color: #fdc826;
  margin-right: .5rem;
  display: flex;
}

.product-header4_list-wrapper {
  flex-direction: column;
}

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

.section-product-header4 {
  position: relative;
}

.product-header4_default-state {
  margin-bottom: 2rem;
}

.product-header4_default-state.margin-vertical.margin-huge {
  margin-top: 2rem;
}

.breadcrumb-link-2 {
  color: var(--black);
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.product-header4_add-to-cart {
  flex: none;
  align-self: stretch;
  display: block;
}

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

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

.product-header5_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product-header5_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header5_image-wrapper {
  width: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header5_layout {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header5_item {
  width: 100%;
}

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

.product-header5_product-details {
  position: sticky;
  top: 8rem;
}

.product-header5_main-image {
  object-fit: contain;
  background-color: #f3f3f3;
  border-radius: 5px;
  width: 300%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  position: absolute;
  inset: 0%;
}

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

.product-header5_heading {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header5_main-image-wrapper {
  padding-top: 100%;
  position: relative;
}

.product-header5_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.product-header5_details {
  overflow: hidden;
}

.product-header5_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  margin-left: 1.5rem;
}

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

.section-product-info {
  position: relative;
}

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

.product-header5_rating-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  display: flex;
}

.product-header5_option {
  margin-bottom: 1.5rem;
}

.product-header5_accordion-wrapper {
  border-bottom: 1px solid #000;
}

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

.product-header5_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header5_list-wrapper {
  flex-direction: column;
  margin-top: 1rem;
}

.product-header5_component {
  padding-bottom: 3rem;
}

.rich-text-block {
  font-family: Manrope, sans-serif;
}

.grid-4 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  font-family: Manrope, sans-serif;
}

.collection-list {
  display: flex;
}

.filters5_menu-link {
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 50px;
  flex: none;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: .5rem 1rem;
  font-weight: 600;
  text-decoration: none;
}

.filters5_menu-link.w--current {
  border-color: var(--black);
}

.filters5_menu-link.current {
  background-color: #ececec;
  border-style: none;
  border-radius: 100px;
  margin-right: 5px;
}

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

.filters5_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  display: none;
}

.button-icon-left {
  margin-right: .5rem;
}

.filters5_item-text-wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.filters5_close-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.filters5_layout {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.filters5_dropdown {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.filters5_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filters5_list {
  flex-direction: column;
  display: flex;
}

.filters5_filters-dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  min-width: 18.5rem;
  max-height: 15rem;
  margin-top: .5rem;
  padding: .5rem 1rem;
  overflow: auto;
}

.filters5_dropdown-toggle {
  border: 1px solid #000;
  align-items: center;
  min-height: 2.75rem;
  padding: .5rem 2.5rem .5rem 1rem;
  display: flex;
}

.filters5_filters-button {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.search-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: auto auto auto 12px;
}

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

.filters5_dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.filters5_filter-group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.filters5_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.filters5_tag {
  background-color: var(--light-grey);
  align-items: center;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filters5_filter-options {
  flex-direction: row;
}

.filters5_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filters5_feed-header-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: grid;
}

.filters5_filters-wrapper {
  width: auto;
  overflow: hidden;
}

.filters5_form {
  background-color: #0000;
}

.filters5_category-menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.filters5_category-menu.no-scrollbar {
  justify-content: flex-start;
  align-items: center;
  overflow: scroll;
}

.filters5_form-checkbox1-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

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

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

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

.filters5_sort-dropdown-toggle {
  padding: .5rem 1.5rem .5rem 0;
}

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

.feed-content-replace-this-div {
  border: 2px dashed #00000026;
  width: 100%;
  min-height: 200vh;
}

.filters5_sort-link {
  padding: .5rem;
}

.filters5_sort-link.w--current {
  color: var(--black);
}

.filters5_feed-header-bottom {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: none;
}

.filters5_empty {
  text-align: center;
  border: 1px solid #000;
  padding: 2.9rem;
  display: none;
}

.filters5_tablet-modal-close-button {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.filters5_filter-group-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border-bottom-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.filters5_sort-dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  padding: .5rem;
  right: 0%;
}

.filters5_results-wrapper {
  justify-content: center;
  display: flex;
}

.grid-upsell {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
}

.page-padding-bottom {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Manrope, sans-serif;
}

.shop-plants {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 35vh;
}

.shop-fish {
  background-image: url('../images/02.jpg');
  background-position: 0 0;
  background-size: auto;
  min-height: 37vh;
}

.shop-accessories {
  background-image: url('../images/03.jpg');
  background-position: 0 0;
  background-size: auto;
}

.webflow-link {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 6px 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 3px #00000052;
}

.webflow-icon {
  margin-right: 8px;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.db-flex-row {
  padding-right: 20px;
  display: flex;
}

.team-member-wrapper {
  cursor: default;
  border: 1px solid #fafafa;
  width: 200px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  transition: transform .2s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 27px -6px #00000040;
}

.team-member-wrapper:hover {
  transform: scale(1.05);
}

.team-member-name {
  font-family: Manrope, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}

.team-member-name.reduced-text-height.margin-vertical.margin-small {
  line-height: 1.2;
}

.db-fixed-nav-logo {
  width: 100px;
}

.db-button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3cc47c;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

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

.team-member-job-role {
  font-size: 11px;
  font-weight: 400;
}

.flex-body {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.side-menu-headline {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.team-member-details {
  z-index: 10;
  color: #fff;
  background-image: none;
  border-top: 2px solid #4992ff;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.shrink-box-button {
  margin-right: 5px;
  display: block;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: 10px 15px;
}

.db-link-wrapper {
  background-color: #3cc47c;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  padding: 10px 60px 15px;
}

.team-member-photo {
  z-index: 5;
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.db-side-menu {
  z-index: 99999;
  color: #fff;
  cursor: move;
  background-color: #000000f0;
  border-radius: 4px 4px 3px 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 240px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  box-shadow: 0 1px 17px #0000001f;
}

.shrink-box-wrapper {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper:hover {
  opacity: 1;
}

.team-member-summary {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  overflow: hidden;
}

.team-member-wrapper-2 {
  cursor: default;
  border: 1px solid #fafafa;
  width: 200px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  transition: transform .2s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 27px -6px #00000040;
}

.team-member-wrapper-2:hover {
  transform: scale(1.05);
}

.team-member-details-2 {
  z-index: 10;
  color: #fff;
  background-image: none;
  border: 1px #000;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-member-summary-2 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.team-member-photo-2 {
  z-index: 5;
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

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

.header76_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

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

.header76_content-left {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
}

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

.header76_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header37_content {
  max-width: 54rem;
  margin-left: 3rem;
  margin-right: 0;
}

.header37_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header37_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.shop-live-fish {
  z-index: 5;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.tanks-accessories {
  z-index: 5;
  background-image: url('../images/03.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.section-gallery-v1 {
  overflow: hidden;
}

.section-gallery-v1.hide {
  display: none;
}

.button-row_shop {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-row_shop.hide-mobile-landscape, .button-row_shop.padding-vertical.margin-large {
  justify-content: center;
}

.button-row_shop.padding-vertical.align-center.margin-top-small {
  justify-content: center;
  margin-top: 60px;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 1.5rem;
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  font-weight: 300;
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  min-width: 100%;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.delete-me_link.inverse {
  color: var(--black);
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
}

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

.modal-close-button {
  border: 1px solid #000;
  border-radius: 20px;
  margin-right: .5rem;
  transform: rotate(45deg);
}

.button-group {
  grid-row-gap: 7px;
  flex-direction: column;
  min-width: 100%;
  display: flex;
}

.close-button {
  align-self: center;
}

.quick-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 100px;
  padding: 0 0 2rem;
}

.bold-text {
  margin-top: 10px;
  font-size: 4rem;
  font-weight: 700;
  display: block;
}

.image-2 {
  object-fit: cover;
  height: 100%;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  padding: 0;
}

.div-block-2 {
  background-image: linear-gradient(to top, #000, #fff0 56%), url('../images/homeguide-lennox-furnace-expert-installing-new-furnace-in-home-p-800-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  padding: 15px;
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  display: flex;
}

.heading {
  color: var(--white);
  font-size: 1.3rem;
}

.heading-2 {
  font-size: 1.7rem;
}

.div-block-2-copy {
  background-image: linear-gradient(to top, #000, #fff0 56%), url('../images/furnace-repair-service-replacement-installation.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 275px;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  padding: 15px;
  display: flex;
}

.div-block-3 {
  filter: none;
  background-image: linear-gradient(to top, #000, #fff0 37%), url('../images/image0_0.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.button-3 {
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.div-block-2-copy {
  background-image: linear-gradient(to top, #000, #fff0 56%), url('../images/Screen-Shot-2022-04-12-at-10.56.47-AM-1400x927.png');
  background-position: 0 0, 25%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  padding: 15px;
  display: flex;
}

.div-block-2-copy-copy {
  background-image: linear-gradient(0deg, #000, #fff0 56%), url('../images/furnace-repair-service-replacement-installation.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  padding: 15px;
  display: flex;
}

.div-block-4 {
  margin-top: 50px;
}

.quick-stack-3 {
  grid-column-gap: 55px;
  padding-left: 0;
  padding-right: 0;
}

.text-field {
  border: 2px solid #ccc;
  height: 60px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.text-field-copy {
  border: 2px solid #ccc;
  border-left-width: 0;
  height: 60px;
}

.cell {
  border: 1px #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.quick-stack-5 {
  padding: 0;
}

.div-block-5 {
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-6 {
  background-image: url('../images/furnace-repair-service-replacement-installation.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 500px;
}

.image-3 {
  object-fit: cover;
  border-radius: 20px;
  flex: 1;
}

.div-block-7 {
  margin-bottom: 100px;
}

.filters5_category-menu-copy.no-scrollbar {
  justify-content: flex-start;
}

.heading-3 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.bold-text-2 {
  font-family: Inter Tight, sans-serif;
  font-weight: 900;
}

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

.text-span-2 {
  font-weight: 200;
}

.text-span-3 {
  font-weight: 700;
}

.bold-text-3 {
  color: #1b1b1b;
  font-style: normal;
  font-weight: 800;
}

.image-4 {
  outline-offset: 0px;
  outline: 3px #1b1b1b;
  width: 35px;
  max-width: 40%;
  margin-bottom: 0;
  margin-right: 1px;
}

.filters5_category-menu-copy.no-scrollbar {
  flex: 0 auto;
  justify-content: flex-start;
  margin-bottom: 0;
  display: block;
}

.div-block-8 {
  margin-top: 0;
  padding-top: 0;
}

.quick-stack-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-9 {
  align-items: center;
  display: flex;
}

.image-5 {
  background-color: #000;
  margin-right: 20px;
  padding: 5px;
}

.div-block-10 {
  background-color: #000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  padding: 5px;
  display: flex;
}

.image-6 {
  filter: invert();
  margin-bottom: 0;
}

.div-block-11 {
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.cell-4 {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.div-block-12 {
  background-color: var(--main_grey);
  border-radius: 20px;
  align-self: stretch;
  padding: 15px;
}

.heading-4 {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 600;
}

.text-size-medium-copy {
  margin-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-size-medium-copy.text-weight-semibold {
  margin-bottom: 0;
  font-weight: 400;
}

.bold-text-4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.text-block {
  font-size: 1.1rem;
  font-weight: 700;
}

.image-7 {
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
}

.bold-text-5 {
  font-weight: 700;
  display: inline;
}

.div-block-13 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section {
  background-color: #fafafa;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container {
  max-width: 1050px;
}

.cell-5 {
  align-items: center;
}

.image-8 {
  filter: contrast(200%) grayscale();
  align-self: auto;
  max-width: none;
  max-height: 250px;
}

.heading-5 {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
}

.paragraph {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.button-4 {
  color: var(--black);
  background-color: #fff;
  align-items: center;
  height: 60px;
  font-weight: 700;
  display: flex;
}

.cell-6 {
  justify-content: center;
}

.quick-stack-7 {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0 0 50px;
}

.cell-7 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-8 {
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.div-block-14 {
  margin-top: 100px;
}

.quick-stack-9 {
  background-color: #000;
  border-radius: 20px;
}

.div-block-15 {
  margin-top: 100px;
}

.div-block-16 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.section-2 {
  background-color: #000;
}

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

.quick-stack-10 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}

.heading-6 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--white);
  font-size: 1.25rem;
}

.bold-text-6 {
  color: var(--white);
  font-weight: 300;
  display: block;
}

.button-5 {
  color: var(--black);
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  margin-right: 20px;
  font-weight: 700;
  display: flex;
}

.cell-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  font-weight: 700;
}

.quick-stack-11 {
  align-self: stretch;
}

.locations {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.locations.no-scrollbar {
  flex: 0 auto;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: block;
}

.text-block-3, .text-block-4 {
  color: var(--black);
  font-weight: 600;
}

.quick-stack-12 {
  background-color: #000;
  width: 100%;
  max-width: 80rem;
  padding: 0 0% 0 5%;
}

.cell-10 {
  background-color: #000;
  padding: 50px 10% 50px 0%;
}

.cell-11 {
  background-color: #fff;
  padding: 50px 0 50px 50px;
}

.heading-6-copy {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
}

.text-block-2-copy {
  color: var(--black);
  font-weight: 700;
}

.cell-12 {
  align-items: flex-start;
}

.image-9 {
  margin-bottom: 20px;
}

.heading-5-copy {
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.bold-text-7 {
  font-style: normal;
}

.div_cool_icon {
  background-color: #224faf;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.div_heat_icon {
  background-color: #af2224;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.div_ht_icon {
  background-color: #6baf22;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  padding: 5px;
  display: flex;
}

.div_wt_icon {
  background-color: #39a9fa;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.div_smart_icon {
  background-color: #fa9939;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  padding: 5px;
  display: flex;
}

.div_wtf_icon {
  background-color: #22699c;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  padding: 5px;
  display: flex;
}

.div_air_icon {
  background-color: #485763;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  padding: 5px;
  display: flex;
}

.text-block-5 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.bold-text-6-copy {
  color: var(--black);
  font-weight: 300;
  display: block;
}

.div-block-18 {
  margin-top: 10px;
}

.heading-7 {
  color: #1b1b1b;
  font-family: Inter Tight, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
}

.page-padding-4 {
  color: #1b1b1b;
  padding-left: 5%;
  padding-right: 5%;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
  height: 60px;
  padding: .75rem 1.5rem;
  font-size: 1.3rem;
}

.text-span-4 {
  font-weight: 700;
}

.navbar1_component-2 {
  background-color: #fff;
  border: 1px #fff;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Manrope, sans-serif;
  display: flex;
}

.button-link-2 {
  color: #1b1b1b;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link-2.with-icon {
  grid-column-gap: .5rem;
}

.grid-5 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  font-family: Manrope, sans-serif;
}

.button-secondary-2 {
  color: #1b1b1b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1b1b1b;
  padding: .75rem 1.5rem;
}

.button-secondary-2.is-buy-now-button {
  border-width: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  display: flex;
}

.breadcrumb-link-3 {
  color: #1b1b1b;
  text-decoration: none;
}

.breadcrumb-link-3.w--current {
  font-weight: 600;
}

.page-padding-5 {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Manrope, sans-serif;
}

.navbar1_link-2 {
  margin-right: 9px;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.navbar1_link-2.w--current {
  color: #1b1b1b;
}

.navbar1_link-2.text-light-grey {
  color: #00000063;
}

.heading-xsmall-3 {
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.product-header4_tab-link-2 {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header4_tab-link-2.w--current {
  background-color: #0000;
  border-bottom-width: 3px;
  border-bottom-color: #1b1b1b;
  margin-right: 2rem;
}

.page-padding-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-19 {
  align-items: center;
  display: flex;
}

.product-header4_text-divider-2 {
  background-color: #1b1b1b;
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.heading-medium-3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.form-input-3 {
  color: #1b1b1b;
  background-color: #fff;
  border: 1px solid #1b1b1b;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-3:focus {
  border-color: #000;
}

.form-input-3::placeholder {
  color: #0009;
}

.form-input-3.is-quantity-input {
  width: 4rem;
}

.form-input-3.is-quantity-input::placeholder {
  color: #1b1b1b;
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
}

.image-10 {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px;
}

.div-block-20 {
  background-color: #f3f3f3;
  border: 2px #000;
  border-radius: 10px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px 15px;
  display: block;
}

.button-7 {
  color: var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
  display: flex;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Manrope, sans-serif;
  display: flex;
}

.link-block {
  display: block;
}

.button-3-copy {
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 20px;
  margin-right: 0;
  font-weight: 700;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.bold-text-8, .bold-text-9 {
  font-size: 1rem;
  font-weight: 600;
}

.radio-button-field {
  border: 2px solid #000;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 10px 20px 10px 30px;
  display: block;
}

.radio-button {
  border: 2px solid #000;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  background-color: #000;
  border-color: #000;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

.form-block-2 {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.quick-stack-13 {
  margin-bottom: 10px;
  padding: 0;
}

.heading-8 {
  font-size: 1.5rem;
  line-height: 1.1;
}

.cell-13 {
  align-items: flex-end;
}

.heading-9 {
  color: #af2225;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.text-span-5 {
  color: #1b1b1b;
  font-size: 1.25rem;
  text-decoration: line-through;
}

.text-block-6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.text-size-small-copy {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
}

.text-block-7 {
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: block;
}

.quick-stack-14 {
  padding-left: 0;
  padding-right: 0;
}

.cell-14 {
  text-align: left;
  align-items: flex-end;
}

.bold-text-10 {
  color: #919191;
  font-size: 1rem;
  font-weight: 700;
}

.text-span-6 {
  color: #ffc800;
}

.text-block-8 {
  font-weight: 700;
}

.text-block-9 {
  font-size: .9rem;
  font-weight: 600;
  display: inline-block;
}

.text-block-10, .text-block-11 {
  font-weight: 700;
}

.div-block-21 {
  margin-bottom: 2rem;
}

.button-8 {
  background-color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-weight: 700;
  display: flex;
}

.image-11 {
  margin-bottom: 0;
  margin-right: 5px;
}

.div-block-22 {
  margin-bottom: 5px;
  font-size: .9rem;
}

.div-block-23, .div-block-24 {
  margin-bottom: 5px;
}

.button-2-copy {
  border: 2px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  align-self: stretch;
  height: 60px;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.button-2-copy.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.text-block-12 {
  text-align: center;
  font-weight: 700;
}

.quick-stack-15 {
  padding: 0;
}

.div-block-25 {
  margin-bottom: 10px;
}

.text-block-13 {
  font-weight: 400;
  display: inline-block;
}

.image-12 {
  margin-right: 10px;
}

.paragraph-4 {
  color: var(--black);
}

.product7_image-wrapper-copy {
  background-color: #224faf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.product7_image-wrapper-copy.large {
  padding-top: 120%;
}

.other_02 {
  background-color: #224faf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.other_02.large {
  padding-top: 120%;
}

.other_03 {
  background-color: #39a9fa;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.other_03.large {
  padding-top: 120%;
}

.other_04 {
  background-color: #6baf22;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.other_04.large {
  padding-top: 120%;
}

.heading-medium-copy {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.form-2 {
  display: none;
}

.container-3 {
  background-color: #fff;
  border: 4px #e4e4e4;
  border-radius: 10px;
  max-width: 500px;
  padding: 20px 0 10px;
}

.section-3 {
  padding-bottom: 5rem;
}

.submit-button {
  background-color: #000;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-field-2, .text-field-3 {
  height: 60px;
}

.select-field {
  background-color: #fff;
  height: 60px;
}

.div-block-26 {
  margin-bottom: 20px;
}

.field-label-2 {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.field-label-3, .field-label-4, .field-label-5, .field-label-6 {
  font-size: 1.2rem;
  font-weight: 600;
}

.radio-button-2 {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.container-4 {
  max-width: 80rem;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-large-copy {
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.button-9 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.div-block-27 {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 500px;
  margin-top: 20px;
  display: flex;
}

.button-3-copy {
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-right: 0;
  font-weight: 700;
  display: flex;
}

.fr_repair_title {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.quick-stack-6-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 0;
}

.filters5_category-menu-copy-copy {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.filters5_category-menu-copy-copy.no-scrollbar {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.paragraph-copy {
  color: var(--black);
  text-align: left;
  max-width: 500px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}

.div-block-28 {
  display: flex;
}

.image-13 {
  filter: invert();
  margin-bottom: 0;
}

.image-14, .image-15, .image-16 {
  margin-bottom: 10px;
}

.text-block-14 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.image-17 {
  border-radius: 20px;
}

.div-block-17-copy {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: none;
  margin-top: 20px;
  display: flex;
}

.button-5-copy {
  color: var(--white);
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: flex;
}

.cell-15, .cell-16 {
  justify-content: center;
  align-items: center;
}

.quick-stack-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-left: 0;
  padding-right: 0;
}

.brands_desc {
  max-width: none;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

.brands_desc.text-weight-semibold {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.intro_desc {
  max-width: none;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

.intro_desc.text-weight-semibold {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.no {
  color: var(--black);
  background-color: #fff;
  border-style: solid;
  border-width: 4px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.heading-10 {
  color: var(--white);
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.3rem;
}

.div-block-29 {
  margin-bottom: 100px;
}

.image-18 {
  object-fit: cover;
  border-radius: 20px;
  height: 400px;
}

.cell-17 {
  justify-content: center;
}

.div-block-30 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.quick-stack-17, .quick-stack-17-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-bottom: 50px;
}

.cell-18 {
  justify-content: center;
}

.div-block-31 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.quick-stack-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-11 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  display: block;
}

.cell-19 {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 20px;
}

.ps_btn {
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-right: 0;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.quick-stack-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90%;
  padding: 0;
}

.ps_btn-copy {
  border: 4px solid var(--black);
  color: var(--black);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 50px;
  margin-right: 0;
  font-weight: 700;
  display: flex;
}

.div-block-32 {
  align-items: center;
  display: flex;
}

.image-19 {
  width: 40px;
  margin-bottom: 0;
  margin-right: 5px;
}

.collection-item-3 {
  margin-bottom: 50px;
}

.div-block-33 {
  margin-bottom: 10px;
}

.quick-stack-20 {
  grid-column-gap: 50px;
  padding: 0;
}

.image-20 {
  margin-bottom: 0;
}

.dropdown-list {
  z-index: 1000;
  border-radius: 5px;
  justify-content: flex-start;
  display: block;
  left: -300px;
}

.quick-stack-21 {
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.heading-11, .heading-12 {
  font-size: 1.2rem;
}

.cell-20 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.cell-21 {
  align-items: flex-start;
  display: block;
}

.dropdown-list-2 {
  width: 100vw;
}

.dropdown-list-2.w--open {
  background-color: #f3f3f3;
  position: fixed;
  top: 9%;
  left: 0%;
}

.cell-22 {
  align-items: flex-start;
  display: block;
}

.cell-23, .cell-24, .cell-25 {
  display: block;
}

.dropdown-link {
  padding-top: 0;
  padding-left: 0;
  font-size: 1.2rem;
}

.div-block-34 {
  border: 1px #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
}

.link, .link-2 {
  margin-bottom: 10px;
}

.quick-stack-22 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-self: stretch;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-13, .heading-14, .heading-15 {
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.button-10 {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.paragraph-5 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.cell-26 {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 15px;
  display: block;
}

.div_icon_replace {
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.cell-27 {
  background-color: var(--main_grey);
  border-radius: 20px;
  padding: 15px;
  display: block;
}

.cell-28 {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 15px;
  display: block;
}

.button-3-copy {
  color: var(--black);
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: flex;
}

.no-copy {
  color: var(--black);
  background-color: #fff;
  border-style: solid;
  border-width: 4px;
  border-radius: 100px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 50px;
  margin-right: 10px;
  font-weight: 700;
  display: flex;
}

.button-3-copy-copy {
  border: 4px solid var(--white);
  color: var(--white);
  background-color: #889cad00;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: flex;
}

.div-block-35 {
  margin-top: 10px;
}

.link-block-2 {
  border: 4px solid var(--white);
  border-radius: 100px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.image-21 {
  filter: invert();
  margin-bottom: 0;
  margin-right: 10px;
}

.heading-16 {
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  font-size: 1.2rem;
  display: inline-block;
}

.div-block-36 {
  align-self: stretch;
}

.heading-10-copy {
  color: var(--black);
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.3rem;
}

.div_smart_icon-copy {
  background-color: #fa5f39;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  padding: 5px;
  display: flex;
}

.div-block-37 {
  margin-bottom: 1rem;
}

.div-block-38 {
  margin-bottom: 100px;
}

.link-block-3 {
  width: 100%;
  margin-bottom: 50px;
}

.heading-17 {
  margin-bottom: .5rem;
}

.paragraph-6 {
  font-size: 1.5rem;
}

.div-block-39 {
  margin-bottom: 2rem;
}

.div-block-40 {
  display: block;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-secondery-navbar {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar:hover {
  background-color: #3e4545;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-blog-info-wrapper-second {
  grid-column-gap: 8px;
  color: #939b9b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-category-pill {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-features-card-about {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -12px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card-about:hover {
  border-color: #df0;
}

.fn-standard-white-link {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover, .fn-standard-white-link.w--current {
  color: #df0;
}

.fn-navbar-label-line-about {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
}

.fn-navbar-about-us-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.fn-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-navbar-link-list-conetainer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-navbar-link-list-advence {
  text-align: left;
  background-color: #0f1213;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  inset: 100% auto auto 0%;
}

.fn-navbar-link-list-advence.first-look {
  background-color: #fff;
  display: flex;
}

.fn-dropdown-link-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  display: flex;
}

.fn-navbar-link-second {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second:hover, .fn-navbar-link-second.w--current {
  color: #df0;
}

.fn-navbar-link-second-2 {
  color: #ecf0ef;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.fn-dorpdown-link-advence {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.fn-paragraph-no-margin-navbar {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-product-icon {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-product-icon-2 {
  object-fit: contain;
  width: 19px;
  height: 19px;
  margin-bottom: 0;
}

.navbar-product-card-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.navbar-product-card {
  background-color: #1d1f1e;
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  transition: background-color .25s;
}

.navbar-product-card:hover {
  background-color: #3e4545;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.navbar-product-card-featured-card {
  color: #ecf0ef;
  border: 1px solid #df0;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px 100px 24px 24px;
  text-decoration: none;
  display: flex;
}

.fn-navbar-label-line {
  background-color: #3e4545;
  flex: 1;
  height: 1px;
}

.fn-navbar-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-paragraph-navbar-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-navbar-card-solution {
  color: #ecf0ef;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.fn-navbar-links-wrapper-advence {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-wrapper-second {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-menu-advence {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-navbar-container-advence {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  display: flex;
}

.fn-navbar-advence {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.quick-stack-23, .quick-stack-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.dropdown-toggle-4 {
  padding-right: 40px;
}

.form-block-3 {
  align-self: stretch;
}

.text-field-4, .text-field-5 {
  height: 60px;
}

.text-field-6 {
  border: 1px #000;
  border-radius: 5px;
  height: 60px;
}

.text-field-7 {
  height: 60px;
}

.form-block-4 {
  align-self: stretch;
}

.quick-stack-25, .quick-stack-26 {
  padding-left: 0;
  padding-right: 0;
}

.field-label-7, .field-label-8, .field-label-9, .field-label-10 {
  font-size: 1.2rem;
}

.submit-button-2 {
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}

.text-size-medium-copy {
  color: var(--white);
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.text-size-medium-copy.text-weight-semibold {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.cell-29 {
  border-radius: 10px;
}

.quick-stack-27 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 50px 0;
}

.heading-18 {
  color: #1b1b1b;
  font-family: Manrope, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-span-7 {
  font-style: normal;
  font-weight: 400;
}

.text-span-8 {
  color: var(--untitled-ui--primary600);
}

.filters5_category-menu-copy {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.filters5_category-menu-copy.no-scrollbar {
  justify-content: flex-start;
  align-items: center;
  overflow: scroll;
}

.text-block-15, .text-block-16, .text-block-17 {
  font-weight: 600;
}

.text-block-18 {
  font-weight: 700;
}

.heading-5-copy {
  color: var(--black);
  text-align: left;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 700;
}

.bold-text-12 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 2rem;
  display: block;
}

.cell-31 {
  justify-content: center;
  align-items: center;
  display: block;
}

.cell-32, .cell-33 {
  display: block;
}

.quick-stack-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-29 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-19 {
  margin-bottom: 1rem;
}

.cell-34 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.image-22 {
  border-radius: 10px;
}

.div-block-41 {
  align-self: stretch;
  display: block;
}

.paragraph-7 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.bold-text-13 {
  flex: 1;
}

.image-23 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-height: 400px;
  display: block;
}

.div-block-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: stretch;
  display: flex;
}

.image-24 {
  object-fit: fill;
  background-color: #eee;
}

.heading-20 {
  color: #8f8f8f;
  font-size: 1.2rem;
}

.collection-list-wrapper {
  margin-bottom: 100px;
}

.waves---covered-item-text-pricing {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.waves---icon-covered-pricing {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.waves-check-item-pricing-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: block;
}

.waves-covered-list-wrap-pricing-1 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.waves-covered-heading-pricing-1 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 120%;
}

.waves-covered-wrap-pricing-1 {
  grid-row-gap: 8px;
  background-color: #1313131a;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  padding: 16px;
  display: flex;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-bottom: 10px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-price-text-pricing-1 {
  color: #131313b3;
  align-self: stretch;
  font-size: 20px;
  font-weight: 700;
}

.waves-wrap-price-1 {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.waves-divider-pricing-1 {
  background-color: #14171b1a;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.waves-heading-pricing-1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 120%;
}

.waves-top-text-pricing-1 {
  color: var(--white);
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.waves-tile-pricing-1 {
  background-color: var(--waves-library--white);
  border-radius: 8px;
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}

.waves-grid-pricing-1 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---subtitle {
  text-align: left;
  font-size: 1.2rem;
  line-height: 35px;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 120%;
  display: flex;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.quick-stack-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  padding: 0;
}

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

.waves-price-text-pricing-1-copy {
  color: #6d6d6db3;
  align-self: stretch;
  font-size: 20px;
  font-weight: 700;
}

.text-span-9 {
  color: #4bae4f;
}

.div-block-43 {
  align-self: stretch;
  margin-bottom: 5px;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-25, .image-26, .image-27, .image-28 {
  margin-bottom: 0;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---cta-white.medium-wide-cta {
  min-width: 150px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.waves-image-rounded-24 {
  filter: grayscale();
  object-fit: contain;
  border-radius: 24px;
}

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  align-self: stretch;
  place-items: center stretch;
  display: flex;
}

.waves-master-cta-3 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.heading-21 {
  color: var(--black);
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.waves---paragraph-big-2 {
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-blog-2 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 200px;
}

.waves-tile-blog-2 {
  grid-column-gap: 32px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-grid-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---covered-item-text-pricing-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves---icon-covered-pricing-2 {
  width: 20px;
  height: 20px;
}

.waves-check-item-pricing-2 {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-covered-heading-pricing-2 {
  font-size: 18px;
  line-height: 120%;
}

.waves-price-text-pricing-2 {
  color: #131313b3;
  font-size: 18px;
  font-weight: 500;
}

.waves-wrap-price-2 {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.waves-heading-pricing-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 120%;
}

.waves-top-text-pricing-2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.waves-tile-pricing-2 {
  background-color: var(--light-grey);
  border-radius: 15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.waves-grid-pricing-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 0 auto 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.image-29 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

.image-30, .image-31 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---mg-top-33 {
  margin-top: 16px;
}

.waves-content-cta-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-cta-2 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

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

.waves-image-cta-4 {
  filter: invert();
  object-fit: contain;
  border-radius: 24px;
  width: 75%;
  max-width: 320px;
  margin-bottom: 0;
}

.waves---cta-outline-white {
  border: 1px solid var(--waves-library--white);
  color: var(--waves-library--white);
  background-color: #13131300;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-outline-white.medium-wide-cta {
  min-width: 150px;
}

.waves---2-cta-flex {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---mg-top-34 {
  margin-top: 16px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---grid-cta-4 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.waves-master-cta-4 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.waves---main-container-6 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-block-4 {
  border: 3px none var(--main_grey);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.link-block-4.w--current {
  border: 3px none var(--main_grey);
  border-radius: 50px;
}

.cell-36 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.cell-37 {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.form-block-5 {
  align-self: stretch;
  margin-bottom: 0;
}

.submit-button-3 {
  color: var(--black);
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-field-8, .text-field-9 {
  border-radius: 5px;
  height: 60px;
  font-weight: 500;
}

.quick-stack-31 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-32 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-bottom: 50px;
  padding: 0;
}

.cell-38 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.text-size-medium-copy-copy {
  color: var(--black);
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.text-size-medium-copy-copy.text-weight-semibold {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.bold-text-12-copy {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 3rem;
  display: block;
}

.waves---paragraph-small-2 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.waves---check-icon-2 {
  width: 24px;
  height: 24px;
}

.waves---single-check-item-2 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal-2 {
  grid-column-gap: 24px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.waves---mg-top-35 {
  margin-top: 32px;
}

.waves---cta-white-2 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-36 {
  margin-top: 16px;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves-content-cta-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-cta-5 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 40px;
  display: flex;
}

.waves---main-container-7 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---mg-top-37 {
  margin-top: 16px;
}

.waves---subtitle-2 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/Napoleon-premium-heat-pump-outdoors-5-ton.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.quick-stack-33 {
  align-self: stretch;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-38 {
  margin-top: 16px;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.waves-title-line-hero-2 {
  background-image: linear-gradient(90deg, #13131300, var(--waves-library--black));
  border-radius: 30px;
  width: 92px;
  height: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.waves-title-wrap-hero-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---cta-dark-3.wide-cta {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-white:focus {
  border-color: var(--waves-library--black);
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.waves-content-contact-2 {
  z-index: 1;
  background-color: var(--waves-library--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 762px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.waves-image-contact-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.waves-image-wrap-contact-2 {
  border-radius: 24px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.waves-master-contact-2 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container-8 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-7 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.waves-image-cta-5 {
  border-radius: 24px;
  width: 90%;
  max-width: 320px;
}

.waves---cta-outline-white-2 {
  border: 1px solid var(--waves-library--white);
  color: var(--waves-library--white);
  background-color: #13131300;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-outline-white-2.medium-wide-cta {
  min-width: 150px;
}

.waves---cta-white-3 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-3.medium-wide-cta {
  min-width: 150px;
}

.waves---2-cta-flex-2 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---mg-top-39 {
  margin-top: 16px;
}

.waves---paragraph-big-5 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-3 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.waves---grid-cta-5 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
}

.waves-master-cta-6 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.div-block-45 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.text-block-19, .text-block-20, .text-block-21 {
  color: var(--black);
}

.quick-stack-34 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 50px 0;
}

.quick-stack-35 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-left: 0;
  padding-right: 0;
}

.cell-39 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.div-block-46 {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  height: 75px;
  position: absolute;
}

.waves-image-cta-6 {
  background-color: var(--white);
  border-radius: 24px;
  width: 90%;
  max-width: 320px;
}

.waves---cta-outline-white-3 {
  border: 1px solid var(--waves-library--white);
  color: var(--waves-library--white);
  background-color: #13131300;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-outline-white-3.medium-wide-cta {
  min-width: 150px;
}

.waves---cta-white-4 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-4.medium-wide-cta {
  min-width: 150px;
}

.waves---cta-white-4.wide-cta {
  min-width: 200px;
}

.waves---2-cta-flex-3 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---mg-top-40 {
  margin-top: 16px;
}

.waves---paragraph-big-6 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-4 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---grid-cta-6 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

.waves-master-cta-7 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.waves---main-container-9 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium-8 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-47 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.text-block-22, .text-block-23, .text-block-24 {
  color: var(--black);
}

.image-32 {
  z-index: 1;
  clear: right;
  filter: invert();
  margin-bottom: 0;
  position: static;
  inset: 149% auto 48% 10%;
}

.waves---content-image-halves-5 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-rounded-25 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-cta-7 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.waves-master-cta-8 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.waves---main-container-10 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.waves-image-cta-7 {
  border-radius: 24px;
  width: 90%;
  max-width: 320px;
}

.waves---content-image-halves-6 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-master-cta-9 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.quick-stack-36 {
  padding-left: 0;
  padding-right: 0;
}

.cell-40 {
  display: block;
}

.quick-stack-37 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-left: 0;
  padding-right: 0;
}

.cell-41, .cell-42 {
  display: block;
}

.quick-stack-38 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-25 {
  margin-right: 30px;
  font-weight: 700;
}

.dropdown-list-3 {
  background-color: var(--black);
}

.dropdown-list-3.w--open {
  background-color: var(--main_grey);
  border: 4px #000;
  border-radius: 15px;
  top: 58px;
}

.dropdown-link-2 {
  border-bottom: 3px solid var(--footer-white);
  font-weight: 600;
}

.dropdown-link-3, .dropdown-link-4 {
  border-bottom: 3px solid var(--white);
  font-weight: 600;
}

.dropdown-link-4.w--current {
  color: var(--black);
}

.dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
  border-bottom: 3px solid var(--white);
  font-weight: 600;
}

.dropdown-link-8 {
  font-weight: 600;
}

.button-11 {
  border: 4px solid var(--black);
  color: var(--black);
  background-color: #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 600;
  display: flex;
}

.quick-stack-39 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding: 50px 0;
  font-size: 1.2rem;
}

.text-block-26 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.button-12 {
  background-color: #3898ec00;
  border-style: solid;
  border-width: 4px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
}

.waves---cta-dark-4 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-4:hover {
  background-color: #131313e6;
}

.waves---mg-top-41 {
  margin-top: 16px;
}

.waves---paragraph-big-7 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-7 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.waves---main-container-11 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-27 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
}

.image-33 {
  margin-right: 5px;
}

.div-block-48 {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-49 {
  display: flex;
}

.waves---cta-white-5 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-5.wide-cta {
  min-width: 200px;
}

.waves---paragraph-big-8 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-rounded-26 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-cta-8 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.waves-master-cta-10 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
}

.waves---main-container-12 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-11 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dropdown-toggle-5 {
  border: 4px #f4f4f4;
  border-radius: 50px;
  padding: 10px;
}

.bold-text-14 {
  font-size: 3rem;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, #faebe300);
  inset: auto 0% -1px;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark-5 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-5:hover {
  background-color: #131313e6;
}

.waves---cta-dark-5.wide-cta {
  min-width: 200px;
}

.waves---mg-top-42 {
  margin-top: 16px;
}

.waves---subtitle-3 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-481 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container-13 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-image-hero-6 {
  border-radius: 24px;
  width: 23%;
  box-shadow: 0 2px 40px #5f5f5f0f;
}

.waves-middle-image-hero-6 {
  border-radius: 24px;
  width: 100%;
  box-shadow: 0 2px 40px #5f5f5f0f;
}

.waves-master-images-hero-6 {
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.waves---paragraph-small-3 {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon-3 {
  width: 24px;
  height: 24px;
}

.waves---single-check-item-3 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal-3 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves-success-mesaage-2 {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-text-field-background.field-hero-6 {
  min-width: 260px;
}

.waves-form-hero-6 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.waves---form-block-hero-6 {
  margin-top: 40px;
  margin-bottom: 32px;
}

.waves-limit-1009 {
  width: 100%;
  max-width: 1008px;
}

.waves-content-hero-6 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-28 {
  color: var(--white);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-13 {
  border: 4px solid var(--black);
  color: var(--black);
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 0;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  background-color: var(--main_grey);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big-9 {
  text-align: left;
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins-8 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves---main-container-14 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium-12 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div_icon_replace-copy {
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.waves---expand-line {
  background-color: var(--waves-library--black);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-1 {
  max-width: 545px;
}

.waves---cta-dark-6 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-6:hover {
  background-color: #131313e6;
}

.waves---mg-top-43 {
  margin-top: 16px;
}

.waves---paragraph-big-10 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-511 {
  width: 100%;
  max-width: 480px;
}

.waves---heading-2-no-margins-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves-left-faq-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-grid-faq-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-15 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---cta-white-6 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-6.wide-cta {
  min-width: 200px;
}

.waves---subtitle-4 {
  font-size: 24px;
  line-height: 40px;
}

.waves---mega-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100%;
}

.waves-title-wrap-hero-6 {
  z-index: 1;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-gradient-hero-6 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-6 {
  color: var(--waves-library--white);
  background-image: url('../images/furnace-repair-service-replacement-installation.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 0;
  position: relative;
}

.text-span-10 {
  font-size: 50px;
  line-height: 50%;
}

.quick-stack-40 {
  align-self: stretch;
  max-width: 1440px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-22 {
  font-size: 3rem;
}

.div-block-50 {
  align-self: stretch;
  margin-bottom: 10px;
  font-weight: 300;
}

.heading-23 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  display: inline-flex;
}

.image-34 {
  filter: hue-rotate(299deg) sepia() grayscale();
  margin-right: 10px;
}

.div-block-51 {
  width: 100%;
  height: 100px;
}

.bold-text-15, .bold-text-16, .bold-text-17 {
  font-size: 1.2rem;
}

.text-block-29 {
  font-size: 1.2rem;
  display: inline-flex;
}

.image-35 {
  margin-right: 5px;
}

.div-block-52 {
  margin-bottom: 0;
  display: flex;
}

.div-block-53 {
  margin-bottom: 20px;
}

.bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
  font-size: 2.5rem;
}

.link-3 {
  color: var(--black);
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.div-block-54 {
  background-color: #000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: inline-flex;
}

.image-36 {
  filter: invert();
  margin-bottom: 0;
}

.div-block-55 {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-56 {
  border: 1px #000;
  padding-left: 0;
}

.div-block-57 {
  background-color: var(--white);
  border: 5px solid #000;
  border-radius: 20px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px 15px;
  display: block;
}

.heading-24 {
  color: var(--black);
  padding: 0 0 10px;
}

.paragraph-copy-copy {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.div-block-58 {
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.quick-stack-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}

.image-35-copy {
  filter: none;
  margin-bottom: 0;
  margin-right: 0;
}

.cell-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: block;
}

.submit-button-2-copy {
  color: var(--black);
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}

.paragraph-8 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.image-37 {
  margin-bottom: 0;
  margin-right: 5px;
}

.icon {
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 10px;
}

.heading-25, .heading-26, .heading-27 {
  margin-bottom: 1rem;
}

.button-14 {
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-weight: 700;
  display: flex;
}

.heading-28 {
  color: #d30000;
  margin-bottom: 1rem;
}

.bold-text-22 {
  font-size: 1.5rem;
}

.link-4, .link-5 {
  text-decoration: underline;
}

.heading-29 {
  margin-top: 0;
  font-size: 4rem;
  font-weight: 700;
}

.text-block-28-copy {
  color: var(--black);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.div-block-59 {
  background-color: #000;
  border-radius: 10px;
  margin-right: 10px;
  padding: 5px;
}

.image-35-copy {
  filter: invert();
  margin-right: 5px;
}

.div-block-60 {
  border-bottom: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-35-copy-copy {
  background-color: #000;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 0;
}

.image-38, .image-39, .image-40, .image-41 {
  margin-bottom: 0;
}

.cell-44, .cell-45, .cell-46 {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  font-size: 1.2rem;
}

.image-42, .image-43 {
  margin-bottom: 0;
}

.div-block-61 {
  background-color: #000;
  border-radius: 10px;
  padding: 10px;
}

.heading-30 {
  color: var(--white);
  font-size: 2rem;
}

.paragraph-15 {
  color: var(--white);
  font-size: 1.2rem;
}

.waves---paragraph-small-4 {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon-4 {
  width: 24px;
  height: 24px;
}

.waves---single-check-item-4 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---mg-top-44 {
  margin-top: 16px;
}

.waves---paragraph-big-11 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-9 {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves-2 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves---main-container-16 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium-13 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.waves---cta-dark-7 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-7:hover {
  background-color: #131313e6;
}

.waves---mg-top-45 {
  margin-top: 16px;
}

.waves---paragraph-big-12 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-5 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-17 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-14 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-31 {
  margin-bottom: 10px;
}

.div-block-62 {
  background-color: #ebffeb;
  border: 3px solid #049c46;
  border-radius: 5px;
  padding: 5px 10px;
}

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

.text-block-30 {
  font-weight: 600;
}

.text-block-31 {
  font-weight: 700;
}

.cell-47 {
  display: block;
}

.quick-stack-42 {
  padding-left: 0;
  padding-right: 0;
}

.image-44 {
  background-color: #f1f1f1;
  max-height: 300px;
}

.heading-32 {
  font-size: 1.75rem;
}

.heading-33 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.quick-stack-43 {
  padding-left: 0;
  padding-right: 0;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.button-13-copy {
  border: 4px solid var(--white);
  color: var(--white);
  background-color: #3898ec00;
  border-radius: 50px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.quick-stack-44 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid #dadada;
  padding: 10px 0 0;
}

.cell-48 {
  justify-content: center;
  align-items: flex-end;
}

.image-45 {
  object-fit: contain;
  background-color: #f3f3f3;
  width: 100%;
  height: 250px;
  padding: 10px;
}

.heading-34 {
  font-size: 1.75rem;
  font-weight: 300;
}

.collection-item-4 {
  margin-bottom: 50px;
}

.heading-35 {
  margin-bottom: 10px;
}

.button-3-copy {
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 0;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.button-3-copy-copy {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
  background-image: url('../images/shopping-bag-3.svg');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 10px;
  padding-left: 40px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.button-3-copy-copy.w--current {
  font-size: 1rem;
}

.heading-36 {
  font-size: 1.75rem;
  font-weight: 300;
}

.text-block-32 {
  font-size: 1.25rem;
  font-weight: 700;
}

.heading-37 {
  margin-bottom: 10px;
}

.heading-38 {
  font-size: 1.75rem;
  font-weight: 300;
}

.text-block-33 {
  font-size: 1.2rem;
  font-weight: 700;
}

.image-46 {
  width: 100%;
  height: 250px;
}

.text-block-34 {
  font-size: 1.2rem;
  font-weight: 700;
}

.quick-stack-45 {
  padding-left: 0;
  padding-right: 0;
}

.heading-39, .heading-40, .text-block-35 {
  font-size: 2.5rem;
}

.cell-49 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.heading-41 {
  font-size: 1.2rem;
}

.heading-42 {
  font-size: 3.5rem;
}

.heading-43 {
  font-size: 2rem;
}

.intro_desc-copy {
  max-width: none;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

.intro_desc-copy.text-weight-semibold {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.heading-44 {
  color: var(--white);
  font-size: 2.5rem;
}

.waves---section-hero-primary-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-grid-hero-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---mega-heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle-5 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-512 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-46 {
  margin-top: 16px;
}

.waves---cta-dark-8 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-8:hover {
  background-color: #131313e6;
}

.waves---cta-dark-8.wide-cta {
  min-width: 200px;
}

.waves-image-wrap-hero-2 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-7 {
  z-index: 9;
  background-image: linear-gradient(#fff 5%, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-7.bottom {
  background-image: linear-gradient(0deg, #fff 5%, #faebe300);
  inset: auto 0% -1px;
}

.waves-column-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-item-gallery-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-2.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---main-container-18 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.show-tablet-2 {
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: .625rem 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

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

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar08_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

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

.uui-navbar08_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-self: stretch;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Manrope, sans-serif;
  display: flex;
}

.uui-navbar08_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar08_logo-link {
  padding-left: 0;
}

.uui-navbar08_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar08_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_link.w--current {
  color: #000;
}

.uui-navbar08_menu-left {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar08_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 60rem;
  padding: 1.25rem;
  left: -100%;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar08_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu-button {
  padding: 0;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet-2 {
  display: none;
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

.uui-button-tertiary-gray.hide-tablet-2 {
  flex: none;
}

.uui-navbar08_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, var(--untitled-ui--primary600), #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-navbar08_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar08_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar08_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.text-block-36 {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 1.15rem;
}

.text-block-37 {
  font-family: Manrope, sans-serif;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-page-padding {
  padding: 2rem;
}

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

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-ratings_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ratings_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-left: 0;
  display: flex;
}

.ratings_stars-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-bottom: 0;
  margin-right: .5rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heroheader10_image-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 40rem;
  display: flex;
  position: relative;
}

.uui-heroheader10_image {
  z-index: 1;
  width: 100%;
  max-width: 19.75rem;
  position: relative;
  bottom: -12%;
}

.uui-heroheader10_notification-image-wrapper {
  z-index: 2;
  width: 23rem;
  position: absolute;
  inset: auto auto -3% -20%;
}

.uui-heroheader10_notification-image-01, .uui-heroheader10_notification-image-02 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 20rem;
  min-width: 20rem;
  margin-bottom: .75rem;
}

.uui-heroheader10_notification-image-03 {
  opacity: .75;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 20rem;
  min-width: 20rem;
  margin-bottom: .75rem;
}

.uui-heroheader10_notification-image-04 {
  opacity: .5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 20rem;
  min-width: 20rem;
  margin-bottom: 0;
}

.uui-section_heroheader10 {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-heroheader10_image-background {
  z-index: 0;
  background-color: var(--untitled-ui--gray100);
  border-radius: 20rem 20rem 1.5rem 1.5rem;
  position: absolute;
  inset: 0%;
}

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

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-heroheader10_image-inner-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-ratings_number {
  color: var(--untitled-ui--gray700);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.text-block-38, .text-block-39 {
  font-family: Manrope, sans-serif;
}

.quick-stack-46 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0;
}

.social_logo_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
  display: flex;
}

.cell-50 {
  justify-content: center;
  align-items: center;
}

.image-47, .image-48, .image-49, .image-50, .image-51, .image-52 {
  margin-bottom: 0;
}

.uui-logos03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.uui-logos03_content-left {
  max-width: 20rem;
}

.uui-logos03_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.uui-logos03_logo {
  height: 3rem;
}

.uui-logos03_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos03_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.text-color-white-2 {
  color: var(--untitled-ui--white);
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-max-width-large.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.text-color-white-2 {
  color: var(--untitled-ui--white);
}

.uui-testimonial18_logo-wrapper {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.uui-testimonial18_content.background-color-blue600 {
  background-color: #1570ef;
}

.uui-testimonial18_content.background-color-indigo600 {
  background-color: #444ce7;
}

.uui-testimonial18_content.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial18_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-section_testimonial17 {
  overflow: hidden;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-link.is-alternate {
  color: var(--untitled-ui--white);
}

.uui-testimonial18_content-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  padding: 1.5rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

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

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.uui-pricing03_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing03_tab-link.w--current {
  color: var(--untitled-ui--gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing03_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui--gray100);
  background-color: var(--untitled-ui--gray50-2);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing03_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-pricing03_tab-content {
  overflow: visible;
}

.uui-pricing03_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.uui-pricing03_content-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.uui-pricing03_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.uui-pricing03_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing03_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.uui-pricing03_feature {
  display: flex;
}

.uui-pricing03_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing03_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.uui-pricing03_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing03_top-right-text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-left: .125rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-pricing03_top-right-price {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing03_card-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing01_top-left {
  margin-right: 1rem;
}

.uui-pricing01_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  display: grid;
}

.uui-pricing01_content-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-pricing01_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.uui-pricing01_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing01_feature {
  display: flex;
}

.uui-pricing01_item-text-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-pricing01_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-pricing01_content-item {
  display: flex;
}

.uui-pricing01_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-pricing01_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.uui-pricing01_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing01_top-right-text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-left: .125rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-pricing01_top-right-price {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing01_card-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.bold-text-24 {
  color: var(--untitled-ui--primary600);
}

.a-icon-small {
  color: var(--untitled-ui--primary600);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-margin-bottom-16 {
  width: auto;
  margin-bottom: 16px;
  display: flex;
}

.a-h1-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 1.2;
}

.a-button-video {
  grid-column-gap: 12px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: var(--alley-component-library--neutral--off-white);
}

.a-button-video:active {
  background-color: var(--alley-component-library--blue--100);
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  border: 1px solid var(--alley-component-library--gray--0);
  color: var(--untitled-ui--primary600);
  background-color: #fff;
  border-radius: 50px;
  padding: .25rem 1rem;
  font-weight: 700;
  display: block;
}

.a-margin-bottom-48 {
  margin-bottom: 1rem;
}

.a-container-regular {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--untitled-ui--primary600);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--untitled-ui--primary600);
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-header-play {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 40%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-header-block {
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  display: flex;
}

.a-header-logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: var(--alley-component-library--gray--500);
  background-color: #f4f4f600;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

.a-header-content {
  color: var(--alley-component-library--gray--700);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: none;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  align-self: stretch;
  margin-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-header-logo {
  margin-bottom: 0;
}

.a-header-section {
  background-image: linear-gradient(145deg, #5bcafd45, #fff0 15%);
  flex: 1;
  align-self: stretch;
  padding: 0 2rem;
  position: relative;
  overflow: hidden;
}

.a-header-background-image {
  object-fit: cover;
  object-position: 0% 0%;
  border-bottom-left-radius: 3rem;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-header-image-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.a-header-grid-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.a-header-grid-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-header-logo-block {
  grid-column-gap: 1rem;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: color .2s;
  display: flex;
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.a-section-regular {
  align-self: stretch;
  padding: 4rem 2rem;
  position: relative;
}

.a-feature-icon {
  border: 4px solid var(--alley-component-library--gray--0);
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-subheading-regular {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.a-content-title-wrapper-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: end;
  margin-bottom: 4rem;
}

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

.a-content-card {
  grid-row-gap: 16px;
  border: 1.5px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  padding: 24px;
  display: flex;
}

.a-content-card-top {
  border-bottom: 2px solid var(--alley-component-library--gray--0);
  color: var(--alley-component-library--neutral--black);
  padding-bottom: 1rem;
}

.text-span-11 {
  font-size: 2.5rem;
}

.a-icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.a-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-h5-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.a-text-color-orange-900 {
  color: var(--alley-component-library--orange--900);
}

.a-subheading-regular-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-button-text-link {
  grid-column-gap: 6px;
  color: var(--alley-component-library--blue--900);
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link:hover {
  color: var(--alley-component-library--blue--800);
}

.a-button-arrow-icon {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-icon-extra-small {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.a-content-title-wrapper {
  text-align: center;
  max-width: 510px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.a-content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.a-content-card-large {
  grid-row-gap: 32px;
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 582px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-icon-large {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-content-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.a-content-graphic-top-right {
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-content-card-medium {
  grid-row-gap: 32px;
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 350px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 32px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  padding: 24px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-right-column-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-content-link-wrapper {
  grid-column-gap: 16px;
  color: var(--alley-component-library--neutral--black);
  align-items: center;
  display: flex;
}

.a-content-icon-small {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.bold-text-25, .text-block-40 {
  color: var(--untitled-ui--primary600);
}

.quick-stack-47 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.uui-button_grey {
  grid-column-gap: .5rem;
  border: 1px none var(--untitled-ui--primary600);
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button_grey:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button_grey:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button_grey.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.text-block-41 {
  color: var(--untitled-ui--primary600);
  font-family: Manrope, sans-serif;
}

.text-span-12 {
  color: var(--untitled-ui--primary600);
}

.heading-45, .heading-46 {
  color: var(--untitled-ui--primary600);
  font-size: 3rem;
}

.image-53 {
  color: var(--untitled-ui--primary600);
  margin-bottom: 0;
}

.div-block-63 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div_point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .75rem;
  line-height: 1.25;
  display: flex;
}

.a-margin-bottom-49 {
  margin-bottom: 16px;
}

.a-detail-regular-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  transition: color .2s;
  display: flex;
}

.a-paragraph-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.a-h3-heading-2 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-caption-2 {
  letter-spacing: -.01em;
  font-size: .75rem;
  font-weight: 500;
  line-height: 24px;
}

.a-section-large {
  padding: 4rem 2rem;
  position: relative;
}

.a-container-regular-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.a-button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-2:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-2:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-span-underline-2 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-text-color-orange-901 {
  color: var(--alley-component-library--orange--900);
}

.a-feature-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-feature-icon-2 {
  border: 4px none var(--alley-component-library--gray--0);
  background-color: var(--untitled-ui--primary600);
  color: var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-feature-card {
  border: 1px solid var(--alley-component-library--gray--0);
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 1rem;
  padding: 24px;
}

.a-subheading-regular-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}

.a-paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.a-feature-card-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.a-feature-text-grid {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.a-feature-title {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-right: auto;
  display: flex;
}

.heading-47 {
  color: var(--white);
  font-size: 2.5rem;
}

.bold-text-26 {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2;
  display: block;
}

.bold-text-27, .bold-text-28, .bold-text-29 {
  font-size: 2rem;
  line-height: 2;
}

.a-margin-bottom-50 {
  margin-bottom: 16px;
}

.a-section-regular-3 {
  padding: 4rem 2rem;
  position: relative;
}

.a-h5-heading-2 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.4;
}

.a-subheading-regular-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-button-text-link-2 {
  grid-column-gap: 6px;
  color: var(--untitled-ui--primary600);
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link-2:hover {
  color: var(--alley-component-library--blue--800);
}

.a-button-arrow-icon-2 {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-icon-extra-small-2 {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.a-cta-grid-wrapper {
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 1rem;
  padding: 2rem;
}

.a-cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.a-cta-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  max-width: none;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.a-cta-link-wrapper {
  grid-column-gap: 1rem;
  color: var(--alley-component-library--neutral--black);
  background-color: #fff;
  border-radius: 1rem;
  flex: 1;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.a-cta-image-bottom-right {
  width: 65%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-cta-image-wrapper {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  position: relative;
}

.a-cta-image-top {
  width: 45%;
  margin-bottom: 18px;
}

.a-cta-icon-circle {
  background-color: var(--untitled-ui--primary600);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  display: flex;
}

.a-section-regular-4 {
  align-self: stretch;
  padding: 2rem 2rem 0;
  position: relative;
}

.a-subheading-large {
  text-underline-offset: .5rem;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--untitled-ui--primary600);
  text-decoration-color: var(--untitled-ui--primary600);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration-thickness: .25rem;
  display: inline-flex;
}

.a-footer-divider {
  background-color: var(--alley-component-library--gray--0);
  width: 1px;
  height: 32px;
}

.a-footer-detail-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.a-icon-button {
  color: var(--alley-component-library--gray--300);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-icon-button:hover {
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--neutral--black);
}

.a-footer-social {
  grid-column-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.a-footer-text-field {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px 12px 48px;
  transition: border .2s;
}

.a-footer-text-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library--blue--900);
}

.a-footer-form-icon {
  z-index: 1;
  margin-bottom: 0;
  position: absolute;
  inset: auto auto 13px 14px;
}

.a-footer-form {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  display: flex;
  position: relative;
}

.a-footer-divider-small {
  background-color: var(--alley-component-library--gray--0);
  width: 100%;
  height: 1px;
}

.a-footer-link-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 60px;
}

.a-footer-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.a-footer-link {
  color: var(--alley-component-library--gray--500);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link:hover {
  color: var(--untitled-ui--primary600);
}

.a-footer-form-block {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
}

.a-footer-legal {
  grid-column-gap: 32px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-footer-link-small {
  color: var(--alley-component-library--gray--500);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link-small:hover {
  color: var(--alley-component-library--blue--900);
  text-decoration: underline;
}

.a-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.a-footer-icon-wrapper {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-footer-language {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.a-success-message {
  background-color: var(--alley-component-library--green--400);
}

.a-error-message {
  background-color: var(--alley-component-library--red--200);
}

.a-footer-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-items: center;
  display: flex;
}

.a-footer-input-wrapper {
  position: relative;
}

.heading-48 {
  text-underline-offset: 4px;
  font-size: 1.25rem;
  -webkit-text-decoration: underline dashed;
  text-decoration: underline dashed;
  text-decoration-thickness: 2px;
}

.div_point_requests {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36 {
  font-size: 1rem;
  line-height: 1.25;
}

.bold-text-37 {
  font-size: 1rem;
  display: block;
}

.bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .heading-49, .bold-text-44, .bold-text-45 {
  font-size: 1rem;
}

.text-block-42 {
  color: var(--untitled-ui--primary600);
}

.link-block-5 {
  border: 2px solid var(--untitled-ui--primary600);
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: .625rem 1.125rem;
  display: flex;
}

.text-block-43 {
  color: var(--untitled-ui--primary600);
  font-family: Manrope, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

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

.a-margin-bottom-51 {
  margin-bottom: 16px;
}

.a-detail-regular-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-regular-3.a-text-color-primary-2 {
  color: #5167f6;
}

.a-icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  transition: color .2s;
  display: flex;
}

.a-h3-heading-3 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-h3-heading-3.a-weight-bold {
  color: var(--untitled-ui--primary600);
  font-size: 1.5rem;
  font-weight: 700;
}

.a-caption-3 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-section-regular-5 {
  padding: 92px 2rem;
  display: block;
  position: relative;
}

.a-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-3:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-3:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-text-color-orange-902 {
  color: var(--alley-component-library--orange--900);
}

.a-text-color-primary-2 {
  color: var(--alley-component-library--blue--900);
}

.a-max-width-medium {
  max-width: 486px;
}

.a-cta-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.a-cta-input-field {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: .5rem;
  flex: 1;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-weight: 500;
  transition: border-color .2s;
}

.a-cta-input-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library--blue--900);
}

.a-cross-span {
  background-image: url('../images/text-overlay.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.a-cta-form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  display: block;
}

.a-cta-feature-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.a-cta-feature {
  align-items: center;
  display: flex;
}

.a-cta-icon-wrapper {
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.a-subheading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-cta-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-cta-content-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.a-margin-bottom-12 {
  margin-bottom: 12px;
}

.a-margin-bottom-52 {
  margin-bottom: 1.5rem;
}

.a-margin-bottom-53 {
  margin-bottom: 16px;
}

.a-container-x-small {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-margin-bottom-64 {
  margin-bottom: 64px;
}

.a-margin-bottom-65 {
  margin-bottom: 8px;
}

.a-detail-small-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-32 {
  margin-bottom: 32px;
}

.a-subheading-regular-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
}

.a-paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.a-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-subheading-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  transform: translate(0);
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-pricing-grid-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.a-pricing-card {
  border: 1px solid var(--alley-component-library--gray--0);
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 1rem;
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.a-prcing-feature-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.a-pricing-features-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.a-button-secondary-square {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--untitled-ui--primary600);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-secondary-square:hover {
  background-color: var(--alley-component-library--blue--100);
}

.a-button-secondary-square:active {
  background-color: #d8d7df;
}

.a-button-primary-square {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--untitled-ui--primary600);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-primary-square:hover {
  background-color: var(--untitled-ui--primary700);
}

.a-button-primary-square:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-pricing-footnote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 430px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-pricing-card-detail {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.a-pricing-badge {
  background-color: var(--untitled-ui--primary600);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: 4px 12px;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-44 {
  margin-bottom: 0;
  font-size: 1rem;
}

.bold-text-46 {
  -webkit-text-stroke-width: 1px;
  font-size: 2rem;
  line-height: 1rem;
}

.link-6 {
  text-align: center;
  text-underline-offset: 10px;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
}

.bold-text-47 {
  -webkit-text-stroke-width: 1px;
  font-size: 2rem;
  font-weight: 700;
}

.bold-text-48 {
  outline-offset: 0px;
  -webkit-text-stroke-width: 1px;
  outline: 3px #1b1b1b;
  font-size: 2rem;
}

.a-margin-bottom-66 {
  margin-bottom: 16px;
}

.a-detail-regular-4 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular-5 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-margin-bottom-67 {
  margin-bottom: 8px;
}

.a-h3-heading-4 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-caption-4 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-section-large-2 {
  padding: 120px 2rem;
  position: relative;
}

.a-container-regular-5 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-4:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-4:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-span-underline-3 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-text-color-orange-903 {
  color: var(--alley-component-library--orange--900);
}

.a-feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-feature-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-subheading-regular-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-feature-links-grid {
  grid-template-rows: auto;
  margin-top: 48px;
  margin-bottom: 48px;
}

.a-button-text-link-3 {
  grid-column-gap: 6px;
  color: var(--alley-component-library--blue--900);
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link-3:hover {
  color: var(--alley-component-library--blue--800);
}

.a-button-arrow-icon-3 {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-icon-extra-small-3 {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.a-feature-content {
  max-width: 500px;
}

.a-icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  display: flex;
}

.a-section-regular-6 {
  padding: 92px 2rem;
  position: relative;
}

.a-container-regular-6 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-h5-heading-3 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.a-paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-content-title-wrapper-2 {
  text-align: center;
  max-width: 510px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.a-content-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.a-content-card-large-2 {
  grid-row-gap: 32px;
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 582px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-icon-large-2 {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-content-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.a-content-graphic-top-right-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-content-card-medium-2 {
  grid-row-gap: 2rem;
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: auto;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-card-small-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 32px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  padding: 24px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-right-column-wrapper-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-content-link-wrapper-2 {
  grid-column-gap: 16px;
  color: var(--alley-component-library--neutral--black);
  align-items: center;
  display: flex;
}

.a-content-icon-small-2 {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-margin-bottom-68 {
  margin-bottom: 16px;
}

.a-caption-5 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-section-regular-7 {
  padding: 4rem 2rem;
  position: relative;
}

.a-container-regular-7 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--untitled-ui--primary600);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-5:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-5:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-h5-heading-4 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.a-paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-content-button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.a-content-card-primary {
  grid-row-gap: 1rem;
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 3rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-grid-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  margin-bottom: 0;
  display: flex;
}

.a-content-graphic {
  box-sizing: border-box;
  object-fit: fill;
  margin-bottom: 2rem;
}

.div-block-65 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.a-content-grid-large-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.quick-stack-48 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.quick-stack-49 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  align-self: stretch;
  padding: 0;
}

.image-54 {
  width: auto;
  max-width: none;
  height: 750px;
  margin-bottom: 0;
  position: relative;
  right: -200px;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.show-tablet-3 {
  display: none;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

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

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar07_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_link.w--current {
  color: #000;
}

.uui-navbar07_menu-dropdown {
  flex: none;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.show-tablet-3 {
  display: none;
}

.uui-button-tertiary-gray-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-navbar07_item-heading {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.select-field-2 {
  background-color: #fff;
  border-radius: 8px;
  height: 60px;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

.form-3 {
  flex-flow: column;
  display: flex;
}

.text-span-13 {
  text-overflow: clip;
  overflow-wrap: break-word;
  font-size: 3rem;
  position: absolute;
  bottom: 570px;
  left: -15px;
  right: auto;
}

.quick-stack-50 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.image-55 {
  z-index: 0;
  clear: none;
  vertical-align: baseline;
  flex: none;
  align-self: auto;
  width: 150%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  position: relative;
  inset: 0% -23% 0% auto;
}

.cell-51 {
  justify-content: center;
  align-items: flex-end;
}

.image-56 {
  flex: none;
  align-self: flex-end;
  margin-bottom: 0;
}

.cell-52 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.waves---section-hero-primary-4 {
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.waves-grid-hero-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: grid;
}

.waves---mega-heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle-6 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-513 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-47 {
  margin-top: 16px;
}

.waves---cta-dark-9 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-9:hover {
  background-color: #131313e6;
}

.waves---cta-dark-9.wide-cta {
  min-width: 200px;
}

.waves-image-wrap-hero-3 {
  border: 1px solid var(--alley-component-library--gray--0);
  border-radius: 12px;
  flex: none;
  align-self: stretch;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.waves-image-hero-8 {
  box-sizing: border-box;
  float: none;
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: inline-block;
  overflow: auto;
}

.waves-gradient-hero-8 {
  z-index: 9;
  background-image: linear-gradient(#fff, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-8.bottom {
  background-image: linear-gradient(0deg, #fff, #faebe300);
  inset: auto 0% -1px;
}

.waves-column-hero-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-column-hero-3.column-one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  width: 50%;
}

.waves-item-gallery-hero-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.waves-inside-hero-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  padding-top: 2rem;
  display: flex;
}

.waves-inside-hero-3.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 750px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---main-container-19 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-66 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--alley-component-library--gray--0);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 7vh;
  padding-left: 1rem;
  display: flex;
}

.image-57 {
  object-fit: cover;
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

.image-58 {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}

.text-block-45 {
  font-size: 1rem;
  font-weight: 700;
}

.div-block-67 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--alley-component-library--gray--0);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 7vh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-68 {
  background-color: #fff;
  background-image: url('../images/515544145_1463388674664375_3467188214183407998_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18rem;
}

.div-block-69 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-image-wrap-hero-4 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-9 {
  z-index: 9;
  background-image: linear-gradient(#fff, #faebe300);
  flex: none;
  height: 150px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-9.bottom {
  background-image: linear-gradient(0deg, var(--white), #faebe300);
  inset: auto 0% -1px;
}

.waves-item-gallery-hero-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.waves-gallery-hero-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.insta_post {
  background-image: url('../images/483484326_725224833390694_5259090506387012456_n.jpg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18rem;
}

.waves-inside-hero-3-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 0;
  display: flex;
}

.waves-inside-hero-3-copy.reverse {
  justify-content: flex-end;
}

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

.uui-text-size-small-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

.uui-max-width-large-2.align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-weight-medium {
  font-weight: 500;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-testimonial16_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--untitled-ui--gray50-2);
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

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

.uui-testimonial16_client-image-wrapper {
  margin-right: .75rem;
}

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

.uui-testimonial16_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.uui-testimonial16_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

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

.uui-section_testimonial16 {
  overflow: hidden;
}

.uui-testimonial16_loop-trigger {
  display: flex;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-testimonial16_client-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.uui-text-size-small-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-container-large-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-max-width-large-3.align-center-4 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-3 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-3.text-weight-medium {
  font-weight: 500;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-testimonial14_component {
  column-count: 3;
  column-gap: 2rem;
  margin-top: 0;
}

.uui-testimonial14_content {
  border: 1px solid var(--untitled-ui--gray50-2);
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.uui-testimonial14_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial14_rating-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

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

.uui-testimonial14_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial14_client {
  text-align: left;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-testimonial14_client-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.a-margin-bottom-70 {
  margin-bottom: 16px;
}

.a-h6-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.a-icon-large-3 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-margin-bottom-71 {
  margin-bottom: 8px;
}

.a-section-regular-8 {
  padding: 92px 5%;
  position: relative;
}

.a-container-regular-8 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-paragraph-regular-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-button-text-link-4 {
  grid-column-gap: 6px;
  color: var(--alley-component-library--blue--900);
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link-4:hover {
  color: var(--alley-component-library--blue--800);
}

.a-button-arrow-icon-4 {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-icon-extra-small-4 {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

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

.a-cta-grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.quick-stack-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  align-self: stretch;
  padding: 0;
}

.div-block-70, .sider_div, .swiper-container {
  flex: 1;
  align-self: stretch;
}

.swiper-wrapper {
  height: 100%;
  display: block;
}

.waves---section-hero-primary-5 {
  padding: 0 2rem;
}

.waves-grid-hero-4 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr;
}

.waves---mega-heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle-7 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-514 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-48 {
  margin-top: 16px;
}

.waves---cta-dark-10 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-10:hover {
  background-color: #131313e6;
}

.waves---cta-dark-10.wide-cta {
  min-width: 200px;
}

.waves-image-wrap-hero-5 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-10 {
  z-index: 9;
  background-image: linear-gradient(180deg, var(--white), #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-10.bottom {
  background-image: linear-gradient(0deg, #fff, #faebe300);
  inset: auto 0% -1px;
}

.waves-column-hero-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-column-hero-4.column-two {
  flex: 1;
  width: auto;
}

.waves-column-hero-4.column-one {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  align-self: stretch;
  width: auto;
}

.waves-item-gallery-hero-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-4.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---main-container-20 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-52 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  align-self: stretch;
}

.cell-53 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.quick-stack-53 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  align-self: stretch;
  padding: 0;
}

.button-15 {
  background-color: var(--untitled-ui--primary600);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
}

.div-block-71, .div-block-72, .div-block-73 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.a-margin-bottom-72 {
  margin-bottom: 16px;
}

.a-detail-regular-5 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular-6 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-margin-bottom-73 {
  margin-bottom: 8px;
}

.a-h3-heading-5 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-caption-6 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-section-large-3 {
  padding: 4rem 2rem;
  position: relative;
}

.a-container-regular-9 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-6:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-6:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-span-underline-4 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-text-color-orange-904 {
  color: var(--alley-component-library--orange--900);
}

.a-feature-grid-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.a-feature-button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-subheading-regular-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-paragraph-regular-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-feature-links-grid-2 {
  grid-template-rows: auto;
  margin-top: 48px;
  margin-bottom: 48px;
}

.a-button-text-link-5 {
  grid-column-gap: 6px;
  color: var(--alley-component-library--blue--900);
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link-5:hover {
  color: var(--alley-component-library--blue--800);
}

.a-button-arrow-icon-5 {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-icon-extra-small-5 {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.a-feature-content-2 {
  max-width: 500px;
}

.bold-text-50 {
  width: auto;
  font-size: 3rem;
  display: flex;
}

.quick-stack-54 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-54 {
  justify-content: center;
  align-items: flex-end;
}

.cell-55 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-74 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.a-icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-margin-bottom-74 {
  margin-bottom: 16px;
}

.a-h1-heading-2 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.a-button-video-2 {
  grid-column-gap: 12px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video-2:hover {
  background-color: var(--alley-component-library--neutral--off-white);
}

.a-button-video-2:active {
  background-color: var(--alley-component-library--blue--100);
}

.a-caption-7 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-detail-small-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small-3.a-text-color-primary-3 {
  color: var(--alley-component-library--blue--900);
}

.a-margin-bottom-75 {
  margin-bottom: 48px;
}

.a-container-regular-10 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-7:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-7:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-span-underline-5 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-header-button-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-header-play-2 {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-header-image-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 50%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-header-block-2 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.a-header-logo-wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: var(--alley-component-library--gray--500);
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.a-text-color-primary-3 {
  color: var(--alley-component-library--blue--900);
}

.a-header-content-2 {
  color: var(--alley-component-library--gray--700);
  max-width: 500px;
}

.a-paragraph-small-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-paragraph-regular-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-header-section-2 {
  align-self: stretch;
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.a-header-background-image-2 {
  object-fit: cover;
  object-position: 0% 0%;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 80%;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-header-image-grid-2 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.a-header-grid-image-2 {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.a-header-grid-column-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-header-logo-block-2 {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.text-span-14, .text-span-15 {
  color: var(--untitled-ui--primary600);
}

.bold-text-51 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

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

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

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

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

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

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

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

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .cta7_content {
    margin-right: 3rem;
  }

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

  .cta7_button-row {
    flex: none;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .layout2col-even {
    grid-column-gap: 3rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .header9_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .product7_button-row {
    flex: none;
  }

  .product7_button-row.padding-vertical.align-center.margin-top-small {
    justify-content: center;
    margin-top: 50px;
  }

  .product7_heading {
    margin-right: 3rem;
  }

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

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

  .gallery17_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .gallery17_image {
    object-fit: scale-down;
  }

  .grid-quarter {
    grid-template-columns: .75fr .75fr;
  }

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

  .image {
    min-height: 250px;
  }

  .image.hide-desktop {
    display: block;
  }

  .product-header4_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header4_lightbox-link {
    margin-bottom: 0;
  }

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

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

  .product-header4_component {
    padding-bottom: 2.5rem;
  }

  .heading-large-2 {
    font-size: 2.25rem;
  }

  .product-header5_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .product-header5_component {
    padding-bottom: 2.5rem;
  }

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

  .filters5_dropdown {
    width: 100%;
  }

  .filters5_filters-dropdown-list.w--open {
    min-width: 90vw;
  }

  .filters5_filters-button {
    justify-content: center;
    display: flex;
  }

  .filters5_form-block {
    z-index: 999;
    max-width: 100%;
  }

  .filters5_dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    inset: auto 0% auto auto;
  }

  .filters5_feed-header-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .filters5_filters-wrapper {
    z-index: 9999;
  }

  .filters5_form {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .filters5_category-menu {
    justify-content: flex-start;
  }

  .filters5_sort-dropdown-toggle {
    align-items: center;
    display: flex;
  }

  .filters5_sort-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .filters5_tablet-modal-close-button {
    display: block;
  }

  .filters5_filter-group-list {
    grid-template-columns: 1fr;
  }

  .filters5_sort-dropdown-list {
    overflow: hidden;
  }

  .filters5_sort-dropdown-list.w--open {
    min-width: 12rem;
    overflow: hidden;
  }

  .grid-upsell {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .db-show-tab {
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }

  .team-member-name.reduced-text-height {
    line-height: 1.1;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .shrink-box-button {
    font-size: 12px;
  }

  .db-side-menu {
    left: -100vw;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .header76_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .header37_content {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .header37_image {
    height: auto;
    max-height: none;
  }

  .button-row_shop {
    flex: none;
  }

  .button-row_shop.padding-vertical.align-center.margin-top-small {
    justify-content: center;
    margin-top: 50px;
  }

  .filters5_category-menu-copy, .locations {
    justify-content: flex-start;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .heading-medium-3 {
    font-size: 1.75rem;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .heading-medium-copy {
    font-size: 1.75rem;
  }

  .heading-large-copy {
    font-size: 2.25rem;
  }

  .filters5_category-menu-copy-copy {
    justify-content: flex-start;
  }

  .fn-nav-line-3 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-3.green-line {
    background-color: #df0;
  }

  .fn-nav-line-2 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-2.green-line {
    background-color: #df0;
  }

  .fn-nav-line-1 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-1.green-line {
    background-color: #df0;
  }

  .nav-menu-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-menu-button-second {
    margin-right: -15px;
    padding-right: 18px;
  }

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

  .fn-button-secondery-navbar {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar:hover {
    background-color: #0000;
  }

  .fn-standard-white-link {
    transition: none;
  }

  .fn-standard-white-link:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-list-conetainer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fn-navbar-link-list-advence.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .fn-navbar-link-second {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second:hover, .fn-navbar-link-second.w--current, .fn-navbar-link-second.w--current:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-second-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }

  .fn-dorpdown-link-advence {
    width: 100%;
  }

  .fn-dorpdown-link-advence.last-dropdown-link {
    border-bottom: 1px solid #3e4545;
  }

  .fn-paragraph-no-margin-navbar {
    display: none;
  }

  .navbar-product-card-intro {
    margin-bottom: 0;
  }

  .navbar-product-card {
    transition: none;
  }

  .navbar-product-card:hover {
    background-color: #1d1f1e;
  }

  .fn-heading-4 {
    font-size: 28px;
  }

  .fn-paragraph-navbar {
    display: none;
  }

  .fn-navbar-links-wrapper-advence {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-wrapper-second {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-menu-advence {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-navbar-container-advence {
    justify-content: space-between;
  }

  .filters5_category-menu-copy {
    justify-content: flex-start;
  }

  .waves-grid-pricing-1 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-pricing-2 {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .waves-master-cta-2 {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-4 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves-master-cta-5 {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .waves---content-image-halves-3 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-5 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves---content-image-halves-4 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-6 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves---content-image-halves-5 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-7 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves-master-cta-8 {
    padding: 80px 64px;
  }

  .waves---content-image-halves-6, .waves---content-image-halves-7 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves-8 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-8 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves-master-cta-10 {
    padding: 80px 64px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-left-faq-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-3 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-6 {
    padding-top: 240px;
  }

  .waves---content-image-halves-9 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves-10 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-5 {
    max-width: 470px;
  }

  .waves---grid-image-halves-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-hero-primary-3 {
    text-align: center;
  }

  .waves-grid-hero-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-4 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-7 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-2 {
    height: 320px;
  }

  .waves-gradient-hero-7 {
    height: 140px;
  }

  .waves-gallery-hero-2 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .hide-tablet-2 {
    display: none;
  }

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

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .uui-navbar08_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-link:hover {
    background-color: #0000;
  }

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

  .uui-navbar08_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar08_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar08_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-navbar08_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

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

  .uui-button-secondary-gray.show-tablet-2 {
    display: block;
  }

  .uui-navbar08_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader10_notification-image-wrapper {
    left: -2.5%;
  }

  .uui-heroheader10_component {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-logos03_component {
    grid-column-gap: 3rem;
    align-items: start;
  }

  .uui-logos03_content-left {
    max-width: 16rem;
  }

  .uui-logos03_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-pricing03_plans {
    grid-template-columns: 1fr;
  }

  .uui-pricing03_top-right-price {
    font-size: 3.25rem;
  }

  .uui-pricing01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-pricing01_top-right-price {
    font-size: 3.25rem;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .a-header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

  .a-header-block {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .a-header-logo-wrapper {
    margin-top: 60px;
  }

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

  .a-header-image-grid {
    padding-left: 5%;
  }

  .a-content-title-wrapper-grid {
    grid-template-columns: 1fr;
  }

  .a-content-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .a-content-card {
    min-height: 320px;
  }

  .a-content-grid {
    grid-template-columns: 1fr;
  }

  .a-content-card-large {
    justify-content: flex-end;
  }

  .a-content-card-medium {
    justify-content: flex-end;
    min-height: 420px;
  }

  .a-button-primary-2 {
    display: flex;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .a-cta-image-wrapper {
    max-width: 100%;
  }

  .a-footer-detail-row {
    justify-content: center;
  }

  .a-button-primary-3 {
    display: flex;
  }

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

  .a-cta-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .a-pricing-grid-columns {
    grid-template-columns: 1fr;
  }

  .a-button-primary-square, .a-button-primary-4 {
    display: flex;
  }

  .a-feature-grid, .a-content-grid-2 {
    grid-template-columns: 1fr;
  }

  .a-content-card-large-2 {
    justify-content: flex-end;
  }

  .a-content-card-medium-2 {
    justify-content: flex-end;
    min-height: 420px;
  }

  .a-button-primary-5 {
    display: flex;
  }

  .a-content-card-primary {
    justify-content: space-between;
  }

  .a-content-grid-large, .a-content-grid-large-copy {
    grid-template-columns: 1fr;
  }

  .hide-tablet-3 {
    display: none;
  }

  .show-tablet-3 {
    display: block;
  }

  .uui-dropdown-icon-2 {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

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

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-button-secondary-gray-2.show-tablet-3 {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .waves---section-hero-primary-4 {
    text-align: center;
  }

  .waves-grid-hero-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-5 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-8 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-3 {
    height: 320px;
  }

  .waves-gradient-hero-8 {
    height: 140px;
  }

  .waves-gallery-hero-3 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-image-wrap-hero-4 {
    height: 320px;
  }

  .waves-gradient-hero-9 {
    height: 140px;
  }

  .waves-gallery-hero-4 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial14_component {
    column-count: 2;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .waves---section-hero-primary-5 {
    text-align: center;
  }

  .waves-grid-hero-4 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-6 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-9 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-5 {
    height: 320px;
  }

  .waves-gradient-hero-10 {
    height: 140px;
  }

  .waves-gallery-hero-5 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .a-button-primary-6 {
    display: flex;
  }

  .a-feature-grid-2 {
    grid-template-columns: 1fr;
  }

  .a-button-primary-7 {
    display: flex;
  }

  .a-header-button-wrapper-2 {
    justify-content: center;
  }

  .a-header-image-block-2 {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

  .a-header-block-2 {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .a-header-logo-wrapper-2 {
    margin-top: 60px;
  }

  .a-header-section-2 {
    padding-bottom: 0;
  }

  .a-header-image-grid-2 {
    padding-left: 5%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .show-mobile-landscape {
    display: block;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-bottom.margin-small.is-medium-mobile {
    margin-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-xxlarge.hero-title {
    line-height: .9;
  }

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

  .heading-large {
    font-size: 2rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

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

  .heading-xlarge {
    font-size: 2.25rem;
  }

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

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

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

  .cta7_content {
    margin-right: 0;
  }

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

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

  .layout2col-even {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .header9_content-wrapper {
    grid-template-columns: 1fr;
  }

  .header9_component {
    height: auto;
    max-height: none;
  }

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

  .product7_button-row.padding-vertical.align-center.margin-top-small {
    justify-content: center;
    margin-top: 50px;
  }

  .product7_heading {
    margin-right: 0;
  }

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

  .product7_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .other_01 {
    height: 100%;
  }

  .gallery17_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery17_mask {
    width: 100%;
  }

  .gallery17_slider {
    padding-bottom: 3rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

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

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .product-header4_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .product-header4_gallery {
    grid-template-columns: 1fr;
  }

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

  .product-header4_component {
    padding-bottom: 1.5rem;
  }

  .heading-large-2 {
    font-size: 2rem;
  }

  .product-header5_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .product-header5_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .product-header5_accordion-icon {
    width: 1.75rem;
  }

  .product-header5_gallery {
    grid-template-columns: 1fr;
  }

  .product-header5_component {
    padding-bottom: 1.5rem;
  }

  .filters5_menu-link.last-link {
    margin-right: 2rem;
  }

  .filters5_category-menu {
    overflow: scroll;
  }

  .heading-xsmall-2 {
    font-size: 1.125rem;
  }

  .shop-fish {
    height: 100%;
    min-height: 100%;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .header76_content-right {
    height: 30rem;
  }

  .header76_component, .header37_component {
    padding-top: 4rem;
  }

  .button-row_shop {
    justify-content: flex-start;
    width: 100%;
  }

  .button-row_shop.padding-vertical.align-center.margin-top-small {
    justify-content: center;
    margin-top: 50px;
  }

  .locations {
    overflow: scroll;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .heading-xsmall-3 {
    font-size: 1.125rem;
  }

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

  .heading-medium-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .product7_image-wrapper-copy, .other_02, .other_03, .other_04 {
    height: 100%;
  }

  .heading-medium-copy {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large-copy {
    font-size: 2rem;
  }

  .filters5_category-menu-copy-copy {
    overflow: scroll;
  }

  .brands_desc, .intro_desc {
    font-size: 1rem;
  }

  .fn-button {
    width: 100%;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-navbar-about-us-link-wrap {
    margin-bottom: 0;
  }

  .fn-navbar-link-second {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-navbar-link-second-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .fn-heading-4 {
    font-size: 24px;
  }

  .fn-navbar-menu-wrapper-second {
    padding: 0 0 18px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .text-size-medium-copy {
    font-size: 1rem;
  }

  .filters5_category-menu-copy {
    overflow: scroll;
  }

  .waves-grid-pricing-1 {
    max-width: 400px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-grid-pricing-2 {
    max-width: 400px;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves-master-cta-2 {
    padding: 80px 32px;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-master-cta-4 {
    padding: 80px 32px;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-size-medium-copy-copy {
    font-size: 1rem;
  }

  .waves---master-checks-horizontal-2 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-5 {
    padding: 80px 32px;
  }

  .waves---main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves-image-wrap-contact-2 {
    height: 340px;
  }

  .waves---main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-6 {
    padding: 80px 32px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-7 {
    padding: 80px 32px;
  }

  .waves---main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---main-container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-master-cta-9 {
    padding: 80px 32px;
  }

  .waves---heading-2-no-margins-6 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-7 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-11 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-hero-6 {
    width: 48%;
  }

  .waves-middle-image-hero-6 {
    display: none;
  }

  .waves---master-checks-horizontal-3 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves-form-hero-6 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---heading-2-no-margins-8 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-12 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-9 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-15 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---subtitle-4 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-3 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-6 {
    text-align: center;
    align-items: center;
  }

  .waves-section-hero-6 {
    padding-top: 160px;
  }

  .waves---heading-2-no-margins-10 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-13 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-11 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .intro_desc-copy {
    font-size: 1rem;
  }

  .waves-grid-hero-2 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-4 {
    font-size: 56px;
  }

  .waves---subtitle-5 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-18 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .uui-text-size-small.hide-mobile-landscape-2, .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar08_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_link {
    font-size: 1rem;
  }

  .uui-navbar08_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heroheader10_image-wrapper {
    align-items: flex-start;
    height: 26rem;
  }

  .uui-heroheader10_image {
    bottom: 0%;
  }

  .uui-section_heroheader10 {
    overflow: hidden;
  }

  .uui-heroheader10_image-background {
    height: 40rem;
    top: 10%;
  }

  .uui-heroheader10_image-inner-wrapper {
    overflow: visible;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-logos03_component {
    grid-row-gap: 1.25rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-logos03_content-left {
    max-width: none;
  }

  .uui-logos03_logo-list {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .uui-logos03_logo {
    height: 2.5rem;
  }

  .uui-logos03_wrapper {
    width: auto;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-link.is-alternate:hover {
    color: var(--untitled-ui--white);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-pricing03_plans {
    grid-template-columns: 1fr;
  }

  .uui-pricing03_tabs-menu {
    margin-top: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-pricing03_content-top {
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .uui-pricing03_icon-wrapper {
    display: none;
  }

  .uui-pricing03_feature-list {
    grid-template-columns: 1fr;
  }

  .uui-pricing03_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing03_top-right-text {
    font-size: 1rem;
  }

  .uui-pricing03_top-right-price {
    font-size: 3rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-pricing01_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-pricing01_content-list {
    grid-row-gap: 2.5rem;
  }

  .uui-pricing01_feature-list {
    grid-template-columns: 1fr;
  }

  .uui-pricing01_content-top {
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .uui-pricing01_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing01_top-right-text {
    font-size: 1rem;
  }

  .uui-pricing01_top-right-price {
    font-size: 3rem;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-header-logo-wrapper {
    flex-direction: column;
  }

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

  .a-header-image-grid {
    margin-top: 20px;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-content-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .a-content-card {
    min-height: 260px;
  }

  .a-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-content-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-content-card-small {
    flex-direction: column;
  }

  .uui-button_grey {
    font-size: 1rem;
  }

  .uui-button_grey:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button_grey.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .a-h3-heading-2 {
    font-size: 40px;
  }

  .a-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-feature-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-cta-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-footer-form {
    flex-direction: column;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .a-h3-heading-3 {
    font-size: 40px;
  }

  .a-section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-cta-form-wrapper {
    flex-direction: column;
  }

  .a-cta-feature-wrapper {
    margin-bottom: 24px;
  }

  .a-h3-heading-4 {
    font-size: 40px;
  }

  .a-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-feature-button-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-feature-links-grid {
    grid-template-columns: 1fr;
  }

  .a-section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-content-button-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-content-card-small-2 {
    flex-direction: column;
  }

  .a-section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-content-button-wrapper-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_link, .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-tertiary-gray-2:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .waves-grid-hero-3 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-5 {
    font-size: 56px;
  }

  .waves---subtitle-6 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-19 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial16_content {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

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

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

  .uui-testimonial16_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial14_component {
    column-count: 1;
    margin-top: 3rem;
  }

  .uui-testimonial14_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

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

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

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .a-section-regular-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .waves-grid-hero-4 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-6 {
    font-size: 56px;
  }

  .waves---subtitle-7 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-20 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .a-h3-heading-5 {
    font-size: 40px;
  }

  .a-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-feature-button-wrapper-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-feature-links-grid-2 {
    grid-template-columns: 1fr;
  }

  .a-h1-heading-2 {
    font-size: 48px;
  }

  .a-header-logo-wrapper-2 {
    flex-direction: column;
  }

  .a-header-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-header-image-grid-2 {
    margin-top: 20px;
  }
}

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

  .show-mobile-portrait {
    display: block;
  }

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

  .text-size-small {
    margin-bottom: 10px;
    font-weight: 700;
  }

  .container-large {
    width: auto;
    max-width: none;
  }

  .max-width-large {
    align-self: auto;
    width: auto;
    max-width: none;
  }

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

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

  .margin-bottom.margin-xsmall {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-weight-semibold {
    font-size: 1.5rem;
  }

  .heading-xxlarge.hero-title {
    font-size: 3.4rem;
    line-height: .9;
  }

  .heading-large {
    font-size: 2.5rem;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .navbar1_menu-buttons.mobile-menu-padding {
    margin-right: 15vw;
  }

  .navbar1_menu {
    border-bottom-style: none;
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .navbar1_link.text-light-grey.hide-mobile-landscape.hide-tablet.hide-mobile-portrait {
    display: none;
  }

  .nav-icon-buttons {
    display: flex;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
    place-content: stretch;
    place-items: stretch start;
  }

  .layout2col-even, .header9_content-wrapper {
    grid-template-columns: 1fr;
  }

  .product7_button-row.padding-vertical.align-center {
    justify-content: center;
  }

  .product7_button-row.padding-vertical.align-center.margin-top-small {
    margin-top: 50px;
  }

  .product7_image {
    flex: none;
    align-self: auto;
    display: block;
  }

  .gallery17_mask {
    margin-left: -40px;
  }

  .grid-quarter {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .footer.background-color-footer {
    background-color: var(--main_grey);
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_link {
    font-weight: 300;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .product-categories {
    height: 35vh;
  }

  .product-header4_layout {
    grid-template-columns: 1fr;
  }

  .product-header4_price-wrapper {
    flex-direction: column;
  }

  .heading-small-2 {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .product-header4_tabs-menu {
    align-items: flex-start;
  }

  .product-header5_layout {
    grid-template-columns: 1fr;
  }

  .filters5_menu-link {
    text-align: center;
    border-width: 2px;
    border-color: #ececec;
    border-radius: 100px;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .filters5_menu-link.current {
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .filters5_feed-header-top {
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    display: flex;
  }

  .grid-upsell {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .db-flex-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .db-fixed-nav-headline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .shrink-box-button {
    display: none;
  }

  .db-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 160px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .shrink-box-wrapper {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .header37_component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .button-row_shop.padding-vertical.align-center {
    justify-content: center;
  }

  .button-row_shop.padding-vertical.align-center.margin-top-small {
    margin-top: 50px;
  }

  .delete-me {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    left: .5rem;
  }

  .delete-me_link {
    border-style: solid;
    border-width: 1px;
  }

  .delete-me_link.inverse {
    background-color: var(--white);
    color: var(--black);
    border-style: solid;
    border-width: 1px;
  }

  .template-cover-iamge {
    min-width: 100%;
  }

  .modal-close-button {
    border: 1px solid #000;
    border-radius: 20px;
    transform: rotate(45deg);
  }

  .button-group {
    grid-row-gap: 7px;
    flex-direction: column;
    min-width: 100%;
    display: flex;
  }

  .close-button {
    justify-content: center;
    min-width: 100%;
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 1;
    order: 0;
    align-self: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .bold-text {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .quick-stack-2 {
    order: 0;
    align-self: auto;
    width: 100%;
  }

  .div-block-2 {
    height: 150px;
  }

  .heading {
    overflow: visible;
  }

  .div-block-3 {
    flex-direction: row;
    order: 0;
    height: 300px;
    display: none;
  }

  .button-3 {
    align-self: stretch;
    height: 60px;
  }

  .div-block-2-copy {
    background-position: 0 0, 0 0;
    height: 150px;
  }

  .div-block-2-copy-copy {
    background-position: 0 0, 50% 0;
    height: 250px;
  }

  .cell {
    flex-wrap: nowrap;
  }

  .div-block-5 {
    flex-direction: column;
    width: 100%;
  }

  .cell-2 {
    flex-direction: column;
    display: flex;
  }

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

  .image-4 {
    width: 35px;
  }

  .filters5_category-menu-copy.no-scrollbar {
    margin-bottom: 10px;
    display: block;
  }

  .quick-stack-6 {
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-12 {
    padding: 20px;
  }

  .heading-5 {
    text-align: left;
    align-self: auto;
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .paragraph, .heading-6 {
    text-align: left;
  }

  .button-5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-17 {
    flex-direction: column;
  }

  .locations {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .locations.no-scrollbar {
    display: block;
  }

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

  .quick-stack-12 {
    padding-left: 0%;
  }

  .cell-10, .cell-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6-copy {
    font-size: 2.5rem;
  }

  .div_heat_icon {
    justify-content: space-between;
    align-items: center;
  }

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

  .image-10 {
    margin-left: 0;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

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

  .collection-item {
    margin-bottom: 40px;
  }

  .radio-button-label {
    margin-bottom: 0;
    display: block;
  }

  .text-size-small-copy {
    margin-bottom: 10px;
    font-weight: 700;
  }

  .collection-item-2 {
    display: block;
  }

  .button-2-copy {
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    display: flex;
  }

  .container-3 {
    border-style: none;
  }

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

  .quick-stack-6-copy {
    object-fit: fill;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
  }

  .filters5_category-menu-copy-copy.no-scrollbar {
    text-align: center;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

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

  .div-block-17-copy {
    flex-direction: column;
    align-items: center;
  }

  .button-5-copy {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .quick-stack-16 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brands_desc.text-weight-semibold, .intro_desc.text-weight-semibold {
    font-size: 1.5rem;
  }

  .no {
    align-self: stretch;
    height: 60px;
  }

  .heading-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-31 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-22 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-3-copy-copy {
    width: 100%;
  }

  .link-block-2 {
    height: 50px;
  }

  .heading-16 {
    font-size: 1rem;
  }

  .div-block-38 {
    display: block;
  }

  .fn-button, .fn-button-wrapper {
    width: 100%;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .quick-stack-23 {
    overflow: scroll;
  }

  .dropdown-toggle, .dropdown-toggle-2, .dropdown-toggle-3 {
    display: block;
  }

  .dropdown-toggle-4 {
    text-align: center;
    display: block;
  }

  .dropdown, .dropdown-2, .dropdown-3, .dropdown-4 {
    display: block;
  }

  .field-label-9 {
    text-align: left;
  }

  .text-size-medium-copy.text-weight-semibold {
    font-size: 1.5rem;
  }

  .cell-29 {
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .quick-stack-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-30 {
    align-items: flex-start;
    display: flex;
  }

  .heading-5-copy {
    text-align: left;
    align-self: auto;
    margin-bottom: 0;
    font-size: 3rem;
  }

  .cell-34 {
    flex-flow: wrap;
    display: flex;
  }

  .image-23 {
    min-height: auto;
  }

  .waves-tile-pricing-1 {
    padding: 24px 16px 16px;
  }

  .waves-grid-pricing-1 {
    margin-top: 40px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---paragraph-big {
    font-weight: 300;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---content-image-halves {
    order: -1;
    align-items: stretch;
  }

  .waves-image-rounded-24 {
    border-radius: 0;
  }

  .waves---grid-cta-3 {
    flex-flow: column;
    order: 0;
    align-self: center;
    display: flex;
  }

  .waves-master-cta-3 {
    padding: 30px 16px;
  }

  .heading-21 {
    align-self: flex-start;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-tile-pricing-2 {
    padding: 15px;
  }

  .waves-grid-pricing-2 {
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image-31 {
    object-fit: cover;
    object-position: 50% 40%;
  }

  .waves-master-cta-2 {
    padding: 64px 16px;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---2-cta-flex {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .waves---section-medium-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .link-block-4 {
    border: 4px solid var(--main_grey);
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .cell-36 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .cell-37 {
    padding: 20px;
  }

  .submit-button-3 {
    font-weight: 700;
  }

  .text-field-8, .text-field-9 {
    font-weight: 500;
  }

  .quick-stack-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .quick-stack-32 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .cell-38 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-size-medium-copy-copy.text-weight-semibold {
    font-size: 1.5rem;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves-master-cta-5 {
    padding: 64px 16px;
  }

  .waves---section-medium-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    padding: 24px 16px;
  }

  .waves---section-medium-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---2-cta-flex-2 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---content-image-halves-3 {
    align-items: stretch;
  }

  .quick-stack-34 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quick-stack-35 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .cell-39 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .waves---cta-outline-white-3.medium-wide-cta, .waves---cta-white-4.medium-wide-cta {
    align-self: stretch;
  }

  .waves---2-cta-flex-3 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mg-top-40 {
    align-self: auto;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 34px;
  }

  .waves---content-image-halves-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .waves---grid-cta-6 {
    flex-flow: column;
    align-self: auto;
    display: flex;
  }

  .waves-master-cta-7 {
    padding: 50px 15px 15px;
  }

  .waves---main-container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-8 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .waves---content-image-halves-5 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .waves-image-rounded-25 {
    margin-bottom: 0;
  }

  .waves---grid-cta-7 {
    grid-row-gap: 40px;
  }

  .waves-master-cta-8 {
    padding: 16px 16px 32px;
  }

  .waves---main-container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .waves---content-image-halves-6 {
    align-items: stretch;
  }

  .waves-master-cta-9 {
    padding: 16px 16px 32px;
  }

  .quick-stack-36 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .cell-40 {
    display: flex;
  }

  .quick-stack-37 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .cell-41 {
    display: flex;
  }

  .cell-42 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .dropdown-list-3.w--open {
    border-radius: 0;
    margin-top: 0;
    position: static;
  }

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8 {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    display: flex;
  }

  .quick-stack-39 {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-bottom: 50px;
    padding: 0;
  }

  .waves---paragraph-big-7 {
    text-align: left;
  }

  .waves---heading-2-no-margins-6 {
    text-align: left;
    font-size: 34px;
  }

  .waves---content-image-halves-7 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .waves---grid-image-halves {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
  }

  .waves---main-container-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .waves---heading-2-no-margins-7 {
    font-size: 34px;
  }

  .waves---content-image-halves-8 {
    align-items: stretch;
  }

  .waves-master-cta-10 {
    padding: 16px 16px 32px;
  }

  .waves---section-medium-11 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .dropdown-toggle-5 {
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .dropdown-5 {
    border: 4px solid var(--main_grey);
    margin-bottom: 20px;
    display: block;
  }

  .bold-text-14 {
    font-size: 2.75rem;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle-3 {
    font-size: 20px;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

  .waves---section-hero-primary-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-28 {
    color: var(--white);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-13 {
    background-color: #535a6100;
    border-style: solid;
    border-width: 4px;
    border-radius: 5px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 60px;
    font-weight: 700;
    display: flex;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves-tile-features-6 {
    padding: 20px;
  }

  .waves---heading-2-no-margins-8 {
    font-size: 34px;
  }

  .waves---main-container-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-12 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---heading-2-no-margins-9 {
    font-size: 34px;
  }

  .waves---subtitle-4 {
    font-size: 20px;
  }

  .waves---mega-heading-3 {
    font-size: 36px;
  }

  .waves-section-hero-6 {
    padding-bottom: 48px;
  }

  .heading-23 {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .div-block-56 {
    margin-top: 0;
  }

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

  .div-block-58 {
    background-color: var(--black);
  }

  .image-35-copy {
    background-color: #fff;
    border-radius: 5px;
  }

  .paragraph-8 {
    text-align: left;
    display: block;
  }

  .text-block-28-copy {
    color: var(--white);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-35-copy-copy {
    background-color: #fff;
    border-radius: 5px;
  }

  .button-13-copy {
    background-color: #535a6100;
    border-style: solid;
    border-width: 4px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-weight: 700;
    display: flex;
  }

  .waves---heading-2-no-margins-10 {
    font-size: 34px;
  }

  .waves---content-image-halves-9 {
    align-items: stretch;
  }

  .waves---section-medium-13 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-11 {
    font-size: 34px;
  }

  .waves---content-image-halves-10 {
    align-items: stretch;
  }

  .waves---section-medium-14 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .collection-list-2 {
    display: block;
  }

  .button-13-copy {
    background-color: #535a6100;
    border-style: solid;
    border-width: 4px;
    border-radius: 5px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 60px;
    font-weight: 700;
    display: flex;
  }

  .button-3-copy, .button-3-copy-copy {
    align-self: stretch;
    height: 60px;
  }

  .intro_desc-copy.text-weight-semibold {
    font-size: 1.5rem;
  }

  .waves---section-hero-primary-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-4 {
    font-size: 36px;
  }

  .waves---subtitle-5 {
    font-size: 20px;
  }

  .waves-gradient-hero-7 {
    top: -1px;
  }

  .waves-gradient-hero-7.bottom {
    bottom: -1px;
  }

  .waves-column-hero-2 {
    width: 48%;
  }

  .waves-column-hero-2.column-two, .waves-column-hero-2.column-one {
    flex: none;
  }

  .waves-gallery-hero-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .uui-button {
    flex: none;
    display: flex;
  }

  .uui-navbar08_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
  }

  .uui-logo_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 2rem;
  }

  .ratings_wrapper {
    flex: none;
    margin-left: .75rem;
  }

  .uui-section_heroheader10 {
    overflow: hidden;
  }

  .uui-heroheader10_component {
    grid-template-columns: 1fr;
  }

  .uui-logos03_logo-list {
    justify-content: center;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .hide-mobile-portrait-2, .uui-badge.hide-mobile-portrait-2 {
    display: none;
  }

  .uui-pricing01_component, .uui-pricing01_content-list {
    grid-template-columns: 1fr;
  }

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

  .a-caption {
    margin-bottom: 1rem;
  }

  .a-detail-small.a-text-color-primary {
    text-align: center;
    flex: 1;
    padding-left: 1rem;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .a-header-image-block {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    display: flex;
    position: relative;
    right: 5rem;
  }

  .a-header-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .a-header-logo-wrapper {
    align-self: stretch;
    margin-top: 1rem;
  }

  .a-header-content {
    flex: none;
    align-self: stretch;
    width: 100%;
    max-width: none;
    padding: 0 1rem 2rem;
  }

  .a-header-section {
    align-self: stretch;
    padding: 0;
  }

  .a-header-image-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 1;
    margin-top: 2rem;
    padding-left: 0%;
    padding-right: 1rem;
  }

  .a-header-grid-column {
    grid-row-gap: 12px;
  }

  .a-header-logo-block {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .a-h3-heading {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.25;
  }

  .a-section-regular {
    padding: 2rem 1rem;
  }

  .a-content-title-wrapper-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-flow: row;
    margin-bottom: 2rem;
  }

  .a-content-card-large {
    height: 670px;
    padding: 24px;
  }

  .a-content-card-medium {
    min-height: 500px;
    padding: 24px;
  }

  .a-content-card-small {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-span-12 {
    -webkit-text-stroke-width: 1px;
    text-transform: none;
    text-overflow: clip;
    word-break: normal;
    text-underline-offset: .5rem;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-decoration-thickness: .5rem;
  }

  .a-section-large {
    padding: 2rem 1rem;
  }

  .a-button-primary-2 {
    width: 100%;
  }

  .a-feature-card-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .a-feature-title {
    margin-bottom: 0;
  }

  .a-section-regular-3 {
    padding: 2rem 1rem;
  }

  .a-cta-grid-wrapper {
    padding: 1rem 1rem 2rem;
  }

  .a-cta-content {
    flex-direction: column;
  }

  .a-section-regular-4 {
    padding: 2rem 1rem;
  }

  .a-subheading-large {
    text-underline-offset: .5rem;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--untitled-ui--primary600);
    text-decoration-color: var(--untitled-ui--primary600);
    flex-flow: row;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-decoration-thickness: .25rem;
    display: inline-flex;
  }

  .a-footer-divider {
    display: none;
  }

  .a-footer-detail-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .a-footer-social {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr;
  }

  .a-footer-link-block {
    margin-top: 2rem;
  }

  .a-footer-link {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .a-footer-link-column {
    display: block;
  }

  .a-footer-legal {
    flex-flow: row;
  }

  .a-footer-bottom {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .a-footer-language {
    grid-column-gap: .25rem;
  }

  .a-footer-main-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .a-button-primary-3 {
    width: 100%;
  }

  .a-pricing-grid-columns {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .a-button-primary-square {
    width: 100%;
  }

  .a-button-primary-square:hover {
    background-color: var(--untitled-ui--primary700);
  }

  .bold-text-46, .bold-text-47, .bold-text-48 {
    font-size: 2rem;
  }

  .div-block-64 {
    margin-bottom: 2rem;
  }

  .a-button-primary-4 {
    width: 100%;
  }

  .a-content-card-large-2 {
    height: 670px;
    padding: 24px;
  }

  .a-content-card-medium-2 {
    min-height: 500px;
    padding: 24px;
  }

  .a-content-card-small-2 {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .a-button-primary-5 {
    width: 100%;
  }

  .a-content-card-primary {
    padding: 24px;
  }

  .image-54 {
    flex: none;
    align-self: auto;
    width: auto;
    height: auto;
    display: block;
    position: static;
    right: auto;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .quick-stack-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    order: 0;
    align-self: stretch;
  }

  .cell-51 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-56 {
    flex: none;
    align-self: stretch;
  }

  .cell-52 {
    flex-flow: column;
    display: block;
  }

  .waves---section-hero-primary-4 {
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .waves-grid-hero-3 {
    grid-row-gap: 2rem;
    display: block;
  }

  .waves---mega-heading-5 {
    font-size: 36px;
  }

  .waves---subtitle-6 {
    font-size: 20px;
  }

  .waves-image-wrap-hero-3 {
    height: 300px;
  }

  .waves-gradient-hero-8 {
    top: -1px;
  }

  .waves-gradient-hero-8.bottom {
    bottom: -1px;
  }

  .waves-column-hero-3 {
    width: 48%;
  }

  .waves-column-hero-3.column-two, .waves-column-hero-3.column-one, .waves-column-hero-3.column-one, .waves-inside-hero-3 {
    flex: none;
  }

  .waves-gallery-hero-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---main-container-19 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .waves-gradient-hero-9 {
    top: -1px;
  }

  .waves-gradient-hero-9.bottom {
    bottom: -1px;
  }

  .waves-item-gallery-hero-4 {
    flex: none;
    align-self: stretch;
  }

  .waves-gallery-hero-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    width: auto;
    display: flex;
    overflow: visible;
  }

  .waves-inside-hero-3-copy {
    flex: none;
  }

  .waves---section-hero-primary-5 {
    align-self: auto;
    padding: 80px 0;
  }

  .waves---mega-heading-6 {
    font-size: 36px;
  }

  .waves---subtitle-7 {
    font-size: 20px;
  }

  .waves-gradient-hero-10 {
    top: -1px;
  }

  .waves-gradient-hero-10.bottom {
    bottom: -1px;
  }

  .waves-column-hero-4 {
    width: 48%;
  }

  .waves-column-hero-4.column-two {
    flex: none;
  }

  .waves-column-hero-4.column-one {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: none;
  }

  .waves-gallery-hero-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: none;
    height: 450px;
  }

  .waves---main-container-20 {
    max-width: none;
  }

  .quick-stack-53 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bold-text-49 {
    text-decoration: underline;
  }

  .a-button-primary-6, .a-button-primary-7 {
    width: 100%;
  }

  .a-header-button-wrapper-2 {
    flex-direction: column;
  }

  .a-header-image-block-2 {
    height: 320px;
  }

  .a-header-image-grid-2 {
    grid-column-gap: 12px;
  }

  .a-header-grid-column-2 {
    grid-row-gap: 12px;
  }

  .bold-text-51 {
    margin-bottom: 2rem;
  }
}

#w-node-_0681caf6-0c93-4eb9-aa39-576fa80f457e-fc47ebf6 {
  align-self: center;
}

#w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45cb-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45cd-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45cf-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45d1-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45d3-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45d5-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45d7-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45d9-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45db-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45dd-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45df-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45e1-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45e3-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45e5-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f45e7-fc47ebf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0681caf6-0c93-4eb9-aa39-576fa80f4638-fc47ebf6 {
  align-self: start;
}

#w-node-_0681caf6-0c93-4eb9-aa39-576fa80f463c-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f4649-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f4656-fc47ebf6, #w-node-_0681caf6-0c93-4eb9-aa39-576fa80f4663-fc47ebf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a06dfb98-4d84-61b5-90ec-c375847bc826-fc47ebff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e759c5e-ad97-3b5f-226e-3271ea5dc900-fc47ebff, #w-node-a06dfb98-4d84-61b5-90ec-c375847bc873-fc47ebff, #w-node-a06dfb98-4d84-61b5-90ec-c375847bc875-fc47ebff, #w-node-cec02eea-2069-3054-558c-e1c045fcc918-fc47ebff, #w-node-_1c07c725-b40e-1bf1-6435-faf076ea3eb1-fc47ebff, #w-node-a06dfb98-4d84-61b5-90ec-c375847bc877-fc47ebff, #w-node-a06dfb98-4d84-61b5-90ec-c375847bc879-fc47ebff, #w-node-a06dfb98-4d84-61b5-90ec-c375847bc87b-fc47ebff, #w-node-a06dfb98-4d84-61b5-90ec-c375847bc87d-fc47ebff, #w-node-a06dfb98-4d84-61b5-90ec-c375847bc87f-fc47ebff, #w-node-a06dfb98-4d84-61b5-90ec-c375847bc881-fc47ebff, #w-node-a06dfb98-4d84-61b5-90ec-c375847bc88f-fc47ebff, #w-node-b758e733-84ba-ff4b-760b-7e88cd2a24c6-6259f0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b758e733-84ba-ff4b-760b-7e88cd2a24e5-6259f0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-b758e733-84ba-ff4b-760b-7e88cd2a24e7-6259f0ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_477d63f4-5588-72c4-bf34-d7dbf6cf8508-6259f0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d94f9c87-37bd-4cb7-929f-16f6d70caf52-6259f0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25f61e99-9c81-fae2-35b8-4fe48dbebad2-6259f0ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d94f9c87-37bd-4cb7-929f-16f6d70caf6f-6259f0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_802514ea-92be-7ffb-1c5c-3a6b7d8792ea-6259f0ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_99cbc677-b480-65a5-1ee6-1efc31f5b3df-6259f0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08b4a525-eed1-90f1-8027-94b3694c931b-6259f0ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1d590d86-0af9-13a4-ceb9-8ac25c624091-6259f0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d7bfbeed-2f99-b320-4996-864aa58aa4e4-6259f0ea, #w-node-d7bfbeed-2f99-b320-4996-864aa58aa4ec-6259f0ea, #w-node-d7bfbeed-2f99-b320-4996-864aa58aa4f4-6259f0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1777193b-7667-1cd1-6168-63f703ed82d3-6259f0ea {
  align-self: stretch;
}

#w-node-cebb9bfa-144f-c9f1-f510-395d2efa23eb-6259f0ea, #w-node-cebb9bfa-144f-c9f1-f510-395d2efa23fd-6259f0ea, #w-node-cebb9bfa-144f-c9f1-f510-395d2efa2407-6259f0ea, #w-node-b758e733-84ba-ff4b-760b-7e88cd2a24c6-d72536c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_477d63f4-5588-72c4-bf34-d7dbf6cf8508-d72536c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d94f9c87-37bd-4cb7-929f-16f6d70caf52-d72536c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25f61e99-9c81-fae2-35b8-4fe48dbebad2-d72536c9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d94f9c87-37bd-4cb7-929f-16f6d70caf6f-d72536c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_802514ea-92be-7ffb-1c5c-3a6b7d8792ea-d72536c9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_99cbc677-b480-65a5-1ee6-1efc31f5b3df-d72536c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08b4a525-eed1-90f1-8027-94b3694c931b-d72536c9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_1d590d86-0af9-13a4-ceb9-8ac25c624091-d72536c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d7bfbeed-2f99-b320-4996-864aa58aa4e4-d72536c9, #w-node-d7bfbeed-2f99-b320-4996-864aa58aa4ec-d72536c9, #w-node-d7bfbeed-2f99-b320-4996-864aa58aa4f4-d72536c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1777193b-7667-1cd1-6168-63f703ed82d3-d72536c9 {
  align-self: stretch;
}

#w-node-cebb9bfa-144f-c9f1-f510-395d2efa23eb-d72536c9, #w-node-cebb9bfa-144f-c9f1-f510-395d2efa23fd-d72536c9, #w-node-cebb9bfa-144f-c9f1-f510-395d2efa2407-d72536c9, #w-node-b758e733-84ba-ff4b-760b-7e88cd2a24c6-b4f9c3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_477d63f4-5588-72c4-bf34-d7dbf6cf8508-b4f9c3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d94f9c87-37bd-4cb7-929f-16f6d70caf52-b4f9c3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25f61e99-9c81-fae2-35b8-4fe48dbebad2-b4f9c3ef {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d94f9c87-37bd-4cb7-929f-16f6d70caf6f-b4f9c3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_802514ea-92be-7ffb-1c5c-3a6b7d8792ea-b4f9c3ef {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_99cbc677-b480-65a5-1ee6-1efc31f5b3df-b4f9c3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08b4a525-eed1-90f1-8027-94b3694c931b-b4f9c3ef {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_1d590d86-0af9-13a4-ceb9-8ac25c624091-b4f9c3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d7bfbeed-2f99-b320-4996-864aa58aa4e4-b4f9c3ef, #w-node-d7bfbeed-2f99-b320-4996-864aa58aa4ec-b4f9c3ef, #w-node-d7bfbeed-2f99-b320-4996-864aa58aa4f4-b4f9c3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1777193b-7667-1cd1-6168-63f703ed82d3-b4f9c3ef {
  align-self: stretch;
}

#w-node-cebb9bfa-144f-c9f1-f510-395d2efa23eb-b4f9c3ef, #w-node-cebb9bfa-144f-c9f1-f510-395d2efa23fd-b4f9c3ef, #w-node-cebb9bfa-144f-c9f1-f510-395d2efa2407-b4f9c3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b758e733-84ba-ff4b-760b-7e88cd2a24c6-34e37e29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-a06dfb98-4d84-61b5-90ec-c375847bc84c-fc47ebff {
    place-self: auto;
  }

  #w-node-b758e733-84ba-ff4b-760b-7e88cd2a24e5-6259f0ea {
    justify-self: auto;
  }
}


