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

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

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

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

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

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

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

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

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

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

:root {
  --color--background: #efefef;
  --font--main: Satoshi, sans-serif;
  --color--dark: #212331;
  --type--body-regular: 20px;
  --type--h1: 100px;
  --type--h2: 48px;
  --type--h3: 34px;
  --color--accent: #ed1c23;
  --color--snow-white: #fff9f9;
  --black: #000;
  --color--grey: #333;
  --type--subtitle: 26px;
  --type--body-big: 22px;
  --white: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

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

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

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

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

blockquote {
  background-color: var(--color--accent);
  color: var(--color--snow-white);
  border: 1px #000;
  border-radius: 12px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

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

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

.section.accent.manifestio-section {
  position: relative;
}

.section.accent.cta-section {
  background-color: #1e1e1e;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.accent.abstract-section {
  background-color: var(--black);
  color: #eee;
  background-image: url('../images/bg-section2.svg');
  background-position: 50%;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.accent.values-tabs-section, .section.accent.hero-about-c {
  position: relative;
}

.section.accent.hero-contact-c {
  padding-top: 100px;
  padding-bottom: 16px;
  position: relative;
}

.section.hero-home-a {
  background-image: url('../images/Abstract-Hero-Home-A.svg');
  background-position: 100% 82%;
  background-repeat: no-repeat;
  background-size: auto 65%;
  padding-top: 80px;
}

.section.logo-light-section {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.moving-text-section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.hero-home-b {
  padding-top: 32px;
  padding-bottom: 100px;
}

.section.combo-halves-section {
  padding-bottom: 0;
  position: relative;
}

.section.padding-top-24 {
  padding-top: 24px;
}

.section.values-sticky-section {
  position: relative;
}

.section.hero-home-c, .section.video-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.gallery-halves-section {
  overflow: hidden;
}

.section.padding-bottom-64 {
  padding-bottom: 64px;
}

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

.section.hero-about-b {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.hero-blog {
  position: relative;
}

.section.hero-careers {
  padding-top: 100px;
  padding-bottom: 24px;
  position: relative;
}

.section.careers-grid-section {
  padding-top: 0;
}

.section.abstract-ligjht-section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

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

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

.section.accent {
  color: #fff9f9;
  background-color: #ed1c23;
}

.section.accent.values-tabs-section {
  background-color: #eee;
  position: relative;
}

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

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

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

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

.color {
  border: 1px solid var(--color--grey);
  background-color: #faebe3;
  border-radius: 12px;
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.text-style-h1 {
  font-size: var(--type--h1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.divider-typography {
  background-color: var(--color--grey);
  width: 100%;
  height: 1px;
}

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

.text-style-h3 {
  font-size: var(--type--h3);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 120%;
}

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

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

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

.circle-cta {
  background-color: var(--color--snow-white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

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

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

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

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

.cta {
  grid-column-gap: 40px;
  background-color: var(--color--accent);
  height: 52px;
  color: var(--color--snow-white);
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 6px;
  text-decoration: none;
  display: flex;
}

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

.cta.outline-white {
  border: 1px solid var(--color--snow-white);
  color: var(--color--snow-white);
  background-color: #feead800;
}

.cta.normal-button-white {
  background-color: var(--color--snow-white);
  color: var(--color--accent);
  text-align: center;
  justify-content: center;
  padding-right: 24px;
  transition: opacity .2s;
}

.cta.normal-button-white:hover {
  opacity: .92;
}

.cta.normal-button {
  text-align: center;
  justify-content: center;
  padding-right: 24px;
  transition: opacity .2s;
}

.cta.normal-button:hover {
  opacity: .92;
}

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

.cta.outline-accent.normal-outline {
  text-align: center;
  justify-content: center;
  padding-right: 24px;
}

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

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

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

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

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

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

.right-navbar {
  border: 1px solid var(--color--grey);
  border-radius: 60px;
  justify-content: flex-end;
  align-items: center;
  padding: 6px;
  display: flex;
}

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

.dropdown {
  font-size: 16px;
}

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

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

.link-dropdown {
  color: var(--color--dark);
  text-align: left;
  padding: 8px 24px 8px 16px;
  font-size: 15px;
  font-weight: 500;
}

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

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

.text-dropdown {
  color: var(--color--dark);
  font-weight: 500;
}

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

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

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

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

.dropdown-list.w--open {
  border: 1px solid var(--color--grey);
  background-color: var(--color--snow-white);
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-nav {
  color: var(--color--dark);
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.grid-hero-home-a {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
}

.left-hero-home-a {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  display: flex;
}

.tag {
  border-right: 6px solid var(--color--accent);
  border-left: 6px solid var(--color--accent);
  background-color: #f7d5d5;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tag.on-accent {
  border-right-color: var(--color--background);
  border-left-color: var(--color--background);
  background-color: #2c7fff;
}

.master-title-home-a {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bottom-title-home-a {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.line-title {
  background-color: var(--color--accent);
  transform-origin: 0%;
  flex: 1;
  max-width: 110px;
  height: 6px;
  margin-top: 18px;
}

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

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

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

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

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

.image-hero-home-a {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-width: 560px;
}

.text-logos-top {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

.master-logos-dividers {
  border-top: 1px solid #c2c2c599;
  border-bottom: 1px solid #c2c2c5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-logos-wide {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-logo-wide {
  object-fit: contain;
  max-width: 200px;
  height: 32px;
}

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

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

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

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

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

.performance-year {
  color: var(--color--accent);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.performance-year.white-perfromance-text {
  color: var(--color--snow-white);
}

.performance-animation-master {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  height: 415px;
  display: grid;
}

.performance-animated-block {
  border-top: 10px solid var(--color--accent);
  background-color: #126fff1a;
  border-radius: 6px;
  height: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.performance-animated-block.third-card {
  height: 332px;
}

.performance-animated-block.first-card {
  height: 250px;
}

.performance-animated-block.second-card {
  height: 177px;
}

.performance-animated-block.fourth-card {
  height: 413px;
  color: var(--color--snow-white);
  background-color: #126fffcc;
}

.animated-top-layer {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.tile-performance-animation {
  background-color: var(--color--snow-white);
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 40px;
}

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

.tile-usp-thirds {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--color--snow-white);
  color: var(--color--dark);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.icon-usp-thirds {
  height: 28px;
}

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

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

.master-ball-abstraction {
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 230px;
  padding-bottom: 230px;
  position: relative;
}

.master-headings-ball {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.single-ball-heading.second-heading {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-ball-background {
  z-index: 5;
  object-fit: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.flex-heading-tag-text {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-heading-tag-text.mg-bottom-80, .flex-heading-tag-text.mg-bottom-100 {
  margin-bottom: 80px;
}

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

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

.right-heading-tag-text {
  max-width: 488px;
}

.move-moving-text-service {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-animated-service {
  border: 1px solid var(--color--accent);
  height: 32px;
  color: var(--color--accent);
  background-color: #dce4f0;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.master-moving-text-service {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 101%);
}

.grid-services-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1123px;
}

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

.tile-animated-service {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  background-color: var(--color--snow-white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-moving-text-service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--color--snow-white);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 120px;
  display: flex;
}

.text-moving-text-service {
  color: var(--color--background);
  flex: none;
  font-size: 110px;
  font-weight: 500;
  line-height: 170px;
}

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

.list-tags-service-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.master-manifesto-center {
  z-index: 10;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1098px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bottom-manifesto {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-quote {
  height: 56px;
}

.text-manifesto-big {
  font-size: 80px;
  font-weight: 300;
  line-height: 120%;
}

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

.limit-image-after-manigest {
  z-index: 10;
  max-width: 1000px;
  position: relative;
}

.image-after-manifesto {
  border-radius: 16px;
}

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

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

.text-subnumber-testimonial {
  color: var(--color--accent);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.arrow-slider-testimonials {
  background-color: var(--color--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding-left: 2px;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: -125px 0% auto auto;
}

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

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

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

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

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

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

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

.divider-slider {
  background-color: var(--color--snow-white);
  width: 100%;
  height: 1px;
}

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

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

.slide-testimonials {
  height: auto;
}

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

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

.logo-testimonial {
  object-fit: contain;
  max-width: 200px;
  height: 40px;
  display: block;
}

.mask-testimonials {
  height: auto;
}

.grid-process-halves {
  z-index: 10;
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
  margin-top: -2px;
  position: relative;
}

.master-process-circles {
  grid-row-gap: 64px;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-process-circle {
  grid-column-gap: 72px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.big-process-circle {
  background-color: var(--color--accent);
  width: 240px;
  height: 240px;
  color: var(--color--snow-white);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.right-process-circle {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.image-process {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.line-process-top {
  width: 42%;
  margin-left: 120px;
}

.wrap-process-grid {
  position: relative;
}

.line-under-cirlces {
  z-index: 4;
  background-color: var(--color--accent);
  width: 2px;
  height: 99%;
  position: absolute;
  inset: 0% auto 0% 120px;
}

.master-moving-text {
  border-top: 2px solid var(--color--accent);
  border-bottom: 2px solid var(--color--accent);
  width: 100vw;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.text-moving-text {
  color: var(--color--accent);
  flex: none;
  font-size: 90px;
  font-weight: 300;
  line-height: 120%;
}

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

.grid-awards-master {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 224px auto;
}

.wrap-side-stats {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-side-stats.award-text-side {
  max-width: 230px;
}

.wrap-number-awards {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-stat-awards {
  color: var(--color--accent);
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
}

.text-sub-number {
  font-weight: 500;
}

.divider-stat-awards {
  background-color: var(--color--grey);
  width: 100%;
  height: 1px;
}

.grid-thirds-awards-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 974px;
}

.cell {
  border-bottom: 1px solid var(--color--grey);
  align-items: center;
  height: 70px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.cell.top {
  border-bottom-width: 2px;
  border-bottom-color: var(--color--dark);
  font-size: 20px;
  font-weight: 500;
}

.cell.right {
  text-align: right;
  justify-content: flex-end;
}

.abstract-manifesto {
  width: 16vw;
  max-width: 180px;
  position: absolute;
  inset: 10% 0% auto auto;
}

.master-ball-cta {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 230px;
  padding-bottom: 230px;
  position: relative;
}

.master-cta-content {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.grid-blog-thirds {
  z-index: 20;
  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;
}

.tile-blog {
  background-color: var(--color--snow-white);
  height: 100%;
  color: var(--color--dark);
  border-radius: 12px;
  flex-direction: column;
  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;
}

.grid-footer-links {
  grid-column-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

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

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

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

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

.heading-footer-links {
  color: var(--color--dark);
  font-size: 16px;
  font-weight: 700;
}

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

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

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

.divider-footer {
  background-color: var(--color--grey);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

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

.footer {
  background-color: var(--color--snow-white);
  color: var(--color--dark);
  padding-top: 120px;
  padding-bottom: 64px;
}

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

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

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

.link-legal {
  color: var(--color--accent);
}

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

.master-hero-home-b {
  justify-content: flex-end;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.right-hero-home-b {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.master-title-home-b {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrap-abstract-hero-home-b {
  z-index: 5;
  width: 58%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-abstract-hero-home-b {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.overlay-abstract-hero-home-b {
  background-image: linear-gradient(to right, #efefef00, #efefef);
  width: 70%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

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

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

.grid-combo-halves {
  z-index: 10;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  position: relative;
}

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

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

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

.abstract-combo-halves {
  z-index: 5;
  width: 30%;
  max-width: 290px;
  position: absolute;
  inset: auto 0% 6% auto;
}

.master-accent-abstract-section {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.master-services-list {
  flex-direction: column;
  display: flex;
}

.grid-service-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--color--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
}

.h3-service-list {
  opacity: .6;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-service-list {
  width: 148px;
}

.overlay-target-tab {
  background-image: linear-gradient(to right, #212331e6, #21233166 42%, #21233100);
  position: absolute;
  inset: 0%;
}

.inside-target-tab {
  color: #fffeff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 340px;
  padding-bottom: 100px;
  padding-left: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-pane {
  width: 100%;
}

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

.tab-link {
  text-align: center;
  background-color: #dce4f0;
  border-radius: 80px;
  width: 180px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  line-height: 180%;
}

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

.h3-target-tab {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 125%;
}

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

.master-target-tabs-one {
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-mask {
  width: 100%;
}

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

.wrap-target-tab-content {
  z-index: 10;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 418px;
  display: flex;
  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: .7;
  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: 10;
  border: 2px solid var(--color--snow-white);
  background-color: var(--color--accent);
  border-radius: 50%;
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}

.line-circles-process-fourths {
  background-color: var(--color--snow-white);
  opacity: .4;
  width: 74%;
  height: 1px;
  position: absolute;
}

.bottom-process-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  max-width: 75%;
  display: flex;
}

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

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

.gird-sticky-halves {
  z-index: 10;
  grid-column-gap: 64px;
  grid-template-rows: auto;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.abstract-sticky-values {
  width: 13%;
  position: absolute;
  inset: auto auto 30% 0%;
}

.section-big-image-quote {
  color: var(--color--snow-white);
  padding-top: 280px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.image-big-section {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-quote-image {
  z-index: 10;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1060px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.overlay-image-manifesto {
  background-color: #21233199;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

.text-extra-info-case {
  opacity: .5;
  margin-bottom: 4px;
  font-weight: 500;
}

.logo-case {
  max-width: 140px;
  height: 42px;
}

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

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

.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-hero-home-c {
  color: var(--color--snow-white);
  background-image: linear-gradient(to right, #212331cc, #2123314d 54%, #21233100), url('../images/Hero-Home-C-_1Hero Home C .webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 210px 120px 120px 100px;
  display: flex;
  position: relative;
}

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

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

.master-content-hero-home-c {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-hero-wide {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.service-h3-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 32px;
  line-height: 120%;
}

.faq-paragraph-big {
  transform-origin: 50% 0;
  font-size: var(--type--body-regular);
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 12px;
}

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

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

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

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

.expandable-single-big {
  border-top: 1px solid var(--color--dark);
  cursor: pointer;
  padding: 40px 0;
}

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

.wrap-under-hero-home-c {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 752px;
  margin-left: auto;
  margin-right: 80px;
  display: flex;
}

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

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

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

.tile-service-thirds {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--color--snow-white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.icon-service-thirds {
  width: 148px;
}

.bottom-service-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.video-video-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 980px;
  padding-top: 240px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.overlay-video {
  z-index: 5;
  color: var(--color--snow-white);
  background-color: #0000009e;
  position: absolute;
  inset: 0%;
}

.master-video-section-title {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.master-video-content {
  z-index: 20;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--accent);
  color: var(--color--snow-white);
  border-radius: 84px;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 40px 18px 24px;
  text-decoration: none;
  display: flex;
}

.icon-play-lightbox {
  width: 54px;
  height: 54px;
}

.divider-bottom-testimonial {
  background-color: var(--color--grey);
  width: 1px;
  height: 12px;
}

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

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

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

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

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

.logo-testimonial-text {
  height: 33px;
}

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

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

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

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

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

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

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

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

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

.master-moving-integrations {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.inner-moving-integrations {
  grid-column-gap: 2vw;
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 200vw;
  display: flex;
}

.circle-single-integration {
  background-color: #fffeff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 11vw;
  max-width: 350px;
  height: 11vw;
  max-height: 350px;
  display: flex;
}

.icon-integration {
  height: 46%;
}

.single-integration-circles {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-under-tech-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.grid-gallery-halves {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
}

.image-gallery-halves {
  border-radius: 16px;
}

.wrap-quote-right {
  z-index: 10;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1060px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.tabs-values {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-values {
  grid-row-gap: 8px;
  color: var(--color--dark);
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.tab-link-values {
  color: #b1b2b6;
  text-transform: uppercase;
  background-color: #ddd0;
  padding: 8px 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
}

.tab-link-values.w--current {
  color: var(--color--dark);
  background-color: #ddd0;
}

.tabs-content {
  flex: 1;
  max-width: 520px;
  margin-left: auto;
  padding-top: 8px;
}

.wrap-values-tab-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-values-tab {
  border-radius: 16px;
  width: 100%;
  max-width: 50%;
}

.grid-awarded-text {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 320px;
}

.left-awarded-text {
  max-width: 650px;
}

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

.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: 28px;
}

.divider-contact-tile {
  background-color: var(--color--grey);
  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--snow-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 {
  font-size: 38px;
}

.master-hero-about-a {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.master-title-about-a {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.bottom-title-about-a {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.moving-images-master-home-a {
  width: 100vw;
  margin-top: 80px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

.moving-image-home-a {
  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;
}

.wrap-quote-center {
  z-index: 10;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-quote-center.mg-bottom-120, .wrap-quote-center.mg-bottom-100 {
  margin-bottom: 120px;
}

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

.wrap-number {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.abstract-values-tabs {
  z-index: 1;
  color: #6d0000;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.tile-team-fourths {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--snow-white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.wrap-team-image-circle {
  flex: none;
  width: auto;
  position: relative;
}

.image-team-circle-fourths {
  object-fit: cover;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: block;
}

.circle-team-image {
  background-color: var(--color--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  bottom: -8px;
  right: 19px;
  box-shadow: 0 2px 20px #99999c1a;
}

.icon-team-circle {
  width: 31%;
}

.bottom-team-tile {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-under-team-fourths {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 140px;
  display: flex;
}

.limit-under-team-fourths {
  width: 100%;
  max-width: 815px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.title-wrap-about-b {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-story-block {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.grid-halves-space-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px;
}

.master-numbers {
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.text-stat-sticky {
  color: var(--color--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 100%;
}

.grid-number-big {
  grid-column-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 256px 1fr;
  max-width: 980px;
}

.single-number {
  background-color: var(--color--background);
  padding-top: 320px;
  padding-bottom: 320px;
  position: sticky;
  top: 0;
}

.single-number.white-number-single {
  background-color: var(--color--snow-white);
}

.text-story-right {
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
}

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

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

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

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

.text-stat-about-c {
  font-size: 162px;
  font-weight: 700;
  line-height: 100%;
}

.single-stat-about-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-substat-about-c {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.right-hero-about-c {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-hero-about-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 664px;
  display: flex;
  position: sticky;
  top: 80px;
}

.grid-hero-about-c {
  z-index: 10;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  position: relative;
}

.left-hero-about-c {
  position: relative;
}

.abstract-about-c-hero {
  width: 50vw;
  max-width: 590px;
  position: absolute;
  inset: auto auto 100px 0%;
}

.master-team-wide {
  grid-row-gap: 32px;
  flex-direction: column;
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.divider-team-wide {
  background-color: var(--color--grey);
  width: 100%;
  height: 1px;
}

.master-faq-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-contact {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 88px;
  display: flex;
}

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

.right-contact-two {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  display: flex;
}

.text-form-contact-two {
  text-align: center;
  max-width: 402px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.form-block-contact {
  width: 100%;
  max-width: 330px;
  margin-bottom: 0;
}

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

.text-field-contact {
  background-color: var(--color--snow-white);
  height: 52px;
  color: var(--color--dark);
  border: 1px solid #2825234f;
  border-radius: 64px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

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

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

.success-message {
  background-color: var(--color--accent);
  color: var(--color--snow-white);
  border: 1px solid #ceead5;
  border-radius: 12px;
}

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

.color-fill-contact-c {
  background-color: var(--color--background);
  width: 100%;
  height: 30%;
  max-height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-contact-thirds {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.tile-contact-c {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--snow-white);
  color: var(--color--dark);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.icon-contact-thirds {
  width: 80px;
  height: 80px;
}

.bottom-contact-thirds {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.tile-contact-form {
  background-color: var(--color--snow-white);
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 65px;
  display: flex;
}

.form-block-contact-c {
  width: 100%;
  margin-bottom: 0;
}

.title-wrap-blog {
  z-index: 10;
  color: var(--color--snow-white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.color-fill-blog {
  z-index: 2;
  background-color: var(--color--accent);
  height: 570px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.image-blog-template {
  object-fit: cover;
  border-radius: 24px;
  width: 80%;
  max-width: 1122px;
  max-height: 420px;
  margin: 64px auto 120px;
  display: block;
}

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

.divider-cms {
  background-color: var(--color--grey);
  width: 100%;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 120px;
}

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

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

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

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

.limit-subtitle-general {
  max-width: 572px;
}

.title-wrap-case-study {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1090px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.h1-case-study {
  font-size: 80px;
}

.limit-subtitle-case {
  max-width: 700px;
}

.form-newsletter {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

.right-case-study {
  position: relative;
}

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

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

.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: 80px;
  position: relative;
}

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

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

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

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

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

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

.icon-career-value {
  width: 48px;
  height: 48px;
}

.bottom-career-value {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-career-values {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  display: flex;
}

.wrap-position-blocks {
  flex-direction: column;
  display: flex;
}

.cta-position-nav {
  border: 1px solid var(--color--accent);
  height: 52px;
  color: var(--color--accent);
  background-color: #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  text-decoration: none;
  display: flex;
}

.cta-position-nav.w--current {
  background-color: var(--color--accent);
  color: var(--color--snow-white);
}

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

.flex-positions-sticky {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.single-position-block {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.heading-sticky-positions {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.sticky-open-postions {
  z-index: 60;
  background-color: var(--color--snow-white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

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

.tile-career {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--snow-white);
  color: var(--color--dark);
  border-radius: 16px;
  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;
}

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

.right-career {
  position: relative;
}

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

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

.tile-pricing {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color--snow-white);
  border-radius: 12px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

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

.icon-pricing {
  width: 52px;
  height: 52px;
}

.text-price-on-tile {
  text-align: right;
  font-size: 28px;
  line-height: 130%;
}

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

.flex-cta-pricing {
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

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

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

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

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

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

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

.block-content {
  background-color: var(--color--snow-white);
  border-bottom-style: none;
  border-bottom-color: #1b32334d;
  border-left-style: none;
  border-left-color: #1818184d;
  border-right-style: none;
  border-right-color: #1b32334d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

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

.text-field-checkout {
  border-color: var(--color--dark);
  background-color: var(--color--snow-white);
  height: 44px;
  color: var(--color--dark);
  border-radius: 50px;
  margin-bottom: 8px;
}

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

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

.block-header {
  background-color: var(--color--snow-white);
  border-style: none none solid;
  border-bottom-color: #2825232b;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

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

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

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

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

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

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

.h1-abstract-section {
  color: var(--white);
}

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

.remove-button {
  color: #1c3533;
}

.remove-link {
  color: #1c3533;
  text-decoration: none;
}

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

.cart-footer {
  border-top-color: #1b32333b;
}

.cart-button {
  background-color: var(--color--accent);
  border: 1px solid #feead8;
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.fixed-cart {
  z-index: 10000;
  position: fixed;
  inset: auto 16px 16px auto;
}

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

.master-title-sales {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.bottom-title-sales {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-included {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--snow-white);
  height: auto;
  color: var(--color--dark);
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.wrapper-blog-list-page {
  z-index: 10;
  position: relative;
}

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

.tab-link-values-2 {
  color: #fcfcfc80;
  text-transform: uppercase;
  background-color: #ddd0;
  padding: 8px 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
}

.tab-link-values-2.w--current {
  color: #fff9f9;
  background-color: #ddd0;
}

.tag-2 {
  background-color: #f7d5d5;
  border-left: 6px solid #ed1c23;
  border-right: 6px solid #ed1c23;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tag-2.on-accent {
  background-color: #2c7fff;
  border-left-color: #efefef;
  border-right-color: #efefef;
}

.tabs-menu-values-2 {
  grid-row-gap: 8px;
  color: #212331;
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.text-block, .text-block-2, .text-block-3 {
  color: #212331;
}

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

.desc-dark {
  max-width: 500px;
  color: var(--white);
}

.text-block-4, .text-block-5 {
  color: #b1b2b6;
}

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

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

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 30px;
  }

  .section.hero-home-a {
    background-size: 47%;
  }

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

  .subtitle {
    font-size: 28px;
  }

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

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

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

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

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

  .circle-cta.accent-circle {
    width: 44px;
    height: 44px;
  }

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

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

  .navbar {
    height: 88px;
    position: relative;
  }

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

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

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

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-menu {
    background-color: var(--color--snow-white);
    border: 1px solid #2123314d;
    border-radius: 12px;
    flex-direction: column;
    width: 60%;
    max-width: 440px;
    max-height: 90vh;
    margin-top: 12px;
    margin-left: auto;
    margin-right: 17px;
    padding: 24px 40px 32px;
    overflow: scroll;
  }

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

  .menu-button {
    background-color: var(--color--accent);
    border-radius: 50px;
    width: 48px;
    height: 48px;
    margin-left: 8px;
    padding: 0;
  }

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

  .link-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    display: block;
  }

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

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

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

  .bottom-title-home-a {
    justify-content: center;
  }

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

  .flex-logos-wide {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-logo-wide {
    width: 30%;
    max-width: none;
    height: auto;
    max-height: 37px;
  }

  .tile-performance-animation {
    padding: 32px;
  }

  .left-heading-tag.center-tablet {
    align-items: center;
  }

  .bottom-manifesto {
    max-width: 750px;
  }

  .text-manifesto-big {
    font-size: 52px;
  }

  .grid-process-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .master-process-circles {
    grid-row-gap: 120px;
  }

  .single-process-circle {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-process-circle {
    align-items: center;
  }

  .line-process-top, .line-under-cirlces {
    display: none;
  }

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

  .wrap-number-awards {
    align-items: flex-start;
  }

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

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

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

  .wrap-abstract-hero-home-b {
    width: 80%;
  }

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

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

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

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

  .inside-target-tab {
    padding-top: 280px;
    padding-bottom: 80px;
    padding-left: 80px;
  }

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

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

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

  .section-big-image-quote {
    padding-top: 30vh;
    padding-bottom: 10vh;
  }

  .wrap-quote-image {
    max-width: 730px;
  }

  .master-hero-home-c {
    background-image: linear-gradient(174deg, #212331cc, #21233180 54%, #21233100), url('../images/Hero-Home-C-_1Hero Home C .webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 100px 64px 120px;
  }

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

  .master-content-hero-home-c {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .big-text {
    font-size: 30px;
    line-height: 135%;
  }

  .wrap-under-hero-home-c {
    max-width: 710px;
    margin-right: 0;
  }

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

  .tile-service-thirds {
    justify-content: flex-start;
  }

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

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

  .circle-single-integration {
    width: 13vw;
    height: 13vw;
  }

  .wrap-quote-right {
    max-width: 740px;
  }

  .tabs-menu-values {
    max-width: 40%;
  }

  .tab-link-values {
    font-size: 48px;
  }

  .tabs-content {
    max-width: 50%;
  }

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

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

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

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

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

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

  .marquee-overlay {
    height: 140px;
  }

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

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

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

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

  .title-wrap-about-b {
    align-items: center;
  }

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

  .text-stat-sticky {
    font-size: 48px;
  }

  .single-number {
    padding-top: 200px;
    padding-bottom: 200px;
  }

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

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

  .sticky-hero-about-c {
    position: static;
  }

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

  .abstract-about-c-hero {
    width: 80vw;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
  }

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

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

  .flex-heading-cta {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .h1-case-study {
    font-size: 52px;
  }

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

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

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

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

  .right-career-values {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .heading-sticky-positions {
    font-size: 32px;
  }

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

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

  .h1-abstract-section {
    font-size: 9vw;
  }

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

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

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

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

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

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

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

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

  .sales-card {
    padding: 16px;
  }

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

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

  .tab-link-values-2 {
    font-size: 48px;
  }

  .tabs-menu-values-2 {
    max-width: 40%;
  }
}

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

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

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

  .section.hero-home-a {
    padding-top: 40px;
  }

  .section.hero-home-b {
    padding-top: 0;
  }

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

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

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

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

  .subtitle {
    font-size: 26px;
  }

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

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

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

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

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

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

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

  .line-title {
    max-width: 90px;
  }

  .no-margins.center-landscape {
    text-align: center;
  }

  .animated-top-layer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

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

  .master-headings-ball {
    text-align: center;
    align-items: center;
  }

  .single-ball-heading.second-heading {
    justify-content: center;
  }

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

  .left-heading-tag {
    text-align: center;
    align-items: center;
  }

  .right-heading-tag-text {
    max-width: 570px;
  }

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

  .master-manifesto-center {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

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

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

  .image-slider {
    display: none;
  }

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

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

  .big-process-circle {
    width: 45vw;
    height: 45vw;
    font-size: 13vw;
  }

  .image-process {
    height: 60vw;
    max-height: none;
  }

  .grid-awards-master {
    grid-template-columns: 1fr;
  }

  .wrap-side-stats {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .wrap-side-stats.award-text-side {
    width: 100%;
    max-width: none;
  }

  .wrap-number-awards {
    text-align: center;
    align-items: center;
  }

  .text-stat-awards {
    font-size: 80px;
  }

  .text-sub-number {
    font-size: 20px;
  }

  .divider-stat-awards {
    width: 1px;
    height: 80px;
  }

  .cell {
    text-align: left;
    font-size: 16px;
  }

  .master-ball-cta {
    padding-top: 130px;
    padding-bottom: 120px;
  }

  .grid-blog-thirds {
    max-width: 440px;
  }

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

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

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

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

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

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

  .master-contact-list-footer {
    align-items: center;
  }

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

  .right-hero-home-b {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-title-home-b {
    align-items: center;
  }

  .wrap-abstract-hero-home-b {
    width: 100%;
    inset: 0% 0% auto;
  }

  .overlay-abstract-hero-home-b {
    background-image: linear-gradient(to top, #efefef00, #efefef);
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .inside-target-tab {
    padding-bottom: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .tab-link {
    width: 100%;
  }

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

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

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

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

  .master-hero-home-c {
    padding-top: 64px;
  }

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

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

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

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

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

  .video-video-section {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

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

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

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

  .circle-single-integration {
    width: 20vw;
    height: 20vw;
  }

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

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

  .tabs-menu-values {
    grid-row-gap: 16px;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 48px;
    margin-right: auto;
  }

  .tab-link-values {
    text-align: left;
  }

  .tabs-content {
    max-width: 100%;
  }

  .grid-awarded-text {
    grid-template-columns: 1fr;
  }

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

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

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

  .text-big-number {
    font-size: 100px;
  }

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

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

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

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

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

  .grid-number-big {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-number {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .text-story-right {
    font-size: 28px;
  }

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

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

  .tile-team-wide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    padding: 39px;
  }

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

  .right-team-wide {
    text-align: center;
    align-items: center;
  }

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

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

  .color-fill-contact-c {
    height: 20%;
    max-height: 180px;
  }

  .tile-contact-c {
    padding: 40px;
  }

  .image-blog-template {
    width: 90%;
  }

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

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

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

  .flex-positions-sticky {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

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

  .heading-sticky-positions {
    display: none;
  }

  .right-open-positions {
    flex: none;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

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

  .tab-link-values-2 {
    text-align: left;
  }

  .tabs-menu-values-2 {
    grid-row-gap: 16px;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 48px;
    margin-right: auto;
  }
}

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

  h2 {
    font-size: 40px;
  }

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

  .section.hero-careers {
    padding-top: 60px;
  }

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

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

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

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

  .subtitle {
    font-size: 23px;
  }

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

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

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

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

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

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

  .right-navbar {
    border-style: none;
    padding: 0;
  }

  .brand-navbar {
    width: 100%;
    height: auto;
  }

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

  .navbar {
    height: 72px;
  }

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

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

  .menu-button {
    margin-left: 0;
  }

  .tag {
    text-align: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 130%;
  }

  .line-title.about-a-line, .line-title.sales-line {
    display: none;
  }

  .image-logo-wide {
    width: 40%;
    max-height: 40px;
  }

  .performance-animation-master {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .performance-animated-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .master-ball-abstraction {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .master-headings-ball {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tile-animated-service {
    padding: 32px;
  }

  .bottom-manifesto {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .icon-quote {
    height: 44px;
  }

  .text-manifesto-big {
    font-size: 10vw;
  }

  .image-after-manifesto {
    border-radius: 8px;
  }

  .text-subnumber-testimonial {
    font-size: 20px;
  }

  .left-slider {
    border-top-left-radius: 120px;
    padding: 100px 32px 32px;
  }

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

  .text-testimonial-stat {
    font-size: 56px;
  }

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

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

  .grid-awards-master {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .wrap-side-stats {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .text-stat-awards {
    font-size: 72px;
  }

  .divider-stat-awards {
    display: none;
  }

  .cell {
    padding-right: 8px;
    font-size: 14px;
    line-height: 150%;
  }

  .master-ball-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .inside-target-tab {
    padding: 200px 32px 40px;
  }

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

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

  .h3-target-tab {
    font-size: 40px;
  }

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

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

  .abstract-sticky-values {
    width: 50vw;
  }

  .wrap-quote-image {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .master-hero-home-c {
    padding: 48px 32px 120px;
  }

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

  .service-h3-expandable {
    margin-bottom: 0;
  }

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

  .expandable-single-big {
    padding: 16px 0;
  }

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

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

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

  .bottom-testimonial-slider {
    flex-wrap: wrap;
  }

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

  .circle-single-integration {
    width: 30vw;
    height: 30vw;
  }

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

  .wrap-quote-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .tab-link-values {
    font-size: 11vw;
  }

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

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

  .wrap-quote-center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-big-number {
    font-size: 26vw;
  }

  .abstract-values-tabs {
    width: 60vw;
  }

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

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

  .marquee-overlay {
    top: -1px;
  }

  .marquee-overlay.bottom {
    bottom: -1px;
  }

  .marquee-column {
    width: 48%;
  }

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

  .marquee-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .text-story-right {
    font-size: 22px;
  }

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

  .text-stat-about-c {
    font-size: 30vw;
  }

  .text-substat-about-c {
    font-size: 24px;
  }

  .abstract-about-c-hero {
    width: 90vw;
  }

  .master-team-wide {
    grid-row-gap: 24px;
  }

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

  .image-team-wide {
    width: 100%;
    min-height: 270px;
  }

  .right-team-wide {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .form-block-contact {
    width: 90%;
  }

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

  .tile-contact-c {
    padding: 32px 24px;
  }

  .icon-contact-thirds {
    width: 72px;
    height: 72px;
  }

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

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

  .image-blog-template {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .logo-case-study {
    width: 90%;
    height: 13vw;
  }

  .h1-case-study {
    font-size: 46px;
  }

  .form-newsletter {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .tile-case-study-right {
    padding: 24px;
  }

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

  .color-fill-careers-hero {
    height: 10%;
    max-height: 190px;
  }

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

  .sticky-open-postions {
    height: 60px;
  }

  .tile-pricing {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    text-align: center;
    padding: 32px;
  }

  .top-pricing-tile {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .text-price-on-tile {
    font-size: 24px;
  }

  .bottom-pricing-tile {
    align-items: center;
  }

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

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

  .wrap-name-quantity {
    margin-left: 0;
  }

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

  .h1-abstract-section {
    font-size: 9vw;
  }

  .flex-cta-sales {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 220px;
  }

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

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

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

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

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

  .sales-card {
    padding: 16px;
  }

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

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

  .link-wavesdesign-break {
    word-break: break-all;
  }

  .tab-link-values-2 {
    font-size: 11vw;
  }

  .tag-2 {
    text-align: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 130%;
  }
}

#w-node-_8e7716b9-e634-4778-76d3-c37752712dc2-a8e4ce5b, #w-node-_8e7716b9-e634-4778-76d3-c37752712dc9-a8e4ce5b, #w-node-_8e7716b9-e634-4778-76d3-c37752712dd0-a8e4ce5b, #w-node-_540f69af-9957-14b0-e93f-0520a4d2c308-a8e4ce5b, #w-node-_540f69af-9957-14b0-e93f-0520a4d2c30d-a8e4ce5b, #w-node-_540f69af-9957-14b0-e93f-0520a4d2c312-a8e4ce5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_540f69af-9957-14b0-e93f-0520a4d2c318-a8e4ce5b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cdbc5390-7aea-41ea-4c64-3cb4c39a84f7-a8e4ce5b, #w-node-cdbc5390-7aea-41ea-4c64-3cb4c39a84fd-a8e4ce5b, #w-node-cdbc5390-7aea-41ea-4c64-3cb4c39a8503-a8e4ce5b, #w-node-cdbc5390-7aea-41ea-4c64-3cb4c39a8509-a8e4ce5b, #w-node-cdbc5390-7aea-41ea-4c64-3cb4c39a850f-a8e4ce5b, #w-node-cdbc5390-7aea-41ea-4c64-3cb4c39a8515-a8e4ce5b, #w-node-cdbc5390-7aea-41ea-4c64-3cb4c39a851b-a8e4ce5b, #w-node-cdbc5390-7aea-41ea-4c64-3cb4c39a8521-a8e4ce5b, #w-node-cdbc5390-7aea-41ea-4c64-3cb4c39a8527-a8e4ce5b, #w-node-_289231ca-e7d5-e12c-0303-c0e5c6ca3330-c6ca3316, #w-node-_289231ca-e7d5-e12c-0303-c0e5c6ca333a-c6ca3316, #w-node-_289231ca-e7d5-e12c-0303-c0e5c6ca3344-c6ca3316, #w-node-_289231ca-e7d5-e12c-0303-c0e5c6ca3356-c6ca3316, #w-node-a59f6cae-10b7-95aa-816b-d70c1f48c234-a8e4ce63, #w-node-a59f6cae-10b7-95aa-816b-d70c1f48c239-a8e4ce63, #w-node-a59f6cae-10b7-95aa-816b-d70c1f48c23e-a8e4ce63, #w-node-bff88c8a-3d2d-5691-1c47-c11115c6a67e-a8e4ce63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bff88c8a-3d2d-5691-1c47-c11115c6a67f-a8e4ce63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_5fe77bf3-c01d-dc4c-4daf-3298cecb71f3-cecb71f0, #w-node-_5fe77bf3-c01d-dc4c-4daf-3298cecb7202-cecb71f0, #w-node-d0ea6bfd-557c-1d16-c279-8312533f7160-a8e4ce6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ea6bfd-557c-1d16-c279-8312533f7192-a8e4ce6a, #w-node-_106a65e3-6a4f-f2a4-ecd0-63903f7178d1-3f7178ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_106a65e3-6a4f-f2a4-ecd0-63903f7178d2-3f7178ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_74d24340-75d7-dd8c-824d-ada49b7f4758-a8e4ce6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4bbc71b-a2fa-7ea1-f268-cca43235ce4d-a8e4ce6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-f384409d-38e0-e13b-b988-5f0335abe0a9-a8e4ce6c, #w-node-f384409d-38e0-e13b-b988-5f0335abe0cf-a8e4ce6c, #w-node-f384409d-38e0-e13b-b988-5f0335abe055-a8e4ce6c, #w-node-f384409d-38e0-e13b-b988-5f0335abe07e-a8e4ce6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9986f48-2e34-21d9-8d5c-d08e4aeb37cb-4aeb37b7 {
  align-self: stretch;
}

#w-node-_690da562-7e0b-f971-2e20-7b919c242939-9c24292a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_690da562-7e0b-f971-2e20-7b919c242945-9c24292a {
  place-self: start end;
}

#w-node-_690da562-7e0b-f971-2e20-7b919c242946-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242949-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c24294c-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c24294f-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242952-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242955-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242958-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c24295b-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c24295e-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242961-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242964-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242967-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c24296a-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c24296d-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242970-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242973-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242976-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242979-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c24297c-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c24297f-9c24292a, #w-node-_690da562-7e0b-f971-2e20-7b919c242982-9c24292a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8d3d19a-bd14-097e-6535-d563ea2f6b25-ea2f6b13 {
  place-self: stretch stretch;
}

#w-node-b8d3d19a-bd14-097e-6535-d563ea2f6b41-ea2f6b13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_275f28be-018d-2b01-05ee-1c6df09590e0-f09590d7, #w-node-_275f28be-018d-2b01-05ee-1c6df09590eb-f09590d7, #w-node-_275f28be-018d-2b01-05ee-1c6df09590ee-f09590d7, #w-node-_275f28be-018d-2b01-05ee-1c6df09590f9-f09590d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae2798e8-00bb-3bc1-de4d-02b68a8a07a7-a8e4ce6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ae2798e8-00bb-3bc1-de4d-02b68a8a07a4-a8e4ce6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_83e8d469-6a68-535d-2562-a51919b6ac95-a8e4ce6e, #w-node-_43e12dee-f314-89b6-2b07-0d884e374941-a8e4ce6e, #w-node-_20e72e00-1cf5-fc54-06f3-4ce1ac054ff9-a8e4ce6e, #w-node-ad4446af-1781-cfd6-7397-f5196235c219-a8e4ce6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad4446af-1781-cfd6-7397-f5196235c21a-a8e4ce6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-eab36fbf-edd6-813f-4c56-20042eacb7ee-a8e4ce6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb7527e5-e650-4590-4178-cc8a42d2796d-a8e4ce6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_49c7a103-a413-b0a5-1a93-e839029cced7-a8e4ce70, #w-node-_49c7a103-a413-b0a5-1a93-e839029ccedc-a8e4ce70, #w-node-_49c7a103-a413-b0a5-1a93-e839029ccee1-a8e4ce70, #w-node-_4fd22cf2-2b7a-db52-d504-b88cb63ce247-a8e4ce70, #w-node-_4fd22cf2-2b7a-db52-d504-b88cb63ce251-a8e4ce70, #w-node-_4fd22cf2-2b7a-db52-d504-b88cb63ce25b-a8e4ce70, #w-node-_4fd22cf2-2b7a-db52-d504-b88cb63ce265-a8e4ce70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d652140-5066-966f-53a3-cd379b0e1f23-9b0e1f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_5d652140-5066-966f-53a3-cd379b0e1f34-9b0e1f20, #w-node-_5d652140-5066-966f-53a3-cd379b0e1f35-9b0e1f20, #w-node-_5d652140-5066-966f-53a3-cd379b0e1f56-9b0e1f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c5f5c6-9ecf-cc5b-6ec4-99090ae1219b-a8e4ce71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_23c5f5c6-9ecf-cc5b-6ec4-99090ae121a7-a8e4ce71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_608bf3aa-33f1-a245-b561-4250ee3e2397-ee3e2390, #w-node-_608bf3aa-33f1-a245-b561-4250ee3e239e-ee3e2390, #w-node-_608bf3aa-33f1-a245-b561-4250ee3e23a5-ee3e2390, #w-node-_433c8c4d-430f-40f8-b9ad-9eadf3bea431-ee3e2390, #w-node-_37921414-6d06-4fee-b5b3-e13e33c25982-ee3e2390, #w-node-_2abe5fed-8620-d651-6b1a-1c96d4f24a6e-ee3e2390 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b05436a-610a-8832-df29-662c875317c7-a8e4ce72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_8b05436a-610a-8832-df29-662c875317d5-a8e4ce72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_315a9331-49a2-b695-70d0-5bc0558b3a72-a8e4ce72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_315a9331-49a2-b695-70d0-5bc0558b3a90-a8e4ce72, #w-node-_47936386-ab4e-c3ee-ed66-8bf424444a7b-a8e4ce74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_47936386-ab4e-c3ee-ed66-8bf424444a7c-a8e4ce74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1c03f370-73f5-e326-d25c-ad675d0f83f9-a8e4ce74, #w-node-_1c03f370-73f5-e326-d25c-ad675d0f8403-a8e4ce74, #w-node-_1c03f370-73f5-e326-d25c-ad675d0f840d-a8e4ce74, #w-node-_1c03f370-73f5-e326-d25c-ad675d0f8417-a8e4ce74, #w-node-_1c03f370-73f5-e326-d25c-ad675d0f8421-a8e4ce74, #w-node-_1c03f370-73f5-e326-d25c-ad675d0f842b-a8e4ce74, #w-node-_1c03f370-73f5-e326-d25c-ad675d0f8435-a8e4ce74, #w-node-_1c03f370-73f5-e326-d25c-ad675d0f843f-a8e4ce74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b2582a0-005a-1e4c-ce48-bca0000b0064-a8e4ce75, #w-node-e8678da0-a099-8be8-2f55-d3e5e5c735ac-a8e4ce75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dc00d002-0307-be8f-28d5-7f3eaca09364-a8e4ce76, #w-node-dc00d002-0307-be8f-28d5-7f3eaca0936b-a8e4ce76, #w-node-dc00d002-0307-be8f-28d5-7f3eaca09372-a8e4ce76, #w-node-_72c30145-9a97-146e-ff49-9255dbda1601-a8e4ce76, #w-node-_72c30145-9a97-146e-ff49-9255dbda1609-a8e4ce76, #w-node-_72c30145-9a97-146e-ff49-9255dbda1611-a8e4ce76, #w-node-_72c30145-9a97-146e-ff49-9255dbda1619-a8e4ce76, #w-node-_72c30145-9a97-146e-ff49-9255dbda1621-a8e4ce76, #w-node-_72c30145-9a97-146e-ff49-9255dbda1629-a8e4ce76, #w-node-ec5e3061-752d-b493-9a13-de6ce890a56a-a8e4ce79, #w-node-ec5e3061-752d-b493-9a13-de6ce890a56b-a8e4ce79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0501f0a-694d-e524-3cb1-89e2d0b0dc84-a8e4ce79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c0501f0a-694d-e524-3cb1-89e2d0b0dc91-a8e4ce79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6794a9d0-6105-e02f-51af-d35c3600c0e8-a8e4ce7a, #w-node-_6794a9d0-6105-e02f-51af-d35c3600c0f3-a8e4ce7a, #w-node-_6794a9d0-6105-e02f-51af-d35c3600c0fe-a8e4ce7a, #w-node-_279aea14-5672-c428-9fbe-5ec2d6587204-a8e4ce7d, #w-node-_279aea14-5672-c428-9fbe-5ec2d6587208-a8e4ce7d, #w-node-_279aea14-5672-c428-9fbe-5ec2d658720c-a8e4ce7d, #w-node-_279aea14-5672-c428-9fbe-5ec2d6587210-a8e4ce7d, #w-node-b4f5c08c-e744-c65f-fd86-e6f3921735f0-a8e4ce7d, #w-node-_97d4742c-5999-d1f0-965f-e5d0ac5e6327-a8e4ce7d, #w-node-_97d4742c-5999-d1f0-965f-e5d0ac5e632f-a8e4ce7d, #w-node-_97d4742c-5999-d1f0-965f-e5d0ac5e6337-a8e4ce7d, #w-node-_97d4742c-5999-d1f0-965f-e5d0ac5e633f-a8e4ce7d, #w-node-_97d4742c-5999-d1f0-965f-e5d0ac5e6347-a8e4ce7d, #w-node-_97d4742c-5999-d1f0-965f-e5d0ac5e634c-a8e4ce7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5fe77bf3-c01d-dc4c-4daf-3298cecb71f3-cecb71f0, #w-node-_106a65e3-6a4f-f2a4-ecd0-63903f7178d1-3f7178ce {
    justify-self: center;
  }

  #w-node-a4bbc71b-a2fa-7ea1-f268-cca43235ce4d-a8e4ce6c {
    place-self: center;
  }

  #w-node-ae2798e8-00bb-3bc1-de4d-02b68a8a07a7-a8e4ce6d, #w-node-_5d652140-5066-966f-53a3-cd379b0e1f23-9b0e1f20, #w-node-_23c5f5c6-9ecf-cc5b-6ec4-99090ae1219b-a8e4ce71, #w-node-_315a9331-49a2-b695-70d0-5bc0558b3a72-a8e4ce72, #w-node-_47936386-ab4e-c3ee-ed66-8bf424444a7b-a8e4ce74, #w-node-c0501f0a-694d-e524-3cb1-89e2d0b0dc84-a8e4ce79 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_540f69af-9957-14b0-e93f-0520a4d2c318-a8e4ce5b {
    grid-column: span 1 / span 1;
  }

  #w-node-_690da562-7e0b-f971-2e20-7b919c242939-9c24292a {
    order: 9999;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}