@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: #126fff;
  --color--snow-white: #fcfcfc;
  --type--subtitle: 26px;
  --color--grey: #c2c2c5;
  --white: white;
  --black: black;
  --type--body-big: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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 {
  background-color: var(--color--background);
  color: #212331;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

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

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

.section.accent.cta-section, .section.accent.abstract-section {
  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.logo-light-section {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.section.hero-2 {
  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 {
  padding-top: 24px;
  padding-bottom: 0;
}

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

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

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

.text-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

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

.text-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.text-style-h1.accent {
  color: #126fff;
}

.text-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
}

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

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

.cta {
  grid-column-gap: 40px;
  background-color: var(--color--accent);
  color: var(--color--snow-white);
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  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.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.nav-cta {
  height: 48px;
  padding-right: 4px;
}

.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 12px 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: #dce4f0;
  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 {
  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 {
  color: var(--color--snow-white);
  background-color: #126fffcc;
  height: 413px;
}

.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);
  margin-top: auto;
}

.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);
  color: var(--color--accent);
  background-color: #dce4f0;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 32px;
  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);
  color: var(--color--snow-white);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  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);
  color: var(--color--dark);
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.master-hero-home-c {
  color: var(--color--snow-white);
  background-image: linear-gradient(to right, #212331cc, #2123314d 54%, #21233100), url('../images/HeroHomeC.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;
  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 {
  z-index: 1;
  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: #0000004d;
  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;
}

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

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

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

.tab-link-values {
  color: #fcfcfc80;
  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--snow-white);
  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: stretch;
  display: flex;
}

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

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

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

.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;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid-team-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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 48px;
  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;
}

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

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

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

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

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

.text-field-contact {
  background-color: var(--color--snow-white);
  color: var(--color--dark);
  border: 1px solid #2825234f;
  border-radius: 64px;
  height: 52px;
  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;
}

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

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

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

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

.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);
  color: var(--color--dark);
  border-radius: 50px;
  height: 44px;
  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;
}

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

.wrap-hero-1 {
  padding-bottom: 100px;
}

.wrap-hero-2, .wrap-services-2 {
  padding-bottom: 80px;
}

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

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

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 30px;
  }

  .text-style-h2 {
    font-size: 44px;
    line-height: 120%;
  }

  .subtitle {
    font-size: 28px;
  }

  .text-style-h1 {
    font-size: 80px;
    line-height: 120%;
  }

  .text-style-h3 {
    font-size: 30px;
    line-height: 120%;
  }

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

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

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

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

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

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

  .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-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .h1-abstract-section {
    font-size: 9vw;
  }

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

@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-2 {
    padding-top: 0;
  }

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

  .subtitle {
    font-size: 26px;
  }

  .text-style-h1 {
    font-size: 53px;
    line-height: 120%;
  }

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

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

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

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

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

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

  .tile-team-wide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    padding: 39px;
  }

  .color-fill-contact-c {
    height: 20%;
    max-height: 180px;
  }

  .tile-contact-c {
    padding: 40px;
  }

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

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

  h2 {
    font-size: 40px;
  }

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

  .text-style-h2 {
    font-size: 40px;
    line-height: 120%;
  }

  .subtitle {
    font-size: 23px;
  }

  .text-style-h1 {
    font-size: 48px;
    line-height: 120%;
  }

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

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

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

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

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

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

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

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

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

  .text-story-right {
    font-size: 22px;
  }

  .text-stat-about-c {
    font-size: 30vw;
  }

  .text-substat-about-c {
    font-size: 24px;
  }

  .abstract-about-c-hero {
    width: 90vw;
  }

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

  .tile-contact-c {
    padding: 32px 24px;
  }

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

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

  .logo-case-study {
    width: 90%;
    height: 13vw;
  }

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

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

#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-_50851cc7-ce74-25c8-81a7-ebeead08933d-4fc20d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50851cc7-ce74-25c8-81a7-ebeead089352-4fc20d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_1206efb3-0419-0028-92c5-cda6bf0a84da-daec94a1, #w-node-_1206efb3-0419-0028-92c5-cda6bf0a8500-daec94a1, #w-node-_1206efb3-0419-0028-92c5-cda6bf0a852a-daec94a1, #w-node-_1206efb3-0419-0028-92c5-cda6bf0a8553-daec94a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e662db6-9c29-ad83-ede7-ad8d08f407ac-7decd612 {
  place-self: stretch stretch;
}

#w-node-_0e662db6-9c29-ad83-ede7-ad8d08f407c8-7decd612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_3006f9ae-4388-7dc4-ad10-f4582de15d81-fb86be87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3006f9ae-4388-7dc4-ad10-f4582de15d8d-fb86be87 {
  place-self: start end;
}

