:root {
  --color--light: #fefcf8;
  --font--body: Jost, sans-serif;
  --color--dark: #1a1a17;
  --type--body-regular: 18px;
  --font--heading: Jost, sans-serif;
  --type--h1: 58px;
  --type--h2: 34px;
  --type--h3: 28px;
  --color--accent: #361a5a;
  --color--light-darker: #f0eef5;
  --accent-lighter: #5f4383;
  --type--body-big: 20px;
  --color--white: white;
  --white: white;
  --type--subtitle: 20px;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color--light);
  font-family: var(--font--body);
  color: var(--color--dark);
  font-size: var(--type--body-regular);
  line-height: 130%;
}

h1 {
  font-family: var(--font--heading);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  font-family: var(--font--heading);
  font-size: var(--type--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 125%;
}

h3 {
  font-family: var(--font--heading);
  font-size: var(--type--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 125%;
}

h4 {
  font-family: var(--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

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

blockquote {
  background-color: var(--color--accent);
  font-family: var(--font--heading);
  border-left: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 52px;
  font-size: 26px;
  line-height: 130%;
}

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

.section.hero-template {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.section.hero-home {
  padding-top: 14px;
  padding-bottom: 16px;
}

.section.dark-light {
  background-color: var(--color--light-darker);
}

.section.dark-light.classes-slider-section {
  padding-bottom: 200px;
  overflow: hidden;
}

.section.video-section {
  color: var(--color--light);
  background-image: url('../images/Hillside-Exterior-3.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section.moving-text-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.dark {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.section.dark.process-section {
  background-color: var(--color--accent);
  padding-bottom: 140px;
}

.section.dark.hero-pricing {
  padding-bottom: 0;
  position: relative;
}

.section.image-quote-section {
  padding-top: 0;
  position: relative;
}

.section.hero-about {
  background-color: var(--accent-lighter);
}

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

.main-container {
  width: 100%;
  max-width: 1396px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container.hero-home-container {
  max-width: 1520px;
}

.paragraph-big {
  font-size: 15px;
  line-height: var(--type--body-big);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}

.paragraph-big.bookingfooter {
  margin-top: 39px;
}

.template-h2 {
  margin-top: 0;
}

.columns-template-details {
  display: flex;
}

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

.wrap-template-ui {
  grid-row-gap: 12px;
  background-color: #fff9e9;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.color {
  background-color: #faebe3;
  border: 1px solid #3e3b364d;
  border-radius: 16px;
  padding-top: 100%;
}

.color.color-two {
  background-color: var(--color--light);
}

.color.color-four {
  background-color: var(--color--accent);
}

.color.color-three {
  background-color: var(--color--light-darker);
}

.color.color-one {
  background-color: var(--color--dark);
}

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

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--color--light-darker);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.cta {
  background-color: var(--color--light);
  color: var(--color--accent);
  mix-blend-mode: normal;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: var(--color--light-darker);
}

.cta.outline-cta {
  border: 1px solid var(--color--dark);
  color: var(--color--dark);
  background-color: #56441800;
  border-radius: 8px;
  transition: color .2s, background-color .2s;
}

.cta.outline-cta:hover {
  background-color: var(--color--accent);
  color: var(--color--light);
}

.cta.outline-cta.cart-navbar {
  border-radius: 8px;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta.outline-cta.cart-navbar:hover {
  background-color: var(--color--accent);
}

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

.cta.white:hover {
  background-color: var(--color--light-darker);
}

.cta.ghost-cta {
  color: var(--color--light);
  background-color: #fffbf000;
  border-radius: 8px;
}

.cta.ghost-cta:hover {
  background-color: #fffbf033;
}

.cta.navbar-cta {
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta.pricing-cta {
  background-color: var(--color--accent);
  color: var(--color--light);
  margin-top: 16px;
  font-weight: 400;
}

.cta.pricing-cta:hover {
  color: var(--color--light);
}

.cta.search-page {
  height: 44px;
  margin-left: -60px;
}

.grid-buttons {
  grid-template-rows: auto;
}

.divider-typography {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--color--light-darker);
  border-radius: 12px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.link-template-navigation {
  color: #22221f80;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: var(--color--dark);
  font-weight: 500;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.left-column-template-details {
  padding: 0;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.text-heading-3 {
  font-family: var(--font--heading);
  font-size: var(--type--body-big);
  line-height: 125%;
}

.image-checkout {
  border-radius: 12px;
}

.dropdown-toggle {
  grid-column-gap: 9px;
  color: #22221fcc;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 12px;
  font-size: 16px;
  display: flex;
}

.brand-navbar {
  max-width: 200%;
  height: 120%;
}

.brand-link-navbar {
  height: 36px;
}

.apple-pay {
  border-radius: 80px;
  height: 52px;
}

.container-navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.right-navbar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-drodown {
  width: 20px;
  height: 20px;
}

.dropdown-list {
  background-color: #e2decf;
}

.dropdown-list.w--open {
  background-color: var(--color--white);
  border: 1px solid #2726211a;
  border-radius: 12px;
  margin-top: 8px;
  overflow: hidden;
}

.nav-link {
  color: #22221fe6;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  display: block;
}

.nav-link.w--current {
  color: #272621;
}

.wrap-nav-buttons {
  grid-column-gap: 6px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.divider-nav {
  background-color: #564418b3;
  width: 1px;
  height: 12px;
  margin-right: 12px;
}

.dropdown-link {
  text-align: left;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #22221f08;
}

.dropdown-link.w--current {
  color: #272621;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.block-content-cart {
  background-color: var(--color--light);
  border-bottom-color: #cec8b1;
  border-left-color: #cec8b1;
  border-right-color: #cec8b1;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.navbar {
  background-color: var(--white);
  border-bottom: 0 solid #5644181a;
  height: 80px;
  position: static;
  inset: 0% 0% auto;
}

.block-header-cart {
  background-color: var(--color--light-darker);
  border-color: #cec8b1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.title-wrap-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subtitle {
  font-family: Jost, sans-serif;
  font-size: var(--type--subtitle);
  font-weight: 400;
  line-height: 125%;
}

.limit-subtitle-template {
  max-width: 650px;
}

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

.flex-cta-center.mg-top-24 {
  margin-top: 24px;
}

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

.master-hero-home {
  color: var(--color--light);
  background-image: url('../images/Steam-Room.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 300px 80px 92px;
  position: relative;
  overflow: hidden;
}

.overlay-hero-home {
  background-image: linear-gradient(to right, #22221fd9, #22221fb3 48%, #22221f1a);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-content-hero-home {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 585px;
  display: flex;
  position: relative;
}

.top-hero-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-text {
  opacity: .9;
  color: var(--color--accent);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.flex-hero-home-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.cart-container {
  background-color: var(--color--light);
}

.scroll-down-home {
  border-bottom: 0px solid var(--color--light);
  opacity: 1;
  filter: brightness(95%) hue-rotate(225deg);
  background-color: #0000;
  border-radius: 0;
  width: 88.3125px;
  max-width: 6%;
  position: absolute;
  inset: auto 100px -1% auto;
}

.wrap-center-big-text {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-center-big-text.mg-bottom-80 {
  margin-bottom: 80px;
}

.abstract-big-text {
  height: 35px;
}

.big-text {
  font-family: var(--font--heading);
  font-size: 34px;
  line-height: 130%;
}

.grid-expertises-thirds {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.icon-usp {
  object-fit: contain;
  width: 56px;
  height: 56px;
}

.bottom-expertise-tile {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-expertise {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color--light-darker);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.master-checklist-horizontall {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.master-checklist-horizontall.mg-top-64 {
  margin-top: 64px;
}

.single-checklist {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.circle-checlist {
  background-color: var(--color--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-check {
  color: var(--color--light);
  width: 18px;
  height: 18px;
}

.flex-heading-slider-classes {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  padding-left: 12px;
  display: flex;
}

.no-margins {
  clear: none;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.slider-classes {
  background-color: #ddd0;
  width: 33%;
  height: auto;
}

.wrap-classes-slider {
  position: relative;
}

.slide-classes {
  height: auto;
  padding-left: 12px;
  padding-right: 12px;
}

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

.arrow-classes-slider {
  width: 64px;
  height: 64px;
  transition: transform .2s;
  inset: auto auto -92px 0%;
}

.arrow-classes-slider:hover {
  transform: scale(1.05);
}

.arrow-classes-slider.left-arrow {
  left: 12px;
}

.arrow-classes-slider.right-arrow {
  left: 82px;
}

.mask-classes {
  height: auto;
  overflow: visible;
}

.icon-slider-arrow {
  width: 100%;
  height: 100%;
}

.item-class-slider {
  flex-direction: column;
  display: flex;
}

.tile-class {
  background-color: var(--color--white);
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.wrap-image-class {
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

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

.bottom-class-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 32px 88px;
  display: flex;
  position: relative;
}

.text-read-more {
  color: var(--color--accent);
  font-weight: 500;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.video-video-section {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-video-content {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-showreel {
  grid-column-gap: 16px;
  color: var(--color--light);
  background-color: #361a5ab3;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 52px 18px 32px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.play-showreel {
  width: 54px;
  height: 54px;
}

.master-icons-list {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.flex-cta-left.mg-top-8 {
  margin-top: 8px;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.wrap-image-combo-halves {
  position: relative;
}

.right-combo-halves {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
}

.single-icon-list {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-icons-list {
  width: 28px;
  height: 28px;
}

.top-combo-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 592px;
  margin-bottom: 8px;
  display: flex;
}

.image-combo-halves {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.grid-combo-halves {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.overlay-video {
  z-index: 5;
  background-color: #22221f66;
  position: absolute;
  inset: 0%;
}

.master-moving-text {
  border-top: 2px solid var(--color--dark);
  border-bottom: 2px solid var(--color--dark);
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

.inside-moving-text {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-moving-text {
  grid-column-gap: 40px;
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.text-moving-text {
  font-family: var(--font--heading);
  text-transform: uppercase;
  flex: none;
  font-size: 88px;
  font-weight: 300;
  line-height: 120%;
}

.circle-moving-text {
  background-color: var(--color--dark);
  border-radius: 50%;
  flex: none;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.circle-moving-text.dark-circle {
  background-color: #141414;
}

.center-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-heading.mg-bottom-64 {
  margin-bottom: 64px;
}

.tab-pane {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--accent-lighter);
  color: var(--color--dark);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.tab-link {
  background-color: var(--accent-lighter);
  color: var(--color--dark);
  text-align: center;
  border-radius: 12px;
  width: 180px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.tab-link:active {
  background-color: var(--color--accent);
  color: var(--color--light);
}

.tab-link:lang(en) {
  color: #fefcf8;
}

.tab-link.w--current {
  background-color: var(--color--accent);
  color: var(--color--light);
  border-radius: 8px;
  font-weight: 400;
}

.tab-link.current {
  color: var(--white);
}

.tabs-mask {
  width: 100%;
}

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

.wrap-tab-content {
  background-color: var(--color--light-darker);
  border-radius: 12px;
  overflow: hidden;
}

.grid-tab-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.wrap-tab-image {
  padding-top: 90%;
  position: relative;
}

.image-tab-image {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-tab-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  padding: 40px;
  display: flex;
}

.brand-tab-content {
  height: 40px;
}

.mask {
  height: auto;
  position: static;
}

.image-testimonial {
  object-fit: cover;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.master-testimonial-slider {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider {
  background-color: #fff7e300;
  width: 85%;
  max-width: 894px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.slide-testimonials {
  height: auto;
}

.arrow-testimonial-slider {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.arrow-testimonial-slider.right-arrow, .arrow-testimonial-slider.left-arrow {
  margin-top: 147px;
  margin-bottom: 147px;
}

.abstract-stars-vertical {
  height: 24px;
}

.text-testimonial {
  font-family: var(--font--heading);
  font-size: 24px;
  line-height: 150%;
}

.wrap-testimonial-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 710px;
  display: flex;
}

.tile-testimonial-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--light-darker);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px;
  display: flex;
}

.section-big-image {
  height: 100vh;
  min-height: 600px;
  max-height: 1100px;
  overflow: hidden;
}

.image-big-section {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.left-process-sticky {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
}

.sticky-sticky-halves {
  position: sticky;
  top: 64px;
}

.gird-sticky-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.left-sticky-halves {
  position: relative;
}

.right-process-sticky {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.tile-process-sticky {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--accent-lighter);
  color: var(--color--light-darker);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.top-process-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.icon-process {
  width: 80px;
  height: 80px;
}

.wrap-image-quote {
  z-index: 10;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  width: 80%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.image-quote-section {
  border-radius: 12px;
  width: 100%;
}

.color-fill-image-quote {
  background-color: var(--color--accent);
  height: 20%;
  max-height: 250px;
  position: absolute;
  inset: 0% 0% auto;
}

.bottom-image-quote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 850px;
  display: flex;
}

.icon-quote {
  height: 48px;
}

.grid-pricing-thirds {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.tile-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 16px;
  flex-direction: column;
  padding: 44px 40px 40px;
  display: flex;
}

.top-pricing {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-price {
  opacity: .9;
  color: #1a1a17b3;
  font-size: 15px;
}

.wrap-pricing-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #22221f33;
  border-bottom: 1px solid #22221f33;
  justify-content: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.single-pricing-detail {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.single-pricing-detail.big-detail {
  font-size: 18px;
}

.icon-pricing-detail {
  width: 16px;
  height: 16px;
}

.icon-pricing-detail.big-pricing-details {
  width: 24px;
  height: 24px;
}

.flex-tags-class {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

.tag-class-tile {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color--light-darker);
  background-color: #22221f99;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  padding: 8px;
  font-size: 12px;
  display: flex;
}

.grid-footer-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex: 1;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  place-items: center;
  max-width: 760px;
  display: grid;
}

.footer-link {
  color: var(--color--light-darker);
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.wrap-legal-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.single-contact-list-footer {
  grid-column-gap: 8px;
  color: var(--color--light-darker);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.left-top-footer {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-footer-links {
  color: var(--color--light-darker);
  font-size: 16px;
}

.brand-footer {
  max-width: none;
  height: 140%;
  display: block;
}

.brand-link-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 44px;
  display: flex;
}

.wrap-footer-links {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.divider-footer {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

.flex-top-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: var(--color--accent);
  color: var(--color--light-darker);
  padding-top: 120px;
  padding-bottom: 64px;
}

.column-footer-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-contact-list-footer {
  object-fit: contain;
  width: 24px;
  max-width: 18%;
  height: 24px;
}

.text-legal-footer {
  font-size: 16px;
}

.white-link {
  color: var(--color--light-darker);
}

.master-contact-list-footer {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-footer-left {
  background-color: var(--color--light);
  opacity: .4;
  width: 100%;
  height: 1px;
}

.flex-socials-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-social-footer {
  object-fit: contain;
  width: 100%;
}

.link-social-footer {
  width: 24px;
  height: 24px;
  display: flex;
}

.flex-hero-about {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-hero-about {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.limit-subtitle-about {
  max-width: 585px;
}

.brand-hero-about {
  height: 108px;
}

.image-about-gallery {
  border: 1px solid #e2e2e21a;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 0;
}

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

.section-about-gallery {
  background-color: #282523;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
}

.lightbox-about-gallery {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.lightbox-about-gallery:hover {
  transform: scale(1.03);
}

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

.left-facts-sticky {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
}

.right-sticky-facts {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tile-no-hover {
  grid-row-gap: 24px;
  background-color: #f5ecd7;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.tile-no-hover.value-tile {
  grid-row-gap: 32px;
  align-items: center;
  padding: 48px;
}

.image-value {
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  align-self: flex-start;
  width: 100%;
  max-width: 50px;
}

.image-value.waist {
  max-width: 80px;
}

.image-value.blood {
  max-width: 32px;
}

.bottom-facts {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.tile-sticky-fact {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  display: flex;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
}

.plus-line {
  background-color: var(--color--dark);
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.master-expandable-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.grid-faq-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.left-faq-halves {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  display: flex;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expandable-single-faq {
  background-color: var(--color--white);
  cursor: pointer;
  border-radius: 24px;
  padding: 32px 40px;
}

.flex-heading-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-heading-cta.mg-bottom-64 {
  margin-bottom: 64px;
}

.grid-blog-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-blog-tile {
  width: 100%;
}

.bottom-blog-tile {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.tile-blog {
  background-color: var(--color--white);
  border-radius: 16px;
  height: 100%;
  text-decoration: none;
  transition: transform .2s;
  overflow: hidden;
}

.tile-blog:hover {
  transform: translate(0, -6px);
}

.single-contact-list-icon-one {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.top-contact-one {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-contact-one {
  width: 100%;
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.image-abstract-contact {
  height: 40px;
}

.divider-contact-tile {
  background-color: #22221f47;
  width: 100%;
  height: 1px;
}

.image-contact-one {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: 590px;
}

.tile-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--light-darker);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 56px;
  display: flex;
}

.grid-contact-one {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.bottom-contact-one {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-contact-list-one {
  width: 32px;
  height: 32px;
}

.right-hero-expertises {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 550px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.title-wrap-hero-expertises {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 635px;
  display: flex;
}

.image-expertises-above {
  border-radius: 8px;
  width: 50%;
  margin-top: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.image-expertises-under {
  border-radius: 8px;
  width: 90%;
}

.grid-hero-expertises {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .52fr .48fr;
}

.master-divider-wide-features {
  grid-column-gap: 24px;
  color: var(--color--accent);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-divider-wide-features {
  background-color: var(--color--accent);
  color: var(--color--light-darker);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: flex;
}

.circle-divider-wide-features.small-5 {
  width: 170px;
  height: 76px;
}

.circle-divider-wide-features.small-4 {
  width: 160px;
  height: 76px;
}

.circle-divider-wide-features.small-3 {
  width: 155px;
  height: 76px;
}

.circle-divider-wide-features.small-2 {
  width: 162px;
  height: 76px;
}

.divider-wide-features {
  background-color: var(--color--accent);
  transform-origin: 0%;
  flex: 1;
  height: 1px;
}

.master-wide-expertises {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.single-wide-expertise {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-direction: column;
  display: flex;
}

.grid-wide-expertise {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr 1fr 1fr;
}

.left-wide-expertise {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.flex-checlist-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-expertise-wide {
  vertical-align: baseline;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  position: static;
}

.title-wrap-classes {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.master-filters {
  border-top: 1px solid var(--color--dark);
  border-bottom: 1px solid var(--color--dark);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.left-filters {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle-filter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--color--dark);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 28px 10px 26px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.icon-filter {
  width: 20px;
  height: 20px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.input-search {
  border: 1px solid var(--color--dark);
  color: var(--color--dark);
  background-color: #fff0;
  border-radius: 60px;
  height: 44px;
  margin-bottom: 0;
  font-size: 16px;
}

.input-search:focus {
  color: var(--color--dark);
}

.input-search::placeholder {
  color: #22221fa3;
  font-size: 16px;
}

.search {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-button {
  background-color: var(--color--dark);
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  flex: none;
  width: 44px;
  height: 44px;
  margin-left: -44px;
}

.grid-classes-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-filter-hero {
  width: 80px;
}

.wrap-heading-class-filter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-class {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.master-details-hero-class {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.single-detail-hero-class {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-detail-class-hero {
  width: 24px;
  height: 24px;
}

.circle-hero-detail-class {
  background-color: var(--color--dark);
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.limit-subtitle-class {
  max-width: 750px;
}

.lightbox-class {
  border-radius: 24px;
  width: 90%;
  max-width: 1040px;
  margin: 66px auto 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-lightbox-class {
  width: 100%;
}

.play-class {
  width: 120px;
  height: 120px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.container-small {
  max-width: 812px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-blogs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1020px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-blog-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limi-blog-template-subtitle {
  max-width: 780px;
}

.image-blog-main {
  border-radius: 24px;
  width: 90%;
  max-width: 900px;
  margin: 64px auto 80px;
  display: block;
}

.color-fill-pricing {
  z-index: 5;
  background-color: var(--color--light-darker);
  height: 30%;
  max-height: 230px;
  position: absolute;
  inset: auto 0% 0%;
}

.title-wrap-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.grid-product {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .9fr;
}

.left-product-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-product-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.right-product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 478px;
  padding: 56px;
  display: flex;
}

.text-price-hero {
  font-size: 32px;
  line-height: 120%;
}

.add-to-cart {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.field-label-hidden {
  display: none;
}

.text-field-add-to-cart {
  border-radius: 60px;
  width: 100%;
  height: 44px;
}

.default-state-add-to-cart {
  margin-bottom: 0;
}

.brand-checkout {
  background-color: var(--color--light-darker);
  border-bottom: 1px solid #3e3b3633;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.link-brand-checkout {
  height: 32px;
}

.brand-image-checkout {
  height: 100%;
}

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

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
}

.checkout-form {
  background-color: var(--color--light);
  padding: 64px 0;
}

.shipping-method {
  background-color: #f7f2e2;
}

.text-field-checkout {
  background-color: var(--color--white);
  border-color: #5644184a;
  border-radius: 60px;
  height: 44px;
  margin-bottom: 12px;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-color: #564418;
}

.block-content {
  background-color: var(--color--white);
  border-bottom-color: #cec8b1;
  border-left-color: #cec8b1;
  border-right-color: #cec8b1;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.block-header {
  background-color: var(--color--white);
  border-color: #cec8b1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.search-page {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 790px;
  margin-bottom: 0;
  display: flex;
}

.wrap-search-page {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-result-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.search-result-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tile-changelog {
  background-color: var(--color--light-darker);
  border-radius: 12px;
  width: 100%;
  max-width: 562px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
}

.flex-hero-sales {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-hero-sales {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sales-mock-image {
  border: 1px solid #fffbf026;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 0;
}

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

.section-sales-mockups {
  background-color: var(--color--dark);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

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

.grid-included {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--light-darker);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 340px;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  border: 1px solid #1b323326;
  border-radius: 8px;
  width: 100%;
}

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

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--light-darker);
  color: #282523;
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

.body {
  background-color: #f0eef5;
}

.heading {
  font-family: Jost, sans-serif;
  font-size: var(--type--h1);
  margin-right: -130px;
  font-weight: 500;
  line-height: 120%;
}

.subtitle-light {
  font-family: Futura;
  font-size: var(--type--subtitle);
  font-weight: 300;
  line-height: 125%;
}

.text-block {
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.text-block-2 {
  font-weight: 400;
}

.text-heading-3-purple {
  font-family: var(--font--heading);
  color: var(--color--accent);
  font-size: var(--type--h3);
  line-height: 125%;
}

.text-block-3 {
  font-size: 14px;
  line-height: 133%;
}

.heading-2 {
  font-weight: 400;
}

.text-block-4 {
  color: var(--color--dark);
  font-weight: 400;
}

.text-block-4:active {
  color: var(--color--light);
}

.text-block-5 {
  color: var(--white);
  font-weight: 400;
}

.text-block-5:lang(en) {
  color: var(--color--dark);
}

.text-block-6 {
  color: #1a1a17;
  font-weight: 400;
}

.text-block-6:active, .text-block-6:focus {
  color: var(--color--light);
}

.no-margins-2 {
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-big-copy {
  text-align: left;
  font-size: 18px;
  line-height: 130%;
}

.heading-3, .text-block-7 {
  font-weight: 400;
}

.text-block-8 {
  font-family: Futura;
  font-weight: 200;
}

.no-margins-copy {
  clear: none;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-copy {
  background-color: var(--color--accent);
  color: var(--color--light);
  mix-blend-mode: normal;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-copy:hover {
  background-color: var(--color--dark);
}

.cta-copy.outline-cta {
  border: 1px solid var(--color--dark);
  color: var(--color--dark);
  background-color: #56441800;
  transition: color .2s, background-color .2s;
}

.cta-copy.outline-cta:hover {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.cta-copy.outline-cta.cart-navbar {
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta-copy.white {
  background-color: var(--color--light);
  color: var(--color--dark);
}

.cta-copy.white:hover {
  background-color: var(--color--light-darker);
}

.cta-copy.ghost-cta {
  color: var(--color--light);
  background-color: #fffbf000;
}

.cta-copy.ghost-cta:hover {
  background-color: #fffbf033;
}

.cta-copy.navbar-cta {
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta-copy.pricing-cta {
  background-color: var(--color--accent);
  color: var(--color--light);
  margin-top: 16px;
  font-weight: 400;
}

.cta-copy.pricing-cta:hover {
  color: var(--color--light);
}

.cta-copy.search-page {
  height: 44px;
  margin-left: -60px;
}

.cta-purple {
  background-color: var(--color--accent);
  color: var(--color--light);
  mix-blend-mode: normal;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-purple:hover {
  background-color: var(--color--dark);
}

.cta-purple.outline-cta {
  border: 1px solid var(--color--dark);
  color: var(--color--dark);
  background-color: #56441800;
  transition: color .2s, background-color .2s;
}

.cta-purple.outline-cta:hover {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.cta-purple.outline-cta.cart-navbar {
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta-purple.white {
  background-color: var(--color--light);
  color: var(--color--dark);
}

.cta-purple.white:hover {
  background-color: var(--color--light-darker);
}

.cta-purple.ghost-cta {
  color: var(--color--light);
  background-color: #fffbf000;
}

.cta-purple.ghost-cta:hover {
  background-color: #fffbf033;
}

.cta-purple.navbar-cta {
  border-radius: 8px;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta-purple.pricing-cta {
  background-color: var(--color--accent);
  color: var(--color--light);
  margin-top: 16px;
  font-weight: 400;
}

.cta-purple.pricing-cta:hover {
  color: var(--color--light);
}

.cta-purple.search-page {
  height: 44px;
  margin-left: -60px;
}

.link {
  color: var(--color--accent);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.heading-4 {
  font-weight: 400;
}

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

.text-block-10 {
  color: #0000;
}

.div-block {
  width: 100%;
}

.image-guides {
  width: 100%;
  max-width: 353px;
  max-height: none;
  margin-bottom: 49px;
  overflow: clip;
}

.guide-header {
  margin-bottom: 39px;
}

.heading-5 {
  font-weight: 400;
}

.heading-expandable-copy {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

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

.grid-4-horsemen {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image {
  width: 125px;
}

.image.smal-icon-5 {
  width: 94px;
  height: 85px;
}

.image.smal-icon-5.people2 {
  width: 86px;
}

.text-block-11 {
  font-size: 48px;
}

.text-block-12 {
  text-align: left;
  align-self: flex-start;
}

.text-block-13, .text-block-14, .text-block-15 {
  text-align: left;
}

.tile-sticky-fact-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  display: flex;
}

.body-2 {
  background-color: var(--color--light-darker);
}

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

.section-2 {
  background-color: var(--color--accent);
  height: 100px;
}

.testimage {
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pack-of-5 {
  margin-bottom: 82px;
}

.pack-of-5.section {
  background-color: var(--color--light-darker);
  margin-bottom: 0;
  padding-top: 120px;
}

.tests-more-info.moblie-only {
  display: none;
}

.heading-6 {
  font-weight: 400;
}

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

  .section.video-section {
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

  .section.hero-about {
    padding-top: 100px;
  }

  .paragraph-big {
    font-size: 20px;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .right-column-template-details {
    padding: 0;
  }

  .left-column-template-details {
    display: none;
  }

  .dropdown-toggle {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 20px;
    font-size: 22px;
  }

  .line-menu {
    background-color: var(--color--dark);
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line, .line-menu.first-line {
    background-color: #564418;
    width: 28px;
  }

  .dropdown-list.w--open {
    background-color: #27262108;
    position: static;
  }

  .wrap-menu-button {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .menu-button {
    border: 0px solid var(--color--dark);
    border-radius: 0%;
    flex: none;
    width: 44px;
    height: 44px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--color--accent);
    border-radius: 8px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    max-width: 80%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 22px;
    display: flex;
  }

  .dropdown {
    width: 80%;
    font-size: 22px;
    display: block;
  }

  .divider-nav {
    display: none;
  }

  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .nav-menu {
    background-color: var(--color--light-darker);
    border-top: 1px solid #5644184d;
    border-bottom: 1px solid #56441899;
    flex-direction: column;
    justify-content: flex-start;
    max-height: 80vh;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .navbar {
    position: relative;
  }

  .subtitle {
    font-size: 20px;
  }

  .master-hero-home {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 110px;
    display: flex;
  }

  .wrap-content-hero-home {
    text-align: center;
    align-items: center;
  }

  .top-hero-home {
    align-items: center;
  }

  .scroll-down-home {
    width: 60px;
    max-width: 86px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -1%;
  }

  .grid-expertises-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-checklist-horizontall.mg-top-64 {
    flex-wrap: wrap;
  }

  .circle-checlist {
    flex: none;
  }

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

  .slider-classes {
    width: 64%;
  }

  .master-icons-list {
    text-align: left;
  }

  .wrap-image-combo-halves {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-combo-halves {
    text-align: center;
    align-items: center;
  }

  .grid-combo-halves {
    grid-template-columns: 1fr;
  }

  .master-moving-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .slider {
    width: 80%;
  }

  .wrap-testimonial-content {
    align-items: center;
  }

  .section-big-image {
    height: 70vw;
    min-height: 0;
    max-height: none;
  }

  .left-process-sticky {
    text-align: center;
    align-items: center;
    max-width: 530px;
  }

  .gird-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-footer-links {
    grid-column-gap: 24px;
  }

  .flex-top-footer {
    grid-column-gap: 40px;
  }

  .flex-hero-about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .brand-hero-about {
    order: -1;
  }

  .column-about-gallery.third-column {
    display: none;
  }

  .grid-about-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .left-facts-sticky {
    text-align: center;
    align-items: center;
    max-width: 500px;
  }

  .tile-no-hover.value-tile {
    padding: 32px;
  }

  .grid-faq-halves {
    grid-template-columns: 1fr;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    max-width: 520px;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .right-contact-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-contact-one {
    max-width: 500px;
  }

  .grid-contact-one {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .right-hero-expertises {
    max-width: 480px;
  }

  .title-wrap-hero-expertises {
    text-align: center;
    align-items: center;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-hero-expertises {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .circle-divider-wide-features.small-5, .circle-divider-wide-features.small-4, .circle-divider-wide-features.small-3, .circle-divider-wide-features.small-2 {
    width: 78px;
  }

  .grid-wide-expertise {
    grid-template-columns: 1fr;
  }

  .left-wide-expertise {
    text-align: center;
    align-items: center;
  }

  .image-expertise-wide {
    max-width: 560px;
    margin-top: 0;
  }

  .grid-classes-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .master-details-hero-class {
    flex-wrap: wrap;
  }

  .grid-product {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-product {
    max-width: none;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .flex-hero-sales {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-thirds-mokckups {
    grid-template-columns: 1fr;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .grid-included {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .included-card {
    min-height: 260px;
  }

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

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    margin-right: 0;
  }

  .subtitle-light, .paragraph-big-copy {
    font-size: 20px;
  }

  .pack-of-5.section {
    margin-bottom: 0;
    padding-top: 120px;
  }

  .tests-more-info {
    display: none;
  }

  .tests-more-info.moblie-only {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }
}

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

  h2 {
    font-size: 32px;
  }

  .section.dark-light.hero-classes {
    padding-top: 100px;
  }

  .section.testimonials-slider-section {
    padding-bottom: 160px;
  }

  .section.hero-expertises {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-blog-template, .section.hero-class-template {
    padding-top: 80px;
  }

  .paragraph-big {
    font-size: 18px;
    line-height: 22px;
  }

  .columns-template-details {
    flex-direction: column;
  }

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

  .cta.navbar-cta {
    display: none;
  }

  .tile-template-details {
    padding: 24px;
  }

  .right-column-template-details {
    padding: 0;
  }

  .left-column-template-details {
    display: none;
  }

  .brand-link-navbar {
    height: 36px;
    padding-left: 0;
  }

  .navbar {
    height: 72px;
  }

  .subtitle {
    font-size: 24px;
  }

  .master-hero-home {
    padding: 100px 40px;
  }

  .scroll-down-home {
    height: 60px;
  }

  .big-text {
    font-size: 30px;
  }

  .flex-heading-slider-classes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-classes {
    width: 88%;
  }

  .tabs-menu {
    border-radius: 24px;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
  }

  .tab-link {
    width: 100%;
  }

  .grid-tab-content {
    grid-template-columns: 1fr;
  }

  .right-tab-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .slider {
    width: 100%;
  }

  .arrow-testimonial-slider {
    inset: auto 0% -80px;
  }

  .arrow-testimonial-slider.right-arrow {
    right: -60px;
  }

  .arrow-testimonial-slider.left-arrow {
    left: -60px;
  }

  .wrap-image-quote {
    width: 100%;
  }

  .grid-footer-links {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-legal-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left-top-footer {
    align-items: center;
  }

  .wrap-footer-links {
    text-align: center;
    align-items: center;
  }

  .flex-top-footer {
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .brand-hero-about {
    height: 100px;
  }

  .column-about-gallery.third-column {
    display: none;
  }

  .left-facts-sticky {
    max-width: 430px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .grid-faq-halves {
    grid-template-columns: 1fr;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-heading-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-contact-one {
    width: 90%;
    max-width: 420px;
  }

  .tile-contact {
    text-align: center;
    align-items: center;
  }

  .circle-divider-wide-features.small-5, .circle-divider-wide-features.small-4, .circle-divider-wide-features.small-3, .circle-divider-wide-features.small-2 {
    width: 78px;
  }

  .master-filters {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-classes-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-included {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .subtitle-light, .paragraph-big-copy {
    font-size: 24px;
  }

  .cta-copy.navbar-cta, .cta-purple.navbar-cta {
    display: none;
  }

  .heading-expandable-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .grid-5-pillars {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 2.5fr;
  }

  .grid-4-horsemen {
    grid-template-columns: 1fr;
  }
}

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

  .section.dark-light.hero-search {
    padding-top: 80px;
  }

  .section.video-section {
    padding-top: 30vw;
    padding-bottom: 30vw;
  }

  .section.hero-about {
    padding-bottom: 100px;
  }

  .section.hero-blog, .section.hero-product {
    padding-top: 80px;
  }

  .main-container, .main-container.hero-home-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .wrap-template-ui {
    padding: 16px;
  }

  .cta.search-page {
    margin-left: 0;
  }

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

  .text-heading-3 {
    font-size: 24px;
  }

  .brand-navbar {
    height: 100%;
  }

  .brand-link-navbar {
    max-width: 44vw;
    height: 30px;
    padding-left: 0;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar {
    height: 72px;
  }

  .subtitle {
    font-size: 20px;
  }

  .master-hero-home {
    background-position: 64%;
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .overlay-hero-home {
    background-color: #22221f99;
    background-image: none;
  }

  .flex-hero-home-cta {
    flex-direction: column;
    align-items: stretch;
    width: 90%;
  }

  .wrap-center-big-text.mg-bottom-80 {
    margin-bottom: 56px;
  }

  .big-text {
    font-size: 30px;
  }

  .lightbox-showreel {
    padding-right: 32px;
  }

  .text-moving-text {
    font-size: 17vw;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 24px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    display: flex;
  }

  .image-testimonial {
    flex: none;
    width: 180px;
    height: 180px;
  }

  .text-testimonial {
    font-size: 22px;
  }

  .section-big-image {
    height: 90vw;
  }

  .tile-process-sticky {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 32px;
  }

  .top-process-tile {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-quote-section {
    border-radius: 12px;
  }

  .color-fill-image-quote {
    height: 10%;
    max-height: 80px;
  }

  .tile-pricing {
    padding: 32px;
  }

  .top-pricing {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-socials-footer {
    justify-content: center;
  }

  .brand-hero-about {
    width: 50%;
    height: auto;
  }

  .container-about-gallery {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-about-gallery {
    max-height: 800px;
  }

  .column-about-gallery.third-column {
    display: block;
  }

  .column-about-gallery.second-column, .column-about-gallery.first-column {
    display: none;
  }

  .grid-about-thirds {
    grid-template-columns: 1fr;
  }

  .tile-no-hover.value-tile, .tile-sticky-fact {
    padding: 24px;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .expandable-single-faq {
    padding: 24px;
  }

  .single-contact-list-icon-one {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .top-contact-one {
    text-align: center;
    align-items: center;
  }

  .tile-contact {
    padding: 44px 32px;
  }

  .grid-contact-one {
    grid-row-gap: 40px;
  }

  .bottom-contact-one {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .dropdown-filter {
    align-self: stretch;
    width: 100%;
  }

  .input-search, .search {
    width: auto;
  }

  .master-details-hero-class {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lightbox-class {
    border-radius: 12px;
    width: 100%;
  }

  .play-class {
    width: 60px;
    height: 60px;
  }

  .container-small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-blog-main {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flex-product-details {
    flex-wrap: wrap;
  }

  .right-product {
    padding: 24px;
  }

  .text-price-hero {
    font-size: 28px;
  }

  .search-page {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .block-quote {
    padding: 36px;
    font-size: 22px;
  }

  .container-sales-mockups {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-sales-mockups {
    max-height: 800px;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .sales-mockups-column.second-column, .sales-mockups-column.first-column {
    display: none;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .heading {
    font-size: var(--type--h2);
  }

  .subtitle-light {
    font-size: 20px;
  }

  .text-heading-3-purple {
    font-size: 24px;
  }

  .paragraph-big-copy {
    font-size: 20px;
  }

  .no-margins-copy {
    line-height: 125%;
  }

  .cta-copy.search-page, .cta-purple.search-page {
    margin-left: 0;
  }

  .heading-expandable-copy {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .grid-5-pillars {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .tile-sticky-fact-copy {
    padding: 24px;
  }
}

#w-node-_172bcc1c-5ab8-d0c5-dff0-4b545259bb0f-6e59ff91, #w-node-_172bcc1c-5ab8-d0c5-dff0-4b545259bb16-6e59ff91, #w-node-_172bcc1c-5ab8-d0c5-dff0-4b545259bb1d-6e59ff91, #w-node-_8f5824ba-c107-6b22-1a1a-60274f95c01a-6e59ff91, #w-node-_8f5824ba-c107-6b22-1a1a-60274f95c01f-6e59ff91, #w-node-_8f5824ba-c107-6b22-1a1a-60274f95c024-6e59ff91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f5824ba-c107-6b22-1a1a-60274f95c02a-6e59ff91 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_94e291eb-e29f-d4f6-fab1-977ffd6edef1-6e59ff91, #w-node-_94e291eb-e29f-d4f6-fab1-977ffd6edef7-6e59ff91, #w-node-_94e291eb-e29f-d4f6-fab1-977ffd6edefd-6e59ff91, #w-node-_94e291eb-e29f-d4f6-fab1-977ffd6edf03-6e59ff91, #w-node-_94e291eb-e29f-d4f6-fab1-977ffd6edf09-6e59ff91, #w-node-_94e291eb-e29f-d4f6-fab1-977ffd6edf0f-6e59ff91, #w-node-_94e291eb-e29f-d4f6-fab1-977ffd6edf15-6e59ff91, #w-node-_94e291eb-e29f-d4f6-fab1-977ffd6edf1b-6e59ff91, #w-node-_94e291eb-e29f-d4f6-fab1-977ffd6edf21-6e59ff91, #w-node-_3705d00e-723f-d556-8bd6-79e07f18d6ee-7f18d6cb, #w-node-b4fb47b3-17eb-4560-0ab2-d7fb6d9fe019-7f18d6cb, #w-node-cbcb3f06-1cc2-3a7e-f225-77a69b8d1279-6e59ffaa, #w-node-f14425de-6209-dab2-e1fd-7939347634a4-6e59ffaa, #w-node-_3022c29e-a7db-1481-6ffa-e298ca47ed9f-6e59ffaa, #w-node-_18c95ea9-b13b-4958-e93e-a96ffcc55523-6e59ffaa, #w-node-fc236de7-5f00-b791-f8bf-c7ae6ef65115-6e59ffaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81c19c8b-8bdd-0c10-6077-bfcca9a29ad6-a9a29ad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_81c19c8b-8bdd-0c10-6077-bfcca9a29ae0-a9a29ad3, #w-node-e9f8793a-029f-f83d-00bb-d80325b559c4-25b559c1, #w-node-_744d8176-6b71-1a3e-c2d2-2441796cc77d-6e59ffab, #w-node-_744d8176-6b71-1a3e-c2d2-2441796cc784-6e59ffab, #w-node-_744d8176-6b71-1a3e-c2d2-2441796cc78b-6e59ffab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d4db126-5496-72f0-3a77-a5d7d26efcd3-6e59ffab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-df816abd-a1f3-f068-6836-7c4394c87d05-6e59ffab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_5e70e026-1281-9721-175d-7cbb165cd3c9-165cd3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e70e026-1281-9721-175d-7cbb165cd3cb-165cd3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5e70e026-1281-9721-175d-7cbb165cd3d4-165cd3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c57cbc7d-268f-25e2-7493-fdceb45faee9-165cd3b3 {
  place-self: center;
}

#w-node-_5e70e026-1281-9721-175d-7cbb165cd3df-165cd3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49846a2f-53b7-da3b-6aa4-5bc9955a35cd-165cd3b3 {
  place-self: center;
}

#w-node-_24c989c6-7610-cd1c-42cd-8ae3c973e8b9-c973e8b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24c989c6-7610-cd1c-42cd-8ae3c973e8ba-c973e8b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0091-6e59ffad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-6e59ffad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2fc9df04-733e-1947-53e0-49639498fcd7-6e59ffad {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_62be14e1-fa9f-eaa0-219d-6e3410658b85-6e59ffad, #w-node-b5d3646f-3ecb-c2ae-c1e4-a83824aebfef-6e59ffad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d19b1f3-0d03-f5a1-129b-135afbb1c46e-6e59ffad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e3da26fd-56b2-d533-4d1e-86651c97715f-6e59ffad {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_592e6928-7fe3-8793-1416-a338c89a9295-6e59ffad, #w-node-_5d19b1f3-0d03-f5a1-129b-135afbb1c480-6e59ffad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cca0b382-4c90-ea73-29dc-0ab9d72d6461-6e59ffad, #w-node-_9ebce96a-0036-21f5-c0bf-c03d4cc5dc59-6e59ffad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b4e00ecd-a9a0-758c-6397-d122f6bd4012-6e59ffad {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b1aaf343-7b7e-252e-f745-374c437811f5-6e59ffad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cca0b382-4c90-ea73-29dc-0ab9d72d6463-6e59ffad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ec90dbb-9043-b3aa-54c6-0f0721497570-6e59ffad {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b1aaf343-7b7e-252e-f745-374c437811e3-6e59ffad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_50578cba-f3f1-1b65-2f19-e620f2657709-6e59ffad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31fdee1f-fea8-9d32-3af2-b37664953c6a-6e59ffad {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_67a28c64-1311-6eae-4505-5410d53623e1-6e59ffad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f266a11e-90cf-abd9-11c0-d899654dbab1-6e59ffad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b2b20334-cd15-0bd7-79a9-2ab331ef7714-6e59ffad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2b20334-cd15-0bd7-79a9-2ab331ef76fe-6e59ffad {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_44786f00-dfdf-c9be-1d06-fcdf5fd5a51d-6e59ffad, #w-node-_75b6cfff-605d-84d0-9ff8-3899262c2dd6-6e59ffad, #w-node-_75b6cfff-605d-84d0-9ff8-3899262c2dd8-6e59ffad, #w-node-_75b6cfff-605d-84d0-9ff8-3899262c2deb-6e59ffad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7426890c-b328-a27d-2cd4-530562b3f11c-62b3f119 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_7426890c-b328-a27d-2cd4-530562b3f11e-62b3f119 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9775ad7b-9533-bc69-e3fd-2bcec65e2ba4-6e59ffd9, #w-node-_9775ad7b-9533-bc69-e3fd-2bcec65e2ba8-6e59ffd9, #w-node-_9775ad7b-9533-bc69-e3fd-2bcec65e2bac-6e59ffd9, #w-node-_9775ad7b-9533-bc69-e3fd-2bcec65e2bb0-6e59ffd9, #w-node-_76217322-d2d8-d2f1-8aa0-ff3d021d512d-6e59ffd9, #w-node-_9775ad7b-9533-bc69-e3fd-2bcec65e2bcb-6e59ffd9, #w-node-_9775ad7b-9533-bc69-e3fd-2bcec65e2bd0-6e59ffd9, #w-node-_9775ad7b-9533-bc69-e3fd-2bcec65e2bd5-6e59ffd9, #w-node-_2203dc05-955c-cb8a-45a9-f979f987f262-6e59ffd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19518a76-8afe-3c89-207d-9f29f49a32e5-6e5a0013 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_92dd5f63-9884-6019-1adc-2118cf93408a-6e5a0013 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_5d4db126-5496-72f0-3a77-a5d7d26efcd3-99966a87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-df816abd-a1f3-f068-6836-7c4394c87d05-99966a87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0091-c799f715 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-c799f715 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2fc9df04-733e-1947-53e0-49639498fcd7-c799f715 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_62be14e1-fa9f-eaa0-219d-6e3410658b85-c799f715, #w-node-b5d3646f-3ecb-c2ae-c1e4-a83824aebfef-c799f715 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_267da2fa-7292-4c1a-d836-fd17945baeb5-044862f7, #w-node-_267da2fa-7292-4c1a-d836-fd17945baec2-044862f7, #w-node-_267da2fa-7292-4c1a-d836-fd17945baecf-044862f7, #w-node-_267da2fa-7292-4c1a-d836-fd17945baedc-044862f7, #w-node-_267da2fa-7292-4c1a-d836-fd17945baee9-044862f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0091-304a2cde {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-304a2cde {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5d19b1f3-0d03-f5a1-129b-135afbb1c46e-304a2cde {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e3da26fd-56b2-d533-4d1e-86651c97715f-304a2cde {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_592e6928-7fe3-8793-1416-a338c89a9295-304a2cde, #w-node-_5d19b1f3-0d03-f5a1-129b-135afbb1c480-304a2cde {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0091-c39b24d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-c39b24d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cca0b382-4c90-ea73-29dc-0ab9d72d6461-c39b24d7, #w-node-_9ebce96a-0036-21f5-c0bf-c03d4cc5dc59-c39b24d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b4e00ecd-a9a0-758c-6397-d122f6bd4012-c39b24d7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b1aaf343-7b7e-252e-f745-374c437811f5-c39b24d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cca0b382-4c90-ea73-29dc-0ab9d72d6463-c39b24d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ec90dbb-9043-b3aa-54c6-0f0721497570-c39b24d7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b1aaf343-7b7e-252e-f745-374c437811e3-c39b24d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_50578cba-f3f1-1b65-2f19-e620f2657709-c39b24d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31fdee1f-fea8-9d32-3af2-b37664953c6a-c39b24d7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_67a28c64-1311-6eae-4505-5410d53623e1-c39b24d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f266a11e-90cf-abd9-11c0-d899654dbab1-c39b24d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0091-14e01b1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-14e01b1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b2b20334-cd15-0bd7-79a9-2ab331ef7714-14e01b1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2b20334-cd15-0bd7-79a9-2ab331ef76fe-14e01b1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0091-2fe75646 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-2fe75646 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_44786f00-dfdf-c9be-1d06-fcdf5fd5a51d-2fe75646, #w-node-_75b6cfff-605d-84d0-9ff8-3899262c2dd6-2fe75646, #w-node-_75b6cfff-605d-84d0-9ff8-3899262c2dd8-2fe75646, #w-node-_75b6cfff-605d-84d0-9ff8-3899262c2deb-2fe75646 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_81c19c8b-8bdd-0c10-6077-bfcca9a29ad6-a9a29ad3, #w-node-e9f8793a-029f-f83d-00bb-d80325b559c4-25b559c1, #w-node-_5d4db126-5496-72f0-3a77-a5d7d26efcd3-6e59ffab, #w-node-_24c989c6-7610-cd1c-42cd-8ae3c973e8b9-c973e8b6, #w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-6e59ffad {
    justify-self: center;
  }

  #w-node-_257a4010-dd31-67aa-1476-e584cf4ceb5f-6e59ffad, #w-node-_724840f7-e5c0-62e6-52ef-d8139cba18ea-6e59ffad, #w-node-_2d93a6fb-ce05-663c-29ed-7e4f4b826e6c-6e59ffad, #w-node-_075d4083-bc8a-9812-5d06-762f9048e1af-6e59ffad, #w-node-_910b3d5f-7319-5e1f-5a66-553f4556db2f-6e59ffad {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_62be14e1-fa9f-eaa0-219d-6e3410658b85-6e59ffad {
    grid-column: span 2 / span 2;
    place-self: start center;
  }

  #w-node-b5d3646f-3ecb-c2ae-c1e4-a83824aebfef-6e59ffad {
    grid-column: span 3 / span 3;
  }

  #w-node-fccd17ab-87a8-7572-a306-a04f57b534a4-6e59ffad, #w-node-_3b3edfb5-956b-8fb5-0ccb-0dfa1b6fc2e2-6e59ffad, #w-node-ad29960c-2560-ec47-79a0-cb93b798a30c-6e59ffad, #w-node-f08de362-f704-2061-3ee6-78d8cff1d000-6e59ffad {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_592e6928-7fe3-8793-1416-a338c89a9295-6e59ffad {
    grid-column: span 4 / span 4;
  }

  #w-node-_5d19b1f3-0d03-f5a1-129b-135afbb1c480-6e59ffad {
    place-self: center;
  }

  #w-node-b1aaf343-7b7e-252e-f745-374c437811f5-6e59ffad {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-cca0b382-4c90-ea73-29dc-0ab9d72d6463-6e59ffad, #w-node-b1aaf343-7b7e-252e-f745-374c437811e3-6e59ffad {
    grid-column: span 4 / span 4;
  }

  #w-node-_50578cba-f3f1-1b65-2f19-e620f2657709-6e59ffad, #w-node-_67a28c64-1311-6eae-4505-5410d53623e1-6e59ffad {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-f266a11e-90cf-abd9-11c0-d899654dbab1-6e59ffad {
    grid-column: span 4 / span 4;
  }

  #w-node-b2b20334-cd15-0bd7-79a9-2ab331ef7714-6e59ffad, #w-node-b2b20334-cd15-0bd7-79a9-2ab331ef76fe-6e59ffad, #w-node-_75b6cfff-605d-84d0-9ff8-3899262c2deb-6e59ffad, #w-node-_7426890c-b328-a27d-2cd4-530562b3f11e-62b3f119, #w-node-_5d4db126-5496-72f0-3a77-a5d7d26efcd3-99966a87, #w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-c799f715 {
    justify-self: center;
  }

  #w-node-_257a4010-dd31-67aa-1476-e584cf4ceb5f-c799f715, #w-node-_724840f7-e5c0-62e6-52ef-d8139cba18ea-c799f715, #w-node-_2d93a6fb-ce05-663c-29ed-7e4f4b826e6c-c799f715, #w-node-_075d4083-bc8a-9812-5d06-762f9048e1af-c799f715, #w-node-_910b3d5f-7319-5e1f-5a66-553f4556db2f-c799f715 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_62be14e1-fa9f-eaa0-219d-6e3410658b85-c799f715 {
    grid-column: span 2 / span 2;
    place-self: start center;
  }

  #w-node-b5d3646f-3ecb-c2ae-c1e4-a83824aebfef-c799f715 {
    grid-column: span 3 / span 3;
  }

  #w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-304a2cde {
    justify-self: center;
  }

  #w-node-fccd17ab-87a8-7572-a306-a04f57b534a4-304a2cde, #w-node-_3b3edfb5-956b-8fb5-0ccb-0dfa1b6fc2e2-304a2cde, #w-node-ad29960c-2560-ec47-79a0-cb93b798a30c-304a2cde, #w-node-f08de362-f704-2061-3ee6-78d8cff1d000-304a2cde {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_592e6928-7fe3-8793-1416-a338c89a9295-304a2cde {
    grid-column: span 4 / span 4;
  }

  #w-node-_5d19b1f3-0d03-f5a1-129b-135afbb1c480-304a2cde {
    place-self: center;
  }

  #w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-c39b24d7 {
    justify-self: center;
  }

  #w-node-b1aaf343-7b7e-252e-f745-374c437811f5-c39b24d7 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-cca0b382-4c90-ea73-29dc-0ab9d72d6463-c39b24d7, #w-node-b1aaf343-7b7e-252e-f745-374c437811e3-c39b24d7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_50578cba-f3f1-1b65-2f19-e620f2657709-c39b24d7, #w-node-_67a28c64-1311-6eae-4505-5410d53623e1-c39b24d7 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-f266a11e-90cf-abd9-11c0-d899654dbab1-c39b24d7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-14e01b1a, #w-node-b2b20334-cd15-0bd7-79a9-2ab331ef7714-14e01b1a, #w-node-b2b20334-cd15-0bd7-79a9-2ab331ef76fe-14e01b1a, #w-node-_673eebbd-25b4-8a0e-9cc4-aa78c16b0099-2fe75646, #w-node-_75b6cfff-605d-84d0-9ff8-3899262c2deb-2fe75646 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8f5824ba-c107-6b22-1a1a-60274f95c02a-6e59ff91, #w-node-_2fc9df04-733e-1947-53e0-49639498fcd7-6e59ffad, #w-node-_257a4010-dd31-67aa-1476-e584cf4ceb5f-6e59ffad, #w-node-_724840f7-e5c0-62e6-52ef-d8139cba18ea-6e59ffad, #w-node-_2d93a6fb-ce05-663c-29ed-7e4f4b826e6c-6e59ffad, #w-node-_075d4083-bc8a-9812-5d06-762f9048e1af-6e59ffad, #w-node-_910b3d5f-7319-5e1f-5a66-553f4556db2f-6e59ffad, #w-node-_62be14e1-fa9f-eaa0-219d-6e3410658b85-6e59ffad, #w-node-b5d3646f-3ecb-c2ae-c1e4-a83824aebfef-6e59ffad, #w-node-_5d19b1f3-0d03-f5a1-129b-135afbb1c46e-6e59ffad, #w-node-e3da26fd-56b2-d533-4d1e-86651c97715f-6e59ffad, #w-node-fccd17ab-87a8-7572-a306-a04f57b534a4-6e59ffad, #w-node-_3b3edfb5-956b-8fb5-0ccb-0dfa1b6fc2e2-6e59ffad, #w-node-ad29960c-2560-ec47-79a0-cb93b798a30c-6e59ffad, #w-node-f08de362-f704-2061-3ee6-78d8cff1d000-6e59ffad, #w-node-_592e6928-7fe3-8793-1416-a338c89a9295-6e59ffad, #w-node-_5d19b1f3-0d03-f5a1-129b-135afbb1c480-6e59ffad, #w-node-b4e00ecd-a9a0-758c-6397-d122f6bd4012-6e59ffad, #w-node-b1aaf343-7b7e-252e-f745-374c437811f5-6e59ffad, #w-node-cca0b382-4c90-ea73-29dc-0ab9d72d6463-6e59ffad, #w-node-_7ec90dbb-9043-b3aa-54c6-0f0721497570-6e59ffad, #w-node-b1aaf343-7b7e-252e-f745-374c437811e3-6e59ffad, #w-node-_50578cba-f3f1-1b65-2f19-e620f2657709-6e59ffad, #w-node-_31fdee1f-fea8-9d32-3af2-b37664953c6a-6e59ffad, #w-node-_67a28c64-1311-6eae-4505-5410d53623e1-6e59ffad, #w-node-f266a11e-90cf-abd9-11c0-d899654dbab1-6e59ffad, #w-node-_2fc9df04-733e-1947-53e0-49639498fcd7-c799f715, #w-node-_257a4010-dd31-67aa-1476-e584cf4ceb5f-c799f715, #w-node-_724840f7-e5c0-62e6-52ef-d8139cba18ea-c799f715, #w-node-_2d93a6fb-ce05-663c-29ed-7e4f4b826e6c-c799f715, #w-node-_075d4083-bc8a-9812-5d06-762f9048e1af-c799f715, #w-node-_910b3d5f-7319-5e1f-5a66-553f4556db2f-c799f715, #w-node-_62be14e1-fa9f-eaa0-219d-6e3410658b85-c799f715, #w-node-b5d3646f-3ecb-c2ae-c1e4-a83824aebfef-c799f715, #w-node-_5d19b1f3-0d03-f5a1-129b-135afbb1c46e-304a2cde, #w-node-e3da26fd-56b2-d533-4d1e-86651c97715f-304a2cde, #w-node-fccd17ab-87a8-7572-a306-a04f57b534a4-304a2cde, #w-node-_3b3edfb5-956b-8fb5-0ccb-0dfa1b6fc2e2-304a2cde, #w-node-ad29960c-2560-ec47-79a0-cb93b798a30c-304a2cde, #w-node-f08de362-f704-2061-3ee6-78d8cff1d000-304a2cde, #w-node-_592e6928-7fe3-8793-1416-a338c89a9295-304a2cde, #w-node-_5d19b1f3-0d03-f5a1-129b-135afbb1c480-304a2cde, #w-node-b4e00ecd-a9a0-758c-6397-d122f6bd4012-c39b24d7, #w-node-b1aaf343-7b7e-252e-f745-374c437811f5-c39b24d7, #w-node-cca0b382-4c90-ea73-29dc-0ab9d72d6463-c39b24d7, #w-node-_7ec90dbb-9043-b3aa-54c6-0f0721497570-c39b24d7, #w-node-b1aaf343-7b7e-252e-f745-374c437811e3-c39b24d7, #w-node-_50578cba-f3f1-1b65-2f19-e620f2657709-c39b24d7, #w-node-_31fdee1f-fea8-9d32-3af2-b37664953c6a-c39b24d7, #w-node-_67a28c64-1311-6eae-4505-5410d53623e1-c39b24d7, #w-node-f266a11e-90cf-abd9-11c0-d899654dbab1-c39b24d7 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_62be14e1-fa9f-eaa0-219d-6e3410658b85-6e59ffad, #w-node-b4e00ecd-a9a0-758c-6397-d122f6bd4012-6e59ffad, #w-node-b1aaf343-7b7e-252e-f745-374c437811f5-6e59ffad, #w-node-cca0b382-4c90-ea73-29dc-0ab9d72d6463-6e59ffad, #w-node-_62be14e1-fa9f-eaa0-219d-6e3410658b85-c799f715, #w-node-b4e00ecd-a9a0-758c-6397-d122f6bd4012-c39b24d7, #w-node-b1aaf343-7b7e-252e-f745-374c437811f5-c39b24d7, #w-node-cca0b382-4c90-ea73-29dc-0ab9d72d6463-c39b24d7 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Marcellus';
  src: url('../fonts/Marcellus-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}