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

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Italic.e12f5b2bf973.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-BoldItalic.7fcee65089c5.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-LightItalic.0f712df4c1cc.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-MediumItalic.d65b71e1365c.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Bold.4a6fdcfc68ad.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Regular.177a4dda04b5.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Medium.378def5c1f4d.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--white: white;
  --font--main: Poppins, sans-serif;
  --color--dark: #1b1a3d;
  --type--body-regular: 18px;
  --type--h1: 64px;
  --type--h2: 46px;
  --type--h3: 28px;
  --color--accent: #297ad3;
  --color--light-two: #f9f9ff;
  --type--body-big: 22px;
  --type--subtitle: 26px;
  --white: white;
  --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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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-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-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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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--white);
  font-family: var(--font--main);
  color: var(--color--dark);
  font-size: var(--type--body-regular);
  font-weight: 500;
  line-height: 130%;
}

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

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

h3 {
  font-size: var(--type--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 130%;
}

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

blockquote {
  border-left: 5px solid var(--color--accent);
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 40px;
  font-size: 24px;
  line-height: 140%;
}

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

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

.section.hero-home {
  background-color: var(--color--light-two);
  padding-top: 72px;
  padding-bottom: 0;
}

.section.light-two {
  background-color: var(--color--light-two);
  border-top: 1px solid #1b1a3d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.light-two.testimonials-section {
  padding-bottom: 200px;
}

.section.light-two.hero-contact {
  border-top: 1px solid #1b1a3d;
  padding-top: 30px;
  padding-bottom: 20px;
}

.section.light-two.hero-services, .section.light-two.hero-service, .section.light-two.hero-cases {
  padding-top: 100px;
}

.section.light-two.hero-case-template {
  padding-top: 24px;
}

.section.light-two.hero-blog {
  padding-top: 100px;
}

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

.section.accent.pricing-cta-section {
  position: relative;
}

.section.accent.hero-pricing, .section.accent.hero-product {
  padding-top: 100px;
}

.section.hero-about {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

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

.section.hero-sales {
  background-color: var(--color--light-two);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}

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

.main-container {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  overflow: visible;
}

.text-style-h1 {
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}

.paragraph-big {
  font-size: var(--type--body-big);
  margin-bottom: 0;
  line-height: 125%;
}

.subtitle {
  font-size: var(--type--subtitle);
  line-height: 135%;
}

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

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

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

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

.text-style-h3 {
  font-size: var(--type--h3);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 130%;
}

.text-style-h2 {
  font-size: var(--type--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 125%;
}

.link-template-navigation {
  opacity: 1;
  color: var(--color--dark);
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
  text-decoration: none;
  transition: font-size .2s;
}

.link-template-navigation.w--current {
  color: var(--color--accent);
  font-size: 26px;
  font-weight: 500;
}

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

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

.color {
  background-color: #b6b6b6;
  border: 1px solid #b6b6b6;
  border-radius: 12px;
  padding-top: 100%;
}

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

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

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

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

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

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

.cta {
  background-color: var(--color--accent);
  color: var(--color--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: #424bd0e6;
}

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

.cta.ghost:hover {
  color: #fff;
  background-color: #424bd0;
}

.cta.ghost.cart-nav {
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta.white-ghost {
  color: #424bd0;
  background-color: #fff;
}

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

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

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

.cta.outline {
  border: 1px solid var(--color--accent);
  color: var(--color--accent);
  background-color: #424bd000;
}

.cta.outline:hover {
  background-color: #c7c7e366;
}

.cta.nav-cta {
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

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

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

.apple-pay {
  border-radius: 8px;
  height: 48px;
}

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

.text-dropdown {
  color: #282828;
}

.image-chevron-dropdown {
  opacity: .8;
  width: 20px;
  height: 20px;
}

.right-navbar {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.dropdown-list.w--open {
  background-color: var(--color--light-two);
  border: 1px solid #28294305;
  border-radius: 8px;
}

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

.cart-container {
  background-color: var(--color--light-two);
  border: 1px solid #cdd5d0;
  border-radius: 4px;
}

.cart-navbar {
  margin-left: 8px;
}

.dropdown {
  color: #282828;
  font-size: 18px;
}

.nav-link {
  color: #282828;
  padding: 12px 14px;
  font-size: 18px;
  text-decoration: none;
}

.link-brand-navbar {
  align-items: center;
  height: 32px;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px 16px 14px;
  display: flex;
}

.brand-navbar {
  box-sizing: border-box;
  flex: 0 auto;
  max-width: none;
  height: 100%;
  overflow: clip;
}

.link-dropdown {
  color: var(--color--dark);
  text-align: left;
  padding: 12px 44px 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.link-dropdown:hover {
  background-color: #2829430d;
}

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

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

.divider-navbar {
  background-color: #28294329;
  width: 1px;
  height: 20px;
  margin-left: 12px;
}

.image-hero-home {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.master-hero-home {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.limit-subtitle-home {
  max-width: 550px;
}

.inside-hero-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 610px;
  display: flex;
}

.wrap-hero-home-image {
  border-radius: 16px;
  width: 43%;
  max-width: 542px;
  position: absolute;
  inset: 0% 56px 0% auto;
  overflow: hidden;
}

.block-hero-home {
  background-color: var(--color--accent);
  color: var(--color--white);
  border-radius: 16px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 64px;
  position: relative;
}

.flex-cta-hero-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.abstract-hero-home {
  width: 65%;
  max-width: 810px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.master-logos {
  opacity: .4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-logos-wide {
  object-fit: contain;
  width: 13%;
  max-width: 140px;
  max-height: 36.25px;
}

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

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

.wrap-heading-services-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 775px;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

.icon-service-tile {
  width: 40px;
  height: 40px;
}

.text-read-more {
  color: #424bd0;
  font-weight: 500;
  transition: opacity .2s;
}

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

.text-read-more.white-read-more {
  color: #fff;
}

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

.tile-lightbox {
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #28294326;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 40px #28294312;
}

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

.text-name-testimonial-small {
  font-size: 24px;
}

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

.limit-lightbox-combo {
  max-width: 510px;
  margin-top: 16px;
  position: relative;
}

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

.right-lightbox-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-lightbox {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: var(--color--dark);
  justify-content: flex-start;
  align-items: center;
  padding: 16px 48px 16px 16px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.link-lightbox:hover {
  transform: translate(0, -4px);
}

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

.circle-list {
  background-color: #2829431a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  display: flex;
}

.wrap-lightbox-image {
  position: relative;
}

.image-lightbox {
  object-fit: cover;
  border-radius: 4px;
  width: 112px;
  height: 112px;
}

.text-position-testimonial-small {
  color: #28294380;
  font-size: 18px;
}

.text-position-testimonial-small.light-testimonial {
  color: #fffeffcc;
}

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

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

.icon-play-lightbox {
  width: 44px;
  height: 44px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.flex-people-circles {
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.image-people-circle {
  border: 3px solid var(--color--light-two);
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 160px;
  height: 160px;
  margin-left: -30px;
  margin-right: -30px;
}

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

.center-heading.limit-testimonials-heading {
  max-width: 830px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.slider-testimonials {
  background-color: #ddd0;
  height: auto;
  position: relative;
}

.slide-testimonials {
  height: auto;
}

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

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

.left-testimonial-wide {
  position: relative;
}

.text-testimonial-slider {
  font-size: 32px;
  line-height: 140%;
}

.icon-quote {
  height: 40px;
}

.image-testimonial-slider {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrap-testimonial-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-accent-testimonial {
  background-color: var(--color--accent);
  color: #fff;
  border-radius: 4px;
  margin-top: 0;
  padding: 64px;
}

.grid-testimonial-wide {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 330px 1fr;
}

.right-testimonial-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 688px;
  display: flex;
}

.wrap-image-testimonial-slider {
  border-radius: 50%;
  width: 330px;
  height: 330px;
  overflow: hidden;
}

.text-position-testimonial-small-2 {
  color: #1b4942cc;
  font-size: 18px;
}

.text-position-testimonial-small-2.light-text {
  color: #fffc;
}

.arrow-slider {
  background-color: var(--color--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: flex;
  inset: auto 0% -100px 80px;
}

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

.arrow-slider.left-arrow {
  left: 0%;
  right: 80px;
}

.icon-arrow-slider {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.section-big-image {
  height: 90vh;
  min-height: 550px;
  max-height: 750px;
  position: relative;
  overflow: hidden;
}

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

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

.wrap-process-one {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-number-process-one {
  color: var(--color--accent);
  font-size: 52px;
  font-weight: 500;
  line-height: 130%;
}

.divider-process-one {
  background-color: var(--color--accent);
  width: 100%;
  height: 2px;
}

.bottom-process-one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.tile-value-sticky {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 50px 32px;
  display: flex;
  box-shadow: 0 2px 50px #2829430d;
}

.icon-check-in-circle {
  width: 40px;
  height: 40px;
}

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

.column-values-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-values-halves.move-down-collumn {
  padding-top: 80px;
}

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

.text-value-sticky-small {
  font-size: 18px;
  line-height: 140%;
}

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

.grid-values-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.circle-check-values-sticky {
  background-color: var(--color--accent);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

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

.grid-tab {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  display: grid;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

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

.master-checklist {
  grid-row-gap: 16px;
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.master-checklist.mg-bottom-16 {
  margin-bottom: 16px;
}

.right-tab {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 444px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

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

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

.icon-check-list {
  width: 16px;
  height: 16px;
}

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

.single-check-list.small-text-list {
  font-size: 18px;
}

.inside-tab-content {
  background-color: var(--color--white);
  border-radius: 4px;
  width: 100%;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.tabs-mask {
  width: 100%;
}

.tab-link {
  background-color: var(--color--white);
  color: var(--color--dark);
  text-align: center;
  border-radius: 80px;
  width: 180px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.tab-link.w--current {
  background-color: var(--color--accent);
  color: var(--color--white);
  font-weight: 500;
}

.image-tab {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--white);
  color: #0b2471;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 6px;
  display: flex;
}

.link-arrow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.link-arrow.absolute-case {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 32px;
}

.icon-arrow-link {
  height: 14px;
}

.text-price-big {
  color: var(--color--accent);
  font-size: 120px;
  font-weight: 500;
  line-height: 120%;
}

.right-single-pricing {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.grid-single-pricing-cta {
  z-index: 10;
  grid-template-rows: auto;
  position: relative;
}

.top-pricing-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 323px;
  display: flex;
}

.left-pricing-single {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.limit-single-pricing-tile {
  max-width: 438px;
  position: relative;
}

.tile-pricing-single {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.abstract-pricing {
  width: 50%;
  max-width: 640px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

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

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

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

.tile-case {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 12px;
  flex-flow: column;
  height: 100%;
  padding: 32px 32px 100px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 60px #2829430d;
}

.tile-case:hover {
  transform: translate(0, -4px);
}

.wrap-image-case {
  border-radius: 12px;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

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

.bottom-case {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-footer-contact-list {
  width: 24px;
  height: 24px;
}

.link-footer {
  color: var(--color--dark);
  text-decoration: none;
}

.link-footer:hover {
  color: #282943cc;
}

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

.heading-footer-links {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.brand-footer {
  height: 100%;
}

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

.footer {
  background-color: var(--color--light-two);
  border-top: 1px #28294333;
  padding-top: 10px;
  padding-bottom: 24px;
}

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

.master-bottom-footer {
  border-top: 1px solid #28294333;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 48px;
  display: flex;
}

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

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

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

.single-footer-contact-list {
  grid-column-gap: 6px;
  color: var(--color--dark);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.master-top-footer {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.right-top-footer {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 435px;
  display: flex;
}

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

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

.tile-contact-footer {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #282943;
  background-color: #fffeff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px #9090961a;
}

.title-wrap-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
}

.left-title-about {
  width: 50%;
  max-width: 688px;
}

.right-title-about {
  width: 45%;
  max-width: 460px;
  margin-bottom: 6px;
}

.video-about {
  z-index: 20;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  max-height: 900px;
  padding-bottom: 32px;
  padding-left: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-fill-about {
  z-index: 2;
  background-color: var(--color--accent);
  height: 50vh;
  max-height: 360px;
  position: absolute;
  inset: auto 0% -1%;
}

.master-map-image {
  width: 100%;
  max-width: 1058px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-map-wide {
  width: 100%;
}

.wrap-map-text {
  color: #ceead5;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-map {
  color: var(--color--white);
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.grid-stats-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

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

.text-stat {
  color: #1c3433;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

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

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

.grid-team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-team-thirds {
  grid-row-gap: 24px;
  background-color: var(--color--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  padding: 48px 48px 40px;
  display: flex;
  box-shadow: 0 2px 50px #2829430f;
}

.image-team-thirds {
  border-radius: 4px;
  width: 100%;
}

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

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

.expandable-single-faq {
  background-color: var(--color--white);
  color: var(--color--dark);
  cursor: pointer;
  border-radius: 12px;
  padding: 32px 40px;
  box-shadow: 0 2px 50px #2829430a;
}

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

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

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

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

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

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

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

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

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

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

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

.tile-contact-one {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 56px;
  display: flex;
  box-shadow: 0 2px 80px #2829430f;
}

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

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

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

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

.h2-contact-tile {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

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

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

.title-wrap-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.title-wrap-services {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.grdi-services-halves {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.master-check-list.small-checks-list {
  grid-row-gap: 16px;
}

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

.tile-sticky-service {
  grid-row-gap: 24px;
  background-color: var(--color--white);
  color: #282943;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 120px;
  box-shadow: 0 2px 30px #0000000f;
}

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

.cicle-check {
  background-color: #424bd0;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.cicle-check.small-circle-check {
  width: 24px;
  height: 24px;
}

.icon-service-single {
  width: 100px;
  height: 100px;
}

.grid-service-single {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 440px;
}

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

.icon-check {
  width: 18px;
  height: 18px;
}

.icon-check.small-icon-check {
  width: 14px;
  height: 14px;
}

.flex-cta-sticky-service {
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.divider-cms {
  background-color: #28294333;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.title-wrap-cases {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.master-hero-case {
  border-radius: 24px;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

.overlay-case {
  z-index: 10;
  color: var(--color--white);
  background-color: #02020294;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.wrap-content-hero-case {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-case-template {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 440px;
}

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

.tile-sticky-case {
  grid-row-gap: 24px;
  background-color: var(--color--white);
  color: #282943;
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 120px;
  box-shadow: 0 2px 30px #0000000f;
}

.title-wrap-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

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

.tile-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--white);
  color: var(--color--dark);
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  height: 100%;
  padding: 24px 24px 100px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 50px #2829430d;
}

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

.wrap-image-blog {
  border-radius: 12px;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

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

.bottom-blog-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-wrap-blog-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 970px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-blog-main {
  border-radius: 12px;
  width: 90%;
  max-width: 1000px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.grid-pricing-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-pricing-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.bottom-pricing-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.wrap-price-thirds {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.left-product {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 505px;
  display: flex;
}

.top-product-left, .bottom-product-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-product {
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 12px;
  width: 100%;
  max-width: 440px;
  padding: 40px;
}

.text-price-cms {
  color: var(--color--accent);
  margin-bottom: 8px;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
}

.field-atc {
  background-color: var(--color--white);
  color: var(--color--dark);
  border: 1px solid #2829433b;
  border-radius: 8px;
  height: 54px;
  font-size: 18px;
}

.field-atc:focus {
  border-color: var(--color--accent);
}

.default-state-atc {
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

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

.block-content {
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #2829432e;
  border-left-width: 1px;
  border-left-color: #2829432e;
  border-right-width: 1px;
  border-right-color: #2829432e;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

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

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

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

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

.text-field-checkout {
  background-color: #fff;
  border-width: 1px;
  border-color: #cdd5d0;
  border-radius: 12px;
  height: 44px;
  margin-bottom: 12px;
}

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

.lightbox-video-about {
  position: relative;
  inset: 0%;
}

.play-video-about {
  width: 100px;
  height: 100px;
  transition: transform .2s;
}

.play-video-about:hover {
  transform: scale(1.1);
}

.utility-page-wrap {
  background-color: var(--color--light-two);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 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;
}

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

.nav-simple {
  background-color: var(--color--white);
  border-bottom: 1px solid #2829431f;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.link-brand-simple {
  justify-content: center;
  align-items: center;
  height: 28px;
  display: flex;
}

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

.title-wrap-404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 852px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.title-wrap-sales {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.limit-subtitle-sales {
  max-width: 770px;
}

.flex-cta-sales {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

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

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

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

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

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

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

.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-two);
  text-align: center;
  border: 1px solid #2829430f;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 340px;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 60px #2829430d;
}

.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);
  color: var(--color--dark);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 60px #2829430d;
}

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

.image-sales-page {
  border: 1px solid #1b323317;
  border-radius: 4px;
  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-two);
  color: var(--color--dark);
  text-align: left;
  border: 1px solid #28294308;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 60px #2829430a;
}

.bold-text {
  display: inline;
}

.div-block {
  padding-left: 20px;
}

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

.text-block {
  background-color: #fff;
  border: 1px solid #297ad3;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.banner-wrapper {
  overflow: hidden;
}

.banner {
  background-color: #fff;
  padding-top: 16px;
}

.text-wrapper {
  background-color: #08e49c;
  border-radius: 9px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.paragraph {
  color: var(--color--dark);
  -webkit-text-stroke-color: var(--color--dark);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.link {
  color: var(--color--dark);
}

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

  .section.light-two.hero-contact, .section.light-two.hero-services, .section.light-two.hero-service, .section.accent.hero-pricing, .section.hero-about, .section.hero-blog-template {
    padding-top: 80px;
  }

  .text-style-h1 {
    font-size: 64px;
  }

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

  .subtitle {
    font-size: 26px;
  }

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

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

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

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

  .line-menu.second-line {
    width: 20px;
  }

  .image-chevron-dropdown {
    width: 22px;
    height: 22px;
  }

  .nav-menu {
    z-index: 10000;
    background-color: var(--color--light-two);
    border: 1px solid #cdd5d0;
    border-radius: 12px;
    flex-direction: column;
    width: 60%;
    max-width: 440px;
    max-height: 90vh;
    margin-top: 12px;
    margin-left: auto;
    margin-right: 17px;
    padding: 24px 40px 32px;
    position: absolute;
    inset: 80px 0% auto auto;
    overflow: scroll;
  }

  .dropdown-list.w--open {
    position: static;
  }

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

  .navbar {
    position: relative;
  }

  .dropdown {
    display: block;
  }

  .nav-link {
    font-size: 22px;
    display: block;
  }

  .menu-button {
    border: 1px solid var(--color--accent);
    background-color: var(--color--white);
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

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

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

  .dropdown-toggle {
    color: #ff3128;
    font-size: 22px;
  }

  .link-dropdown {
    text-align: center;
    padding-right: 20px;
    font-size: 18px;
  }

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

  .divider-navbar {
    display: none;
  }

  .master-hero-home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .inside-hero-home {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .wrap-hero-home-image {
    width: 100%;
    max-height: 660px;
    margin-top: -72px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .block-hero-home {
    padding: 90px 90px 120px;
  }

  .abstract-hero-home {
    display: none;
  }

  .master-logos {
    flex-wrap: wrap;
  }

  .grid-services-home {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-heading-services-grid {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 550px;
  }

  .tile-service {
    padding: 32px;
  }

  .wrap-visual-combo-halves {
    height: 90vw;
    max-height: 800px;
  }

  .right-combo-halves {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .grid-combo-halves {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-testimonial-details.center-tablet {
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-accent-testimonial {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-testimonial-wide {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .right-testimonial-wide {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .left-values-sticky-halves {
    text-align: center;
    align-items: center;
    max-width: 780px;
  }

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

  .grid-tab {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .single-check-list {
    text-align: left;
  }

  .grid-single-pricing-cta {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .left-pricing-single {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .abstract-pricing {
    width: 90%;
    max-width: 610px;
  }

  .flex-heading-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .grid-cases-halves {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-bottom-footer {
    grid-column-gap: 48px;
  }

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

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

  .title-wrap-about {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 590px;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-title-about, .right-title-about {
    width: 100%;
    max-width: none;
  }

  .video-about {
    height: 72vw;
  }

  .text-map {
    font-size: 32px;
    line-height: 135%;
  }

  .grid-stats-fourths {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

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

  .tile-team-thirds {
    padding: 40px;
  }

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

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

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

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

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

  .title-wrap-contact {
    margin-bottom: 64px;
  }

  .grid-service-single {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .title-wrap-service-single {
    flex-flow: wrap;
  }

  .overlay-case {
    padding: 120px 24px;
  }

  .wrap-content-hero-case {
    width: 100%;
  }

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

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

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

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

  .left-product {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .top-product-left {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

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

@media screen and (max-width: 767px) {
  .section.hero-home {
    padding-top: 24px;
  }

  .section.light-two.hero-blog {
    padding-top: 80px;
  }

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

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

  .text-style-h1 {
    font-size: 52px;
  }

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

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

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

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

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

  .text-style-h2 {
    font-size: 48px;
  }

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

  .nav-menu {
    margin-right: 16px;
  }

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

  .navbar {
    height: 90px;
  }

  .brand-navbar {
    padding-right: 20px;
  }

  .wrap-hero-home-image {
    width: 90%;
    max-height: 580px;
  }

  .block-hero-home {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .master-logos {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .image-logos-wide {
    width: 33%;
    max-width: none;
  }

  .grid-services-home {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .top-combo-halves {
    max-width: 500px;
  }

  .image-people-circle {
    width: 24vw;
    height: 24vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .wrap-accent-testimonial {
    padding: 32px 32px 40px;
  }

  .wrap-image-testimonial-slider {
    width: 60vw;
    height: 60vw;
  }

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

  .grid-process-one {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .column-values-halves {
    grid-row-gap: 16px;
  }

  .grid-values-halves {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-tab {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .right-tab {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inside-tab-content {
    flex-flow: column;
    display: flex;
  }

  .tab-link {
    width: 100%;
  }

  .image-tab {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

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

  .footer {
    padding-top: 100px;
  }

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

  .left-top-footer {
    grid-row-gap: 80px;
    flex-wrap: wrap;
  }

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

  .color-fill-about {
    height: 30vw;
  }

  .text-map {
    font-size: 28px;
  }

  .grid-stats-fourths {
    margin-top: 80px;
  }

  .grid-team-thirds {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-team-thirds {
    padding: 32px;
  }

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

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

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

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

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

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

  .title-wrap-services {
    margin-bottom: 64px;
  }

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

  .overlay-case {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .text-price-cms {
    font-size: 48px;
  }

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

  .sales-mockups-column-2.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;
  }

  .banner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

  h3 {
    font-size: 26px;
  }

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

  .section.light-two.hero-contact {
    padding-top: 64px;
  }

  .section.light-two.hero-services {
    padding-top: 72px;
  }

  .section.light-two.hero-service, .section.light-two.hero-blog, .section.accent.hero-pricing, .section.hero-blog-template {
    padding-top: 64px;
  }

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

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

  .text-style-h1 {
    font-size: 46px;
  }

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

  .subtitle {
    font-size: 23px;
  }

  .text-style-h3 {
    font-size: 26px;
  }

  .text-style-h2 {
    font-size: 36px;
  }

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

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

  .right-navbar {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 100px;
    display: flex;
  }

  .nav-menu {
    width: 94%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    top: 74px;
    left: 2px;
    right: 2px;
  }

  .wrap-menu-button {
    min-width: 50px;
  }

  .navbar {
    height: 72px;
  }

  .link-brand-navbar {
    width: 90%;
    height: auto;
    padding-left: 0;
  }

  .brand-navbar {
    flex: 0 auto;
    width: 100%;
    height: auto;
    padding-right: 100px;
  }

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

  .wrap-hero-home-image {
    height: 100vw;
    max-height: none;
  }

  .block-hero-home {
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .image-logos-wide {
    width: 37%;
    max-height: 39px;
  }

  .wrap-heading-services-grid {
    margin-bottom: 20px;
  }

  .wrap-name-service-tile {
    flex-flow: wrap;
  }

  .right-lightbox-tile {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .link-lightbox {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .flex-people-circles {
    margin-bottom: 52px;
  }

  .image-people-circle {
    width: 25vw;
    height: 25vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .text-testimonial-slider {
    font-size: 26px;
  }

  .wrap-testimonial-details {
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-image-testimonial-slider {
    width: 72vw;
    height: 72vw;
  }

  .column-values-halves.move-down-collumn {
    padding-top: 0;
  }

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

  .single-check-list {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .inside-tab-content {
    padding: 24px;
  }

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

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

  .text-price-big {
    font-size: 90px;
  }

  .footer {
    padding-top: 10px;
  }

  .link-social-footer {
    width: 40px;
    height: 40px;
  }

  .icon-social-footer {
    width: 20px;
    height: 20px;
  }

  .master-footer-socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

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

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

  .tile-contact-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-about {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-map {
    font-size: 20px;
  }

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

  .tile-team-thirds, .expandable-single-faq {
    padding: 24px;
  }

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

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

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

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

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

  .h2-contact-tile {
    font-size: 32px;
  }

  .left-service-single {
    grid-row-gap: 24px;
  }

  .icon-service-single {
    width: 72px;
    height: 72px;
  }

  .grid-service-single {
    grid-row-gap: 64px;
  }

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

  .divider-cms {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .overlay-case {
    padding: 48px 20px;
  }

  .grid-case-template {
    grid-row-gap: 64px;
  }

  .title-wrap-blog-template {
    margin-bottom: 48px;
  }

  .image-blog-main {
    width: 100%;
    margin-bottom: 48px;
  }

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

  .tile-pricing-thirds {
    padding: 32px;
  }

  .text-price-cms {
    font-size: 10vw;
  }

  .block-content {
    padding: 16px;
  }

  .line-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-order {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .play-video-about {
    width: 64px;
    height: 64px;
  }

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

  .flex-cta-sales {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

  .wrap-figma-content {
    word-break: break-all;
  }

  .sales-card {
    padding: 16px;
  }

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

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

  .div-block {
    padding-left: 0;
  }

  .banner {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-wrapper {
    border-radius: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_81592bca-a991-733e-94b5-8adb4b687de5-95840f23, #w-node-_81592bca-a991-733e-94b5-8adb4b687dec-95840f23, #w-node-_81592bca-a991-733e-94b5-8adb4b687df3-95840f23, #w-node-_61dcd6a1-3d16-2cf3-4e8f-922925614721-95840f23, #w-node-_61dcd6a1-3d16-2cf3-4e8f-922925614726-95840f23, #w-node-_61dcd6a1-3d16-2cf3-4e8f-92292561472b-95840f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61dcd6a1-3d16-2cf3-4e8f-922925614731-95840f23 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3671dd40-bfc8-c3eb-13f9-14fa0e7bec98-95840f23, #w-node-_3671dd40-bfc8-c3eb-13f9-14fa0e7bec9e-95840f23, #w-node-_3671dd40-bfc8-c3eb-13f9-14fa0e7beca4-95840f23, #w-node-_3671dd40-bfc8-c3eb-13f9-14fa0e7becaa-95840f23, #w-node-_3671dd40-bfc8-c3eb-13f9-14fa0e7becb0-95840f23, #w-node-_3671dd40-bfc8-c3eb-13f9-14fa0e7becb6-95840f23, #w-node-_3671dd40-bfc8-c3eb-13f9-14fa0e7becbc-95840f23, #w-node-_3671dd40-bfc8-c3eb-13f9-14fa0e7becc2-95840f23, #w-node-_3671dd40-bfc8-c3eb-13f9-14fa0e7becc8-95840f23, #w-node-bd9b35d8-b2df-f0e7-09bc-1e0a392418a6-95840f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd9b35d8-b2df-f0e7-09bc-1e0a392418ae-95840f49, #w-node-bd9b35d8-b2df-f0e7-09bc-1e0a392418b4-95840f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_871443fe-c363-0d97-fac2-9042a2499be4-95840f49 {
  place-self: center;
}

#w-node-_871443fe-c363-0d97-fac2-9042a2499be7-95840f49 {
  place-self: start;
}

#w-node-_84d7cb5f-19fc-723e-20d4-b64c18b47512-95840f49 {
  place-self: center;
}

#w-node-_84d7cb5f-19fc-723e-20d4-b64c18b47515-95840f49 {
  place-self: start;
}

#w-node-bafc8267-65c3-c998-b521-003b05307cfc-95840f49 {
  place-self: stretch stretch;
}

#w-node-bafc8267-65c3-c998-b521-003b05307cfd-95840f49 {
  place-self: center;
}

#w-node-bafc8267-65c3-c998-b521-003b05307d16-95840f49 {
  place-self: stretch stretch;
}

#w-node-bafc8267-65c3-c998-b521-003b05307d17-95840f49 {
  place-self: center;
}

#w-node-_07ea7b10-fb2a-3667-9fc7-fd0d0324a1f8-95840f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_07ea7b10-fb2a-3667-9fc7-fd0d0324a1f9-95840f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_11f45cc3-3768-3fa7-1ae6-441553d9e3bb-95840f49 {
  place-self: stretch stretch;
}

#w-node-_0f6d5801-2a16-e9b3-e788-872cfef9ddf3-fef9ddf0, #w-node-_0f6d5801-2a16-e9b3-e788-872cfef9de00-fef9ddf0 {
  place-self: center;
}

#w-node-_4e4674d6-d974-d7dd-087c-5c761571a3e6-1571a3e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4e4674d6-d974-d7dd-087c-5c761571a400-1571a3e3 {
  place-self: stretch stretch;
}

#w-node-_05e8c12c-7f10-9d48-fd56-3860a787fb50-a787fb4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_05e8c12c-7f10-9d48-fd56-3860a787fb5a-a787fb4d, #w-node-_05e8c12c-7f10-9d48-fd56-3860a787fb5b-a787fb4d, #w-node-_05e8c12c-7f10-9d48-fd56-3860a787fb7c-a787fb4d, #w-node-a685e607-a073-f9db-0e4f-b78f38658974-38658963 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a685e607-a073-f9db-0e4f-b78f3865897d-38658963 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f15a523-805a-0bfe-fdc3-d4e31f0402c3-1f0402c0 {
  place-self: stretch stretch;
}

#w-node-_1f15a523-805a-0bfe-fdc3-d4e31f0402c5-1f0402c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2fa1a805-0cc0-2b6c-6cb6-1e7e4a0318cc-95840f61, #w-node-_2fa1a805-0cc0-2b6c-6cb6-1e7e4a0318d1-95840f61, #w-node-_2fa1a805-0cc0-2b6c-6cb6-1e7e4a0318d6-95840f61, #w-node-_2fa1a805-0cc0-2b6c-6cb6-1e7e4a0318db-95840f61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a557cd15-35db-f089-9ae2-d57569a7b0e3-95840f61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-a557cd15-35db-f089-9ae2-d57569a7b0e4-95840f61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0aa64400-cc73-a7b3-23fa-12629e2f80b4-9e2f80b1, #w-node-_0aa64400-cc73-a7b3-23fa-12629e2f80bc-9e2f80b1, #w-node-a035541b-49f8-8423-ddda-430bddb9c008-ddb9c000, #w-node-a035541b-49f8-8423-ddda-430bddb9c00f-ddb9c000, #w-node-a035541b-49f8-8423-ddda-430bddb9c016-ddb9c000, #w-node-a035541b-49f8-8423-ddda-430bddb9c01d-ddb9c000, #w-node-a035541b-49f8-8423-ddda-430bddb9c024-ddb9c000, #w-node-a035541b-49f8-8423-ddda-430bddb9c02b-ddb9c000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9302183-25e8-0b84-28f2-ac0c12220786-95840f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-a9302183-25e8-0b84-28f2-ac0c12220787-95840f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7e4e4dc3-5890-1393-c080-270cac57e147-95840f7d {
  place-self: stretch stretch;
}

#w-node-_179f41e4-9e6a-d53d-0918-50a81d981d67-95840f81, #w-node-_179f41e4-9e6a-d53d-0918-50a81d981d6b-95840f81, #w-node-_179f41e4-9e6a-d53d-0918-50a81d981d6f-95840f81, #w-node-_33042c80-7073-2d87-6574-e4c2e7c2a15b-95840f81, #w-node-bf396bb7-9d43-f2cf-ea21-967bffdc1472-95840f81, #w-node-bf396bb7-9d43-f2cf-ea21-967bffdc1477-95840f81, #w-node-bf396bb7-9d43-f2cf-ea21-967bffdc147c-95840f81, #w-node-d61caf63-0129-c33d-6c69-ba561f2c8b35-95840f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152173ab-fd94-dec2-1def-2a8679613514-95840f82 {
  place-self: stretch stretch;
}

#w-node-b9d9eabe-63f2-f90e-8224-f203991fc19a-95840f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9d9eabe-63f2-f90e-8224-f203991fc1d1-95840f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0079dc1d-d028-668d-4854-ad91e45b2a69-95840f86 {
  justify-self: center;
}

#w-node-_207b082d-084d-dc24-7253-fc11b4fb7e80-95840f86 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bd9b35d8-b2df-f0e7-09bc-1e0a392418a6-95840f49, #w-node-_07ea7b10-fb2a-3667-9fc7-fd0d0324a1f8-95840f49, #w-node-_4e4674d6-d974-d7dd-087c-5c761571a3e6-1571a3e3, #w-node-_05e8c12c-7f10-9d48-fd56-3860a787fb50-a787fb4d, #w-node-_1f15a523-805a-0bfe-fdc3-d4e31f0402c5-1f0402c0, #w-node-a557cd15-35db-f089-9ae2-d57569a7b0e3-95840f61, #w-node-_0aa64400-cc73-a7b3-23fa-12629e2f80b4-9e2f80b1, #w-node-a9302183-25e8-0b84-28f2-ac0c12220786-95840f7b {
    justify-self: center;
  }

  #w-node-_0079dc1d-d028-668d-4854-ad91e45b2a69-95840f86 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61dcd6a1-3d16-2cf3-4e8f-922925614731-95840f23 {
    grid-column: span 1 / span 1;
  }

  #w-node-bafc8267-65c3-c998-b521-003b05307cfc-95840f49 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Light.d1d1eaba7a32.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Italic.e12f5b2bf973.otf") format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-BoldItalic.7fcee65089c5.otf") format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-LightItalic.0f712df4c1cc.otf") format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-MediumItalic.d65b71e1365c.otf") format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Bold.4a6fdcfc68ad.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Regular.177a4dda04b5.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Medium.378def5c1f4d.otf") format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}