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

@font-face {
  font-family: Euclid Circular A;
  src: url('../fonts/Euclid-Circular-A-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  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-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  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-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  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-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  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;
}

@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-LightItalic.otf') format("opentype");
  font-weight: 300;
  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;
}

:root {
  --seashell: #fff9f4;
  --dark: #0e291e;
  --accent: #eeae91;
  --white: white;
  --background: #f9f9ff;
  --color: #999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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 {
  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;
  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;
  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-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--seashell);
  color: var(--dark);
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  line-height: 130%;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 122%;
}

h2 {
  color: var(--accent);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Euclid Circular A, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 122%;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Euclid Circular A, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 122%;
}

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

blockquote {
  border-left: .3125rem solid var(--accent);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 140%;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 1.5rem;
  display: flex;
}

.navbar {
  z-index: 10000;
  background-color: var(--seashell);
  border-bottom: .0625rem solid #28294326;
  height: 6rem;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-link-navbar {
  height: auto;
}

.right-navbar {
  grid-column-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.brand-navbar {
  max-width: 100%;
  height: 100%;
  display: block;
}

.nav-link {
  color: var(--dark);
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--dark);
  font-family: Lexend Deca, sans-serif;
}

.dropdown-navbar {
  color: #282943e6;
  height: 100%;
  font-weight: 500;
  display: block;
}

.dropdown-toggle-nav {
  grid-column-gap: .375rem;
  color: #282943f2;
  justify-content: center;
  align-items: center;
  padding: .75rem .625rem .75rem .875rem;
  display: flex;
}

.icon-dropdown {
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: .0625rem solid #1313131a;
  border-radius: .25rem;
}

.dropdown-link {
  text-align: center;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #2829431f;
}

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

.section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section.hero-home {
  padding-top: 9.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.section.light {
  z-index: 1;
  background-color: #fff9f4;
  position: relative;
}

.section.light.mid-section {
  padding-top: 4rem;
  padding-bottom: 0;
}

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

.section.about-me-home {
  background-image: url('../images/About-Me_1About Me.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section.cta-section {
  background-color: var(--seashell);
  background-image: linear-gradient(to top, var(--accent), #f6d5c6 67%, var(--seashell) 67%);
  color: var(--white);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section.hero-about {
  padding-top: 6rem;
  padding-bottom: 2rem;
  position: relative;
}

.section.hero-about.min-height-100vh {
  min-height: auto;
}

.section.hero-all-services, .section.service-single, .section.hero-case-studies, .section.hero-case-study {
  background-color: var(--background);
  padding-top: 10rem;
}

.section.contact-section {
  background-color: #fff9f4;
  padding-top: 7.5rem;
}

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

.section.hero-pricing {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
}

.section.hero-product {
  background-color: var(--accent);
  color: var(--white);
  padding-top: 11.25rem;
}

.section.hero-not-found, .section.legal-section {
  padding-top: 10rem;
}

.section.hero-template {
  background-color: var(--accent);
  color: var(--white);
  padding-top: 11.25rem;
}

.section.template-details {
  background-color: var(--background);
}

.section.hero-sales {
  background-color: var(--background);
  padding-top: 10rem;
}

.section.included-sales {
  background-color: var(--background);
  padding-bottom: 6.25rem;
}

.section.pages-sales {
  background-color: var(--background);
  border-top: .0625rem solid #2829431a;
  border-bottom: .0625rem solid #2829431a;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section.mid-section {
  padding-top: 0;
  padding-bottom: 0;
}

.main-container {
  max-width: 87.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grid-hero-home {
  z-index: 10;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.left-hero-home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 40.875rem;
  display: flex;
}

.wrap-symbol-hero-home {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.symbol-one {
  background-color: var(--accent);
  border-radius: 3.625rem .25rem .25rem;
  width: 1.75rem;
  height: 1.75rem;
}

.symbol-two {
  background-color: var(--dark);
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
}

.symbol-three {
  background-color: var(--accent);
  border-radius: .25rem 3.625rem .25rem .25rem;
  width: 1.75rem;
  height: 1.75rem;
}

.wrap-symbol-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.no-margins {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 2.1875rem;
}

.no-margins.is-header {
  font-family: Euclid Circular A, sans-serif;
  font-size: 3.125rem;
}

.subtitle {
  font-family: Euclid Circular A, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 130%;
}

.subtitle.text-dark {
  color: var(--dark);
}

.cta {
  background-color: var(--accent);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 3.375rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

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

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

.cta.white-ghost:hover {
  background-color: #424bd01a;
}

.cta.ghost {
  color: var(--accent);
  background-color: #424bd033;
  transition: color .2s, background-color .2s;
}

.cta.ghost:hover {
  background-color: var(--accent);
  color: var(--white);
}

.cta.ghost.cart-ghost {
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.cta.white:hover {
  background-color: #fff;
}

.cta.add-to-cart-cta {
  flex: 1;
}

.cta.nav-cta {
  height: 3rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.span-accent {
  color: var(--accent);
}

.flex-cta-home-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.wrap-image-hero-home {
  width: 100%;
  max-width: 36.125rem;
}

.image-hero-home {
  object-fit: cover;
  border-radius: 1.5rem 1.5rem 1.5rem 11.375rem;
  width: 100%;
  height: 100%;
}

.circle-hero-home {
  z-index: 8;
  background-color: var(--accent);
  border-radius: 50%;
  width: 55vw;
  height: 55vw;
  position: absolute;
  inset: -20vw -20vw auto auto;
}

.section-logos {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
}

.master-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-clients {
  font-size: 1.5rem;
  line-height: 130%;
}

.right-logos {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 53.125rem;
  display: flex;
}

.image-logo-section {
  height: 2.0625rem;
}

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

.wrap-heading-services-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 48.4375rem;
  display: flex;
}

.paragraph-big {
  font-family: Euclid Circular A, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

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

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

.flex-cta-left.mg-top-40 {
  margin-top: 2.5rem;
}

.tile-service {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--dark);
  border-radius: .75rem .75rem 6.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 3.25rem 2.5rem 2.5rem;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 1.875rem #0000000f;
}

.tile-service:hover {
  transform: translate(0, -.125rem);
  box-shadow: 0 2px 3.125rem #00000014;
}

.tile-service.highlighted-service {
  background-color: var(--accent);
  color: var(--white);
  transform: rotate(-3deg);
}

.wrap-name-service-tile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-service-tile {
  width: 2.5rem;
  height: 2.5rem;
}

.text-read-more {
  color: var(--accent);
  font-weight: 500;
  transition: opacity .2s;
}

.text-read-more:hover {
  opacity: .8;
}

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

.wrap-home-grid-services {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.top-service-tile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-wrap-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-wrap-center.mg-bottom-48 {
  max-width: 55rem;
}

.heading-wrap-center.align-left {
  align-items: flex-start;
  position: static;
  top: 50px;
  bottom: 50px;
}

.grid-process {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2rem .4fr 2rem .55fr;
  margin-top: 3rem;
}

.single-process {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-process-number {
  color: var(--accent);
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.125rem;
}

.wrap-lines-process {
  width: 100%;
  height: .125rem;
  position: relative;
}

.fill-line-process {
  background-color: var(--accent);
  width: 99%;
  height: 100%;
}

.icon-triagnle-process {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.master-bottom-process {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  margin-top: .5rem;
  font-family: Euclid Circular A, sans-serif;
  display: flex;
}

.flex-process-name {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-process-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 122%;
}

.text-extra-info {
  opacity: .5;
  font-weight: 500;
}

.text-extra-info.move-up-case {
  margin-bottom: .5rem;
}

.filler-line {
  background-color: #0000;
  width: 5rem;
  height: .125rem;
  margin-top: 4.625rem;
  margin-left: -1.25rem;
}

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

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

.flex-cta-center.mg-top-48 {
  margin-top: 3rem;
}

.master-slider-testimonials {
  margin-top: 4rem;
}

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

.slide-testimonials, .mask-testimonials {
  height: auto;
}

.slider-testmonials {
  background-color: #ddd0;
  height: auto;
}

.grid-slider {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
}

.left-slider {
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 10rem .75rem .75rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10rem 3rem 3rem;
  display: flex;
}

.wrap-slider-content {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.top-slider-content {
  grid-column-gap: 1rem;
  color: var(--accent);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-testimonial-stat {
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
}

.text-subnumber-testimonial {
  margin-bottom: .375rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
}

.divider-slider {
  background-color: var(--accent);
  width: 100%;
  height: .0625rem;
}

.logo-testimonial {
  height: 3rem;
  display: block;
}

.image-slider {
  object-fit: cover;
  border-radius: .75rem .75rem 10rem;
  width: 100%;
  height: 100%;
}

.arrow-slider-testimonials {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-left: .125rem;
  display: flex;
  position: absolute;
  inset: -7.8125rem 0% auto auto;
}

.arrow-slider-testimonials.left-arrow {
  padding-right: .125rem;
  right: 4.5rem;
}

.icon-slider {
  width: 1.75rem;
  height: 1.75rem;
}

.grid-map-section {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .55fr .45fr;
}

.image-map {
  width: 100%;
  max-width: 47.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.right-map-section {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 28.4375rem;
  display: flex;
}

.top-map-section {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-stats-map {
  grid-column-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.stat-left {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-stat {
  color: var(--accent);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

.limit-about-home {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.master-check-list {
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-check-list.mg-top-16 {
  margin-top: 1rem;
}

.master-check-list.small-checks-list {
  grid-row-gap: 1rem;
}

.single-check-list {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cicle-check {
  background-color: var(--accent);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.cicle-check.small-circle-check {
  width: 1.5rem;
  height: 1.5rem;
}

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

.icon-check {
  width: 1.125rem;
  height: 1.125rem;
}

.icon-check.small-icon-check {
  width: .875rem;
  height: .875rem;
}

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

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

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

.tile-case-tile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--dark);
  border-radius: .75rem .75rem 6.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 1.875rem #0000000f;
}

.tile-case-tile:hover {
  transform: translate(0, -.125rem);
  box-shadow: 0 2px 3.125rem #00000014;
}

.master-top-case {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-case {
  height: 2.5rem;
}

.master-content-case {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.stat-case {
  grid-column-gap: .75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.master-cta {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 40.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-symbol-cta {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.symbol-one-cta {
  background-color: var(--background);
  border-radius: 3.625rem .25rem .25rem;
  width: 2.5rem;
  height: 2.5rem;
}

.symbol-two-cta {
  background-color: var(--background);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.symbol-three-cta {
  background-color: var(--background);
  border-radius: .25rem 3.625rem .25rem .25rem;
  width: 2.5rem;
  height: 2.5rem;
}

.footer {
  background-color: var(--seashell);
  border-top: .0625rem solid #28294326;
  padding-top: 7.5rem;
  padding-bottom: 3rem;
  position: relative;
}

.master-top-footer {
  grid-column-gap: 5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.tile-contact-footer {
  z-index: 2;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--dark);
  border-radius: .75rem .75rem 6.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 2rem;
  padding: 2.5rem 2rem;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 1.875rem #0000000f;
}

.column-footer-links {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-footer-links {
  color: var(--accent);
  font-family: Euclid Circular A, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.link-footer {
  text-decoration: none;
}

.right-top-footer {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 27.1875rem;
  display: flex;
}

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

.single-footer-contact-list {
  grid-column-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  font-family: Euclid Circular A, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.icon-footer-contact-list {
  width: 1.5rem;
  height: 1.5rem;
}

.divider-contact-footer {
  background-color: #28294326;
  width: 100%;
  height: .0625rem;
}

.master-footer-socials {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-social-footer {
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.master-bottom-footer {
  border-top: .0625rem solid #28294333;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
  padding-top: 3rem;
  display: flex;
}

.brand-link-footer {
  height: 2.5rem;
}

.brand-footer {
  height: 100%;
}

.text-legal-footer {
  font-size: 1rem;
}

.grid-hero-about {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .55fr .45fr;
}

.left-about {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 40.875rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.item-gallery-about {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-gallery-about {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.image-gallery-about {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gradient-about {
  z-index: 9;
  background-image: linear-gradient(#fff, #fff0);
  height: 13.75rem;
  position: absolute;
  inset: -.0625rem 0% auto;
}

.gradient-about.bottom {
  background-image: linear-gradient(to top, #fff9f4, #fff0);
  inset: auto 0% -.0625rem;
}

.wrap-image-gallery-about {
  border-radius: .75rem;
  width: 100%;
  height: 22.5rem;
  overflow: hidden;
}

.inside-gallery-about {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.inside-gallery-about.reverse {
  justify-content: flex-end;
}

.master-gallery-about {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 34.375rem;
  height: 100%;
  max-height: 50rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.master-values-box {
  background-color: var(--white);
  border-radius: .75rem 7.5rem;
  width: 100%;
  max-width: 70.125rem;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  box-shadow: 0 2px 1.875rem #8d8d8d0d;
}

.single-values {
  border-top: .0625rem solid #2829431f;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.single-values.first-value {
  border-top-style: none;
}

.limit-value {
  max-width: 21.25rem;
}

.mg-bottom-48 {
  margin-top: 0;
  margin-bottom: 3rem;
}

.grid-stats-fourths {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-stats-fourths.margins-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.grid-stats-fourths.mg-top-64 {
  margin-top: 4rem;
}

.tile-stat {
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--dark);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 2rem;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 1.875rem #0000000f;
}

.tile-stat.first-tile {
  border-bottom-left-radius: 6.25rem;
}

.tile-stat.second-tile {
  border-top-right-radius: 6.25rem;
}

.tile-stat.third-tile {
  border-top-left-radius: 6.25rem;
}

.tile-stat.fourth-tile {
  border-bottom-right-radius: 6.25rem;
}

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

.limit-435 {
  width: 100%;
  max-width: 27.1875rem;
}

.title-wrap {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 70.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap.mg-bottom-100 {
  margin-bottom: 6.25rem;
}

.title-wrap.mg-bottom-80 {
  margin-bottom: 5rem;
}

.title-wrap.pricing-title {
  z-index: 10;
  color: var(--white);
  position: relative;
}

.limit-654 {
  width: 100%;
  max-width: 40.875rem;
}

.text-heading-3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 122%;
}

.text-heading-3.product-price {
  color: var(--accent);
  font-size: 2.5rem;
  font-weight: 700;
}

.grid-service-single {
  grid-column-gap: 8.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 27.5rem;
}

.left-service-single {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.title-wrap-service-single {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-service-single {
  width: 6.25rem;
  height: 6.25rem;
}

.master-sticky-service {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tile-sticky-service {
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  width: 100%;
  color: var(--dark);
  border-radius: .75rem 6.25rem .75rem .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem 2rem;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 7.5rem;
  box-shadow: 0 2px 1.875rem #0000000f;
}

.flex-cta-sticky-service {
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.divider-service-single {
  background-color: #28294333;
  width: 100%;
  height: .0625rem;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.logo-case-study {
  height: 3.75rem;
}

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

.grid-single-case {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 26.25rem;
}

.tile-sticky-case {
  grid-row-gap: 1.5rem;
  background-color: var(--accent);
  width: 100%;
  color: var(--white);
  border-radius: .75rem 6.25rem .75rem .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem 2rem;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  position: sticky;
  top: 7.5rem;
  box-shadow: 0 2px 1.875rem #0000000f;
}

.wrap-text-sticky-case {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-small {
  font-size: 1rem;
  line-height: 122%;
}

.form-block-sticky-case {
  margin-bottom: 0;
}

.form-sticky-case {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text-field {
  background-color: var(--white);
  height: 3.25rem;
  color: var(--dark);
  border: .0625rem solid #2829434d;
  border-radius: .375rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Euclid Circular A, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.text-field:focus {
  border: .0625rem solid var(--accent);
  color: var(--dark);
}

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

.text-field.quantity-add-to-cart {
  flex: 1;
  max-width: 7.5rem;
}

.text-field.unique {
  color: var(--color);
}

.success-message {
  background-color: var(--white);
  color: var(--accent);
  border-radius: .75rem;
}

.link-social {
  background-color: #faebe300;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: #faebe333;
}

.success-message-2 {
  background-color: #fff;
  border: .0625rem #0b24711a;
  border-radius: 1rem;
}

.form-contact {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.divider-contact {
  background-color: #28294333;
  width: 100%;
  height: .0625rem;
}

.link-contact {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.input-wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.right-side-contact-link {
  grid-row-gap: .125rem;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.text-contact-detail {
  margin: 0;
}

.circle-link-contact {
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.icon-contact-section {
  width: 1.5rem;
  height: 1.5rem;
}

.wrap-socials-contact {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-mega {
  font-size: 1.25rem;
  line-height: 132%;
}

.left-wrap-contact-section {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30.625rem;
  display: flex;
}

.field-label {
  color: var(--dark);
  margin-bottom: .375rem;
  font-weight: 500;
}

.icon-social {
  width: 1.5rem;
  height: 1.5rem;
}

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

.wrap-contact-links {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-contact-form {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  width: 100%;
  max-width: 36.125rem;
  color: var(--dark);
  border-radius: .75rem 6.25rem .75rem .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem;
  line-height: 122%;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 2px 1.875rem #0000000f;
}

.text-area {
  background-color: var(--white);
  border: .0625rem solid #2829431a;
  border-radius: .375rem;
  padding-top: 1rem;
  padding-bottom: 2.3125rem;
  font-size: 1.125rem;
}

.text-area:focus {
  border: .0625rem solid var(--accent);
  color: var(--dark);
}

.grid-contact {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
}

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

.expandable-single {
  border-top: .0625rem solid var(--dark);
  cursor: pointer;
  padding: 1.625rem 0;
}

.left-faq {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: .75rem;
}

.plus-line {
  background-color: var(--dark);
  border-radius: .125rem;
  width: 1.125rem;
  height: .125rem;
}

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

.master-expandable {
  grid-row-gap: 0rem;
  flex-direction: column;
  display: flex;
}

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

.wrap-left-faq {
  width: 100%;
  max-width: 27.5rem;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.grid-pricing {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
  position: relative;
}

.color-fill-pricing {
  z-index: 1;
  background-color: var(--accent);
  height: 70%;
  position: absolute;
  inset: 0% 0% auto;
}

.tile-pricing-tile {
  grid-row-gap: 2rem;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--dark);
  border-radius: .75rem 6.25rem .75rem .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 2rem 2rem;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 1.875rem #0000000f;
}

.tile-pricing-tile:hover {
  transform: translate(0, -.125rem);
  box-shadow: 0 2px 3.125rem #00000014;
}

.top-pricing {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-h2-pacakge-name {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
}

.text-h3-price {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-pricing-tile {
  background-color: #28294333;
  width: 100%;
  height: .0625rem;
}

.flex-cta-pricing {
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.left-product {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 34.3125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-product {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-product {
  background-color: #fff3;
  width: 100%;
  height: .0625rem;
}

.wrap-included-product {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-product {
  grid-row-gap: 2rem;
  background-color: var(--white);
  width: 100%;
  max-width: 27.1875rem;
  color: var(--dark);
  border-radius: .75rem 6.25rem .75rem .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 3rem 2.5rem 2.5rem;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 1.875rem #0000000f;
}

.tile-product:hover {
  transform: translate(0, -.125rem);
  box-shadow: 0 2px 3.125rem #00000014;
}

.add-to-cart {
  width: 100%;
}

.default-state-add-to-cart {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.apple-pay {
  border-radius: .5rem;
  height: 3rem;
}

.checkout-form {
  background-color: var(--background);
  padding: 5rem 0;
}

.block-header {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}

.block-content {
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
}

.text-field-checkout {
  background-color: var(--white);
  border: .0625rem solid #2829431a;
  border-radius: .375rem;
  height: 3.25rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border: .0625rem solid var(--accent);
  color: var(--dark);
}

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

.checkbox {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

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

.brand-wrap-checkout {
  background-color: var(--white);
  border-bottom: .0625rem solid #28294326;
  justify-content: center;
  align-items: center;
  height: 4rem;
  display: flex;
}

.brand-link-checkout {
  height: 2rem;
}

.brand-checkout {
  height: 100%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

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

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

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

.wrap-legal {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-template {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-subtitle-template {
  width: 100%;
  max-width: 40rem;
}

.tile-template-details {
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: .75rem;
  flex-direction: column;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 2px 1.875rem #6666660a;
}

.icon-template {
  width: 2.5rem;
}

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

.tile-template-navigation {
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  top: 7.5rem;
  box-shadow: 0 2px 1.875rem #8383830d;
}

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

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

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

.color {
  background-color: #faebe3;
  border: .0625rem solid #3e3b364d;
  border-radius: .5rem;
  padding-top: 100%;
}

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

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

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

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

.wrap-template-ui {
  grid-row-gap: .75rem;
  background-color: #0000000d;
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

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

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

.link-template-navigation {
  color: #131313b3;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

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

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

.color-master {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.right-column-template-details {
  grid-row-gap: 2rem;
  flex-direction: column;
  padding: 0 0 0 1.5rem;
  display: flex;
}

.tile-changelog {
  background-color: var(--white);
  border-radius: .75rem;
  width: 100%;
  max-width: 35.125rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 2px 1.875rem #7575750d;
}

.title-wrap-sales {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 55.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-sales-subtitle {
  max-width: 51.875rem;
}

.flex-sales-cta {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.sales-mock-image {
  border: .0625rem solid #ffffff54;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 0;
}

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

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

.section-sales-mockups {
  background-color: var(--accent);
  height: 95vh;
  min-height: 37.5rem;
  max-height: 56.25rem;
  overflow: hidden;
}

.container-sales-mockups {
  max-width: 87.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.heading-wrap-sales {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 70.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.included-padding-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.image-included {
  width: 100%;
}

.grid-included {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.span-link {
  color: #000;
  font-weight: 700;
}

.included-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  text-align: center;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 21.25rem;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 1.875rem #7777770f;
}

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

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

.icon-figma {
  width: 7.5rem;
  height: 7.5rem;
}

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

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

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

.sales-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: #0a0a0a;
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 1.25rem #98999e0a;
}

.sales-card:hover {
  transform: translate(0, -.25rem);
}

.image-sales-page {
  border: .0625rem solid #2726211a;
  border-radius: .25rem;
  width: 100%;
}

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

.grid-thirds-all-features {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.more-power-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  text-align: left;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  box-shadow: 0 2px 1.875rem #a1a1a10f;
}

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

.cart-container {
  border-radius: .5rem;
}

.body {
  background-color: #fdefe9;
}

.span {
  color: var(--accent);
}

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

.bold-span {
  color: var(--accent);
}

.text-white {
  color: #fff;
}

.text-white.small-text {
  color: var(--dark);
  font-family: Lexend Deca, sans-serif;
  font-size: .875rem;
}

.text-white.small-text.margin-top.margin-xsmall {
  margin-top: .5rem;
}

.image-wrapper-clients {
  display: flex;
  position: relative;
}

.image-wrapper-clients.second-style {
  z-index: 25;
  padding-right: 2.5rem;
}

.small-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.bg-rectangle-big {
  z-index: 0;
  background-color: #344e41;
  position: static;
  inset: 0% 1% 0% 10%;
  transform: rotate(7deg);
}

.image-clients {
  z-index: 10;
  border-radius: .625rem 5rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-rectangle-small {
  z-index: 7;
  background-color: #c0aa81;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  top: -1.875rem;
  left: 25%;
}

.white-clients-wrapper {
  z-index: 6;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  border-radius: .3125rem;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1.25rem;
  padding: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto auto 1.25rem 1.25rem;
}

.white-clients-wrapper.hide {
  display: none;
}

.margin-top.margin-small {
  margin-top: .75rem;
}

.text-style-link {
  color: var(--accent);
  font-family: Euclid Circular A, sans-serif;
}

.text-style-link.color-is-black {
  color: var(--dark);
}

.text-style-link.color-is-black.bottom-padding-12 {
  margin-bottom: 12px;
}

.image {
  z-index: 1;
  border-radius: .625rem 5rem;
  position: relative;
}

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

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

.testemonial-card {
  z-index: 2;
  background-color: #fff;
  border-radius: .625rem;
  padding: 1.4375rem;
  position: relative;
}

.margin-left.margin-small {
  margin-left: .75rem;
}

.margin-left.margin-small.opt-50 {
  opacity: .5;
  font-family: Lexend Deca, sans-serif;
}

.image-2 {
  border-radius: 100%;
}

.google-reviews {
  margin-bottom: -.625rem;
}

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

.margin-bottom.margin-small {
  margin-bottom: .75rem;
}

.image-3 {
  border-radius: 100%;
  max-width: 15.625rem;
}

.heading {
  margin-top: 0;
  margin-bottom: .625rem;
}

.heading.is-dark {
  color: var(--dark);
}

.button-wrapper {
  display: flex;
}

.image-4 {
  height: 24px;
  margin-bottom: 12px;
}

.div-block-2 {
  position: relative;
}

.image-5 {
  border-radius: 5rem 10px 10rem;
}

.header-background {
  z-index: -1;
  background-color: var(--accent);
  opacity: .3;
  max-width: 40%;
  margin-left: auto;
  position: absolute;
  inset: 0%;
}

.header-background.left {
  z-index: -1;
  margin-left: 0;
  margin-right: auto;
}

.header-background.bottom {
  z-index: 0;
  opacity: .29;
  max-width: 100%;
  height: 50%;
  max-height: 50%;
  inset: auto 0% 0%;
  overflow: visible;
}

.body-2 {
  background-color: #0000;
}

.flex-block {
  justify-content: center;
}

.achtergrond-bruin {
  z-index: -3;
  background-color: #eeae9159;
  max-width: 60%;
  margin-left: auto;
  position: absolute;
  inset: 0%;
}

.achtergrond-bruin.z-index {
  z-index: 0;
}

.milestone-inner-circle {
  background-color: var(--accent);
  border-radius: 100px;
  width: 24px;
  height: 24px;
}

.card-timeline-large {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
}

.title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
}

.milestone-line {
  background-color: var(--accent);
  width: 4px;
  height: 100%;
}

.milestone-line._50-height {
  height: 50%;
  margin-bottom: auto;
}

.timeline-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(20px, 80px) 1fr;
}

.heading-large {
  color: var(--dark);
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-family: Euclid Circular A, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.section-timeline {
  background-color: var(--seashell);
  align-items: center;
  padding: 140px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-empty {
  padding: 20px;
}

.card-line-break {
  background-color: #f2f3f8;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.year-text {
  color: #8a95ad;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-standard {
  color: var(--dark);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Euclid Circular A, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 32px;
}

.milestone-circle {
  border: 2px solid var(--accent);
  background-color: #f5f9ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 4px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
}

.button-round-light-blue {
  color: #003a85;
  background-color: #fed449;
  border: 2px solid #f5f9ff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-round-light-blue:hover {
  color: #003a85;
  background-color: #fff;
}

.milestone-line-bottom {
  background-color: var(--accent);
  width: 4px;
  height: 50%;
  margin-top: auto;
}

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

.container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.opt-0 {
  opacity: 0;
}

.link-block, .social-background {
  background-color: var(--accent);
  border-radius: 10px;
  padding: 5px;
}

.text-span {
  text-transform: uppercase;
  font-family: Euclid Circular A, sans-serif;
}

.text-span-2 {
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .image-wrapper-clients.second-style {
    padding-right: 5rem;
  }

  .bg-rectangle-big {
    right: 6%;
  }

  .avatars-image {
    width: 12.8125rem;
    max-width: 100%;
  }

  .white-clients-wrapper {
    justify-content: flex-end;
    padding: 1.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .bg-rectangle-small {
    width: 4.375rem;
    height: 4.375rem;
  }
}

@media screen and (max-width: 991px) {
  .container-navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-menu {
    background-color: var(--seashell);
    border: .0625rem solid #28294314;
    border-radius: .75rem;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 33.125rem;
    max-height: 80vh;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: 1rem;
    overflow: scroll;
  }

  .nav-link {
    text-align: center;
    border-bottom: .0625rem solid #2829431a;
    font-family: Euclid Circular A, sans-serif;
    font-size: 1.375rem;
  }

  .dropdown-navbar {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-toggle-nav {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: .75rem;
    font-size: 1.375rem;
    line-height: 140%;
  }

  .dropdown-list.w--open {
    background-color: #f7f7ff;
    margin-bottom: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: static;
  }

  .dropdown-link {
    color: #282943;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.375rem;
  }

  .section.about-me-home {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-hero-home {
    grid-template-columns: 1fr;
  }

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

  .wrap-symbol-heading {
    align-items: center;
  }

  .wrap-image-hero-home {
    max-height: 26.875rem;
  }

  .image-hero-home {
    object-position: 50% 0%;
  }

  .circle-hero-home {
    width: 70vw;
    height: 70vw;
  }

  .right-logos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .grid-services-home {
    grid-column-gap: 1.5rem;
  }

  .grid-map-section {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .image-map {
    max-width: 35rem;
  }

  .right-map-section {
    max-width: 33.75rem;
  }

  .top-map-section {
    text-align: center;
    align-items: center;
  }

  .stat-left {
    align-items: center;
  }

  .grid-case-studies {
    grid-template-columns: 1fr;
  }

  .master-top-footer {
    grid-row-gap: 5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .right-top-footer {
    align-items: center;
    width: 100%;
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .master-bottom-footer {
    grid-column-gap: 3rem;
  }

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

  .left-about {
    text-align: center;
    align-items: center;
  }

  .gradient-about {
    height: 8.75rem;
  }

  .wrap-image-gallery-about {
    height: 20rem;
  }

  .master-gallery-about {
    height: 43.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .master-values-box {
    padding: 2.5rem;
  }

  .single-values {
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .limit-value {
    max-width: 80%;
  }

  .grid-stats-fourths {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-service-single {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .grid-single-case {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .right-side-contact-link {
    text-align: left;
  }

  .left-wrap-contact-section {
    align-items: flex-start;
    width: 100%;
    padding-right: 1.5rem;
  }

  .grid-contact {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .left-faq {
    padding-left: 0;
  }

  .right-faq {
    padding-right: 0;
  }

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

  .color-fill-pricing {
    height: 85%;
  }

  .grid-product {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .tile-product {
    max-width: 34.3125rem;
  }

  .grid-services-all {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .tile-changelog {
    padding-right: .25rem;
  }

  .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: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .included-card {
    min-height: 16.25rem;
  }

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

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

  .sales-card {
    padding: 1rem;
  }

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

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

  .menu-button {
    background-color: #424bd00d;
    border-radius: .5rem;
    width: 3rem;
    height: 3rem;
    padding: 0;
  }

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

  .wrap-menu-button {
    grid-row-gap: .25rem;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .line-menu {
    background-color: var(--accent);
    width: 2rem;
    height: .125rem;
    padding: 0;
  }

  .line-menu.first-line {
    background-color: var(--accent);
    width: 1.75rem;
  }

  .line-menu.second-line {
    width: 1.125rem;
  }

  .image-wrapper-clients.second-style {
    margin-bottom: 1.875rem;
  }

  .bg-rectangle-big {
    right: 6%;
  }

  .bg-rectangle-small {
    width: 4.375rem;
    height: 4.375rem;
    top: -2.5rem;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .nav-menu {
    margin-right: auto;
  }

  .section.hero-home {
    padding-top: 7.75rem;
  }

  .section.accent.testimonials-slider {
    padding-bottom: 10rem;
  }

  .section.hero-all-services {
    padding-top: 7.5rem;
  }

  .grid-hero-home {
    grid-row-gap: 4rem;
  }

  .subtitle {
    font-size: 1.375rem;
  }

  .circle-hero-home {
    width: 90vw;
    height: 90vw;
  }

  .master-logos {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .right-logos {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    max-width: 28.75rem;
  }

  .grid-services-home {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .wrap-heading-services-grid {
    text-align: center;
    align-items: center;
    margin-bottom: 3rem;
  }

  .grid-process {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .filler-line {
    display: none;
  }

  .grid-slider {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-slider {
    display: none;
  }

  .arrow-slider-testimonials {
    inset: auto auto -5rem 0%;
  }

  .arrow-slider-testimonials.left-arrow {
    right: auto;
  }

  .arrow-slider-testimonials.right-arrow {
    left: 4.5rem;
  }

  .limit-about-home {
    text-align: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .footer {
    padding-top: 6.25rem;
  }

  .left-top-footer {
    grid-row-gap: 5rem;
    flex-wrap: wrap;
  }

  .column-footer-links {
    width: 50%;
  }

  .master-bottom-footer {
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .title-wrap.mg-bottom-100 {
    margin-bottom: 4rem;
  }

  .title-wrap.mg-bottom-80 {
    margin-bottom: 3rem;
  }

  .left-wrap-contact-section {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
    display: none;
  }

  .left-faq {
    margin-bottom: 2.5rem;
    padding-right: 0;
  }

  .heading-expandable {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .faq-paragraph {
    font-size: 1rem;
    line-height: 140%;
  }

  .right-faq {
    padding-left: 0;
  }

  .wrap-left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-pricing {
    margin-top: 2.5rem;
  }

  .grid-services-all {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .tile-template-details {
    padding: 1.5rem;
  }

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

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

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

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

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

  .tile-changelog {
    padding: 2rem 1.5rem;
  }

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

  .grid-included {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 28.75rem;
    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;
  }

  .grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-wrapper-clients.second-style {
    padding-right: 4.0625rem;
  }

  .bg-rectangle-small {
    width: 3.75rem;
    height: 3.75rem;
    top: -1.875rem;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

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

  .heading-2 {
    line-height: 33px;
  }

  .card-timeline-large {
    margin-bottom: 32px;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .timeline-row {
    grid-template-columns: minmax(20px, 60px) 1fr;
  }

  .block-empty {
    display: none;
  }

  .milestone-block {
    display: flex;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .container-navbar {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .nav-menu {
    width: 98%;
    margin-right: auto;
  }

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

  .section.service-single, .section.hero-case-study, .section.contact-section, .section.hero-pricing {
    padding-top: 7.5rem;
  }

  .section.hero-product {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }

  .section.legal-section {
    padding-top: 7.5rem;
  }

  .main-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .no-margins.is-header {
    font-size: 2rem;
  }

  .cta.white.margin-left.margin-small {
    justify-content: flex-start;
    margin-top: .75rem;
    margin-left: 0;
  }

  .cta.add-to-cart-cta {
    flex: none;
  }

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

  .flex-cta-home-hero {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 15rem;
  }

  .image-hero-home {
    border-bottom-left-radius: 8.75rem;
  }

  .circle-hero-home {
    width: 100vw;
    height: 100vw;
  }

  .text-extra-info.move-up-case {
    margin-bottom: 0;
  }

  .left-slider {
    border-top-left-radius: 7.5rem;
    padding: 7.5rem 2.5rem 2.5rem;
  }

  .top-slider-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-testimonial-stat {
    font-size: 3.5rem;
  }

  .text-subnumber-testimonial {
    font-size: 1.25rem;
  }

  .master-stats-map {
    grid-column-gap: 1.5rem;
  }

  .stat-case {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .left-top-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tile-contact-footer {
    align-items: flex-start;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .right-top-footer {
    align-items: flex-start;
  }

  .single-footer-contact-list {
    font-size: 1rem;
  }

  .master-footer-socials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .link-social-footer {
    width: 3rem;
    height: 3rem;
  }

  .icon-social-footer {
    width: 1.5rem;
    height: 1.5rem;
  }

  .left-about {
    padding-top: 2rem;
  }

  .column-gallery-about {
    width: 48%;
  }

  .column-gallery-about.column-two, .column-gallery-about.column-one {
    flex: none;
  }

  .gradient-about {
    top: -.0625rem;
  }

  .gradient-about.bottom {
    bottom: -.0625rem;
  }

  .master-gallery-about {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .master-values-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .limit-value {
    max-width: 90%;
  }

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

  .title-wrap.mg-bottom-100 {
    margin-bottom: 3rem;
  }

  .text-heading-3.product-price {
    font-size: 8vw;
  }

  .grid-service-single {
    grid-row-gap: 4rem;
  }

  .left-service-single {
    grid-row-gap: 1.5rem;
  }

  .title-wrap-service-single {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-service-single {
    width: 4.5rem;
    height: 4.5rem;
  }

  .logo-case-study {
    width: 80%;
    height: auto;
  }

  .center-content.mg-bottom-48 {
    margin-bottom: 2rem;
  }

  .text-field.quantity-add-to-cart {
    width: 100%;
    max-width: none;
  }

  .text-contact-detail {
    font-size: 1rem;
  }

  .wrap-socials-contact {
    flex-wrap: wrap;
    display: flex;
  }

  .left-wrap-contact-section {
    padding-right: 0;
  }

  .wrap-contact-links {
    width: 100%;
  }

  .tile-contact-form {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .expandable-single {
    padding: 1rem 0;
  }

  .left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
    padding-right: 0;
    display: flex;
  }

  .heading-expandable {
    margin-bottom: 0;
  }

  .right-faq {
    padding-left: 0;
  }

  .grid-product {
    grid-row-gap: 2.5rem;
  }

  .tile-product {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .default-state-add-to-cart {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .utility-page-content {
    width: 90%;
  }

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

  .wrap-template-ui {
    padding: 1rem;
  }

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

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

  .flex-sales-cta {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 15rem;
  }

  .container-sales-mockups {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

  .included-card {
    padding: 1.5rem;
  }

  .sales-card {
    padding: 1rem;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 1.5rem;
  }

  .grid.swap {
    flex-direction: column;
  }

  .image-wrapper-clients.second-style {
    margin-right: .625rem;
    padding-right: 0;
  }

  .small-title {
    font-size: .6875rem;
  }

  .bg-rectangle-big {
    right: 0%;
  }

  .avatars-image {
    max-width: 90%;
  }

  .bg-rectangle-small {
    width: 3.125rem;
    height: 3.125rem;
    top: -1.25rem;
  }

  .white-clients-wrapper {
    grid-row-gap: .625rem;
  }

  .text-style-link.color-is-black.bottom-padding-12 {
    font-size: 1rem;
  }

  .div-block {
    flex-direction: column;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .timeline-row {
    grid-template-columns: 1fr;
  }

  .section-timeline {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-round-light-blue {
    text-align: center;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .milestone-block {
    display: none;
  }

  .desp {
    flex-direction: column;
    display: block;
  }
}

#w-node-_6318d897-81aa-fe75-9320-49cc025b2324-b27e6899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29b48084-5acf-cbf8-eab4-4e6df1f5e4b4-b27e6899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a0d13773-5b1c-a2bf-05b2-a6f6fdae591e-b27e6899, #w-node-_2a0b1177-ecba-e66e-e934-690f0ecd44cb-b27e6899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18368700-7082-1bf0-66f5-2efe2ed72de3-b27e6899, #w-node-_18368700-7082-1bf0-66f5-2efe2ed72e02-b27e6899, #w-node-_18368700-7082-1bf0-66f5-2efe2ed72e05-b27e6899, #w-node-_2c9a074b-4b01-6ffe-4709-7158c4725186-b27e6899 {
  align-self: center;
}

#w-node-_94acb077-7141-6816-0465-9da0529055b2-b27e6899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22fff736-5773-d63b-c89d-84f713ef7f64-b27e6899, #w-node-_1ab140d5-5a92-9c7e-ef17-789d7dea149b-b27e6899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_290d049f-8de2-c3ce-4caa-f50555529612-b27e6899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_568c2b56-f314-0376-13c7-1ff056a32a6d-b27e6899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a7c73c1f-d8a7-d77a-87ee-af8af9b745b4-b27e6899, #w-node-a7c73c1f-d8a7-d77a-87ee-af8af9b745ad-b27e6899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69390405-139f-44e6-494b-3605fa953eda-b27e6899, #w-node-_69390405-139f-44e6-494b-3605fa953edc-b27e6899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9e2326e8-9e16-7236-85f2-3d2d2b792be3-b27e68a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfdff82c-9661-773f-797c-92139a49065f-b27e68a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

@media screen and (max-width: 991px) {
  #w-node-_69390405-139f-44e6-494b-3605fa953eda-b27e6899 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_18368700-7082-1bf0-66f5-2efe2ed72dfe-b27e6899, #w-node-_2c9a074b-4b01-6ffe-4709-7158c4725182-b27e6899 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Euclid Circular A';
  src: url('../fonts/Euclid-Circular-A-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Circular A';
  src: url('../fonts/Euclid-Circular-A-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  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-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  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-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  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-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  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;
}
@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-LightItalic.otf') format('opentype');
  font-weight: 300;
  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;
}