@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/AaltoSansPro-MediumIt.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/AaltoSansPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/AaltoSansPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/AaltoSansPro-SemiBoldIt.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/AaltoSansPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/AaltoSansPro-BlackIt.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/AaltoSansPro-BoldIt.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/AaltoSansPro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/Aalto-Sans-Pro-Regular-It.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/Aalto-Sans-Pro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Pro;
  src: url('../fonts/Aalto-Sans-Pro-Light-It.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Aalto Sans Essential Alt;
  src: url('../fonts/Aalto-Sans-Essential-Alt-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aalto Sans Essential;
  src: url('../fonts/Aalto-Sans-Essential-SemiBold-It.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --primary: #ff595a;
  --complement-light-variation: #ffb1b999;
  --text-color: #666;
  --complement-light-color: #ffb1b9;
  --secondary: #005470;
  --complement-dark-color: #666;
  --primary-variation: #ff595acc;
  --text-font: "Aalto Sans Pro", sans-serif;
  --secondary-variation: #005470cc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--primary);
  letter-spacing: .05em;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  color: var(--primary);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--primary);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: var(--primary);
  letter-spacing: .02em;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: underline;
  transition: color .2s;
  display: flex;
}

ul, ol {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  padding-top: 10px;
}

blockquote {
  background-color: var(--complement-light-variation);
  color: var(--text-color);
  text-align: center;
  border-left: 0 solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px 6%;
  font-family: Cormorant Upright, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.top-wrap {
  background-color: var(--complement-light-color);
}

.container-regular {
  border: 1px solid #0000;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.top-wrap-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary);
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.top-wrap-text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.banner-section {
  color: var(--text-color);
  background-color: #ebedf0;
  background-image: url('../images/style-guide-banner-image.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 50px;
  position: relative;
}

.banner-section.about {
  background-color: #efebea;
  background-image: url('../images/about-banner.png');
  background-position: 270px 100%;
}

.banner-section.services {
  background-color: #f7ffe9;
  background-image: url('../images/service-banner-new.png');
  background-position: 80% 240%;
  background-size: auto;
}

.banner-section.service-single {
  background-color: #e4f1f2;
  background-image: url('../images/service-single-banner-new.jpg');
  background-position: 50% 100%;
}

.banner-section.product {
  background-color: #ddecdb;
  background-image: url('../images/product-banner.png');
  background-position: 450px 100%;
}

.banner-section.product-single {
  background-color: #e0e1de;
  background-image: url('../images/product-single-banner.jpg');
  background-position: 40% 0;
}

.banner-section.blog {
  background-color: #e0e1e3;
  background-image: url('../images/blog-banner.png');
  background-position: -130px 100%;
}

.banner-section.blog-single {
  background-color: #edeef0;
  background-image: url('../images/blog-single-banner-new.jpg');
  background-position: 0 100%;
  background-size: auto;
  overflow: hidden;
}

.banner-section.team {
  background-color: #dee1d1;
  background-image: url('../images/team-banner.jpg');
  background-position: -380px 100%;
}

.banner-section.contact {
  background-color: #f2f4f3;
  background-image: url('../images/contact-banner-new.jpg');
  background-position: 40%;
}

.banner-section.changelog {
  background-color: #f9f9f9;
  background-image: url('../images/changelog-banner-new.jpg');
  background-position: 480px 930%;
}

.banner-section.licenses {
  background-color: #f1f1f1;
  background-image: url('../images/licenses-banner.jpg');
  background-position: 0 -150%;
}

.banner-section.password {
  background-color: #edecdc;
  background-image: url('../images/password-banner-new.jpg');
  background-position: 40% -30%;
}

.banner-section.error {
  background-color: #f2f7fa;
  background-image: url('../images/error-bg.png');
  background-position: 140px 100%;
}

.navbar {
  background-color: #0000;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-logo-wrap {
  box-sizing: border-box;
  object-fit: none;
  flex: none;
  padding-left: 0;
  display: block;
}

.nav-link {
  color: var(--text-color);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition-duration: .2s;
}

.nav-link:hover {
  color: var(--secondary);
}

.nav-link.w--current {
  color: var(--secondary);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link.nav-dropdown {
  padding-right: 40px;
}

.nav-left-wrap {
  align-items: center;
  display: flex;
}

.nav-search-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.cart-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.nav-logo {
  vertical-align: baseline;
  object-fit: fill;
  max-width: none;
  display: inline-block;
  overflow: visible;
}

.banner-content-wrap {
  z-index: 2;
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}

.banner-content-wrap.blog-single {
  width: 75%;
}

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

.banner-title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 1;
}

.banner-circle-wrap {
  max-width: 350px;
  max-height: 350px;
  position: absolute;
  inset: auto 10% -175px auto;
}

.style-guide-section {
  padding-top: 300px;
  padding-bottom: 100px;
}

.style-guide-wrap {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-direction: column;
  display: flex;
}

.style-guide-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

.heading-wrap {
  position: relative;
}

.heading-image-wrap {
  min-width: 260px;
  max-width: 260px;
  margin-top: -20px;
}

.heading-image-wrap.top-margin {
  margin-top: -10px;
}

.title-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.title-text {
  margin-top: 0;
  font-size: 70px;
}

.color-box-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.color-card-wrap {
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 200px;
  display: flex;
}

.color-card-wrap.antique-white-bg {
  background-color: var(--complement-dark-color);
}

.color-card-wrap.seashell-bg {
  background-color: var(--complement-light-variation);
}

.color-card-wrap.dark-slate-grey-bg {
  background-color: var(--complement-light-color);
}

.color-card-wrap.white-smoke-bg {
  background-color: var(--primary-variation);
}

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

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

.antique-white-bg {
  background-color: var(--complement-dark-color);
}

.seashell-bg {
  background-color: var(--complement-light-variation);
}

.dark-slate-grey-bg {
  background-color: var(--complement-light-color);
}

.white-smoke-bg {
  background-color: var(--primary-variation);
}

.paragraph-wrap {
  margin-bottom: 40px;
}

.text-large {
  color: var(--text-color);
  margin-bottom: 20px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.transparent-green-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  border: 1px solid #5f796b;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding: 24px 60px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.transparent-green-button.small {
  overflow-wrap: normal;
  padding-left: 30px;
  padding-right: 30px;
}

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

.button-arrow-wrap {
  justify-content: center;
  align-items: center;
  min-width: 21px;
  max-width: 21px;
  min-height: 20px;
  max-height: 20px;
  line-height: 0;
  display: flex;
  position: relative;
}

.primary-arrow {
  position: absolute;
  inset: 0%;
}

.transparent-white-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding: 24px 60px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.button-bg {
  padding: 20px;
}

.style-guide-icon-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-wrap {
  justify-content: center;
  align-items: center;
  min-height: 160px;
  max-height: 160px;
}

.footer-section {
  background-color: var(--primary-variation);
  padding-top: 20px;
  padding-bottom: 20px;
}

.order-wrap {
  background-color: var(--primary-variation);
  color: var(--white);
  text-align: center;
  padding: 20px 60px;
  font-weight: 300;
  text-decoration: none;
}

.order-wrap:hover {
  color: var(--secondary);
}

.footer-top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.footer-left-wrap {
  border: 1px solid #0000;
  flex-direction: column;
  padding-top: 40px;
  padding-right: 10%;
  display: flex;
}

.footer-center-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  border: 1px solid #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 5%;
  display: flex;
}

.footer-right-wrap {
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 8%;
  display: flex;
}

.footer-widget-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-adderss-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.footer-address-wrap {
  max-width: 240px;
  margin-bottom: 35px;
}

.footer-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  color: var(--secondary);
}

.footer-link-wrap {
  flex-direction: column;
  display: flex;
}

.footer-link-wrap.invert {
  text-align: right;
}

.footer-text {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.footer-social-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.footer-social-link {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
  transition-property: background-color;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--primary);
}

.footer-bottom-wrap {
  text-align: center;
  margin-top: 30px;
}

.footer-bottom-wrap-text {
  color: var(--white);
  letter-spacing: .01em;
  margin-bottom: 10px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-bottom-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.copyright-wrap {
  text-align: center;
  border: 1px solid #0000;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-copyright-link {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
}

.footer-copyright-link:hover {
  color: var(--secondary);
}

.home-banner-section {
  background-color: #f0eff4;
  background-image: url('../images/banner_pag_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 30px;
  position: relative;
}

.home-banner-content-wrap {
  margin-top: 180px;
}

.home-banner-wrap {
  max-width: 550px;
  position: relative;
}

.banner-subtitle {
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-weight: 300;
}

.home-banner-button-wrap {
  margin-bottom: 100px;
  display: flex;
}

.home-banner-circle-wrap {
  max-width: 27%;
  position: absolute;
  inset: 425px 7.5% auto auto;
}

.home-banner-image-wrap {
  margin-bottom: -120px;
  padding-top: 160px;
  display: inline-block;
}

.home-banner-left-image-wrap {
  display: none;
  position: absolute;
  inset: -90px auto auto -220px;
}

.journey-section {
  background-image: url('../images/journey-bg.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 250px;
  padding-bottom: 150px;
}

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

.section-title {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.subscribe-section {
  background-image: url('../images/subscribe-form-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

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

.subscribe-overlay {
  background-color: #333d3acc;
  position: absolute;
  inset: 0%;
}

.subscribe-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.subscribe-subtitle {
  color: var(--white);
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.subscribe-subtitle-wrap {
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.subscribe-subtitle-image-wrap {
  min-width: 68px;
  max-width: 68px;
  min-height: 138px;
  max-height: 138px;
  margin-left: -30px;
}

.subscribe-title-wrap {
  align-items: center;
  display: flex;
}

.subscribe-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.subscribe-text-field {
  color: var(--white);
  text-transform: capitalize;
  background-color: #3c4945;
  border: 1px solid #0000;
  border-radius: 300px;
  height: 70px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  box-shadow: 0 16px 121px #222d29;
}

.subscribe-text-field:focus {
  border-color: var(--white);
}

.subscribe-text-field::placeholder {
  color: #d7d7d7;
}

.subscribe-form-block {
  margin-bottom: 0;
}

.feature-section {
  padding-top: 240px;
  padding-bottom: 0;
}

.feature-grid {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.feature-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto 1.25fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr;
  grid-auto-columns: 2.5fr;
  min-height: 356px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-left: 15%;
  padding-right: 15%;
  display: grid;
}

.feature-card.title {
  max-width: 40%;
  margin-top: 5%;
  padding-left: 0%;
  padding-right: 0%;
}

.feature-card-title {
  pointer-events: auto;
  color: var(--primary);
  text-align: center;
  overflow-wrap: normal;
  cursor: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.feature-card-title:hover {
  color: var(--secondary);
}

.feature-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary);
  align-items: center;
  margin-top: 20px;
  transition-property: all;
  display: flex;
}

.feature-link:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-decoration: none;
}

.feature-title-wrap {
  flex-flow: column;
  align-items: center;
  padding-top: 19px;
  display: flex;
}

.testimonial-section {
  background-color: var(--complement-light-variation);
  padding-top: 140px;
  padding-bottom: 140px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-mask {
  overflow: hidden;
}

.testimonial-slide {
  margin-right: 40px;
}

.testimonial-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-name-image-wrap {
  align-items: center;
  display: flex;
}

.testimonial-name {
  color: var(--secondary);
  -webkit-text-stroke-color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-weight: 500;
}

.testimonial-name-wrap {
  text-align: right;
  position: relative;
}

.testimonial-image-wrap {
  min-width: 133px;
  max-width: 133px;
  min-height: 261px;
  max-height: 261px;
  margin-left: -50px;
}

.testimonial-text-wrap {
  max-width: 550px;
}

.testimonial-arrow {
  border: 1px solid var(--primary);
  -webkit-text-stroke-color: var(--secondary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
  inset: auto 0% 20px;
}

.testimonial-arrow.left {
  left: -11%;
}

.testimonial-slide-nav {
  display: none;
}

.plant-section {
  padding-top: 150px;
  padding-bottom: 110px;
}

.section-title-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.subtitle-wrap {
  align-items: center;
  display: flex;
}

.subtitle-image-wrap {
  min-width: 68px;
  max-width: 68px;
  min-height: 132px;
  max-height: 132px;
  margin-left: -20px;
}

.subtitle-image {
  width: 100%;
}

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

.plant-grid-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.plant-card {
  margin-bottom: 40px;
  position: relative;
}

.plant-image-wrap, .plant-image {
  width: 100%;
}

.plant-content-wrap {
  text-align: center;
  padding-top: 25px;
}

.plant-card-price {
  color: var(--secondary);
  -webkit-text-stroke-color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.plant-card-price.small {
  font-size: 25px;
  font-weight: 400;
}

.plant-card-title {
  color: var(--primary);
  justify-content: center;
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.plant-card-title:hover {
  color: var(--secondary);
}

.plant-sale-status {
  z-index: 2;
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  padding: 14px 25px;
  text-decoration: none;
  position: absolute;
  inset: 5% auto auto 8%;
}

.plant-overlay-content-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  flex-direction: column;
  max-width: 320px;
  padding: 40px 40px 30px;
  display: flex;
  position: absolute;
  inset: auto 4% 3% auto;
}

.plant-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--primary);
  align-items: center;
  text-decoration: none;
  transition-property: all;
  display: flex;
}

.plant-link:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.plant-arrow-link-wrap {
  line-height: 0;
}

.plant-vertical-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cart-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.cart-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  align-items: center;
}

.cart-image-wrap {
  max-width: 525px;
}

.cart-wrap-title {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.cart-add-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.cart-quantity-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

.cart-total-item-wrap {
  border: 1px solid var(--primary);
  justify-content: center;
  align-items: center;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
}

.cart-button-wrap {
  margin-top: 35px;
}

.primary-button {
  background-color: var(--primary-variation);
  color: var(--white);
  text-align: center;
  border-radius: 300px;
  padding: 24px 50px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  transition: background-color .2s, color .2s;
}

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

.mg-bottom-20 {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.cart-section-divider {
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 150px;
}

.plant-category-grid {
  grid-column-gap: 35px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.plant-category-image, .plant-category-image-wrap {
  width: 100%;
}

.plant-category-content-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.plant-category-card-title {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.plant-category-card-title:hover {
  color: var(--primary);
}

.plant-category-counter-wrap {
  background-color: var(--primary-variation);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
}

.plant-category-number {
  color: var(--white);
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.home-blog-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.mission-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mission-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.top-image-subtitle-wrap {
  z-index: -1;
  min-width: 261px;
  max-width: 261px;
  min-height: 132px;
  max-height: 132px;
  margin-bottom: -20px;
}

.top-subtitle-wrap {
  position: relative;
}

.mission-image {
  width: 100%;
}

.mission-grid-image-wrap {
  position: relative;
}

.quality-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 160px;
  padding-bottom: 90px;
}

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

.about-page-image {
  width: 100%;
}

.faq-section {
  padding-top: 150px;
}

.faq-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.faq-wrap {
  display: block;
}

.faq-question-wrap {
  grid-column-gap: 20px;
  color: var(--primary);
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-family: Cormorant Upright, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.faq-question-wrap.first {
  padding-top: 0;
}

.faq-answer-wrap {
  background-color: #0000;
  padding-right: 35px;
  display: flex;
  position: static;
  overflow: hidden;
}

.faq-answer {
  margin-bottom: 30px;
  font-size: 22px;
}

.faq-icon {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  position: relative;
}

.faq-white-icon {
  position: absolute;
}

.faq-line {
  border-bottom: 1px solid #7c8b86;
  width: 100%;
  height: 1px;
}

.faq-question {
  white-space: pre-wrap;
}

.faq-section-divider {
  border-bottom: 1px solid #cfcfcf;
  max-width: 1720px;
  height: 1px;
  margin: 120px 7% 200px;
}

.team-title-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.team-title-wrapper {
  z-index: 3;
  position: relative;
}

.team-subtitle-image {
  z-index: -1;
  position: absolute;
  inset: -80% auto auto -20%;
}

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

.team-card {
  position: relative;
}

.team-image {
  width: 100%;
}

.team-content-wrap {
  background-color: #46544fe6;
  justify-content: space-between;
  align-items: center;
  padding: 4%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-desigination {
  color: var(--white);
  margin-bottom: 0;
}

.team-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.team-social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.team-social-link {
  padding: 5px;
  transition-property: transform;
}

.team-social-link:hover {
  transform: translate(0, -3px);
}

.team-content-image-wrap {
  max-width: 100px;
  max-height: 100px;
}

.plant-category-section {
  padding-top: 200px;
  padding-bottom: 150px;
}

.nav-dropdown-icon {
  margin-top: 11px;
  margin-right: 15px;
}

.nav-dropdown-list {
  background-color: var(--white);
  border-radius: 0;
  padding: 15px 20px;
  box-shadow: 0 2px 5px #00000075;
}

.nav-dropdown-list.w--open {
  box-shadow: 0 2px 5px #00000024;
}

.nav-dropdown-link {
  text-transform: uppercase;
  padding: 8px 20px 8px 0;
  font-size: 14px;
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: var(--secondary);
}

.indoor-plant-slider {
  background-color: #0000;
  height: auto;
}

.indoor-slide-mask {
  overflow: hidden;
}

.indoor-plant-card {
  background-color: var(--complement-light-variation);
  padding: 60px;
}

.indoor-plant-arrow {
  display: none;
}

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

.indoor-plant-list-wrap {
  margin-top: 20px;
  padding-left: 25px;
}

.indoor-plant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 22px;
}

.indoor-plant-button-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.indoor-plant-off-text {
  margin-top: 0;
  margin-bottom: 0;
}

.indoor-plant-slide-nav {
  font-size: 11px;
  inset: auto auto 17% 18%;
}

.service-section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.service-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 80px;
}

.service-mask {
  max-width: 570px;
  overflow: visible;
}

.service-slide {
  max-width: 100%;
  margin-right: 30px;
}

.service-slide-nav {
  font-size: 14px;
}

.service-card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border: 3px solid #f8f3ee;
  align-items: center;
  padding: 25px;
  display: flex;
}

.service-image-link {
  min-width: 215px;
  max-width: 217px;
  min-height: 229px;
  max-height: 229px;
}

.service-card-title {
  color: var(--primary);
  font-family: Cormorant Upright, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.service-card-title:hover {
  color: var(--secondary);
}

.service-card-address-title {
  margin-bottom: 0;
  font-size: 22px;
}

.service-contact-link {
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
}

.service-contact-link:hover {
  color: var(--secondary);
}

.service-arrow {
  border: 1px solid var(--primary);
  background-color: #f8f3ee;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
  inset: -24% 0% auto auto;
}

.service-arrow.left {
  right: 6%;
}

.green-wrap {
  background-color: var(--complement-light-variation);
  text-align: center;
  border-radius: 10px;
  padding: 80px 90px 60px;
}

.page-contact-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact-wrap {
  background-color: var(--complement-light-color);
  border-radius: 15px;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 70px;
  display: flex;
}

.contact-title-wrap {
  min-width: 300px;
}

.contact-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.contact-title-image-wrap {
  min-width: 260px;
  min-height: 132px;
}

.contact-link-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.contact-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-link:hover {
  color: var(--secondary);
}

.contact-link-icon-wrap {
  border: 1px solid var(--secondary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
}

.contact-line {
  border-right: 1px solid #7c8b86;
  width: 1px;
  min-height: 100%;
  margin-left: 80px;
  margin-right: 80px;
}

.contact-form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.contact-field-label {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.contact-text-field {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #f8f3ee;
  border-radius: 30px;
  height: 55px;
  margin-bottom: 35px;
  padding-left: 17px;
  font-size: 18px;
}

.contact-text-field:focus {
  border-color: var(--secondary);
}

.contact-text-field::placeholder {
  color: #acacac;
}

.contact-text-field.input {
  height: 160px;
  margin-bottom: 40px;
  padding-top: 15px;
}

.contact-button {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 300px;
  padding: 24px 47px;
  transition: background-color .2s, color .2s;
}

.contact-button:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.service-card-content-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.service-single-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-single-image {
  width: 100%;
}

.service-single-image-wrap {
  margin-bottom: 35px;
}

.indoor-wrap-top-spacing {
  margin-top: 60px;
}

.garden-service-wrap {
  margin-top: 150px;
  margin-bottom: 120px;
}

.garden-service-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.garden-service-image-wrap {
  position: relative;
}

.garden-service-image {
  width: 100%;
}

.garden-image-overlay {
  opacity: 0;
  background-color: #405244cc;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.garden-image-overlay:hover {
  opacity: 1;
}

.service-benefits-grid {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .9fr;
}

.service-benefits-richtext h2 {
  margin-top: 0;
  font-size: 50px;
  line-height: 1;
}

.service-benefits-richtext ul {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.service-benefits-richtext li {
  background-image: url('../images/service-list-icon.svg');
  background-position: 0 47%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
}

.service-benefits-image {
  width: 100%;
}

.service-single-bottom-line {
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.product-section {
  padding-top: 120px;
  padding-bottom: 140px;
}

.relative-wrap {
  position: relative;
}

.product-card-wrap {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: 0%;
}

.product-item-wrap {
  background-color: var(--secondary);
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  position: absolute;
  inset: auto 5% 4% auto;
}

.product-item-line {
  border-bottom: 1px solid var(--white);
  min-width: 18px;
  max-width: 18px;
  min-height: 1px;
  max-height: 1px;
  margin: 15px auto;
}

.product-bottom-line {
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.product-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.product-single-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cart-share-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.cart-share-text {
  margin-bottom: 0;
}

.cart-social-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.cart-social-share-link {
  border: 1px solid #7c8b86;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  transition-property: background-color;
  display: flex;
}

.cart-social-share-link:hover {
  background-color: var(--complement-dark-color);
}

.product-review-wrap {
  margin-top: 75px;
}

.product-single-bottom-line {
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.product-review-tab-menu {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.product-review-tab-link {
  color: #cfcfcf;
  background-color: #0000;
  padding: 0 40px 0 0;
  font-family: Cormorant Upright, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.product-review-tab-link.w--current {
  color: var(--text-color);
  background-color: #0000;
}

.blog-section {
  padding-top: 120px;
  padding-bottom: 80px;
}

.blog-feature-content-wrap {
  padding-top: 40px;
}

.blog-date-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-category {
  color: var(--secondary);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.blog-category:hover {
  color: var(--primary);
}

.blog-date-line {
  border-right: 1px solid #a68e76;
  width: 1px;
  height: 15px;
}

.blog-date {
  color: var(--secondary);
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.blog-title {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  display: inline-block;
}

.blog-title:hover {
  text-decoration: underline;
}

.blog-summary {
  max-width: 950px;
  margin-bottom: 0;
}

.blog-section-divider {
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 90px;
}

.blog-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.blog-card {
  height: 480px;
  margin-bottom: 40px;
}

.blog-image-wrap, .blog-image {
  width: 100%;
}

.blog-content-wrap {
  padding-top: 20px;
}

.blog-single-section {
  padding-top: 120px;
  padding-bottom: 90px;
}

.blog-single-date-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog-single-image-wrap, .blog-single-image {
  width: 100%;
}

.blog-richtext-wrap {
  max-width: 1000px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.blog-richtext h2 {
  font-size: 50px;
  line-height: 1;
}

.blog-richtext ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
}

.blog-richtext li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-richtext blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-richtext ol {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
}

.team-section, .office-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.office-grid {
  grid-column-gap: 120px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  max-width: 1720px;
  height: 140px;
  padding-left: 24px;
  padding-right: 24px;
}

.office-button-wrap {
  margin-top: 35px;
}

.office-image-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.office-medium-image {
  background-color: var(--white);
  max-width: 55%;
  margin-right: 60px;
  padding-left: 3%;
}

.office-large-image {
  background-color: var(--white);
  max-width: 80%;
  margin-top: -40%;
  padding-top: 5%;
  padding-left: 5%;
}

.office-small-image {
  z-index: -1;
  max-width: 47%;
  max-height: 515px;
  position: absolute;
  inset: 14% auto auto 0%;
}

.office-section-divider {
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 90px;
}

.contact-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-top-link-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-top-link-block {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-width: 280px;
  padding: 50px 20px;
  display: flex;
}

.contact-top-icon-wrap {
  border: 1px solid #dfb992;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  max-width: 75px;
  min-height: 75px;
  max-height: 75px;
  margin-bottom: 20px;
  display: flex;
}

.contact-link-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
}

.contact-top-link {
  color: var(--primary);
  font-size: 20px;
  text-decoration: none;
}

.contact-top-link:hover {
  color: var(--secondary);
}

.contact-top-space {
  margin-top: 120px;
}

.contact-page-image {
  width: 100%;
}

.changelog-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.changelog-wrap {
  background-color: var(--primary);
  text-align: center;
  background-image: url('../images/changelog-wrap-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 20px 90px;
  display: flex;
}

.changelog-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 90px;
}

.changelog-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
}

.licenses-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.licenses-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.licenses-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.licenses-text {
  margin-bottom: 0;
  font-size: 22px;
}

.licenses-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.licenses-page-text {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.1;
}

.licenses-link {
  color: var(--primary);
  margin-top: 5px;
  font-size: 22px;
  text-decoration: none;
}

.licenses-link:hover {
  color: var(--secondary);
}

.licenses-link-wrap {
  margin-top: 35px;
}

.licenses-divider-line {
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.licenses-image-link-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.licenses-image-link {
  color: var(--primary);
  font-size: 22px;
  text-decoration: none;
}

.licenses-image-link:hover {
  color: var(--secondary);
}

.licenses-text-link {
  color: var(--secondary);
  text-decoration: none;
  display: inline-block;
}

.licenses-text-link:hover {
  color: var(--complement-light-color);
}

.utility-page-wrap {
  padding-top: 150px;
  padding-bottom: 150px;
}

.utility-page-content {
  text-align: center;
  max-width: 1720px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.utility-page-form {
  background-image: url('../images/password-wrap-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 130px 5%;
}

.password-wrap {
  background-color: var(--primary);
  border-radius: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.password-title {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}

.password-text {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 300;
}

.password-text-field {
  border: 1px solid var(--white);
  color: var(--text-color);
  border-radius: 300px;
  max-width: 430px;
  height: 70px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  font-size: 14px;
}

.password-text-field:focus-visible, .password-text-field[data-wf-focus-visible] {
  border-color: var(--secondary);
}

.transparent-button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 300px;
  padding: 24px 58px;
  transition: background-color .2s, color .2s;
}

.transparent-button:hover {
  background-color: var(--white);
  color: var(--primary);
}

.error-page-text {
  font-size: 22px;
}

.error-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
}

.error-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 240px;
  line-height: 1;
}

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

.error-wrap {
  background-color: var(--complement-light-variation);
  border-radius: 30px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 110px;
  padding-left: 5%;
  padding-right: 5%;
}

.error-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.home-blog-slider-wrap {
  margin-top: 50px;
}

.home-blog-slider {
  background-color: #0000;
  height: auto;
}

.home-blog-mask {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.home-blog-slide {
  margin-left: auto;
  margin-right: auto;
}

.home-blog-slide-nav {
  display: none;
}

.home-blog-right-arrow {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  transition: background-color .2s;
  display: flex;
}

.home-blog-right-arrow:hover {
  background-color: var(--secondary);
}

.home-blog-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.home-blog-left-arrow {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  transition: background-color .2s;
  display: flex;
}

.home-blog-left-arrow:hover {
  background-color: var(--secondary);
}

.home-blog-card {
  border: 1px solid var(--primary);
  background-color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--primary);
  border-radius: 100%;
  min-width: 500px;
  max-width: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 105px;
  padding-left: 55px;
  padding-right: 55px;
}

.home-blog-slide-card {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-blog-collection-list {
  z-index: 10;
  position: relative;
}

.home-blog-left-end {
  z-index: 6;
  opacity: .5;
  position: relative;
  left: 780px;
}

.home-blog-left {
  z-index: 8;
  position: relative;
  left: 400px;
}

.home-blog-right-end {
  z-index: 6;
  opacity: .5;
  position: relative;
  left: -780px;
}

.home-blog-right {
  z-index: 8;
  position: relative;
  left: -400px;
}

.indoor-plant-image {
  width: 100%;
}

.subscribe-success-message {
  background-color: var(--complement-light-color);
  color: var(--white);
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

.subscribe-error-message {
  color: var(--white);
  text-align: center;
  background-color: #ff7878;
  border: 1px solid #ff8181;
  border-radius: 15px;
  padding: 20px;
}

.contact-success-message {
  border: 1px solid var(--secondary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

.error-message {
  color: var(--primary);
  text-align: center;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px;
}

.service-collection-item {
  width: 50%;
}

.banner-space {
  width: 100%;
  height: 1px;
}

.home-blog-link {
  border: 1px solid var(--secondary);
  -webkit-text-stroke-color: var(--primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.home-blog-link:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.add-to-cart-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-listing-quanity {
  display: none;
}

.product-listing-cart-button {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/cart-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  width: 30px;
  padding: 0;
}

.add-to-cart {
  justify-content: center;
  align-items: center;
  display: flex;
}

.default-state {
  text-align: center;
  margin-bottom: 0;
}

.cart-button {
  background-color: #0000;
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  min-width: 17px;
  height: auto;
  margin-left: 5px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 400;
}

.popup-product-title {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}

.popup-product-total {
  color: var(--primary);
}

.cart-line-text {
  color: var(--primary);
  font-weight: 600;
}

.cart-item-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.cart-popup-remove {
  color: var(--secondary);
  text-decoration: underline;
}

.more-images-wrap {
  margin-top: 20px;
  padding-left: 0;
}

.more-image-collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.more-image-wrap {
  width: 120px;
  height: 120px;
}

.more-image-collection-list {
  grid-column-gap: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-category-section, .checkout-form-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.checkout-form {
  background-color: #0000;
}

.checkout-form-wrap {
  display: flex;
}

.product-input-form {
  border-color: var(--primary);
  background-color: #0000;
  border-radius: 15px;
  height: 45px;
}

.hide {
  display: none;
}

.blog-banner-meta {
  align-items: center;
  display: flex;
}

.blog-meta-separator {
  background-color: var(--secondary);
  width: 2px;
  height: 18px;
  margin-top: -2px;
  margin-left: 10px;
  margin-right: 20px;
}

.paypal-checkout-form {
  background-color: var(--complement-light-variation);
}

.order-confirmation {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-wrap-container {
  -webkit-text-stroke-color: var(--secondary);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.plant-type-section {
  padding-bottom: 150px;
}

.home-blog-overlay {
  z-index: 9;
  position: absolute;
  inset: 0%;
}

.container-medium {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.about-team-section {
  padding-bottom: 150px;
}

.mg-0 {
  margin: 0;
}

.service-benefits-image-wrap {
  max-width: 500px;
}

.order-item {
  align-items: center;
}

.product-overlay-wrap {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.more-template-badge {
  z-index: 999;
  margin-bottom: 10px;
  position: fixed;
  inset: auto 0% 30px auto;
}

.buy-template-badge {
  position: fixed;
  inset: auto 0% 5px auto;
}

.get-a-quote-button {
  background-image: linear-gradient(to right, #ff774c, #8277ff);
  border-radius: 3px;
  text-decoration: none;
}

.hireus-content {
  color: #fff;
  font-size: 13px;
  display: block;
}

.hireus-orange-button {
  color: #0b0b0b;
  background-color: #ff774c;
  border-radius: 3px;
  padding: 6px 8px 5px;
  font-size: 13px;
  font-weight: 700;
}

.hireus-badge {
  z-index: 999;
  background-image: linear-gradient(to right, #ff774c, #8277ff);
  border-radius: 8px;
  width: 300px;
  display: inline-block;
  position: fixed;
  inset: auto auto 8px 5px;
}

.hireus-button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.get-a-quote-button-wrap {
  color: #fff;
  background-color: #0b0b0b;
  border-radius: 3px;
  margin: 1px;
  padding: 6px 8px 5px;
  font-size: 12px;
  font-weight: 700;
}

.hireus-link {
  color: #fff;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.hireus-close-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hireus-badge-wrap {
  background-color: #0b0b0b;
  border-radius: 8px;
  margin: 2px;
  padding: 12px;
  position: relative;
}

.home-banner-content-area {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span {
  color: var(--secondary);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 62px;
  font-weight: 500;
}

.text-block {
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
}

.paragraph {
  color: var(--primary);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-2 {
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block-2 {
  color: var(--primary);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-3 {
  color: var(--primary);
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-4 {
  color: var(--complement-dark-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
}

.text-block-3 {
  color: var(--complement-light-color);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
}

.paragraph-5 {
  color: var(--primary);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-6, .paragraph-7 {
  color: var(--complement-dark-color);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
}

.paragraph-8 {
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-9 {
  color: var(--primary);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-10 {
  color: var(--complement-dark-color);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-4 {
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-5 {
  color: var(--white);
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.collection-item {
  color: var(--primary);
}

.div-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 110px;
}

.grid {
  grid-column-gap: 43px;
  grid-row-gap: 46px;
  grid-template: ". Area ."
                 ". . ."
                 ". . Area-2"
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 60px;
  margin-bottom: 90px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.grid-2 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.section-2 {
  padding-top: 240px;
  padding-bottom: 100px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-2 {
  vertical-align: baseline;
  display: block;
  position: static;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aalto Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

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

.image-3 {
  width: 25%;
}

@media screen and (min-width: 1280px) {
  .container-regular {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-wrap-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .banner-section {
    height: 530px;
    max-height: 530px;
  }

  .banner-section.about {
    background-position: 100% 100%;
  }

  .banner-section.services {
    background-position: 55% 240%;
  }

  .banner-section.service-single {
    background-position: 55% 0;
  }

  .banner-section.product {
    background-position: 100% 100%;
  }

  .banner-section.product-single {
    background-position: 30% -2420%;
  }

  .banner-section.blog-single {
    background-position: -30% 100%;
  }

  .banner-section.team {
    background-position: -230px 100%;
  }

  .banner-section.changelog {
    background-position: 30% 100%;
  }

  .banner-section.licenses {
    background-position: 0 -2320%;
  }

  .banner-section.password {
    background-position: 40% -30%;
  }

  .banner-section.error {
    background-position: 90% 100%;
  }

  .footer-left-wrap {
    padding-top: 40px;
    padding-right: 20%;
  }

  .footer-center-wrap {
    padding: 50px 10%;
  }

  .footer-right-wrap {
    padding-top: 40px;
    padding-left: 13%;
  }

  .footer-bottom-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-banner-section {
    background-color: #f0eff4;
    background-image: url('../images/banner_pag_2.jpg');
    background-position: 50%;
  }

  .home-banner-circle-wrap {
    max-width: none;
    top: 150px;
    right: 7.5%;
  }

  .journey-section {
    padding-top: 260px;
    padding-bottom: 150px;
  }

  .journey-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .subscribe-title {
    font-size: 46px;
  }

  .testimonial-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .plant-section {
    padding-top: 200px;
  }

  .cart-section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .cart-section-divider {
    margin-top: 180px;
  }

  .quality-section {
    background-position: 150% 0;
    padding-bottom: 115px;
  }

  .quality-grid {
    grid-column-gap: 0px;
    grid-row-gap: 70px;
    grid-template-columns: .5fr 1fr;
  }

  .contact-line {
    margin-left: 100px;
    margin-right: 100px;
  }

  .blog-card {
    height: auto;
  }

  .error-text {
    font-size: 70px;
  }

  .error-title {
    font-size: 270px;
  }

  .home-blog-left-end {
    left: 680px;
  }

  .home-blog-left {
    left: 360px;
  }

  .home-blog-right-end {
    left: -680px;
  }

  .home-blog-right {
    left: -360px;
  }

  .more-images-wrap {
    padding-left: 0;
  }

  .top-wrap-container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .plant-type-section {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 1440px) {
  .container-regular {
    margin-bottom: 60px;
  }

  .banner-section.service-single {
    background-position: 60% 0;
  }

  .banner-section.product-single {
    background-position: 10% -2420%;
  }

  .banner-section.blog {
    background-position: -10px 100%;
  }

  .banner-section.blog-single {
    background-position: 230px 100%;
  }

  .banner-section.team {
    background-position: -160px 100%;
  }

  .home-banner-section {
    background-color: #f0eff4;
    background-image: url('../images/banner_pag_2.jpg');
  }

  .home-banner-left-image-wrap {
    display: block;
    top: -150px;
    left: -200px;
  }

  .journey-section {
    padding-top: 300px;
    padding-bottom: 160px;
  }

  .subscribe-title {
    font-size: 50px;
  }

  .testimonial-section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .plant-section {
    padding-top: 230px;
    padding-bottom: 150px;
  }

  .cart-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .cart-section-divider {
    margin-top: 200px;
  }

  .home-blog-section {
    padding-bottom: 200px;
  }

  .mission-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .mission-grid {
    grid-template-columns: 1fr .95fr;
  }

  .mission-image-wrap {
    position: relative;
    bottom: 30px;
    left: -18px;
  }

  .quality-section {
    background-image: url('../images/quality-bg.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 200px;
  }

  .image-section {
    margin-top: 60px;
  }

  .faq-section {
    padding-top: 200px;
  }

  .faq-section-divider {
    margin-top: 150px;
    margin-bottom: 230px;
  }

  .plant-category-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .service-section {
    padding-top: 200px;
    padding-bottom: 120px;
  }

  .page-contact-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .garden-service-wrap {
    margin-top: 200px;
  }

  .product-section {
    padding-top: 120px;
    padding-bottom: 200px;
  }

  .office-grid {
    grid-template-columns: 1fr .95fr;
  }

  .changelog-section, .utility-page-wrap {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .home-blog-right-arrow {
    right: -5%;
  }

  .home-blog-left-arrow {
    left: -5%;
  }

  .plant-type-section {
    padding-bottom: 200px;
  }

  .container-medium {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .banner-section.about {
    background-position: 80% 100%;
  }

  .banner-section.services {
    background-position: 55%;
  }

  .banner-section.product-single, .banner-section.blog {
    background-position: 0 100%;
  }

  .banner-section.blog-single {
    background-position: 390px 100%;
  }

  .banner-section.team {
    background-position: 100% 100%;
  }

  .banner-section.contact {
    background-position: 50%;
  }

  .banner-section.changelog, .banner-section.licenses {
    background-position: 0 100%;
  }

  .banner-section.password {
    background-position: 100% 100%;
  }

  .home-banner-section {
    background-color: #f0eff4;
    background-image: url('../images/banner_pag_2.jpg');
    background-position: 50%;
  }

  .home-banner-left-image-wrap {
    display: block;
    top: -90px;
    left: -250px;
  }

  .feature-wrap {
    min-width: 1030px;
  }

  .feature-title-wrap {
    min-width: 370px;
  }

  .mission-image-wrap {
    left: -40px;
  }

  .quality-section {
    background-image: url('../images/quality-bg.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .image-section {
    margin-top: 100px;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .service-collection-item {
    width: auto;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  blockquote {
    font-size: 28px;
  }

  .top-wrap-block {
    text-align: center;
    justify-content: space-around;
    padding-top: 10px;
  }

  .top-wrap-text {
    font-size: 14px;
  }

  .banner-section.services {
    background-position: 120% 0;
  }

  .banner-section.product {
    background-position: 360px 80%;
  }

  .banner-section.product-single {
    background-position: -480px 100%;
  }

  .banner-section.blog-single {
    background-position: -210px 100%;
  }

  .banner-section.team {
    background-position: -420px 100%;
  }

  .banner-section.changelog {
    background-position: -25% 100%;
  }

  .banner-section.licenses {
    background-position: 30% -150%;
  }

  .banner-section.error {
    background-position: 80px 100%;
  }

  .navbar {
    padding-bottom: 10px;
  }

  .nav-link {
    color: var(--white);
    padding-left: 0;
    font-size: 14px;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--secondary);
  }

  .nav-link.nav-dropdown {
    justify-content: flex-start;
    display: block;
  }

  .nav-menu {
    background-color: var(--text-color);
    flex-direction: column;
    padding: 20px 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 2px 5px #0000004d;
  }

  .nav-search-wrap {
    margin-left: 0;
  }

  .cart-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-content-wrap {
    margin-top: 80px;
    margin-bottom: 110px;
  }

  .banner-title {
    font-size: 60px;
  }

  .banner-circle-wrap {
    max-width: 250px;
    bottom: -130px;
  }

  .style-guide-section {
    padding-top: 200px;
  }

  .style-guide-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .heading-image-wrap {
    min-width: 230px;
    max-width: 230px;
  }

  .title-text {
    font-size: 60px;
  }

  .text-large {
    font-size: 26px;
  }

  .style-guide-icon-wrap {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .footer-section {
    padding-top: 100px;
  }

  .order-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-top-grid {
    border-top-color: #7c8b8600;
    grid-template-columns: 1fr 1fr;
  }

  .footer-left-wrap {
    border-right: 1px solid #7c8b86;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20%;
  }

  .footer-center-wrap {
    border-bottom: 1px solid #7c8b86;
    border-left-color: #7c8b8600;
    border-right-color: #7c8b8600;
    padding: 0 10% 50px;
  }

  .footer-right-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 13%;
  }

  .home-banner-section {
    background-position: 40%;
    background-size: cover;
    padding-top: 35px;
  }

  .home-banner-content-wrap {
    margin-top: 80px;
  }

  .home-banner-circle-wrap {
    top: 55%;
    right: 7%;
  }

  .home-banner-image-wrap {
    padding-top: 120px;
  }

  .journey-section {
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 120px;
  }

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

  .section-title {
    font-size: 46px;
  }

  .subscribe-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .subscribe-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .subscribe-title {
    font-size: 38px;
  }

  .subscribe-text-field {
    margin-bottom: 0;
  }

  .feature-section {
    padding-top: 260px;
    padding-bottom: 80px;
  }

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

  .feature-card {
    max-width: none;
    min-height: auto;
    margin-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .feature-card-title {
    font-size: 32px;
  }

  .feature-title-wrap {
    padding-top: 0;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-card {
    align-items: center;
  }

  .testimonial-arrow {
    bottom: 10px;
  }

  .testimonial-arrow.left {
    bottom: 10px;
    left: -17%;
  }

  .plant-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section-title-wrap {
    flex-flow: column;
  }

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

  .plant-card {
    flex: 1;
  }

  .plant-image-wrap, .plant-image {
    width: 100%;
  }

  .plant-card-price {
    font-size: 26px;
  }

  .plant-card-price.small {
    font-size: 24px;
  }

  .plant-vertical-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: row;
    justify-content: space-around;
  }

  .cart-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cart-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cart-wrap-title {
    font-size: 38px;
  }

  .cart-add-wrap {
    margin-top: 25px;
  }

  .cart-section-divider {
    margin-top: 120px;
  }

  .plant-category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .plant-category-card-title {
    font-size: 28px;
  }

  .home-blog-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mission-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .quality-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quality-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .faq-section {
    padding-top: 100px;
  }

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

  .faq-question-wrap {
    font-size: 32px;
  }

  .faq-answer {
    font-size: 20px;
  }

  .faq-section-divider {
    margin-top: 120px;
    margin-bottom: 200px;
  }

  .team-subtitle-image {
    max-width: 230px;
    top: -77%;
    left: -20%;
  }

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

  .team-name {
    font-size: 28px;
  }

  .plant-category-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-dropdown-list.w--open {
    background-color: #fff0;
    padding-top: 0;
    padding-left: 20px;
    position: relative;
    box-shadow: 0 2px 5px #0000;
  }

  .nav-dropdown-link {
    color: var(--white);
    font-size: 13px;
  }

  .nav-dropdown-link:hover {
    color: var(--secondary);
  }

  .nav-dropdown-link.w--current {
    color: var(--primary);
  }

  .indoor-plant-grid {
    grid-template-columns: 1fr;
  }

  .indoor-plant-list-item {
    font-size: 20px;
  }

  .indoor-plant-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .indoor-plant-off-text {
    font-size: 34px;
  }

  .indoor-plant-slide-nav {
    inset: 50% 0% auto;
  }

  .service-section {
    padding-top: 120px;
  }

  .service-card-title {
    font-size: 28px;
  }

  .service-arrow.left {
    right: 8%;
  }

  .green-wrap {
    padding: 50px 80px;
  }

  .page-contact-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contact-wrap {
    flex-direction: column;
  }

  .contact-line {
    border-bottom: 1px solid #7c8b86;
    border-right-style: none;
    width: 100%;
    min-height: 1px;
    margin: 60px 0;
  }

  .service-single-section {
    padding-bottom: 80px;
  }

  .garden-service-wrap {
    margin-top: 120px;
  }

  .service-benefits-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .service-benefits-richtext h2 {
    font-size: 45px;
  }

  .product-section {
    padding-bottom: 120px;
  }

  .product-review-tab-link {
    font-size: 28px;
  }

  .blog-section {
    padding-bottom: 40px;
  }

  .blog-category, .blog-date {
    font-size: 14px;
  }

  .blog-title {
    font-size: 30px;
  }

  .blog-section-divider {
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .blog-card {
    height: auto;
  }

  .blog-collection-list {
    width: 50%;
  }

  .blog-richtext h2 {
    font-size: 45px;
  }

  .office-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-top-link-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-top-space {
    margin-top: 100px;
  }

  .changelog-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .changelog-title {
    font-size: 80px;
  }

  .licenses-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .licenses-subtitle {
    font-size: 46px;
  }

  .licenses-text {
    font-size: 20px;
  }

  .licenses-divider-line {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .licenses-image-link {
    font-size: 20px;
  }

  .utility-page-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .utility-page-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .password-title {
    font-size: 65px;
  }

  .password-text {
    font-size: 20px;
  }

  .error-text {
    font-size: 50px;
  }

  .error-title {
    font-size: 200px;
  }

  .home-blog-left-end {
    left: 124%;
  }

  .home-blog-left {
    left: 61%;
  }

  .home-blog-right-end {
    left: -124%;
  }

  .home-blog-right {
    left: -61%;
  }

  .nav-menu-button {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
    border-radius: 10px;
    padding: 15px;
  }

  .nav-menu-button.w--open {
    border-color: var(--secondary);
    background-color: var(--text-color);
  }

  .more-images-wrap {
    padding-left: 0;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-form-wrap {
    flex-direction: column;
  }

  .product-collection-item {
    width: 50%;
  }

  .product-home-collection-list {
    column-count: 2;
  }

  .plant-type-section {
    padding-bottom: 120px;
  }

  .subscribe-form {
    grid-column-gap: 30px;
    flex-direction: row;
    display: flex;
  }

  .about-team-section {
    padding-bottom: 120px;
  }

  .shop-cart-area {
    grid-column-gap: 25px;
    display: flex;
  }

  .hireus-badge {
    display: none;
  }

  .section {
    padding-top: 80px;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  blockquote {
    font-size: 26px;
  }

  .container-regular {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-section.about {
    background-position: 140px 100%;
  }

  .banner-section.services {
    background-position: 220px 0;
  }

  .banner-section.product-single {
    background-position: -590px 100%;
  }

  .banner-section.blog-single {
    background-position: -200px 100%;
  }

  .banner-section.team {
    background-position: -500px 100%;
  }

  .banner-section.changelog {
    background-position: -8% 100%;
  }

  .banner-section.password {
    background-position: 45% -30%;
  }

  .banner-section.error {
    background-position: 30px 100%;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-content-wrap.blog-single {
    width: 100%;
  }

  .banner-title {
    font-size: 50px;
  }

  .banner-circle-wrap {
    max-width: 33%;
    bottom: -25%;
  }

  .style-guide-section {
    padding-top: 100px;
  }

  .style-guide-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .style-guide-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-image-wrap {
    min-width: 200px;
    max-width: 200px;
  }

  .title-text {
    font-size: 50px;
  }

  .text-large {
    font-size: 24px;
  }

  .style-guide-icon-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .order-wrap {
    padding: 15px 40px;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .footer-left-wrap {
    border-bottom: 1px solid #7c8b86;
    border-right-color: #7c8b8600;
  }

  .footer-right-wrap {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    justify-content: flex-start;
    padding-left: 0%;
  }

  .footer-address-wrap {
    max-width: none;
  }

  .footer-bottom-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-banner-section {
    background-position: 40%;
  }

  .home-banner-content-wrap {
    margin-top: 40px;
  }

  .home-banner-circle-wrap {
    top: 45%;
  }

  .home-banner-image-wrap {
    max-width: 80%;
    padding-top: 100px;
  }

  .journey-section {
    padding-bottom: 100px;
  }

  .journey-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-title {
    font-size: 40px;
  }

  .subscribe-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subscribe-title {
    font-size: 32px;
  }

  .subscribe-text-field {
    margin-bottom: 0;
  }

  .feature-section {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .feature-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-card {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  .feature-card-title {
    font-size: 30px;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-slider {
    padding-bottom: 80px;
  }

  .testimonial-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-name-image-wrap {
    flex-direction: column;
  }

  .testimonial-image-wrap {
    min-width: 100px;
    max-width: 110px;
    min-height: 230px;
    max-height: 230px;
    margin-top: -80px;
    margin-left: 0;
    transform: rotate(-90deg);
  }

  .testimonial-text-wrap {
    margin-top: -20px;
  }

  .testimonial-arrow {
    position: absolute;
    inset: auto -15% 0% 0%;
  }

  .testimonial-arrow.left {
    bottom: 0;
    left: -15%;
    right: 0%;
  }

  .plant-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .plant-grid-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 0px;
  }

  .plant-card {
    margin-left: auto;
    margin-right: auto;
  }

  .plant-card-title {
    font-size: 17px;
  }

  .plant-sale-status {
    font-size: 14px;
  }

  .plant-vertical-wrap {
    flex-direction: column;
  }

  .cart-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cart-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cart-image-wrap {
    max-width: 580px;
  }

  .cart-wrap-title {
    font-size: 36px;
  }

  .cart-section-divider {
    margin-top: 100px;
  }

  .plant-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .plant-category-card-title {
    font-size: 26px;
  }

  .home-blog-section, .mission-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quality-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quality-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-section {
    padding-top: 100px;
  }

  .faq-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-question-wrap {
    font-size: 28px;
  }

  .faq-answer {
    font-size: 18px;
  }

  .faq-section-divider {
    margin-top: 100px;
    margin-bottom: 170px;
  }

  .team-subtitle-image {
    max-width: 200px;
    left: -17%;
  }

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

  .team-card {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .plant-category-section {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .indoor-plant-slider {
    padding-bottom: 50px;
  }

  .indoor-plant-card {
    padding: 30px;
  }

  .indoor-plant-list-wrap {
    padding-left: 20px;
  }

  .indoor-plant-list-item {
    font-size: 18px;
  }

  .indoor-plant-off-text {
    font-size: 32px;
  }

  .indoor-plant-slide-nav {
    top: 43%;
  }

  .service-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-mask {
    max-width: 440px;
  }

  .service-card {
    flex-wrap: wrap;
  }

  .service-image-link {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .service-card-address-title {
    font-size: 20px;
  }

  .service-arrow {
    top: -11.5%;
  }

  .service-arrow.left {
    right: 15%;
  }

  .green-wrap {
    padding: 40px 50px;
  }

  .page-contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-wrap {
    padding: 40px 20px;
  }

  .contact-title-image-wrap {
    min-width: auto;
    max-width: 50%;
  }

  .contact-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact-field-label {
    font-size: 18px;
  }

  .contact-text-field {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .contact-text-field.input {
    border-radius: 15px;
    margin-bottom: 35px;
  }

  .service-image {
    width: 100%;
  }

  .service-single-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .garden-service-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .garden-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-benefits-richtext h2 {
    font-size: 40px;
  }

  .service-single-bottom-line {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .product-section, .product-single-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-review-tab-link {
    font-size: 26px;
  }

  .blog-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-card {
    height: auto;
    min-height: auto;
    margin-bottom: 50px;
  }

  .blog-collection-list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-single-section {
    padding-top: 100px;
  }

  .blog-richtext h2 {
    font-size: 40px;
  }

  .team-section, .office-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .office-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .container-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .office-section-divider {
    margin-top: 100px;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-link-title {
    font-size: 28px;
  }

  .contact-top-space {
    margin-top: 80px;
  }

  .changelog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .changelog-wrap {
    background-position: 50%;
    background-size: 40%;
    padding-bottom: 70px;
  }

  .changelog-title {
    font-size: 70px;
  }

  .changelog-text {
    font-size: 20px;
  }

  .licenses-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .licenses-subtitle {
    font-size: 42px;
  }

  .licenses-text {
    font-size: 18px;
  }

  .licenses-link {
    font-size: 20px;
  }

  .licenses-image-link {
    font-size: 18px;
  }

  .utility-page-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .password-wrap {
    flex-direction: column;
    padding: 50px 40px;
    display: flex;
  }

  .password-title {
    font-size: 55px;
  }

  .password-text {
    font-size: 18px;
  }

  .password-text-field {
    margin-bottom: 10px;
  }

  .transparent-button._401-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .error-page-text {
    font-size: 18px;
  }

  .error-text {
    font-size: 40px;
  }

  .error-title {
    font-size: 160px;
  }

  .error-wrap {
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-blog-slider {
    padding-bottom: 80px;
  }

  .home-blog-slide {
    padding-right: 0;
  }

  .home-blog-right-arrow {
    inset: auto -30% 0% 0%;
  }

  .home-blog-left-arrow {
    inset: auto 0% 0% -30%;
  }

  .home-blog-card {
    border-radius: 20px;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 40px 35px;
  }

  .home-blog-slide-card {
    margin-left: 0;
  }

  .home-blog-left-end, .home-blog-left, .home-blog-right-end, .home-blog-right {
    display: none;
  }

  .service-collection-item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .more-images-wrap {
    padding-left: 0;
  }

  .more-image-collection-list {
    flex-wrap: wrap;
  }

  .product-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-home-collection-list {
    column-count: 1;
  }

  .order-confirmation {
    padding-left: 0;
    padding-right: 0;
  }

  .top-wrap-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plant-type-section {
    padding-bottom: 100px;
  }

  .subscribe-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }

  .container-medium {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-team-section {
    padding-bottom: 100px;
  }

  .hireus-content {
    margin-bottom: 7px;
    line-height: 1.3;
  }

  .hireus-orange-button, .get-a-quote-button-wrap {
    font-size: 12px;
  }

  .hireus-badge-wrap {
    padding: 10px 12px;
  }

  .text-span {
    padding-right: 0;
    font-size: 56px;
  }

  .section {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
  }

  .top-wrap-text {
    letter-spacing: .01em;
    line-height: 1.3;
  }

  .banner-section {
    padding-top: 30px;
  }

  .banner-section.services {
    background-position: 180px 0;
  }

  .banner-section.product {
    background-position: -8% 40%;
  }

  .banner-section.product-single {
    background-position: -640px 100%;
  }

  .banner-section.blog-single {
    background-position: -370px 100%;
  }

  .banner-section.team {
    background-position: -580px 100%;
  }

  .banner-section.changelog {
    background-position: 3% 100%;
  }

  .banner-section.error {
    background-position: 0 100%;
  }

  .nav-wrap {
    grid-column-gap: 20px;
    flex-flow: row;
    align-items: center;
  }

  .nav-logo-wrap {
    width: 80%;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-logo {
    width: 100%;
  }

  .banner-content-wrap {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .banner-title {
    font-size: 40px;
  }

  .banner-circle-wrap {
    display: none;
  }

  .style-guide-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-guide-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-image-wrap {
    min-width: 150px;
    max-width: 150px;
    margin-top: -10px;
  }

  .title-text {
    font-size: 45px;
  }

  .color-card-wrap {
    border-radius: 60px;
    width: 100%;
    height: 100px;
  }

  .text-large {
    font-size: 22px;
  }

  .transparent-green-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .transparent-green-button.small, .transparent-green-button._404-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .transparent-white-button {
    padding: 20px 50px;
  }

  .style-guide-icon-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .order-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .footer-left-wrap {
    padding-right: 0%;
  }

  .footer-center-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-right-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-link-wrap.invert {
    text-align: left;
  }

  .footer-social-link {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
  }

  .footer-bottom-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .home-banner-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 30px;
  }

  .home-banner-content-wrap {
    margin-top: 60px;
  }

  .banner-subtitle {
    letter-spacing: .15em;
    font-size: 14px;
  }

  .home-banner-circle-wrap {
    top: 57%;
    right: 3%;
  }

  .home-banner-image-wrap {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    padding-top: 80px;
    overflow: clip;
  }

  .home-banner-image {
    object-fit: cover;
    object-position: 50% 0%;
    max-width: none;
    height: 100%;
    overflow: visible;
  }

  .journey-section {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .journey-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-title {
    font-size: 36px;
  }

  .subscribe-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .subscribe-grid {
    grid-column-gap: 40px;
    grid-row-gap: 25px;
  }

  .subscribe-subtitle-wrap {
    flex-direction: column;
    margin-bottom: -20px;
  }

  .subscribe-subtitle-image-wrap {
    margin-top: -35px;
    margin-left: 0;
    transform: rotate(-90deg);
  }

  .subscribe-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .subscribe-title {
    font-size: 26px;
  }

  .subscribe-text-field {
    height: 65px;
  }

  .feature-section {
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .feature-wrap {
    display: block;
  }

  .feature-card.title {
    max-width: 65%;
  }

  .feature-card-title {
    font-size: 28px;
  }

  .feature-link {
    margin-top: 10px;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-image-wrap {
    min-width: 80px;
    max-width: 80px;
    min-height: 170px;
    max-height: 170px;
    margin-top: -60px;
  }

  .testimonial-arrow {
    right: -22%;
  }

  .testimonial-arrow.left {
    left: -22%;
  }

  .plant-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-title-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
  }

  .subtitle-wrap {
    flex-direction: column;
    margin-bottom: -45px;
  }

  .subtitle-image-wrap {
    margin-top: -45px;
    margin-left: 0;
    transform: rotate(-90deg);
  }

  .plant-grid-wrap {
    margin-top: 30px;
  }

  .plant-content-wrap {
    padding-top: 10px;
  }

  .plant-card-price {
    font-size: 26px;
  }

  .plant-card-price.small {
    font-size: 20px;
  }

  .plant-sale-status {
    padding: 10px 20px;
    font-size: 12px;
  }

  .plant-overlay-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
    padding: 20px;
    left: 4%;
  }

  .cart-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cart-wrap-title {
    font-size: 32px;
  }

  .primary-button {
    padding: 20px 35px;
  }

  .cart-section-divider {
    margin-top: 80px;
  }

  .plant-category-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .plant-category-card-title {
    font-size: 24px;
  }

  .plant-category-counter-wrap {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .plant-category-number {
    letter-spacing: .01em;
  }

  .home-blog-section, .mission-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .top-image-subtitle-wrap {
    min-width: 230px;
    max-width: 230px;
    min-height: 120px;
    max-height: 120px;
  }

  .quality-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-section {
    padding-top: 80px;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-question-wrap {
    grid-column-gap: 10px;
    font-size: 24px;
    line-height: 1.1;
  }

  .faq-answer-wrap {
    padding-right: 0;
  }

  .faq-answer {
    font-size: 16px;
  }

  .faq-icon {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
  }

  .faq-section-divider {
    margin-top: 70px;
    margin-bottom: 150px;
  }

  .team-subtitle-image {
    max-width: 180px;
    left: -6%;
  }

  .team-name {
    font-size: 26px;
  }

  .team-content-image-wrap {
    max-width: 80px;
    max-height: 80px;
  }

  .plant-category-section {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .nav-dropdown-list.w--open {
    padding-left: 20px;
  }

  .indoor-plant-card {
    padding: 25px 20px;
  }

  .indoor-plant-list-item {
    font-size: 16px;
  }

  .indoor-plant-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .indoor-plant-off-text {
    font-size: 28px;
  }

  .indoor-plant-slide-nav {
    top: 25%;
  }

  .service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-slider {
    padding-bottom: 60px;
  }

  .service-mask {
    max-width: 100%;
  }

  .service-card {
    padding: 20px;
  }

  .service-card-title {
    font-size: 26px;
  }

  .service-card-address-title {
    font-size: 18px;
  }

  .service-arrow {
    display: none;
  }

  .green-wrap {
    padding: 25px 20px;
  }

  .page-contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-title-wrap {
    min-width: auto;
  }

  .contact-title-image-wrap {
    min-width: auto;
    max-width: 60%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .contact-link-wrap {
    margin-top: 20px;
  }

  .contact-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact-text-field.input {
    height: 140px;
    margin-bottom: 30px;
  }

  .contact-button {
    width: 100%;
    padding: 20px 40px;
  }

  .service-single-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .garden-service-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .garden-service-grid {
    grid-template-columns: 1fr;
  }

  .service-benefits-richtext h2 {
    font-size: 35px;
  }

  .service-single-bottom-line {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .product-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-bottom-line {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .product-single-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-single-bottom-line {
    margin-top: 80px;
    margin-bottom: 80px;
  }

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

  .product-review-tab-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .blog-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .blog-section-divider {
    margin-bottom: 80px;
  }

  .blog-title-wrap {
    margin-bottom: 40px;
  }

  .blog-single-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-single-date-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-around;
  }

  .blog-richtext h2 {
    font-size: 35px;
  }

  .team-section, .office-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .office-medium-image {
    margin-right: 40px;
  }

  .office-section-divider {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .contact-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .contact-top-link-wrap {
    flex-direction: column;
  }

  .contact-top-link-block {
    min-width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-top-link {
    font-size: 18px;
  }

  .contact-top-space {
    margin-top: 60px;
  }

  .changelog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .changelog-wrap {
    background-position: 50%;
    background-size: 50%;
    border-radius: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .changelog-title {
    font-size: 52px;
    line-height: 1;
  }

  .changelog-text {
    font-size: 18px;
  }

  .licenses-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .licenses-subtitle {
    font-size: 36px;
  }

  .licenses-text {
    font-size: 16px;
  }

  .licenses-page-text {
    font-size: 28px;
  }

  .licenses-divider-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .licenses-image-link {
    font-size: 16px;
  }

  .utility-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .utility-page-form {
    border-radius: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .password-wrap {
    border-radius: 15px;
    padding: 40px 15px;
  }

  .password-title {
    font-size: 45px;
  }

  .password-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .password-text-field {
    height: 65px;
  }

  .transparent-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .error-page-text {
    font-size: 16px;
  }

  .error-text {
    font-size: 30px;
  }

  .error-title {
    font-size: 120px;
  }

  .error-wrap {
    padding-bottom: 50px;
  }

  .error-button-wrap {
    margin-top: 20px;
  }

  .home-blog-slider-wrap {
    margin-top: 30px;
  }

  .home-blog-slide {
    padding-right: 0;
  }

  .home-blog-right-arrow {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .home-blog-button-wrap {
    margin-top: 40px;
  }

  .home-blog-left-arrow {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .home-blog-card {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .home-blog-slide-card {
    margin-left: 0;
  }

  .nav-menu-button {
    padding: 12px;
  }

  .home-blog-link {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .cart-button {
    padding: 5px 10px;
  }

  .cart-quantity {
    min-width: 23px;
  }

  .more-images-wrap {
    padding-left: 0;
  }

  .more-image-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .more-image-collection-list {
    grid-column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .paypal-checkout-form {
    padding: 10px;
  }

  .plant-type-section {
    padding-bottom: 80px;
  }

  .subscribe-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .about-team-section {
    padding-bottom: 80px;
  }

  .order-item {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .shop-cart-area {
    grid-column-gap: 0px;
    flex-direction: row;
    align-items: center;
  }

  .section {
    padding-top: 40px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    padding-bottom: 0;
    display: grid;
  }
}

#w-node-dcd9a5eb-d893-3a83-406b-479eb0a107b5-84a8d13b, #w-node-_60fb3913-9680-6606-4ceb-ad5735d395a5-84a8d13b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b84115d5-c46d-9c0e-f550-d036ccae5b70-84a8d13b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98045516-c7cd-8c29-58e4-df52d00106a7-84a8d13b, #w-node-_77a889cc-7b88-417a-2369-0c94364bf563-84a8d13b, #w-node-_77a889cc-7b88-417a-2369-0c94364bf56b-84a8d13b, #w-node-_9211beb4-c60a-7549-f38c-8c077063a3a0-84a8d13b, #w-node-_50d61a7b-a0ed-6118-6db4-554eb1ea8c73-84a8d13b, #w-node-_0306763e-66be-e738-72be-fb65c3ba2f71-84a8d13b, #w-node-_837da755-f6bb-10dc-24e1-e1d8a19b7d48-84a8d13b, #w-node-_7b216d19-fe2c-329c-0d25-d55906611512-84a8d13b, #w-node-_2c45a0dc-b847-f324-62f4-6b6001ed2b12-84a8d13b, #w-node-bfb3c04f-2be3-2175-ae7c-4428c776b012-84a8d13b, #w-node-c5a88b5c-b282-70e5-5378-f2924370bf50-84a8d13b, #w-node-ec9b46d3-d9ac-0bcb-7ab9-46709e7f5d0b-9e7f5d08, #w-node-ec9b46d3-d9ac-0bcb-7ab9-46709e7f5d15-9e7f5d08, #w-node-c7000f2d-8383-3c3a-f221-bf28ac477bcc-ac477bc8, #w-node-c7000f2d-8383-3c3a-f221-bf28ac477bd4-ac477bc8, #w-node-_5ed4c86a-b4e8-b46e-cb70-5cf1e575e186-84a8d149, #w-node-_5ed4c86a-b4e8-b46e-cb70-5cf1e575e18c-84a8d149, #w-node-f9a4b166-8fc0-2901-1037-6bbc763d8599-84a8d149, #w-node-f46eeca9-86c1-4604-58aa-c2946b38853f-84a8d149, #w-node-_9d9482cb-820d-bc65-4f26-07f3b6498347-84a8d149, #w-node-_9d9482cb-820d-bc65-4f26-07f3b649834d-84a8d149, #w-node-c7a5b892-a4a5-7593-499d-2f82b4d79375-84a8d149, #w-node-c7a5b892-a4a5-7593-499d-2f82b4d7937b-84a8d149, #w-node-_173b2214-b713-e4ed-cef0-1902a709ee8c-84a8d149, #w-node-_173b2214-b713-e4ed-cef0-1902a709ee92-84a8d149, #w-node-c82a0eec-17e3-404c-c235-270059f8ed92-84a8d14a, #w-node-d3f4fb47-08eb-a5ad-8b17-cf14523e3771-84a8d14a, #w-node-_99808f5c-3558-afee-a3aa-7486ce94441c-84a8d14a, #w-node-_8515f0aa-da32-4bdf-4084-5ac510d45930-84a8d14a, #w-node-_4012faed-602c-fc9e-c745-4bfde4efbc40-84a8d14a, #w-node-cfa7f221-570c-a5dc-9469-1c4f8ff01c49-84a8d14a, #w-node-_2550bf03-9028-16f6-e368-aabefd437bcb-84a8d14a, #w-node-_48f798a7-46c5-d0ce-913a-447bee25e43c-84a8d14a, #w-node-_0fcd1655-04c4-1fd9-04d5-56b147472669-84a8d14a, #w-node-_5b613794-d310-705e-5647-07407b5dfa9c-84a8d14a, #w-node-_4fc081db-5aaf-6e21-a318-0a26ed2ad1a8-84a8d14a, #w-node-c3c3a20b-0304-352a-06fa-f7571618c0aa-1618c0a9, #w-node-c3c3a20b-0304-352a-06fa-f7571618c0b2-1618c0a9, #w-node-_9eff42aa-f332-8db9-e2a9-6900c08c77f2-84a8d14b, #w-node-_9eff42aa-f332-8db9-e2a9-6900c08c77fa-84a8d14b, #w-node-c7f83e27-dd5c-1db3-ad16-142fa240dee3-a240dedd, #w-node-c7f83e27-dd5c-1db3-ad16-142fa240dee5-a240dedd, #w-node-c7f83e27-dd5c-1db3-ad16-142fa240defb-a240dedd, #w-node-c7f83e27-dd5c-1db3-ad16-142fa240defd-a240dedd, #w-node-c7f83e27-dd5c-1db3-ad16-142fa240df13-a240dedd, #w-node-c7f83e27-dd5c-1db3-ad16-142fa240df15-a240dedd, #w-node-c7f83e27-dd5c-1db3-ad16-142fa240df2b-a240dedd, #w-node-c7f83e27-dd5c-1db3-ad16-142fa240df2d-a240dedd, #w-node-_371f84cb-f3ab-ab32-9566-12f95ad83b2b-84a8d14c, #w-node-_371f84cb-f3ab-ab32-9566-12f95ad83b2d-84a8d14c, #w-node-_371f84cb-f3ab-ab32-9566-12f95ad83b43-84a8d14c, #w-node-_371f84cb-f3ab-ab32-9566-12f95ad83b45-84a8d14c, #w-node-_371f84cb-f3ab-ab32-9566-12f95ad83b5b-84a8d14c, #w-node-_371f84cb-f3ab-ab32-9566-12f95ad83b5d-84a8d14c, #w-node-_371f84cb-f3ab-ab32-9566-12f95ad83b73-84a8d14c, #w-node-_371f84cb-f3ab-ab32-9566-12f95ad83b75-84a8d14c, #w-node-_869056c6-04d7-8cae-5417-364d6d14c3f4-84a8d14c, #w-node-be1b3e80-42d2-62ad-6051-91a2feffdb87-84a8d14c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_333c3e85-3e66-672e-1c77-7ad6a02036b2-84a8d14c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_355008df-02a0-b1c2-7396-938b910d17f9-84a8d151, #w-node-_355008df-02a0-b1c2-7396-938b910d180b-84a8d151, #w-node-_355008df-02a0-b1c2-7396-938b910d181d-84a8d151, #w-node-d52ff45f-f7ee-0bae-48bf-0dd7fa34cc4a-84a8d151, #w-node-_5873d691-3cdf-2659-e951-b18d75b0792f-84a8d151, #w-node-_09194a6d-0c22-9601-cf06-498263edca6e-84a8d151, #w-node-_2281ed5a-9f79-cc85-e9ec-45b40b31b079-84a8d151, #w-node-_61a5cf59-1cb2-1b6a-7cc3-c652add438fe-84a8d151, #w-node-c5c7b65f-4e2a-f6fb-f9f3-7d9f0f946738-84a8d154, #w-node-_11f40ee8-5506-9723-f717-f5ed98bd75e1-84a8d154, #w-node-f9e4836c-7ff6-74d6-651e-fa2cd94e0889-84a8d154, #w-node-f9e4836c-7ff6-74d6-651e-fa2cd94e088c-84a8d154, #w-node-_9b9f76f3-c1ea-4626-2418-80771cec2993-84a8d154, #w-node-_9b9f76f3-c1ea-4626-2418-80771cec2996-84a8d154, #w-node-_9af497c1-86a5-fde6-ab03-8f9b5b348a44-84a8d158, #w-node-_9af497c1-86a5-fde6-ab03-8f9b5b348a46-84a8d158, #w-node-_760596e2-644a-c56a-68a3-84cff23534e4-e788cf1b, #w-node-_760596e2-644a-c56a-68a3-84cff23534ec-e788cf1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1d081ab-89d6-e051-8ff5-8f6c734ba0f4-e788cf1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-ce94a70e-b2a9-00f7-7976-ad1e8488138a-e788cf1b {
  grid-area: span 2 / span 2 / span 2 / span 2;
  justify-self: center;
}

#w-node-_9b2b5344-b8c7-9141-fe54-2426acdea844-e788cf1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_03f5899a-8a99-bf38-b99c-32179589d7f0-e788cf1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03f5899a-8a99-bf38-b99c-32179589d7f1-e788cf1b {
  place-self: auto center;
}

#w-node-_03f5899a-8a99-bf38-b99c-32179589d7f4-e788cf1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0711fd4e-b977-bd6a-362c-948f9780c791-e788cf1b {
  justify-self: center;
}

#w-node-_9304c287-301d-f3ad-b375-ac132dcff52f-e788cf1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d9b47ae0-8c42-6eea-4af3-f01fe4eb8bca-e788cf1b {
  justify-self: center;
}

#w-node-_0a461821-364f-acee-295c-a60d07f58316-e788cf1b {
  grid-area: Area;
}

#w-node-_922e1120-68e1-542d-f0e3-c07ebcdda958-e788cf1b, #w-node-_811a36e3-96ac-a500-d030-0b9b510ac5bf-e788cf1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_847e3dd2-b309-def1-530d-3ce36760bead-e788cf1b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3deb27ff-a4e6-91c9-cf4b-5eab1cda58cc-e788cf1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e41090c-1689-4a84-5166-1527f91ae63f-e788cf1b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ab8ce657-db35-28ad-b7b5-30c6b6b7e512-e788cf1b {
  grid-area: Area-2;
}

#w-node-a5b9a979-be3a-69a1-2a03-b476250ba251-e788cf1b {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_98045516-c7cd-8c29-58e4-df52d00106a7-84a8d13b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec9b46d3-d9ac-0bcb-7ab9-46709e7f5d15-9e7f5d08 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec9b46d3-d9ac-0bcb-7ab9-46709e7f5d0b-9e7f5d08 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_847e3dd2-b309-def1-530d-3ce36760bead-e788cf1b, #w-node-_6e41090c-1689-4a84-5166-1527f91ae63f-e788cf1b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a461821-364f-acee-295c-a60d07f58316-e788cf1b, #w-node-e5bd9ffa-f4ad-e1ba-8198-be4192e1f3c0-e788cf1b, #w-node-ab8ce657-db35-28ad-b7b5-30c6b6b7e512-e788cf1b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/AaltoSansPro-MediumIt.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/AaltoSansPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/AaltoSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/AaltoSansPro-SemiBoldIt.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/AaltoSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/AaltoSansPro-BlackIt.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/AaltoSansPro-BoldIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/AaltoSansPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/Aalto-Sans-Pro-Regular-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/Aalto-Sans-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/Aalto-Sans-Pro-Light-It.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Pro';
  src: url('../fonts/Aalto-Sans-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Essential Alt';
  src: url('../fonts/Aalto-Sans-Essential-Alt-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aalto Sans Essential';
  src: url('../fonts/Aalto-Sans-Essential-SemiBold-It.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}