@font-face {
  font-family: DM Sans;
  src: url('../fonts/DMSans-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

@font-face {
  font-family: DM Sans;
  src: url('../fonts/DMSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DM Sans;
  src: url('../fonts/DMSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: DM Sans;
  src: url('../fonts/DMSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: DM Sans;
  src: url('../fonts/DMSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--light: #f4f1eb;
  --font--main: "DM Sans", sans-serif;
  --color--dark: #1c3433;
  --type--h1: 64px;
  --type--h2: 46px;
  --type--h3: 28px;
  --color--accent: #75fb91;
  --color--light-darker: #efeadf;
  --type--body-big: 20px;
  --type--subtitle: 24px;
  --color--white: white;
  --white: white;
  --black: black;
  --type--body-regular: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-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-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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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-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;
  }

  .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 {
    font-size: 16px;
  }
}

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

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

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

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

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

blockquote {
  background-color: var(--color--accent);
  border-left: 5px #e2e2e2;
  border-radius: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 48px;
  font-size: 28px;
  line-height: 126%;
}

.section {
  background-color: var(--color--light);
  color: #1c3433;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

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

.section.darker.contact-section-page {
  background-image: url('../images/Doodle-Contact.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  padding-top: 120px;
}

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

.section.dark.process-section {
  background-image: url('../images/AbstractProcess.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 430px;
}

.section.dark.hero-about-a {
  background-image: url('../images/AbstractAboutHero.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 560px;
  padding-top: 160px;
}

.section.dark.hero-product {
  padding-top: 160px;
}

.section.dark.hero-404 {
  color: var(--color--light-darker);
  background-image: url('../images/AbstractAboutHero.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 560px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.dark.process-fourths-section {
  background-image: url('../images/AbstractProcess.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 34%;
  position: relative;
}

.section.dark.hero-home-b {
  padding-top: 140px;
}

.section.dark.testimonial-slide-section {
  background-image: url('../images/AbstractProcess.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 40%;
}

.section.dark.hero-about-b {
  background-image: url('../images/AbstractAboutHero.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 370px;
  padding-top: 0;
}

.section.doodle-left-bottom {
  background-image: url('../images/DoodleLeftBottom.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.section.hero-service {
  padding-top: 180px;
}

.section.hero-case-single {
  padding-top: 160px;
}

.section.hero-pricing {
  background-color: var(--color--dark);
  color: var(--color--light-darker);
  background-image: url('../images/AbstractProcess.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 470px;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

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

.section.hero-home-a {
  color: var(--color--light);
  background-image: linear-gradient(90deg, #1c3433, #1c3433a6 56%, #1c343326), url('../images/Big-Image_1Big Image.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding-top: 280px;
  position: relative;
  overflow: hidden;
}

.section.ceo-word-section {
  background-image: url('../images/MAPCEO.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.hero-about-c {
  background-image: url('../images/AbstractDarkLeft.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 470px;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.section.hero-careers {
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.section.hero-career {
  padding-top: 160px;
}

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

.cta-accent:hover {
  background-color: #5ee67a;
}

.cta-accent.product-cta {
  flex: 1;
}

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

.paragraph-big {
  font-size: var(--type--body-big);
  line-height: 130%;
}

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

.cta-outline {
  border: 1px solid var(--color--dark);
  color: var(--color--dark);
  background-color: #75fb9100;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

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

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

.dropdown-toggle-nav {
  grid-column-gap: 6px;
  color: #282943f2;
  justify-content: center;
  align-items: center;
  padding: 12px 10px 12px 14px;
  font-size: 16px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.brand-navbar {
  height: 100%;
}

.cart-container {
  border-radius: 8px;
}

.navbar {
  z-index: 100;
  background-color: var(--color--light);
  border-bottom: 1px solid #1c343329;
  height: 72px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.text-field-checkout {
  background-color: #fff;
  border: 1px solid #2829431a;
  border-radius: 6px;
  height: 52px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}

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

.dropdown-list.w--open {
  background-color: var(--color--light-darker);
  border: 1px solid #1c34331a;
  border-radius: 4px;
}

.icon-dropdown {
  width: 24px;
  height: 24px;
}

.dropdown-link {
  text-align: left;
  padding: 12px 16px;
  font-size: 16px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #1d343308;
}

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

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

.cta-dark:hover {
  background-color: #1c3433f2;
}

.cta-dark.nav-cta {
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta-dark.cart-cta {
  color: var(--color--dark);
  background-color: #1c34333b;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-dark.cart-cta:hover {
  background-color: #1c343333;
}

.cta-dark.ghost-hero {
  color: var(--color--accent);
}

.cta-dark.ghost-hero:hover {
  background-color: #f5f1eb12;
}

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

.block-hero-home-c {
  background-color: var(--color--dark);
  color: var(--color--light-darker);
  border-radius: 24px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 64px;
}

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

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

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

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

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

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

.abstract-hero-home-c {
  width: 100%;
  position: absolute;
  inset: auto 0% 6%;
}

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

.grid-services-home-b {
  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-home-b {
  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;
}

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

.tile-service {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--color--dark);
  background-color: #fff;
  border-radius: 24px;
  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 #6d77771a;
}

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

.tile-service.highlighted-service {
  background-color: var(--color--dark);
  color: #fff;
  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: var(--color--dark);
  font-weight: 500;
  transition: opacity .2s;
}

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

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

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

.wrap-image-combo-halves {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.abstract-combo-halves {
  width: 220px;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

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

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

.fill-circle {
  background-color: var(--color--accent);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.single-process {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

.line-process {
  background-color: #f4f1eb66;
  width: 5px;
  height: 100%;
}

.right-process {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 64px;
  display: flex;
}

.right-process.last-process {
  padding-bottom: 0;
}

.left-process {
  flex-direction: column;
  align-items: center;
  width: 32px;
  display: flex;
}

.master-process {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fill-line {
  background-color: var(--color--accent);
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
}

.process-circle {
  background-color: #f4f1eb66;
  border-radius: 50%;
  flex: none;
  width: 29px;
  height: 29px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

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

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

.text-stat {
  color: var(--color--dark);
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

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

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

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

.text-position-testimonial {
  opacity: .8;
  font-size: 14px;
}

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

.section-image.big-text-bg-image {
  color: var(--color--light);
  background-image: url('../images/Abstract-Big-Text-Section.svg'), linear-gradient(to right, #1d3433, #1d343380 67%, #1d343333), url('../images/Big-Image_1Big Image.webp');
  background-position: 100% 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 530px, auto, cover;
  padding-top: 500px;
}

.wrap-big-text {
  grid-row-gap: 54px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1030px;
  display: flex;
}

.big-text {
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
}

.circle-tech-moving-logo {
  background-color: var(--color--light-darker);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.column-tech-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.left-tech-stack-two-columns {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
}

.flex-tech-two-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: absolute;
}

.icon-tech-columns {
  object-fit: contain;
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.wrap-tech-moving-columns {
  background-color: var(--color--dark);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 420px;
  height: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-tech-stack-two-columns {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr auto;
  margin-bottom: 64px;
}

.single-tech-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.tile-white {
  background-color: #fffeff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 30px #8e8f961a;
}

.tile-white.values-halves-tile {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.circle-check-values.small-circle {
  width: 48px;
  height: 48px;
}

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

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

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

.tile-values-thirds {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color--white);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 64px 50px;
  display: flex;
}

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

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

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

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

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

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

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

.master-top-case.with-image-top-case {
  grid-row-gap: 40px;
}

.logo-case {
  object-fit: contain;
  max-width: 200px;
  height: 38px;
}

.tile-contact-footer {
  grid-row-gap: 24px;
  color: #282943;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px #1c343308;
}

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

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

.single-footer-contact-list {
  grid-column-gap: 6px;
  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;
}

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

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

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

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

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

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

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

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

.brand-footer {
  height: 100%;
}

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

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

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

.footer {
  background-color: var(--color--light-darker);
  border-top: 1px solid #1c34331c;
  padding-top: 120px;
  padding-bottom: 48px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.title-wrap-about {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1070px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.moving-images-master-about {
  width: 100vw;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.moving-images-inside-about {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.moving-image-about {
  width: 32%;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  position: absolute;
  inset: auto 0% -2px;
}

.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 {
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}

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

.tile-stat-dark {
  grid-row-gap: 24px;
  color: var(--color--light);
  background-color: #efeadf0a;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.plus-line {
  background-color: #282943;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-heading-3.product-price {
  font-size: 36px;
  font-weight: 700;
}

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

.text-area {
  background-color: #fff;
  border: 1px solid #2829431a;
  border-radius: 6px;
  padding-top: 16px;
  padding-bottom: 60px;
  font-size: 18px;
}

.text-area:focus {
  color: #282943;
  border: 1px solid #424bd0;
}

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

.text-field-contact {
  color: var(--color--dark);
  background-color: #fff;
  border: 1px solid #2829434d;
  border-radius: 8px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}

.text-field-contact:focus {
  border: 1px solid var(--color--dark);
  color: var(--color--dark);
}

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

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

.text-field-contact.quantity-product {
  min-width: 110px;
}

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

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

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

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

.field-label {
  color: #282943;
  margin-bottom: 12px;
  font-weight: 500;
}

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

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

.icon-social {
  width: 32px;
  height: 32px;
}

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

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

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

.left-wrap-contact-section {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

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

.form-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.tile-contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  color: #282943;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 578px;
  padding: 48px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px #1d34330f;
}

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

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

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

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

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

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

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

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

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

.tile-sticky-service {
  grid-row-gap: 24px;
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 24px;
  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 #1d34330f;
}

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

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

.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 {
  background-color: var(--color--dark);
  width: 24px;
  height: 24px;
}

.cicle-check.white-circle {
  background-color: #fff;
}

.center-logo-case {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.logo-case-study {
  height: 60px;
}

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

.limit-case-subtitle {
  width: 100%;
  max-width: 654px;
}

.tile-stat-white {
  grid-row-gap: 16px;
  background-color: var(--color--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 32px;
  display: flex;
  box-shadow: 0 2px 40px #1d34330d;
}

.success-message {
  background-color: var(--color--accent);
  color: var(--color--dark);
  border-radius: 24px;
}

.grid-single-case {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 420px;
}

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

.tile-sticky-case {
  grid-row-gap: 24px;
  background-color: var(--color--white);
  border-radius: 24px;
  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 #1d343314;
}

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

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

.title-wrap-pricing {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.limit-subtitle-pricing {
  max-width: 730px;
}

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

.tile-pricing-tile {
  grid-row-gap: 32px;
  color: #282943;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 64px 32px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px #9e9e9e12;
}

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

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

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

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

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

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

.color-fill-pricing {
  z-index: 1;
  background-color: var(--color--light);
  height: 35%;
  max-height: 290px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

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

.tile-product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px;
  display: flex;
}

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

.default-state-add-to-cart {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  margin-bottom: 0;
  display: flex;
}

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

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

.limit-blog-template {
  max-width: 775px;
}

.image-main-blog {
  border-radius: 32px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.wrap-blog-content {
  width: 100%;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.brand-checkout {
  height: 100%;
}

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

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

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

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

.utility-page-wrap {
  background-color: var(--color--light);
  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: 240px;
  margin-left: auto;
  margin-right: auto;
}

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

.abstract-hero-home-a {
  z-index: 1;
  width: 50%;
  max-width: 590px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.title-wrap-home-a {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 880px;
  display: flex;
  position: relative;
}

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

.scroll-down-home-a {
  position: absolute;
  inset: auto 80px 0% auto;
}

.master-logos {
  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;
}

.grid-master-services-halves-home-a {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
}

.left-services-halves-home-a {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.grid-services-halves-home-a {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.wrap-z-index {
  z-index: 10;
  position: relative;
}

.grid-process-fourths {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto 16px auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-process-four-number {
  opacity: .5;
  text-align: center;
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
}

.wrap-circles-process {
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.circle-process-fourths {
  z-index: 1;
  background-color: var(--color--accent);
  border-radius: 50%;
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}

.line-circles-process-fourths {
  background-color: var(--color--light-darker);
  width: 74%;
  height: 1px;
  position: absolute;
}

.bottom-process-fourths {
  text-align: center;
  max-width: 75%;
}

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

.left-hero-home-b {
  flex: none;
  width: 75%;
  max-width: 880px;
}

.image-symbol-home-b {
  flex: none;
  height: 100%;
}

.wrap-image-hero-home-b {
  border-radius: 24px;
  height: 70vh;
  min-height: 350px;
  max-height: 550px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

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

.scroll-down-home-b {
  position: absolute;
  top: -1px;
  left: 52px;
}

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

.image-target-halves {
  border-radius: 24px;
}

.wrap-content-target-halves {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 490px;
  display: flex;
}

.icon-target-halves {
  width: 52px;
  margin-bottom: 16px;
}

.heading-slider-testimonial-big {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-subnumber-testimonial {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.icon-slider-testimonials-big {
  width: 28px;
  height: 28px;
}

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

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

.top-slider-content {
  grid-column-gap: 16px;
  color: var(--color--dark);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.arrow-slider-testimonials {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding-left: 2px;
  display: flex;
  position: absolute;
  inset: -125px 0% auto auto;
}

.arrow-slider-testimonials.left-arrow {
  padding-right: 2px;
  right: 72px;
}

.left-slider-testimonials-big {
  grid-row-gap: 40px;
  color: var(--color--dark);
  background-color: #fff;
  border-radius: 160px 12px 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 160px 48px 48px;
  display: flex;
}

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

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

.divider-slider {
  background-color: #424bd0;
  width: 100%;
  height: 1px;
}

.logo-testimonial-big {
  height: 40px;
  display: block;
}

.text-testimonial-stat {
  color: var(--color--dark);
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.grid-slider {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.master-slider-testimonials-big {
  margin-top: 76px;
}

.image-slider-testimonials-big {
  object-fit: cover;
  border-radius: 12px 12px 160px;
  width: 100%;
  height: 100%;
}

.column-tech-stack-white {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 40%;
  max-width: 140px;
  display: flex;
}

.wrap-tech-moving-columns-white {
  background-color: var(--color--light-darker);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 600px;
  height: 530px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-tech-moving-logo-white {
  background-color: #f3f3f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.overlay-tech-stack-white {
  z-index: 10;
  background-image: linear-gradient(#efeadf, #efeadf00);
  height: 170px;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-tech-stack-white.bottom-overlay {
  background-image: linear-gradient(to top, #efeadf, #efeadf00);
  inset: auto 0% 0%;
}

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

.tile-values-fourths {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: var(--color--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 24px;
  display: flex;
}

.grid-cases-thirds, .grid-services-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;
}

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

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

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

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

.master-ceo-word {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 885px;
  display: flex;
}

.bottom-ceo-word {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-bottom-ceo {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2-ceo-word {
  color: var(--color--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 130%;
}

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

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

.lightbox-absolute-halves {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-lightbox-left {
  width: 32px;
}

.wrap-name-testimonial {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.icon-stars-testimonial {
  height: 28px;
  margin-bottom: 0;
  display: block;
}

.divider-bottom-testimonial {
  background-color: #efeadf57;
  width: 1px;
  height: 12px;
}

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

.arrow-testimonial {
  background-color: var(--color--light-darker);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.arrow-testimonial.left-arrow {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 0% 0%;
}

.arrow-testimonial.right-arrow {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% 0% 0% auto;
}

.wrap-content-testimonial {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-arrow-slider {
  width: 28px;
  height: 28px;
}

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

.logo-testimonial {
  height: 33px;
}

.h2-testimonial-slider {
  text-align: center;
  letter-spacing: .1px;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.bottom-testimonial-slider {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-process-big-number {
  opacity: .3;
  font-size: 100px;
  line-height: 120%;
}

.tile-elevation-light-two {
  grid-row-gap: 24px;
  background-color: #daebe3;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.tile-elevation-light-two.process-sticky-tile {
  grid-row-gap: 120px;
  padding: 80px;
}

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

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

.tile-sticky-process {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--color--white);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

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

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

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

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

.divider-contact-tile {
  background-color: #1c343340;
  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;
}

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

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

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

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

.image-case-tile {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 250px;
}

.tile-grey {
  background-color: #f3f3f3;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 30px #8e8f961a;
}

.tile-grey.quick-fact-tile {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

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

.limit-604 {
  max-width: 604px;
}

.marquee-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.marquee-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-overlay {
  z-index: 9;
  background-image: linear-gradient(#1d3433, #1d3433a3 43%, #1d343300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.marquee-overlay.bottom {
  background-image: linear-gradient(to top, #1d3433, #1d3433a3 48%, #1d343300);
  inset: auto 0% -1px;
}

.marquee-image-wrap {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.marquee.reverse {
  justify-content: flex-end;
}

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

.grid-hero-about-b {
  grid-column-gap: 65px;
  grid-template-rows: auto;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lightbox-office-halves {
  border-radius: 16px;
  overflow: hidden;
}

.title-wrap-about-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.master-google-review {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-google-review {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.text-google-review {
  font-size: 14px;
}

.stars-google-review {
  height: 21px;
}

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

.video-about-c {
  z-index: 10;
  border-radius: 40px;
  height: 95vh;
  min-height: 600px;
  max-height: 1100px;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}

.lightbox-video-about-c {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-play {
  object-fit: contain;
  width: 120px;
  height: 120px;
}

.color-fill-hero-about-c {
  z-index: 1;
  background-color: var(--color--dark);
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.tile-sticky-value {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 52px;
  display: flex;
}

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

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

.divider-team-wide {
  background-color: #1c343330;
  width: 100%;
  height: 1px;
}

.right-team-wide {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.top-team-wide {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-team-wide {
  object-fit: cover;
  border-radius: 12px;
  width: 35%;
  max-width: 320px;
  height: 100%;
  min-height: 320px;
}

.tile-team-wide {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--color--white);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 56px 48px 48px;
  display: flex;
}

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

.master-expandable-center {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tile-blog {
  background-color: var(--color--white);
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.bottom-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.icon-blog-more {
  object-fit: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto 32px 32px;
}

.image-case-hero {
  border-radius: 24px;
  width: 100%;
  margin-top: 64px;
}

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

.grid-careers-gallery {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
  min-height: 530px;
  margin-top: 64px;
  position: relative;
}

.image-careers-hero {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.color-fill-careers-hero {
  background-color: var(--color--dark);
  width: 100%;
  height: 40%;
  max-height: 293.633px;
  margin-top: -1px;
  position: absolute;
  inset: auto 0% 0%;
}

.tile-sticky-career-value {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.list-wrap-careers {
  margin-top: 32px;
}

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

.tile-career {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

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

.top-career {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-career {
  position: relative;
}

.divider-career-hero {
  background-color: #1c343345;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.grid-career-page {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 385px;
}

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

.h1-heading {
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  font-weight: 500;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 122%;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 122%;
}

.tile-service-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #1c3433;
  background-color: #fff;
  border-radius: 24px;
  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 #6d77771a;
}

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

.circle-checklist-2 {
  background-color: #1c3433;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

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

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

.section-2 {
  color: #1c3433;
  background-color: #f4f1eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.section-2.darker {
  background-color: #efeadf;
}

.tile-service-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #1c3433;
  background-color: #fff;
  border-radius: 24px;
  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 #6d77771a;
}

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

.text-read-more-3 {
  color: #1c3433;
  font-weight: 500;
  transition: opacity .2s;
}

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

.section-3 {
  color: #1c3433;
  background-color: #f4f1eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.section-3.darker {
  background-color: #efeadf;
}

.tile-service-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #1c3433;
  background-color: #fff;
  border-radius: 24px;
  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 #6d77771a;
}

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

.text-read-more-4 {
  color: #1c3433;
  font-weight: 500;
  transition: opacity .2s;
}

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

.section-4 {
  color: #1c3433;
  background-color: #f4f1eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.section-4.darker {
  background-color: #efeadf;
}

.tile-service-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #1c3433;
  background-color: #fff;
  border-radius: 24px;
  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 #6d77771a;
}

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

.text-read-more-5 {
  color: #1c3433;
  font-weight: 500;
  transition: opacity .2s;
}

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

.section-5 {
  color: #1c3433;
  background-color: #f4f1eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.section-5.darker {
  background-color: #efeadf;
}

.tile-team-wide-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 56px 48px 48px;
  display: flex;
}

.section-6 {
  color: #1c3433;
  background-color: #f4f1eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.circle-link-contact-2 {
  background-color: #1c3433;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.success-message-2 {
  color: #1c3433;
  background-color: #75fb91;
  border-radius: 24px;
}

.text-field-contact-2 {
  color: #1c3433;
  background-color: #fff;
  border: 1px solid #2829434d;
  border-radius: 8px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}

.text-field-contact-2:focus {
  color: #1c3433;
  border: 1px solid #1c3433;
}

.text-field-contact-2::placeholder {
  color: #1c34337a;
}

.cta-accent-2 {
  color: #1c3433;
  background-color: #75fb91;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-accent-2:hover {
  background-color: #5ee67a;
}

.section-7 {
  color: #1c3433;
  background-color: #f4f1eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.section-7.darker {
  background-color: #efeadf;
}

.section-7.darker.contact-section-page {
  background-image: url('../images/Doodle-Contact.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  padding-top: 120px;
}

.tile-contact-form-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #282943;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 578px;
  padding: 48px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px #1d34330f;
}

.cta-outline-2 {
  color: #1c3433;
  background-color: #75fb9100;
  border: 1px solid #1c3433;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-outline-2:hover {
  background-color: #223e3f0d;
}

.expandable-single-faq-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 40px;
}

.section-8 {
  color: #1c3433;
  background-color: #f4f1eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

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

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

  .section.dark.hero-about-a {
    padding-top: 180px;
  }

  .section.dark.hero-product {
    padding-top: 140px;
  }

  .section.dark.hero-home-b {
    padding-top: 160px;
  }

  .section.dark.hero-about-b {
    padding-top: 180px;
  }

  .section.hero-home-a {
    padding-top: 240px;
    padding-bottom: 160px;
  }

  .dropdown-toggle-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
    font-size: 22px;
    line-height: 140%;
  }

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

  .line-menu.first-line {
    width: 28px;
  }

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

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

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

  .nav-menu {
    background-color: #f9f9ff;
    border: 1px solid #28294314;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 530px;
    max-height: 80vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: 16px;
    overflow: scroll;
  }

  .dropdown-navbar {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    text-align: center;
    border-bottom: 1px solid #2829431a;
    font-size: 22px;
  }

  .menu-button {
    background-color: #1c343312;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

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

  .dropdown-list.w--open {
    background-color: #f7f7ff;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .dropdown-link {
    color: #282943;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }

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

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

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

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

  .abstract-hero-home-c {
    bottom: 0%;
  }

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

  .wrap-heading-services-home-b {
    text-align: center;
    align-items: center;
  }

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

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

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

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

  .master-process {
    width: 90%;
  }

  .section-image.big-text-bg-image {
    background-size: 420px, auto, cover;
    padding-top: 320px;
  }

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

  .column-tech-stack.first-column {
    max-width: 150px;
  }

  .column-tech-stack.second-column {
    width: 40%;
    max-width: 150px;
  }

  .left-tech-stack-two-columns {
    text-align: center;
    align-items: center;
  }

  .flex-tech-two-columns {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-tech-moving-columns {
    width: 100%;
    max-width: 600px;
  }

  .grid-tech-stack-two-columns {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-values-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    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;
  }

  .moving-images-inside-about {
    width: 180vw;
  }

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

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

  .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-faq-halves {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .grid-services-main {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

  .tile-product {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-down-home-a {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

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

  .image-logos-wide {
    width: 16%;
  }

  .grid-master-services-halves-home-a {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-services-halves-home-a {
    text-align: center;
    align-items: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-process-four-number {
    font-size: 72px;
  }

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

  .image-symbol-home-b {
    order: -1;
    width: 130px;
  }

  .arrow-slider-testimonials {
    top: -135px;
  }

  .wrap-tech-moving-columns-white {
    width: 100%;
    max-width: 600px;
  }

  .grid-values-fourths, .grid-cases-thirds {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .circle-checklist {
    flex: none;
  }

  .wrap-content-testimonial {
    width: 82%;
  }

  .h2-testimonial-slider {
    font-size: 32px;
  }

  .right-sticky-process {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-elevation-light-two.process-sticky-tile {
    grid-row-gap: 80px;
    padding: 64px;
  }

  .left-sticky-process {
    text-align: center;
    align-items: center;
  }

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

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

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

  .marquee-wrap {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee-overlay {
    height: 140px;
  }

  .marquee-image-wrap {
    height: 320px;
  }

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

  .grid-hero-about-b {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .video-about-c {
    height: 60vw;
    min-height: 0;
    max-height: none;
  }

  .icon-play {
    width: 100px;
    height: 100px;
  }

  .left-sticky-values {
    text-align: center;
    align-items: center;
  }

  .right-sticky-values {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-careers-gallery {
    height: 45vw;
    min-height: 0;
  }

  .color-fill-careers-hero {
    max-height: 250px;
  }

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

  .grid-career-page {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .h1-heading {
    font-size: 56px;
  }

  .circle-checklist-2 {
    flex: none;
  }

  .section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .section-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  .section.dark.hero-about-a {
    background-size: 70%;
    padding-top: 140px;
  }

  .section.dark.testimonial-slide-section {
    padding-bottom: 140px;
  }

  .section.dark.hero-about-b {
    background-size: 70%;
    padding-top: 140px;
  }

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

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

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

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

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

  .section-image.big-text-bg-image {
    background-size: 50%, auto, cover;
    padding-top: 160px;
  }

  .wrap-big-text {
    width: 90%;
  }

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

  .wrap-tech-moving-columns {
    align-self: center;
    height: 320px;
  }

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

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

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

  .footer {
    padding-top: 100px;
  }

  .moving-images-inside-about {
    width: 1280px;
  }

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

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

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

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

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

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

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

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

  .grid-pricing {
    margin-top: 40px;
  }

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

  .title-wrap-home-a {
    text-align: center;
    align-items: center;
  }

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

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

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

  .grid-services-halves-home-a, .grid-process-fourths {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .wrap-circles-process {
    display: none;
  }

  .bottom-process-fourths {
    margin-bottom: 40px;
  }

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

  .image-target-halves {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .arrow-slider-testimonials.right-arrow {
    left: 72px;
  }

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

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

  .image-slider-testimonials-big {
    display: none;
  }

  .wrap-tech-moving-columns-white {
    align-self: center;
  }

  .grid-values-fourths {
    grid-row-gap: 24px;
  }

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

  .h2-ceo-word {
    font-size: 32px;
  }

  .slider-testimonials {
    margin-bottom: 20px;
  }

  .arrow-testimonial.left-arrow {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -90px -70px;
  }

  .arrow-testimonial.right-arrow {
    margin-left: auto;
    margin-right: auto;
    inset: auto -70px -90px 0%;
  }

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

  .tile-contact-one, .right-team-wide {
    text-align: center;
    align-items: center;
  }

  .top-team-wide {
    align-items: center;
  }

  .image-team-wide {
    width: 80%;
  }

  .tile-team-wide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-careers-gallery {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .color-fill-careers-hero {
    max-height: 240px;
  }

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

  .h1-heading {
    font-size: 48px;
    line-height: 115%;
  }

  .h2-heading {
    font-size: 38px;
    line-height: 122%;
  }

  .tile-team-wide-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

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

  h2 {
    font-size: 36px;
  }

  blockquote {
    padding: 30px;
    font-size: 22px;
  }

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

  .section.dark.process-section {
    background-size: 250px;
  }

  .section.dark.hero-about-a {
    background-size: 90%;
  }

  .section.doodle-left-bottom {
    background-size: 170px;
  }

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

  .section.hero-pricing {
    padding-top: 140px;
  }

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

  .section.hero-home-a {
    background-image: linear-gradient(#1c3433cc, #1c343399 56%, #1c343366), url('../images/Big-Image_1Big Image.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 140px;
  }

  .section.hero-about-c, .section.hero-careers {
    padding-top: 120px;
  }

  .cta-accent.product-cta {
    flex: none;
  }

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

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

  .brand-link-navbar {
    width: 52%;
    max-width: 170px;
    height: auto;
    padding-left: 0;
  }

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

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

  .brand-navbar {
    width: 100%;
  }

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

  .cta-dark.cart-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

  .tile-service {
    padding: 32px;
  }

  .wrap-name-service-tile {
    flex-direction: column;
    align-items: flex-start;
  }

  .single-process {
    grid-column-gap: 16px;
  }

  .line-process {
    width: 3px;
  }

  .left-process {
    width: 28px;
  }

  .master-process {
    width: 100%;
  }

  .process-circle {
    width: 25px;
    height: 25px;
  }

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

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

  .section-image.big-text-bg-image {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .tile-values-thirds {
    padding: 44px;
  }

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

  .tile-case-tile {
    padding: 32px;
  }

  .logo-case {
    max-width: 75%;
    height: 30px;
  }

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

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

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

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

  .moving-images-inside-about {
    width: 1070px;
  }

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

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

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

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

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

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

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

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

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

  .text-contact-detail {
    font-size: 16px;
  }

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

  .grid-services-main {
    grid-row-gap: 24px;
  }

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

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

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

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

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

  .tile-pricing-tile {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-h3-price.ecom-price {
    font-size: 22px;
  }

  .tile-product {
    padding: 28px 24px;
  }

  .default-state-add-to-cart {
    flex-direction: column;
  }

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

  .image-symbol-home-b {
    width: 110px;
  }

  .text-subnumber-testimonial {
    font-size: 20px;
  }

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

  .left-slider-testimonials-big {
    border-top-left-radius: 120px;
    padding: 120px 40px 40px;
  }

  .text-testimonial-stat {
    font-size: 56px;
  }

  .wrap-tech-moving-columns-white {
    height: 150vw;
  }

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

  .h2-ceo-word {
    font-size: 26px;
  }

  .wrap-content-testimonial {
    width: 100%;
  }

  .h2-testimonial-slider {
    font-size: 24px;
  }

  .bottom-testimonial-slider {
    flex-wrap: wrap;
  }

  .text-process-big-number {
    font-size: 80px;
  }

  .tile-elevation-light-two.process-sticky-tile {
    padding: 40px;
  }

  .tile-sticky-process {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding: 30px;
  }

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

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

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

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

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

  .tile-grey.quick-fact-tile {
    padding: 32px;
  }

  .marquee-column {
    width: 48%;
  }

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

  .marquee-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .marquee-overlay {
    top: -1px;
  }

  .marquee-overlay.bottom {
    bottom: -1px;
  }

  .marquee-image-wrap {
    height: 180px;
  }

  .master-google-review {
    flex-wrap: wrap;
  }

  .right-google-review {
    flex-wrap: wrap;
    justify-content: center;
  }

  .video-about-c {
    border-radius: 24px;
  }

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

  .color-fill-hero-about-c {
    height: 10%;
    max-height: 70px;
  }

  .tile-sticky-value {
    padding: 32px;
  }

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

  .master-team-wide {
    grid-row-gap: 24px;
  }

  .right-team-wide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-team-wide {
    width: 100%;
    min-height: 270px;
  }

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

  .grid-careers-gallery {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .color-fill-careers-hero {
    height: 10%;
    max-height: 190px;
  }

  .divider-career-hero {
    margin-top: 48px;
    margin-bottom: 52px;
  }

  .h1-heading {
    font-size: 38px;
    line-height: 115%;
  }

  .h2-heading {
    font-size: 36px;
    line-height: 122%;
  }

  .tile-service-2 {
    padding: 32px;
  }

  .paragraph-big-2 {
    font-size: 22px;
  }

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

  .tile-service-3 {
    padding: 32px;
  }

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

  .tile-service-4 {
    padding: 32px;
  }

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

  .tile-service-5 {
    padding: 32px;
  }

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

  .tile-team-wide-2 {
    padding: 32px;
  }

  .section-6, .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tile-contact-form-2 {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

#w-node-_344a94c8-b395-02f3-729a-96d627966e06-4d9e2480, #w-node-_5171b7db-3d20-6eaa-aacf-b9a7ebc670da-4d9e2480, #w-node-f1544c64-6b95-7d24-1c20-878043125989-4d9e2480, #w-node-ece91913-c955-8320-389c-2c664a0b7744-4d9e2480, #w-node-cb1fb7b4-174d-b41f-8b72-30336fba866d-4d9e2480 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb1fb7b4-174d-b41f-8b72-30336fba869e-4d9e2480 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_8bc9e216-1421-b22d-e20e-83421c33884b-1c338848, #w-node-_8bc9e216-1421-b22d-e20e-83421c338853-1c338848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cdd95f4-f634-b4e3-6bf6-89dbe4913b9f-4d9e2482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_3cb5e70b-514b-23f2-4881-06aaa6337e66-4d9e2483 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cb5e70b-514b-23f2-4881-06aaa6337e9c-4d9e2483 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_75fbbf91-fc29-0fa2-8fb1-5532693dd955-4d9e249c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75fbbf91-fc29-0fa2-8fb1-5532693dd987-4d9e249c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_96cdaf72-9ae1-722d-3142-a25ea1c3b1ae-f4b778eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df3b48d9-cccd-578e-f4ff-4b4626bf8d64-97145336 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-df3b48d9-cccd-578e-f4ff-4b4626bf8d67-97145336 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c7f0eb61-64fd-84d8-b4d5-e1bf64dcb92c-24ab5d46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c7f0eb61-64fd-84d8-b4d5-e1bf64dcb936-24ab5d46, #w-node-c7f0eb61-64fd-84d8-b4d5-e1bf64dcb937-24ab5d46, #w-node-c7f0eb61-64fd-84d8-b4d5-e1bf64dcb958-24ab5d46, #w-node-a25279e5-a914-d91a-ff2f-22185cd64372-ec335a56, #w-node-a25279e5-a914-d91a-ff2f-22185cd64374-ec335a56, #w-node-a25279e5-a914-d91a-ff2f-22185cd64376-ec335a56, #w-node-a25279e5-a914-d91a-ff2f-22185cd64378-ec335a56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a25279e5-a914-d91a-ff2f-22185cd6437a-ec335a56 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a25279e5-a914-d91a-ff2f-22185cd64380-ec335a56, #w-node-a25279e5-a914-d91a-ff2f-22185cd64383-ec335a56, #w-node-a25279e5-a914-d91a-ff2f-22185cd64386-ec335a56, #w-node-a25279e5-a914-d91a-ff2f-22185cd64389-ec335a56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-e965487d-e840-9484-97c0-03c541d55735-07a7ce9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e965487d-e840-9484-97c0-03c541d5573d-07a7ce9b {
  place-self: center;
}

#w-node-d96a4072-529b-af15-70bf-eda11c562c43-34310c78, #w-node-b5b583f9-d70e-67cc-f4c3-c129a9ce7440-174d415b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5b583f9-d70e-67cc-f4c3-c129a9ce7441-174d415b, #w-node-ede77883-9547-def4-cac4-ec09c6a0359a-698e67e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ede77883-9547-def4-cac4-ec09c6a035a0-698e67e5, #w-node-_497d040f-23c2-05b9-08a1-a529b6ec090e-4c00b632 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_497d040f-23c2-05b9-08a1-a529b6ec090f-4c00b632 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1f776100-53e8-8b7f-3f1b-39f4da1bcc19-6d6405ba, #w-node-_1f776100-53e8-8b7f-3f1b-39f4da1bcc24-6d6405ba, #w-node-_1f776100-53e8-8b7f-3f1b-39f4da1bcc27-6d6405ba, #w-node-_1f776100-53e8-8b7f-3f1b-39f4da1bcc32-6d6405ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aecbcc62-2dea-d166-ec74-5c434aadaf4b-25c91e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-aecbcc62-2dea-d166-ec74-5c434aadaf53-25c91e55 {
  place-self: center;
}

#w-node-_1f6f4645-1793-fc63-b482-1da699a9d812-0fbfe4ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_1f6f4645-1793-fc63-b482-1da699a9d81c-0fbfe4ab, #w-node-_6d60ab16-51f5-0468-fbe8-e138aaeb4ec6-3433524a, #w-node-_6d60ab16-51f5-0468-fbe8-e138aaeb4ecb-3433524a, #w-node-_6d60ab16-51f5-0468-fbe8-e138aaeb4ed0-3433524a, #w-node-_6d60ab16-51f5-0468-fbe8-e138aaeb4ed5-3433524a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_064d4d12-57e7-ad0f-3b0f-a304a39029f4-ec374f52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_064d4d12-57e7-ad0f-3b0f-a304a3902a00-ec374f52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_654223c3-bf17-97e7-0054-f6765135e631-63777d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_654223c3-bf17-97e7-0054-f6765135e63b-63777d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0d3cbe5-f846-fde1-3432-87e28c6fa1eb-637bf65e, #w-node-c0d3cbe5-f846-fde1-3432-87e28c6fa216-637bf65e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_25a7a405-b806-041b-8f91-2a1546223f29-0fc611d6, #w-node-_25a7a405-b806-041b-8f91-2a1546223f2a-0fc611d6, #w-node-d368fc14-f303-b5db-be83-88265e34a007-49765e13, #w-node-d368fc14-f303-b5db-be83-88265e34a013-49765e13, #w-node-d368fc14-f303-b5db-be83-88265e34a01f-49765e13, #w-node-eb80abdf-b988-bcaa-8a93-f68aa379a2c2-417014f4, #w-node-eb80abdf-b988-bcaa-8a93-f68aa379a2ca-417014f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8bc9e216-1421-b22d-e20e-83421c33884b-1c338848, #w-node-df3b48d9-cccd-578e-f4ff-4b4626bf8d67-97145336, #w-node-c7f0eb61-64fd-84d8-b4d5-e1bf64dcb92c-24ab5d46, #w-node-e965487d-e840-9484-97c0-03c541d55735-07a7ce9b, #w-node-aecbcc62-2dea-d166-ec74-5c434aadaf4b-25c91e55, #w-node-_1f6f4645-1793-fc63-b482-1da699a9d812-0fbfe4ab, #w-node-_064d4d12-57e7-ad0f-3b0f-a304a39029f4-ec374f52, #w-node-_654223c3-bf17-97e7-0054-f6765135e631-63777d1d, #w-node-c0d3cbe5-f846-fde1-3432-87e28c6fa1eb-637bf65e, #w-node-eb80abdf-b988-bcaa-8a93-f68aa379a2c2-417014f4 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a25279e5-a914-d91a-ff2f-22185cd64372-ec335a56 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a25279e5-a914-d91a-ff2f-22185cd64374-ec335a56 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a25279e5-a914-d91a-ff2f-22185cd64376-ec335a56 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a25279e5-a914-d91a-ff2f-22185cd64378-ec335a56 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-a25279e5-a914-d91a-ff2f-22185cd64380-ec335a56 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a25279e5-a914-d91a-ff2f-22185cd64383-ec335a56 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a25279e5-a914-d91a-ff2f-22185cd64386-ec335a56 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a25279e5-a914-d91a-ff2f-22185cd64389-ec335a56 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-ede77883-9547-def4-cac4-ec09c6a035a0-698e67e5 {
    order: -9999;
  }
}


@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}