@font-face {
  font-family: Moreganic;
  src: url('../fonts/Moreganic.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bloomingmood;
  src: url('../fonts/BloomingMood.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--background-color-ecotoss);
  --text-color--text-primary: var(--grey);
  --link-color--link-primary: var(--base-color-neutral--black);
  --grey: #7d7973;
  --ecotoss-green-font: #6f9d56;
  --brown-test: #331e00;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: grey;
  --base-color-neutral--white: white;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --white-archive\<deleted\|variable-1766b841\>: white;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --base-color-neutral--neutral-darkest: #111;
  --base-color-brand--black: black;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color-ecotoss: #f2eadf;
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-brand--white: white;
  --amazon-buy: var(--ecotoss-green-font);
  --base-color-neutral--neutral-light: #aaa;
  --light-brown: #8c6e43;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  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 {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

.container-large.spaced {
  margin-top: 50px;
}

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

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

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
  margin-top: 40px;
  padding-top: 0;
}

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

.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-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  color: var(--grey);
  font-weight: 500;
}

.text-size-medium {
  color: var(--grey);
  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;
  font-weight: 600;
}

.text-size-medium.text-weight-bold, .text-size-medium.text-weight-bold.green {
  color: var(--ecotoss-green-font);
}

.text-size-medium.text-weight-semibold {
  opacity: 1;
  color: var(--brown-test);
}

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

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

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

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

.heading-style-h2.green {
  color: var(--ecotoss-green-font);
}

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h5 {
  color: var(--ecotoss-green-font);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  color: var(--brown-test);
  letter-spacing: normal;
  -webkit-text-stroke-color: var(--brown-test);
  text-shadow: none;
  font-family: Moreganic, sans-serif;
  font-size: 4.12rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--ecotoss-green-font);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: Moreganic, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

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

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

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

.button.is-small {
  background-color: var(--ecotoss-green-font);
  padding: .5rem 1.25rem;
  font-family: Moreganic, sans-serif;
  font-size: 1.25rem;
}

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

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

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

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

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

.heading-style-h4 {
  color: var(--ecotoss-green-font);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  color: var(--ecotoss-green-font);
  -webkit-text-stroke-color: var(--ecotoss-green-font);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--text-color--text-primary);
  border-radius: 0;
  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-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

.text-rich-text {
  -webkit-text-stroke-color: var(--base-color-neutral--neutral-darkest);
  font-size: 1.15rem;
  font-weight: 400;
}

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

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

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

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

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

.text-rich-text p {
  color: var(--base-color-brand--black);
}

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

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

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

.icon-1x1-medium {
  width: 5.5rem;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.padding-global {
  border: 0px solid var(--ecotoss-green-font);
  background-color: #0000;
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-section-large {
  -webkit-text-stroke-color: var(--text-color--text-primary);
  margin-top: 50px;
  padding-top: 3.5rem;
  padding-bottom: 7rem;
}

.padding-section-large.blog {
  margin-top: 0;
  padding-top: 1rem;
}

.padding-section-large.up {
  margin-top: 0;
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delete-this {
  display: flex;
}

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

.layout417_instructions-list {
  padding-left: 1.25rem;
}

.layout417_list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

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

.layout417_card {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.layout417_card.card-1 {
  z-index: 3;
}

.layout417_card.card-2 {
  z-index: 2;
  transform: rotate(3deg);
}

.layout417_card.card-2.z-index-3 {
  z-index: 3;
}

.layout417_card.card-3 {
  z-index: 1;
  transform: rotate(6deg);
}

.layout417_card.card-3.z-index-3 {
  z-index: 3;
}

.layout417_card.card-4 {
  transform: rotate(9deg);
}

.layout417_card.card-4.z-index-3 {
  z-index: 3;
}

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

.layout417_title-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.layout417_instructions-list-item {
  padding-left: .5rem;
}

.layout417_content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout-417-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
}

.layout417_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300vh;
  position: relative;
}

.layout417_title {
  white-space: nowrap;
  font-size: 10rem;
}

.navbar13_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar13_menu {
  align-items: center;
  position: static;
}

.navbar13_link {
  padding: .5rem 1rem;
}

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

.navbar13_instructions-list-item {
  padding-left: .5rem;
}

.navbar13_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.navbar13_instructions-list {
  padding-left: 1.25rem;
}

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

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

.navbar13_menu-link-wrapper {
  color: var(--brown-test);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
}

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

.navbar-13-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  width: 100%;
  padding: 2rem;
}

.navbar13_menu-button {
  padding: 0;
}

.navbar13_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar13_component {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
}

.navbar13_component.delete-this-class {
  display: block;
  position: relative;
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar13_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: .5rem;
  position: absolute;
}

.home_hero-header_instructions-list {
  padding-left: 1.25rem;
}

.home_hero-header_list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.home_hero-header_card {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.home_hero-header_card.card-1 {
  z-index: 3;
}

.home_hero-header_card.card-2 {
  z-index: 2;
  transform: rotate(3deg);
}

.home_hero-header_card.card-2.z-index-3 {
  z-index: 3;
}

.home_hero-header_card.card-3 {
  z-index: 1;
  transform: rotate(6deg);
}

.home_hero-header_card.card-3.z-index-3 {
  z-index: 3;
}

.home_hero-header_card.card-4 {
  transform: rotate(9deg);
}

.home_hero-header_card.card-4.z-index-3 {
  z-index: 3;
}

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

.home_hero-header_title-wrapper {
  z-index: 0;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.home_hero-header_instructions-list-item {
  padding-left: .5rem;
}

.home_hero-header_content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home_hero-header_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300vh;
  position: relative;
}

.home_hero-header_title {
  color: var(--ecotoss-green-font);
  white-space: nowrap;
  font-size: 10rem;
}

.home_feature_component {
  position: sticky;
  top: 0%;
}

.home_feature_image-wrapper {
  position: relative;
}

.home_feature_content-item {
  border-top: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  position: sticky;
}

.home_feature_content-item.content-item-1 {
  margin-bottom: 12rem;
  top: 0;
}

.home_feature_content-item.content-item-2 {
  margin-top: -8rem;
  margin-bottom: 8rem;
  top: 4rem;
}

.home_feature_content-item.content-item-3 {
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 8rem;
}

.home_feature_content-item.content-item-4 {
  margin-bottom: 4rem;
  transition: opacity .2s;
  top: 0;
}

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

.home_feature_image {
  opacity: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 60vh;
}

.home_feature_anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.home_feature_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.text-weight-semibold {
  opacity: 1;
  color: var(--grey);
  padding-bottom: 0;
  font-weight: 700;
}

.home_how-it-works_timeline-icon-wrapper {
  z-index: 1;
  border: 0px solid var(--ecotoss-green-font);
  background-color: var(--background-color-ecotoss);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.home_how-it-works_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.home_how-it-works_timeline-wrapper {
  position: relative;
}

.home_how-it-works_progress-bar {
  background-color: #000;
  width: 2px;
  height: 100%;
}

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

.home_how-it-works_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.home_how-it-works_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.home_how-it-works_progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

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

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

.home_cta_card {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  display: grid;
}

.home_cta_content {
  flex: 1;
}

.section_home_cta {
  background-color: #fff;
}

.home_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.home_faq_question {
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.home_faq_answer {
  overflow: hidden;
}

.home_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

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

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

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

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

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

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

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  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_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_component {
  background-color: var(--base-color-brand--white);
}

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

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

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

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

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

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

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

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

.body {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

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

.home_hero-header_image {
  width: 100%;
  height: 100%;
}

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

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

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

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

.heading {
  padding-right: 0;
}

.home_feature_image-2 {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.layout357_component {
  position: sticky;
  top: 0%;
}

.layout357_image-wrapper {
  position: relative;
}

.layout357_content-item {
  border-top: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  position: sticky;
}

.layout357_content-item.content-item-1 {
  margin-bottom: 12rem;
  top: 0;
}

.layout357_content-item.content-item-2 {
  margin-top: -8rem;
  margin-bottom: 8rem;
  top: 4rem;
}

.layout357_content-item.content-item-4 {
  margin-bottom: 4rem;
  top: 0;
}

.layout357_content-item.content-item-3 {
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 8rem;
}

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

.layout357_image {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.layout357_anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.layout357_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

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

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

.blog4_category {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog4_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog4_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

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

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

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

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

.blog4_title-wrapper {
  margin-bottom: .5rem;
}

.blog4_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

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

.blog4_item {
  border: 1px solid var(--border-color--border-primary);
}

.home_layout_component {
  position: sticky;
  top: 0%;
}

.home_layout_image-wrapper {
  position: relative;
}

.home_layout_content-item {
  border-top: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  position: sticky;
}

.home_layout_content-item.content-item-1 {
  margin-bottom: 12rem;
  top: 0;
}

.home_layout_content-item.content-item-2 {
  margin-top: -8rem;
  margin-bottom: 8rem;
  top: 4rem;
}

.home_layout_content-item.content-item-3 {
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 8rem;
}

.home_layout_content-item.content-item-4 {
  margin-bottom: 4rem;
  top: 0;
}

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

.home_layout_image {
  object-fit: cover;
  border-radius: 100%;
  width: 30em;
  height: 30em;
}

.home_layout_anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.home_layout_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

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

.home_1_hero-header_image {
  width: 100%;
  height: 100%;
}

.home_2_layout_component {
  position: sticky;
  top: 0%;
}

.home_2_layout_image-wrapper {
  position: relative;
}

.home_2_layout_content-item {
  border-top: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  position: sticky;
}

.home_2_layout_content-item.content-item-1 {
  margin-bottom: 12rem;
  top: 0;
}

.home_2_layout_content-item.content-item-2 {
  margin-top: -8rem;
  margin-bottom: 8rem;
  top: 4rem;
}

.home_2_layout_content-item.content-item-3 {
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 8rem;
}

.home_2_layout_content-item.content-item-4 {
  margin-bottom: 4rem;
  top: 0;
}

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

.home_2_layout_image {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.home_2_layout_anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.home_2_layout_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

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

.home_3_feature_image {
  width: 100%;
  height: 100%;
}

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

.home_4_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_4_feature_image {
  width: 100%;
  height: 100%;
}

.home_5_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_5_feature_image {
  width: 100%;
  height: 100%;
}

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

.home_6_benefits_image {
  width: 100%;
  height: 100%;
}

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

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

.home_7_how-it-works_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

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

.section_home_8_cta {
  position: relative;
}

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

.section_home_9_newsletter {
  position: relative;
}

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

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

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.error-text {
  color: #e23939;
}

.home_9_newsletter_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.home_10_faq_accordion {
  border: 1px solid var(--border-color--border-primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.home_10_faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

.home_10_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.home_10_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.home_10_faq_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.home_11_testimonial_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_11_testimonial_logo {
  max-height: 3rem;
}

.home_11_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.home_11_testimonial_rating-wrapper {
  display: flex;
}

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

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

.home_11_testimonial_client-info {
  margin-bottom: 1rem;
}

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

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

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

.section_home_12_cta {
  position: relative;
}

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

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

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

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

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

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

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

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

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

.heading-2 {
  color: var(--ecotoss-green-font);
  font-family: Moreganic, sans-serif;
  font-size: 35px;
}

.heading-3 {
  color: var(--ecotoss-green-font);
  font-family: Bloomingmood, sans-serif;
}

.text-span {
  color: var(--ecotoss-green-font);
}

.heading-4 {
  color: var(--ecotoss-green-font);
  -webkit-text-stroke-color: var(--brown-test);
}

.heading-5, .heading-6, .heading-7 {
  color: var(--ecotoss-green-font);
}

.heading-8, .paragraph, .heading-9, .paragraph-2, .heading-10, .paragraph-3, .heading-11, .paragraph-4 {
  color: var(--brown-test);
}

.navbar11_icon-wrapper {
  flex: none;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--ecotoss-green-font);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: Moreganic, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
}

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

.button-2.is-small.specific-button {
  background-color: var(--background-color-ecotoss);
  color: var(--grey);
}

.button-2.is-secondary {
  border-color: var(--grey);
  color: var(--grey);
  background-color: #0000;
}

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

.button-2.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.button-2.is-add-to-cart-button.amazon {
  background-color: var(--amazon-buy);
  background-image: linear-gradient(#f90, #f90);
}

.button-2.is-add-to-cart-button.subscription {
  background-color: var(--background-color-ecotoss);
  color: var(--base-color-neutral--black);
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar11_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  width: 20rem;
  padding: 1.5rem;
}

.navbar11_menu-button {
  padding: 0;
}

.navbar11_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar11_link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

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

.navbar11_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar11_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.navbar11_component {
  z-index: 3;
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar11_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: flex;
}

.header15_image {
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.header15_component {
  margin-top: 0;
  padding-top: 0;
}

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

.header15_image-wrapper {
  width: 100%;
}

.section_header15 {
  margin-top: auto;
}

.heading-style-h1-2 {
  color: var(--ecotoss-green-font);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-2 {
  color: var(--grey);
  font-size: 1.125rem;
  font-weight: 600;
}

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

.padding-global-2.colored {
  background-color: #3b6047;
}

.layout219_image {
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.layout219_lightbox-image {
  object-fit: cover;
  border-radius: 50px;
}

.layout219_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 0 0 2rem;
  display: block;
}

.layout219_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.layout219_lightbox {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  border-radius: 50px;
  position: absolute;
  inset: 0%;
}

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

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

.text-size-medium-4 {
  color: var(--ecotoss-green-font);
  font-size: 1.125rem;
}

.text-size-medium-4.grey {
  color: var(--grey);
}

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

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

.product-header1_accordion-wrapper {
  border-bottom: 1px solid var(--border-color--border-primary);
}

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

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

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

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

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

.product-header1_heading {
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.product-header1_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

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

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

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

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

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

.product-header1_image {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header1_details {
  overflow: hidden;
}

.layout484_split-text {
  display: none;
}

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

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

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

.layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.heading-12 {
  color: var(--ecotoss-green-font);
  font-family: Moreganic, sans-serif;
  font-weight: 400;
}

.product-header2_modal-main-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

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

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

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

.product-header2_tab-link.w--current {
  border-bottom-color: var(--base-color-neutral--black);
  background-color: #0000;
}

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

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

.product-header2_modal-image-wrapper-small {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_tabs-menu {
  align-items: center;
  display: flex;
}

.product-header2_modal {
  z-index: 99;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.product-header2_content-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-header2_modal-lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.product-header2_image-wrapper {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

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

.product-header2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 3rem;
}

.product-header2_content-top {
  margin-bottom: 3rem;
}

.product-header2_modal_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

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

.product-header2_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

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

.product-header2_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.product-header2_modal-background-overlay {
  z-index: -1;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.product-header2_main-image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.product-header2_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.product-header2_image-small {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header2_gallery-button-wrapper {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.product-header2_modal-content-wrapper {
  background-color: var(--base-color-neutral--white);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.product-header7_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% 1rem 0% auto;
}

.product-header7_gallery-slider {
  border-radius: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: 10vh;
}

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

.product-header7_slide {
  border-radius: 50px;
  height: 100%;
}

.product-header7_component {
  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;
  padding-bottom: 3rem;
  display: grid;
}

.product-header7_price-wrapper {
  margin-top: -12px;
  margin-bottom: -12px;
  display: flex;
}

.product-header7_main-image {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header7_slide-nav {
  height: 1.75rem;
  margin-bottom: 1rem;
  font-size: .5rem;
}

.product-header7_image-wrapper {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

.section_product-header7 {
  position: relative;
}

.product-header7_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.product-header7_slider {
  border-radius: 50px;
  width: 100%;
  height: 80vh;
}

.product-header7_lightbox-link {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
}

.product-header7_arrow-left {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% auto 0% 1rem;
}

.product-header7_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.mask {
  border-radius: 50px;
}

.text-block {
  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: 700;
}

.product-header7_gallery-slider-2 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: 10vh;
}

.product-header7_main-image-2 {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.text-block-2 {
  color: var(--grey);
  margin-top: 0;
  padding-bottom: 12px;
  font-weight: 700;
}

.form_checkbox-icon-2 {
  border: 1px solid var(--base-color-neutral--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-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

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

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

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

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

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

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

.contact5_item {
  display: flex;
}

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

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_contact-modal1 {
  position: relative;
}

.contact-modal1_content-wrapper {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

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

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal1_close-button {
  color: var(--base-color-neutral--white);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.text-block-3 {
  color: var(--brown-test);
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.heading-13 {
  margin-bottom: 1rem;
}

.signup-modal1_content-wrapper {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  max-width: 30rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  overflow: scroll;
}

.signup-modal1_close-button {
  color: var(--base-color-neutral--white);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.section_signup-modal1 {
  position: relative;
}

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

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

.signup-modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.signup-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-3 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--neutral-light);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

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

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

.button-3.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.paragraph-5 {
  display: block;
}

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

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

.testimonial1_logo {
  max-height: 3.5rem;
}

.testimonial1_client-image-wrapper {
  margin-bottom: 1rem;
}

.background-video {
  width: auto;
}

.image {
  border-radius: 50px;
}

.paragraph-6, .list {
  color: var(--brown-test);
}

.background-video-2 {
  mix-blend-mode: normal;
  border-radius: 50px;
  position: static;
  overflow: hidden;
}

.logo2_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: flex-end;
  align-items: center;
  display: grid;
}

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

.logo2_content-left {
  max-width: 20rem;
}

.logo2_logo {
  max-height: 3.5rem;
}

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

.logo3_logo {
  max-height: 3.5rem;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

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

.logo1_logo {
  max-height: 3.5rem;
}

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

.banner10_component {
  z-index: 4;
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  position: static;
  top: 0;
}

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

.banner5_wrapper {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.banner5_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner5_close-button {
  margin-left: 1rem;
}

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

.logo4_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
}

.logo4_wrapper {
  background-color: var(--base-color-neutral--neutral-lightest);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.logo4_logo {
  max-height: 3.5rem;
}

.header20_image {
  width: 100%;
  height: 100%;
}

.header20_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

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

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

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

.tab-pane-tab-2, .tabs-content {
  border-radius: 50px;
}

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

.blog8_featured-item {
  border: 1px solid var(--border-color--border-primary);
  margin-bottom: 4rem;
  display: flex;
}

.blog8_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog8_featured-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.blog8_category {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

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

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

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

.blog8_menu-link.current.w--current {
  border-style: none;
  border-color: var(--border-color--border-primary);
}

.blog8_menu-link.current.selected.w--current {
  border-width: 1px;
  border-radius: 0;
}

.blog8_menu-link.selected {
  border-color: var(--grey);
}

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

.blog8_featured-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.blog8_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog8_item-link {
  width: 100%;
  text-decoration: none;
}

.blog8_item {
  border: 1px solid var(--border-color--border-primary);
}

.blog8_title-wrapper {
  margin-bottom: .5rem;
}

.blog8_title-wrapper.featured-article {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog8_featured-image {
  aspect-ratio: 8 / 6;
  object-fit: cover;
  width: 100%;
}

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

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

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

.section_cta4 {
  position: relative;
}

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

.cta4_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.navbar1_menu-button {
  padding: 0;
}

.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;
  display: flex;
}

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

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

.navbar1_dropdown-link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

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

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_component {
  z-index: 3;
  clear: both;
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

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

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

.navbar1_link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

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

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

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

.blog-post_header_image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.blog-post_header_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post_header_content-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post_header_category-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

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

.blog-post_header_image {
  aspect-ratio: 5 / 2;
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

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

.blog-post_body_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

.blog-post_body_content {
  -webkit-text-stroke-color: var(--base-color-neutral--neutral-darkest);
  margin-bottom: 4rem;
}

.blog-post_body_content.black {
  color: var(--base-color-brand--black);
  font-size: 1rem;
}

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

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

.blog-post_body_divider {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post_body_tag-item {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.blog-post_body_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-post_body_tag-list-wrapper {
  width: 50%;
}

.blog-post_body_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-post_testimonial_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-post_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.blog-post_testimonial_logo {
  max-height: 3.5rem;
}

.blog-post_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

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

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

.section_blog-post_cta {
  position: relative;
}

.blog-post_faq_answer {
  overflow: hidden;
}

.blog-post_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.blog-post_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.blog-post_faq_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.blog-post_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

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

.blog-post_gallery_image-wrapper {
  width: 100%;
}

.blog-post_gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

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

.blog-post_gallery_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post_blog-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog-post_blog-list_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

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

.blog-post_blog-list_component {
  flex-direction: column;
  align-items: center;
}

.blog-post_blog-list_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog-post_blog-list_category-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

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

.blog-post_blog-list_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post_blog-list_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

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

.footer5_social-link {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.footer5_link {
  color: var(--link-color--link-primary);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

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

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

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

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

.footer5_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

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

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

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

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

.footer5_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  color: var(--base-color-brand--black);
  font-size: 1.15rem;
}

.text-block-4, .text-block-5 {
  color: var(--grey);
}

.indent {
  color: var(--base-color-brand--black);
  padding-left: 30px;
  font-size: 1.15rem;
}

.paragraph-7, .paragraph-8 {
  color: var(--base-color-brand--black);
  font-size: 1.15rem;
}

.cta2_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

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

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

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

.cta2_image {
  width: 100%;
  height: 100%;
}

.navbar {
  overflow: hidden;
}

.heading-14 {
  color: var(--ecotoss-green-font);
}

.heading-15 {
  color: var(--ecotoss-green-font);
  -webkit-text-stroke-color: var(--ecotoss-green-font);
}

.heading-16, .heading-17 {
  color: var(--ecotoss-green-font);
}

.paragraph-9, .paragraph-10 {
  color: var(--grey);
}

.green {
  color: var(--ecotoss-green-font);
}

.paragraph-11 {
  color: var(--grey);
}

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

.text-size-medium-6.grey {
  color: var(--grey);
}

.heading-18, .heading-19 {
  color: var(--ecotoss-green-font);
}

.text-block-6 {
  box-sizing: border-box;
  border: 0 solid gray;
  border-radius: 0;
  padding: .5rem 1.25rem;
  display: block;
}

.div-block-2 {
  -webkit-text-stroke-color: var(--base-color-neutral--black);
  border: 1px solid gray;
}

.section_cta26 {
  background-color: #c78d8d;
  position: relative;
}

.text-size-medium-7 {
  color: var(--base-color-brand--white);
  font-size: 1.125rem;
}

.cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.bold-text, .no-blog {
  color: var(--background-color-ecotoss);
}

.grey {
  color: var(--base-color-brand--black);
}

.section_banner13 {
  overflow: hidden;
}

.banner13_component {
  white-space: nowrap;
  flex-direction: column;
  display: flex;
}

.banner13_heading-top {
  font-size: 6rem;
}

.banner13_heading-bottom {
  align-self: flex-end;
  font-size: 6rem;
}

.button-4 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.header104_component {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.header104_heading-span {
  background-image: url('../images/Placeholder-Image---Landscape.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 11.5rem;
}

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

.section_header104 {
  position: relative;
}

.header104_heading {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

.section_header60 {
  position: relative;
}

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

.heading-20 {
  margin-left: 0;
}

.container {
  padding-left: 0%;
}

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

.text-size-medium-11.black {
  color: var(--base-color-brand--black);
}

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

.green-font {
  color: var(--ecotoss-green-font);
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: .5rem;
  position: absolute;
}

.button-5 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.button-5.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

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

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

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

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

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

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

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

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

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

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

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

.section_header54 {
  position: relative;
}

.subscription_feature_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

.subscription_feature_image {
  width: 100%;
  height: 100%;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

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

.subscription_features-list_item-icon-wrapper {
  display: inline-block;
}

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

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

.subscription_features-list_item {
  text-align: center;
  width: 100%;
}

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

.subscription_pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.subscription_pricing_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.subscription_pricing_content-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

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

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

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

.subscription_pricing_plan {
  border: 1px solid var(--border-color--border-primary);
  padding: 2rem;
}

.subscription_pricing_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

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

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

.subscription_pricing-comparison_plans {
  width: 100%;
}

.subscription_pricing-comparison_top-row-price {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.subscription_pricing-comparison_top-row-content {
  border-left: 1px solid var(--border-color--border-primary);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.subscription_pricing-comparison_row-content {
  border-left: 1px solid var(--border-color--border-primary);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.subscription_pricing-comparison_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.subscription_pricing-comparison_heading-row {
  border-bottom: 1px solid var(--border-color--border-primary);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.subscription_pricing-comparison_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.subscription_pricing-comparison_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.subscription_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.form_input-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--base-color-neutral--black);
  border-radius: 0;
  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;
}

.signup-form-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.section_subscription_cta-form {
  position: relative;
}

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

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

.subscription_testimonial_rating-wrapper {
  display: flex;
}

.subscription_testimonial_logo {
  max-height: 3rem;
}

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

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

.subscription_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.subscription_testimonial_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
}

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

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

.subscription_contact_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

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

.subscription_contact_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.subscription_contact_map-wrapper {
  width: 100%;
  height: 35rem;
  position: relative;
}

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

.footer3_menu-wrapper-2 {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_social-link-2 {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

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

.footer3_link-2 {
  color: var(--link-color--link-primary);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

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

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

.heading-21 {
  margin-top: 2rem;
}

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

.button-6 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-6.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-6.is-secondary.is-buy-now-button {
  border-width: 2px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.product-header9_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.product-header9_rating-icon {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

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

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

.product-header9_rating-wrapper {
  margin-bottom: .25rem;
  display: flex;
}

.product-header9_lightbox-thumbnail {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.product-header9_lightbox-video {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_product-header9 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  position: relative;
}

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

.product-header9_details {
  overflow: hidden;
}

.divider-vertical {
  width: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  align-self: stretch;
}

.product-header9_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.breadcrumb-divider-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.product-header9_list-wrapper {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

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

.product-header9_reviews-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lightbox-play-icon-2 {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.heading-style-h4-3 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-header9_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: -28px;
  padding-bottom: 0;
  display: flex;
}

.breadcrumb-link-6 {
  text-decoration: none;
}

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

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

.product-header9_accordion-wrapper {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-header9_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.pricing4_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.product-header9_content-right {
  position: sticky;
  top: 8rem;
}

.rich-text-block {
  font-size: 1.15rem;
}

.rich-text-block-2 {
  font-size: 1.1rem;
}

.home_faq_accordion-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .layout417_content {
    height: 100svh;
  }

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

  .layout417_title {
    font-size: 7.5rem;
  }

  .navbar13_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

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

  .navbar13_menu {
    background-color: #0000;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

  .navbar13_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .navbar13_container {
    grid-template-columns: auto 1fr;
    width: 100%;
  }

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

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

  .navbar13_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar13_menu-link-wrapper {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--border-color--border-primary);
    background-color: var(--base-color-neutral--white);
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .navbar13_menu-button {
    padding: 0;
  }

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

  .navbar13_button-wrapper {
    align-items: center;
  }

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

  .navbar13_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .navbar13_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

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

  .navbar13_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .home_hero-header_content {
    height: 100svh;
  }

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

  .home_hero-header_title {
    font-size: 7.5rem;
  }

  .home_feature_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .home_feature_content-item.content-item-1 {
    margin-bottom: 0;
  }

  .home_feature_content-item.content-item-2, .home_feature_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .home_feature_content-item.content-item-4 {
    margin-bottom: 0;
  }

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

  .home_feature_image {
    height: 30rem;
  }

  .home_how-it-works_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_how-it-works_timeline-step {
    grid-column-gap: 24px;
  }

  .home_cta_button-row {
    flex: none;
  }

  .home_cta_card {
    grid-column-gap: 3rem;
    padding: 2rem;
  }

  .home_cta_content {
    margin-right: 3rem;
  }

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

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

  .home_cta_component-2 {
    grid-column-gap: 3rem;
  }

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

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

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

  .home_feature_image-2 {
    height: 30rem;
  }

  .layout357_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .layout357_content-item.content-item-1 {
    margin-bottom: 0;
  }

  .layout357_content-item.content-item-2 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .layout357_content-item.content-item-4 {
    margin-bottom: 0;
  }

  .layout357_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

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

  .layout357_image {
    height: 30rem;
  }

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

  .home_layout_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .home_layout_content-item.content-item-1 {
    margin-bottom: 0;
  }

  .home_layout_content-item.content-item-2, .home_layout_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .home_layout_content-item.content-item-4 {
    margin-bottom: 0;
  }

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

  .home_layout_image {
    height: 30rem;
  }

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

  .home_2_layout_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .home_2_layout_content-item.content-item-1 {
    margin-bottom: 0;
  }

  .home_2_layout_content-item.content-item-2, .home_2_layout_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .home_2_layout_content-item.content-item-4 {
    margin-bottom: 0;
  }

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

  .home_2_layout_image {
    height: 30rem;
  }

  .home_3_feature_component, .home_4_feature_component, .home_5_feature_component, .home_6_benefits_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_7_how-it-works_list {
    grid-column-gap: 2rem;
  }

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

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

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

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

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

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

  .navbar11_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

  .navbar11_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

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

  .navbar11_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

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

  .navbar11_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .header15_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

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

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

  .header49_component, .layout42_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .product-header1_component {
    padding-bottom: 2.5rem;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .product-header2_content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr minmax(16rem, .5fr);
    max-width: 100%;
  }

  .product-header2_component {
    padding-bottom: 2.5rem;
  }

  .product-header2_modal-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product-header7_gallery-slider {
    position: static;
  }

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

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

  .product-header7_image-wrapper {
    padding-top: 120%;
  }

  .product-header7_slider {
    height: auto;
  }

  .product-header7_gallery-slider-2 {
    position: static;
  }

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

  .contact-modal1_content-wrapper, .signup-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

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

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

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

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

  .blog8_featured-item-content {
    padding: 2rem;
  }

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

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

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

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

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

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

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .blog-post_header_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .blog-post_body_content {
    margin-bottom: 3rem;
  }

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

  .blog-post_blog-list_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer5_social-icons {
    margin-bottom: 2rem;
  }

  .footer5_newsletter-wrapper {
    justify-content: flex-start;
    margin-bottom: 4.5rem;
    display: block;
  }

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

  .footer5_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer5_form-block {
    min-width: auto;
  }

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

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

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

  .banner13_heading-top, .banner13_heading-bottom {
    font-size: 4rem;
  }

  .header104_heading-span {
    padding-right: 7.5rem;
  }

  .header104_heading {
    font-size: 3.25rem;
  }

  .header49_content, .header60_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

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

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .button-5.max-width-full.is-subscription_pricing-comparison-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

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

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

  .subscription_features-list_list {
    grid-column-gap: 2rem;
  }

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

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

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

  .subscription_pricing-comparison_top-row-price {
    font-size: 3.25rem;
  }

  .subscription_pricing-comparison_top-row-content {
    padding: 1.5rem 1rem;
  }

  .subscription_pricing-comparison_row-content.is-first {
    border-left-style: none;
  }

  .signup-form-wrapper-2 {
    grid-column-gap: 1rem;
  }

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

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

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

  .subscription_contact_map-wrapper {
    height: 30rem;
  }

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

  .product-header9_lightbox-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .layout417_list {
    min-height: 24.5rem;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: 0;
  }

  .layout417_card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .layout417_title-wrapper {
    padding-top: 5rem;
    inset: 0% 0% auto;
  }

  .layout417_content {
    grid-template-rows: auto;
    grid-template-columns: 30rem;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

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

  .layout417_title {
    font-size: 5.5rem;
  }

  .navbar13_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar13_menu-link-wrapper {
    padding: 1.25rem;
  }

  .navbar13_component {
    margin-top: 1.25rem;
  }

  .home_hero-header_list {
    min-height: 24.5rem;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: 0;
  }

  .home_hero-header_card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .home_hero-header_title-wrapper {
    padding-top: 5rem;
    inset: 0% 0% auto;
  }

  .home_hero-header_content {
    grid-template-rows: auto;
    grid-template-columns: 30rem;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

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

  .home_hero-header_title {
    font-size: 5.5rem;
  }

  .home_feature_content-item {
    padding-bottom: 2rem;
  }

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

  .home_how-it-works_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home_how-it-works_component {
    grid-template-columns: 1fr;
  }

  .home_how-it-works_progress-bar-wrapper {
    left: 2rem;
  }

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

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

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

  .home_cta_content {
    margin-right: 0;
  }

  .home_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home_faq_icon-wrapper {
    width: 1.75rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

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

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

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

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

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

  .home_cta_component-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .layout357_content-item {
    padding-bottom: 2rem;
  }

  .layout357_content-layout, .blog4_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog4_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog4_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog4_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .home_layout_content-item {
    padding-bottom: 2rem;
  }

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

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

  .home_2_layout_content-item {
    padding-bottom: 2rem;
  }

  .home_2_layout_content-layout, .home_3_feature_component, .home_4_feature_component, .home_5_feature_component, .home_6_benefits_component, .home_7_how-it-works_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_10_faq_question {
    padding: 1rem 1.25rem;
  }

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

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

  .home_10_faq_icon-wrapper {
    width: 1.75rem;
  }

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

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

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

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

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

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

  .navbar11_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_component {
    min-height: 4rem;
  }

  .navbar11_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .header15_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

  .header49_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-3, .text-size-medium-4 {
    font-size: 1rem;
  }

  .layout42_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .product-header1_component {
    padding-bottom: 1.5rem;
  }

  .product-header1_accordion-icon {
    width: 1.75rem;
  }

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

  .product-header1_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header1_gallery {
    grid-template-columns: 1fr;
  }

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

  .product-header2_content-bottom {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .product-header2_list {
    display: none;
  }

  .product-header2_component {
    padding-bottom: 1.5rem;
  }

  .product-header2_content-top {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    display: flex;
  }

  .product-header2_breadcrumb {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .product-header2_gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .product-header2_modal-content-wrapper {
    padding-bottom: 7rem;
  }

  .product-header7_gallery-slider {
    grid-template-columns: 1fr;
  }

  .product-header7_component {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .product-header7_gallery-slider-2 {
    grid-template-columns: 1fr;
  }

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

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .contact-modal1_component {
    align-items: flex-start;
  }

  .signup-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .signup-modal1_component {
    align-items: flex-start;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .logo2_wrapper {
    padding: .75rem 1rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_logo {
    max-height: 3rem;
  }

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

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .logo1_component {
    padding-top: 1rem;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

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

  .banner5_wrapper {
    padding-right: .5rem;
  }

  .banner5_content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1rem;
  }

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

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

  .logo4_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo4_logo {
    max-height: 3rem;
  }

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

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

  .blog8_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

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

  .blog8_featured-item {
    margin-bottom: 3.5rem;
  }

  .blog8_featured-item-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .blog8_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog8_featured-item-content {
    padding: 1.5rem;
  }

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

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

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

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

  .blog-post_header_image-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post_header_content-bottom {
    flex-direction: column;
  }

  .blog-post_header_author-wrapper, .blog-post_body_content {
    margin-bottom: 2rem;
  }

  .blog-post_body_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .blog-post_faq_icon-wrapper {
    width: 1.75rem;
  }

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

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

  .blog-post_blog-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
  }

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

  .footer5_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

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

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

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

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

  .text-size-medium-5, .text-size-medium-6, .text-size-medium-7 {
    font-size: 1rem;
  }

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

  .header104_heading-span {
    padding-right: 5.75rem;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .header104_heading {
    font-size: 2.5rem;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .header49_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .header60_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-11 {
    font-size: 1rem;
  }

  .button-5.is-navbar2-button {
    padding: .25rem 1rem;
  }

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

  .navbar2_component {
    min-height: 4rem;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

  .subscription_feature_content, .subscription_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .subscription_pricing_feature-list {
    grid-template-columns: 1fr;
  }

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

  .subscription_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .subscription_pricing-comparison_empty-space {
    display: none;
  }

  .subscription_pricing-comparison_top-row-price {
    font-size: 2.5rem;
  }

  .subscription_pricing-comparison_top-row-content.is-first {
    border-left-style: none;
  }

  .subscription_pricing-comparison_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subscription_pricing-comparison_row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subscription_pricing-comparison_feature {
    border-bottom: 1px solid var(--border-color--border-primary);
    padding-right: 1rem;
  }

  .subscription_pricing-comparison_top-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .subscription_faq_list {
    grid-row-gap: 2.5rem;
  }

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

  .subscription_testimonial_client {
    align-items: center;
    width: 100%;
  }

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

  .subscription_contact_map-wrapper {
    height: 25rem;
  }

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

  .footer3_menu-wrapper-2 {
    grid-column-gap: 1.5rem;
  }

  .text-size-medium-13, .text-size-medium-14 {
    font-size: 1rem;
  }

  .logo1_list {
    padding-top: 1rem;
  }

  .product-header9_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header9_component {
    grid-row-gap: 3rem;
  }

  .text-size-medium-15 {
    font-size: 1rem;
  }

  .product-header9_list {
    grid-template-columns: 1fr;
  }

  .divider-vertical {
    display: none;
  }

  .product-header9_accordion-icon {
    width: 1.75rem;
  }

  .product-header9_content-left {
    grid-template-columns: 1fr;
  }

  .product-header9_list-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .layout417_list {
    margin-top: 3rem;
  }

  .layout417_content {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .layout417_title {
    font-size: 3.25rem;
  }

  .home_hero-header_list {
    margin-top: 3rem;
  }

  .home_hero-header_content {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home_hero-header_component {
    grid-template-columns: 1fr;
  }

  .home_hero-header_title {
    font-size: 3.25rem;
  }

  .home_feature_content-layout {
    grid-template-columns: 1fr;
  }

  .home_feature_image {
    height: 25rem;
  }

  .home_how-it-works_component {
    grid-template-columns: 1fr;
  }

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

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .home_hero-header_component-2, .home_hero-header_component-3, .home_hero-header_component-4 {
    grid-template-columns: 1fr;
  }

  .home_feature_image-2 {
    height: 25rem;
  }

  .layout357_content-layout {
    grid-template-columns: 1fr;
  }

  .layout357_image {
    height: 25rem;
  }

  .blog4_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home_layout_content-layout {
    grid-template-columns: 1fr;
  }

  .home_layout_image {
    height: 25rem;
  }

  .home_1_hero-header_component, .home_2_layout_content-layout {
    grid-template-columns: 1fr;
  }

  .home_2_layout_image {
    height: 25rem;
  }

  .home_3_feature_component, .home_4_feature_component, .home_4_feature_item-list, .home_5_feature_item-list, .home_5_feature_component, .home_6_benefits_component, .home_7_how-it-works_list {
    grid-template-columns: 1fr;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .header15_content-wrapper {
    grid-template-columns: 1fr;
  }

  .layout219_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .header49_component, .layout42_component, .product-header1_layout, .layout242_list, .product-header2_modal-list {
    grid-template-columns: 1fr;
  }

  .product-header2_tabs-menu {
    align-items: flex-start;
  }

  .product-header2_list, .product-header2_gallery, .product-header7_component {
    grid-template-columns: 1fr;
  }

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

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

  .contact-modal1_component, .signup-modal1_component {
    display: none;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .logo3_list {
    justify-content: center;
  }

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

  .logo1_component {
    justify-content: center;
  }

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

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

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

  .header20_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog8_item-content, .blog8_featured-item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-post_header_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post_header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post_body_tag-list {
    justify-content: flex-start;
  }

  .blog-post_body_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post_body_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post_body_tag-list-wrapper {
    width: 100%;
  }

  .blog-post_body_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post_faq_component {
    grid-template-columns: 1fr;
  }

  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer5_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

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

  .banner13_heading-top, .banner13_heading-bottom {
    font-size: 3rem;
  }

  .header104_heading-span {
    padding-right: 4rem;
  }

  .header104_heading-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .header104_heading {
    font-size: 1.75rem;
  }

  .header49_content, .header60_content {
    grid-template-columns: 1fr;
  }

  .button-5.max-width-full.is-subscription_pricing-comparison-button {
    padding: .25rem .75rem;
  }

  .subscription_feature_content, .subscription_features-list_list, .subscription_pricing_content, .subscription_pricing_content-list {
    grid-template-columns: 1fr;
  }

  .subscription_pricing-comparison_top-row-price {
    font-size: 1.5rem;
  }

  .subscription_pricing-comparison_top-row-content {
    padding: 1rem .5rem;
  }

  .signup-form-wrapper-2 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .subscription_testimonial_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .subscription_contact_contact-list, .subscription_contact_content {
    grid-template-columns: 1fr;
  }

  .footer3_menu-wrapper-2 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .logo1_list {
    justify-content: center;
  }

  .product-header9_component {
    grid-template-columns: 1fr;
  }

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

#w-node-_389d7751-a47d-0ce5-5f3d-810001cc487e-fdc45df6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5b4a591f-8fbe-68db-bb60-f62e257d48dc-fdc45df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b4a591f-8fbe-68db-bb60-f62e257d48dd-fdc45df6 {
  justify-self: center;
}

#w-node-_50bb1b80-367d-00f2-6db9-f67c5818554f-fdc45df6, #w-node-_50bb1b80-367d-00f2-6db9-f67c58185554-fdc45df6, #w-node-_50bb1b80-367d-00f2-6db9-f67c58185559-fdc45df6, #w-node-_50bb1b80-367d-00f2-6db9-f67c5818555e-fdc45df6, #w-node-_50bb1b80-367d-00f2-6db9-f67c58185563-fdc45df6, #w-node-_50bb1b80-367d-00f2-6db9-f67c58185568-fdc45df6, #w-node-_50bb1b80-367d-00f2-6db9-f67c5818556d-fdc45df6, #w-node-_50bb1b80-367d-00f2-6db9-f67c58185572-fdc45df6 {
  align-self: start;
}

#w-node-d60f7964-5e92-2c76-e8e5-f11f536b332c-fdc45df6, #w-node-_17a2badd-3ad9-c04a-d6aa-398abe2d7459-fdc45df6, #w-node-d60f7964-5e92-2c76-e8e5-f11f536b3332-fdc45df6, #w-node-_8511b2af-bf79-e18e-9e0f-1d52d6dc65c2-fdc45df6, #w-node-_6e542418-c7b2-bc30-8e3b-3029143ce9d3-fdc45df6, #w-node-f94f5894-14b7-1450-0961-5f0f1cc18c11-fdc45df6, #w-node-f8a6d6e2-5df3-3186-b598-8cd789f6b2c9-fdc45df6, #w-node-_3e47855b-2198-0922-99be-47c18893383d-fdc45df6 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-fdc45e0e {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-fdc45e0e {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-fdc45e0e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-fdc45e0e, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-fdc45e0e, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-fdc45e0e, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-fdc45e0e, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-fdc45e0e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-fdc45e0e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-fdc45e0e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-fdc45e0e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-fdc45e0e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-fdc45e0e {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-fdc45e0e {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-fdc45e0e {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-fdc45e0e, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-fdc45e0e, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-fdc45e0e {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-fdc45e0e, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-fdc45e0e, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-fdc45e0e {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-fdc45e0e, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-fdc45e0e, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-fdc45e0e {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-fdc45e0e, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-fdc45e0e, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-fdc45e0e {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-fdc45e0e, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-fdc45e0e, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-fdc45e0e {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-fdc45e0e, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-fdc45e0e, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-fdc45e0e {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-fdc45e0e, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-fdc45e0e, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-fdc45e0e {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-fdc45e0e, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-fdc45e0e, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-fdc45e0e {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-fdc45e0e, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-fdc45e0e {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-fdc45e0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-fdc45e0e {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-fdc45e0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-fdc45e0e, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-fdc45e0e, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-fdc45e0e, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-fdc45e0e, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-fdc45e0e, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-fdc45e0e {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-fdc45e0e, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-fdc45e0e, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-fdc45e0e {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-fdc45e0e, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-fdc45e0e, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-fdc45e0e {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-fdc45e0e, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-fdc45e0e, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-fdc45e0e {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-fdc45e0e, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-fdc45e0e, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-fdc45e0e {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-fdc45e0e, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-fdc45e0e, #w-node-ee961e8d-845a-edc3-3307-509470022457-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-fdc45e0e {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-fdc45e0e, #w-node-ee961e8d-845a-edc3-3307-50947002245b-fdc45e0e, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-fdc45e0e {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-fdc45e0e, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-fdc45e0e, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-fdc45e0e {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-fdc45e0e, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-fdc45e0e, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-fdc45e0e {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-fdc45e0e, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-fdc45e0e, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-fdc45e0e {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-fdc45e0e, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-fdc45e0e, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-fdc45e0e {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-fdc45e0e, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-fdc45e0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-fdc45e0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-fdc45e0e {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-fdc45e0e {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-fdc45e0e {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-fdc45e0e {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-fdc45e0e {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-fdc45e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-fdc45e0e {
  justify-self: start;
}

#w-node-b6d466ce-3bea-6f7e-4805-da0740d8d058-0cdaa78f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6d466ce-3bea-6f7e-4805-da0740d8d059-0cdaa78f, #w-node-fded92fa-023a-7bd6-c291-1c39c6d888b2-0cdaa78f {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-0ce06bad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-0ce06bad {
  justify-self: center;
}

#w-node-b6d466ce-3bea-6f7e-4805-da0740d8d058-69d18b12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6d466ce-3bea-6f7e-4805-da0740d8d059-69d18b12, #w-node-fded92fa-023a-7bd6-c291-1c39c6d888b2-69d18b12 {
  justify-self: center;
}

#w-node-b6d466ce-3bea-6f7e-4805-da0740d8d058-df09d500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6d466ce-3bea-6f7e-4805-da0740d8d059-df09d500, #w-node-fded92fa-023a-7bd6-c291-1c39c6d888b2-df09d500 {
  justify-self: center;
}

#w-node-b6d466ce-3bea-6f7e-4805-da0740d8d058-f3b5d633 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6d466ce-3bea-6f7e-4805-da0740d8d059-f3b5d633, #w-node-fded92fa-023a-7bd6-c291-1c39c6d888b2-f3b5d633 {
  justify-self: center;
}

#w-node-b6d466ce-3bea-6f7e-4805-da0740d8d058-b86d7135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6d466ce-3bea-6f7e-4805-da0740d8d059-b86d7135, #w-node-fded92fa-023a-7bd6-c291-1c39c6d888b2-b86d7135 {
  justify-self: center;
}

#w-node-f210540a-f946-881f-f9a5-7dd97d4ee749-e20e6f97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f210540a-f946-881f-f9a5-7dd97d4ee74a-e20e6f97 {
  justify-self: center;
}

#w-node-f9d2bc1c-b110-3886-f47d-2cb6816bafe8-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bafee-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816baff4-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb04d-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb056-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb05f-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb079-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb07e-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb083-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb088-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb08d-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb092-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb097-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb09c-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb0a1-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb0a6-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb225-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb22e-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb237-9a469277 {
  align-self: start;
}

#w-node-f210540a-f946-881f-f9a5-7dd97d4ee749-de303d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f210540a-f946-881f-f9a5-7dd97d4ee74a-de303d43 {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-12ef33bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-12ef33bc {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-75328fd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-75328fd3 {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-5a083842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-5a083842 {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-061151e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-061151e3 {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-20d20dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-20d20dd7 {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-c4be5e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-c4be5e0e {
  justify-self: center;
}

#w-node-f210540a-f946-881f-f9a5-7dd97d4ee749-336c2373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f210540a-f946-881f-f9a5-7dd97d4ee74a-336c2373 {
  justify-self: center;
}

#w-node-f210540a-f946-881f-f9a5-7dd97d4ee749-db1b5d1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f210540a-f946-881f-f9a5-7dd97d4ee74a-db1b5d1a {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-7ecb4440 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-7ecb4440 {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-522221bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-522221bd {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-4c52a342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-4c52a342 {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-2a0e6e3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-2a0e6e3c {
  justify-self: center;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab26-db1be14e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bbcd66-998f-ffbe-8ee0-c7865a0dab27-db1be14e {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_389d7751-a47d-0ce5-5f3d-810001cc486b-fdc45df6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_389d7751-a47d-0ce5-5f3d-810001cc487e-fdc45df6 {
    grid-row: 2 / 3;
  }

  #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb0f3-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb100-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb10d-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb11a-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb125-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb131-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb13e-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb14b-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb158-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb161-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb16c-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb179-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb186-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb193-9a469277, #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb19e-9a469277 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f9d2bc1c-b110-3886-f47d-2cb6816bb1f9-9a469277 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Moreganic';
  src: url('../fonts/Moreganic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bloomingmood';
  src: url('../fonts/BloomingMood.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}