#w-node-_3006f9ae-4388-7dc4-ad10-f4582de15d8e-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15d91-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15d94-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15d97-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15d9a-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15d9d-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15da0-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15da3-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15da6-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15da9-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15dac-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15daf-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15db2-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15db5-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15db8-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15dbb-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15dbe-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15dc1-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15dc4-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15dc7-fb86be87, #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15dca-fb86be87, #w-node-c44f9af3-60af-3245-78eb-50948013ed01-e6234124, #w-node-c44f9af3-60af-3245-78eb-50948013ed0b-e6234124, #w-node-c44f9af3-60af-3245-78eb-50948013ed15-e6234124, #w-node-c44f9af3-60af-3245-78eb-50948013ed29-e6234124 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e3ec93-2393-d06b-d8db-f7019f53aac6-312c153e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f0e3ec93-2393-d06b-d8db-f7019f53aae4-312c153e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_3b712f2e-b4b4-173c-40f0-0ddbb665140a-236a870c, #w-node-_3b712f2e-b4b4-173c-40f0-0ddbb665140c-236a870c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b712f2e-b4b4-173c-40f0-0ddbb665140d-236a870c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_3b712f2e-b4b4-173c-40f0-0ddbb6651414-236a870c, #w-node-_3b712f2e-b4b4-173c-40f0-0ddbb6651416-236a870c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b712f2e-b4b4-173c-40f0-0ddbb6651417-236a870c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_3b712f2e-b4b4-173c-40f0-0ddbb665141e-236a870c, #w-node-_3b712f2e-b4b4-173c-40f0-0ddbb6651420-236a870c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b712f2e-b4b4-173c-40f0-0ddbb6651421-236a870c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_331280dd-1dc4-e7e7-01cf-17a29a90706a-cf635a8f, #w-node-_331280dd-1dc4-e7e7-01cf-17a29a907071-cf635a8f, #w-node-_331280dd-1dc4-e7e7-01cf-17a29a907078-cf635a8f, #w-node-_3d1d2f29-cefb-d98f-cfa6-3e47d5cfac45-be801480 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d1d2f29-cefb-d98f-cfa6-3e47d5cfac51-be801480 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4b75298f-ca9c-1c82-dc3f-9376261bc3a3-eb400041, #w-node-_4b75298f-ca9c-1c82-dc3f-9376261bc3ad-eb400041, #w-node-_4b75298f-ca9c-1c82-dc3f-9376261bc3b7-eb400041, #w-node-_4b75298f-ca9c-1c82-dc3f-9376261bc3c1-eb400041, #w-node-_4b75298f-ca9c-1c82-dc3f-9376261bc3cb-eb400041, #w-node-_4b75298f-ca9c-1c82-dc3f-9376261bc3d5-eb400041, #w-node-_4b75298f-ca9c-1c82-dc3f-9376261bc3df-eb400041, #w-node-_4b75298f-ca9c-1c82-dc3f-9376261bc3e9-eb400041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680cc-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680cd-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680d1-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680d8-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680d9-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680dd-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680e4-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680e5-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680e9-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680f0-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680f1-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c628d7-91dc-5d0b-d903-d2edfb7680f5-fb5f626a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ed73bd23-c5e7-1b5c-51cb-afa99206b593-be4623a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-ed73bd23-c5e7-1b5c-51cb-afa99206b5a5-be4623a8, #w-node-_20f3b65f-8467-ca8d-af2f-3fb984ba04e1-eb4046d7, #w-node-_20f3b65f-8467-ca8d-af2f-3fb984ba04e8-eb4046d7, #w-node-_20f3b65f-8467-ca8d-af2f-3fb984ba04ef-eb4046d7, #w-node-_867ae99e-2485-b9c9-f89c-b81aed903024-be468f4e, #w-node-_867ae99e-2485-b9c9-f89c-b81aed903029-be468f4e, #w-node-_867ae99e-2485-b9c9-f89c-b81aed90302e-be468f4e, #w-node-_7d0ff1b7-70f3-fc8d-3485-9d38d9374b62-ba8e13a4, #w-node-_7d0ff1b7-70f3-fc8d-3485-9d38d9374b72-ba8e13a4, #w-node-_7d0ff1b7-70f3-fc8d-3485-9d38d9374b82-ba8e13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_50851cc7-ce74-25c8-81a7-ebeead089352-4fc20d80 {
    place-self: center;
  }

  #w-node-f0e3ec93-2393-d06b-d8db-f7019f53aac6-312c153e {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3006f9ae-4388-7dc4-ad10-f4582de15d81-fb86be87 {
    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;
}