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

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-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-Black.otf') format("opentype");
  font-weight: 900;
  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-MediumItalic.otf') format("opentype");
  font-weight: 500;
  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;
}

:root {
  --color--dark: #141414;
  --font--main: Satoshi, sans-serif;
  --color--light: #feead8;
  --type--paragraph-regular: 18px;
  --type--h1: 64px;
  --type--h2: 40px;
  --type--h3: 28px;
  --color--dark-two: #1c1c1b;
  --type--subtitle: 24px;
  --white: white;
  --brand-blue: #a2dafd;
  --black: black;
  --type--subtitle-small: 20px;
  --type--paragraph-big: 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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url(/images/custom-checkbox-checkmark-589d534424.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--color--dark);
  font-family: var(--font--main);
  color: var(--color--light);
  font-size: var(--type--paragraph-regular);
  line-height: 135%;
}

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

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

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

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

blockquote {
  border-left: 6px solid var(--color--light);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

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

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

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

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

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

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

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

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

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

.section.lighter-color {
  background-color: var(--color--dark-two);
  padding-top: 60px;
}

.section.lighter-color.scroll-images-section {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.light.manifesto-next-image {
  padding-bottom: 100px;
}

.section.image-after-manifesto-section {
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.section.showreel-image-section {
  color: var(--color--dark);
  padding-top: 320px;
  position: relative;
}

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

.section.manifesto-image-section {
  color: var(--color--dark);
  background-image: linear-gradient(90deg, #141414e6, #141414cc 43%, #1414144d 74%, #14141400), url('../images/Manifest-Image-Consult-Pro-Webflow-Template_1Manifest Image Consult Pro Webflow Template.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 220px;
}

.section.moving-lines-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.hero-about-a {
  color: var(--color--dark);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.hero-about-b {
  color: var(--color--dark);
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

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

.section.gallery-about-c-section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section.hero-contact-c {
  padding-bottom: 0;
  position: relative;
}

.section.case-studies-page {
  padding-top: 0;
  position: relative;
}

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

.section.blog-page-section {
  padding-top: 0;
  position: relative;
}

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

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

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

.section.pricing-page {
  padding-top: 0;
  padding-bottom: 24px;
  position: relative;
}

.section._404-section {
  padding-top: 64px;
}

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

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

.section.hero-case-studies {
  padding-bottom: 64px;
}

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

.section.hero-pricing {
  padding-bottom: 80px;
}

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

.section.brand-white {
  font-size: var(--type--subtitle);
  font-weight: 400;
  line-height: 48px;
}

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

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

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

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

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

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

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

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

.main-container {
  max-width: 1400px;
  color: var(--white);
  flex-flow: wrap;
  margin-top: 140px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.paragraph-big {
  color: var(--white);
  font-size: var(--type--paragraph-regular);
  line-height: 135%;
}

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

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

.link-template-navigation {
  color: #feead8ab;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: var(--color--light);
  font-weight: 500;
}

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

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

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

.cta.outline-light.nav-cta {
  grid-column-gap: 24px;
  border-color: var(--brand-blue);
  height: 48px;
  color: var(--brand-blue);
  padding-left: 20px;
  padding-right: 4px;
  font-size: 16px;
}

.cta.outline-light.brand-blue {
  border-color: var(--brand-blue);
  color: var(--brand-blue);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta.outline-light.brand-blue.padding-40 {
  margin-left: 220px;
  margin-right: 220px;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.cta.submit-form {
  pointer-events: auto;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-bottom: 9px;
  padding-right: 24px;
  display: block;
}

.cta.pricing-cta {
  width: 100%;
}

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

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

.cta.normal-button.search-cta {
  min-width: 240px;
}

.cta.normal-button.outlinde-light {
  border: 1px solid var(--brand-blue);
  color: var(--color--light);
  background-color: #28252300;
}

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

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

.cta.padding-200 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

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

.circle-cta.light-circle {
  background-color: var(--black);
  flex-flow: row;
  margin-left: 0;
}

.icon-cta {
  width: 24px;
  height: 24px;
  color: var(--white);
}

.navbar {
  background-color: var(--color--dark);
  height: 132px;
  color: var(--color--light);
  border-bottom: 1px solid #feead814;
  position: static;
  inset: 0% 0% auto;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  color: var(--brand-blue);
  justify-content: center;
  align-items: center;
  padding: 16px 18px 16px 20px;
  display: flex;
}

.text-dropdown {
  color: var(--brand-blue);
}

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

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

.dropdown-list.w--open {
  background-color: var(--color--dark-two);
  border: 1px solid #feead830;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

.dropdown {
  font-size: 16px;
}

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

.link-nav {
  color: var(--brand-blue);
  padding: 12px 20px;
  font-size: 16px;
  text-decoration: none;
}

.grid-hero-home-a {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.left-hero-home-a {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 583px;
  padding-top: 40px;
  display: flex;
}

.bottom-left-hero-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 494px;
  display: flex;
}

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

.subtitle.brand-white {
  font-size: var(--type--paragraph-regular);
}

.subtitle.padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.subtitle-small {
  font-size: var(--type--subtitle-small);
  font-weight: 500;
}

.subtitle-small.brand-wh {
  color: var(--white);
  font-weight: 300;
}

.right-hero-home-a {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 494px;
  min-height: 585px;
  display: flex;
  position: relative;
}

.image-hero-home-a {
  border-radius: 24px;
  width: auto;
  height: 350px;
}

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

.master-logos-dividers {
  border-top: 1px solid #feead833;
  border-bottom: 1px solid #feead833;
  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-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.no-margins {
  color: var(--white);
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 60px;
}

.no-margins:hover {
  color: var(--brand-blue);
}

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

.grid-numbers-thirds.mg-top-100 {
  margin-top: 100px;
}

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

.text-big-number {
  font-size: 112px;
  font-weight: 700;
  line-height: 110%;
}

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

.grid-scroll-images {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.single-left-scroll-images {
  height: 120vh;
  min-height: 700px;
  max-height: 1200px;
  padding-top: 120px;
  padding-left: 80px;
  padding-right: 80px;
}

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

.sticky-sticky-images {
  height: 100vh;
  position: sticky;
  top: 0;
}

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

.image-sticky-images.second-image {
  z-index: 2;
}

.image-sticky-images.first-image {
  z-index: 1;
}

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

.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: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--dark-two);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

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

.icon-services-thirds {
  width: 40px;
  height: 40px;
}

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

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

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

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

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

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

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

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

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

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

.inside-tab {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tabs-mask {
  width: 100%;
}

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

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

.wrap-tabs-industries {
  max-width: 659px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.text-manifesto-top {
  opacity: .5;
  font-size: 20px;
  font-weight: 500;
}

.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 {
  color: var(--color--dark);
  font-size: 80px;
  font-weight: 300;
  line-height: 120%;
}

.text-manifesto-big.light-text {
  color: var(--color--light);
}

.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--light);
  width: 100%;
  height: 40%;
  max-height: 293.633px;
  position: absolute;
  inset: 0% 0% auto;
}

.arrow-slider-testimonials {
  background-color: var(--color--light);
  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 {
  background-color: var(--color--light);
  transform: scale(1.1);
}

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

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

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

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

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

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

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

.text-testimonial-stat {
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}

.mask-testimonials {
  height: auto;
}

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

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

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

.slide-testimonials {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-big-image {
  height: 100vh;
  min-height: 600px;
  max-height: 1100px;
  overflow: hidden;
}

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

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

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

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

.logo-case {
  max-width: 120px;
  height: 53px;
}

.text-extra-info-case-tile {
  opacity: .5;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.text-stat-case {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

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

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

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

.tile-case-study-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--dark-two);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

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

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

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

.footer {
  background-color: var(--color--dark-two);
  color: var(--color--light);
  border-top: 1px solid #feead81c;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.white-link {
  color: var(--brand-blue);
}

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

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

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

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

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

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

.heading-footer-links {
  color: var(--brand-blue);
  font-size: 16px;
}

.heading-footer-links.bold {
  font-weight: 700;
}

.heading-footer-links.bold._20px {
  font-size: 20px;
  font-weight: 500;
}

.divider-footer {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

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

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

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

.column-footer-links {
  grid-row-gap: 24px;
  color: var(--brand-blue);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.left-top-footer {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 40px;
  display: block;
}

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

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

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

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

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

.moving-image-home-a {
  width: 32%;
}

.moving-images-top-fill {
  width: 105%;
  max-width: none;
  position: absolute;
  inset: -1% 0% auto;
}

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

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

.grid-master-services-halves {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
}

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

.tile-service-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--dark-two);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.tile-service-halves.highlighted-halves {
  background-color: var(--color--light);
  color: var(--color--dark-two);
}

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

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

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

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

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

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

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

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

.master-move-usp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  margin-top: 100px;
  display: flex;
  overflow: hidden;
}

.h3-move-usp {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.top-heading-line-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-bottom-text-line {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 462px;
  margin-right: 40px;
  display: flex;
}

.single-move-usp {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-heading-line-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.middle-heading-line-text {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
  display: flex;
}

.image-heading-line-text {
  width: 100%;
  max-width: 180px;
  margin-right: 200px;
}

.image-move-usp {
  object-fit: cover;
  border-radius: 12px;
  width: 172px;
  height: 172px;
}

.master-heading-line-text {
  width: 100%;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
}

.limit-545 {
  width: 100%;
  max-width: 545px;
}

.move-usp {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-move-usp {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-moving-usp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--dark-two);
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 618px;
  padding: 24px 56px 24px 24px;
  display: flex;
}

.text-showreel {
  color: var(--color--light);
  font-size: 52px;
  font-weight: 500;
  line-height: 120%;
}

.video-showreel-section {
  background-image: linear-gradient(to right, #150f0bb3, #150f0b80 35%, #150f0b00);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-big-text {
  z-index: 30;
  grid-row-gap: 54px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
  position: relative;
}

.lightbox-showreel {
  grid-column-gap: 16px;
  background-color: var(--color--light);
  color: var(--color--dark);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 70px 18px 24px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.play-showreel {
  width: 54px;
  height: 54px;
}

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

.image-testimonials-logo {
  object-fit: contain;
  max-width: 100%;
  height: 100%;
}

.image-testimonials-logo.smaller-logo {
  height: 80%;
}

.tab-link-testimonials {
  opacity: .4;
  background-color: #ddd0;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  height: 48px;
  padding: 0;
  display: flex;
}

.tab-link-testimonials.w--current {
  opacity: 1;
  background-color: #ddd0;
}

.text-testimonials-tab {
  font-size: 24px;
  line-height: 140%;
}

.testimonials-tabs-wrap {
  background-color: var(--color--dark-two);
  border-radius: 16px;
  padding: 64px;
}

.testimonial-stars {
  height: 24px;
  margin-bottom: 24px;
}

.tab-content-wrap-testimonials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-image {
  border-radius: 12px;
  width: 100%;
  max-width: 490px;
}

.tabs-menu-testimonials {
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.testimonial-person-tabs {
  opacity: .7;
  margin-top: 24px;
  font-size: 20px;
  line-height: 140%;
}

.testimonial-tab-content {
  flex: 1;
  max-width: 570px;
  margin-left: 56px;
}

.master-process-circles {
  grid-row-gap: 64px;
  flex-direction: column;
  width: 100%;
  max-width: 864px;
  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 {
  border: 1px solid var(--color--light);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  font-size: 80px;
  font-weight: 300;
  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;
}

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

.bottom-contact-one.brand-blue {
  grid-row-gap: 8px;
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

.image-abstract-contact-one {
  width: auto;
  height: auto;
  margin-bottom: 40px;
}

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

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

.tile-case-study-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--dark-two);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 52px 64px 52px 52px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

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

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

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

.image-home-c-hero {
  border-radius: 24px;
  width: 90%;
  max-width: 1122px;
  margin: 72px auto 120px;
  display: block;
}

.image-target {
  width: 370px;
}

.master-target {
  width: 95%;
  max-width: 1192px;
  color: var(--color--dark);
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

.tile-target {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--dark-two);
  color: var(--color--light);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 48px 40px;
  display: flex;
}

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

.image-map {
  width: 100%;
}

.wrap-map-text {
  width: 100%;
  max-width: 808px;
  color: var(--color--light);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

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

.tile-values-sticky {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color--dark-two);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 50px 32px;
  display: flex;
}

.master-manifesto-left {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1098px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.icon-process-thirds {
  flex: none;
  height: 24px;
}

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

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

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

.master-column-sticky {
  position: relative;
}

.master-column-sticky.third-column {
  padding-top: 640px;
}

.master-column-sticky.second-column {
  padding-top: 320px;
}

.tile-sticky-thirds-process {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-color: var(--color--dark-two);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 40px;
  display: flex;
  position: sticky;
  top: 48px;
}

.overflow-moving-lines {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.master-moving-lines {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.single-moving-line {
  z-index: 2;
  border-top: 2px solid var(--color--dark);
  background-color: var(--color--light);
  height: 130px;
  color: var(--color--dark-two);
  border-bottom: 2px solid #e2e2e2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.single-moving-line.first-line {
  flex: none;
  transform: translate(-214px);
}

.single-moving-line.second-line {
  flex: none;
}

.text-moving-line {
  text-transform: none;
  flex: none;
  font-size: 45px;
  font-weight: 500;
  line-height: 130%;
}

.line-moving-lines {
  background-color: var(--color--dark-two);
  flex: none;
  width: 120px;
  height: 1px;
  margin-left: 32px;
  margin-right: 32px;
}

.gird-sticky-testimonials {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.left-testimonials-sticky-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
  position: sticky;
  top: 64px;
}

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

.testimonial-wrap-small {
  grid-column-gap: 24px;
  align-items: center;
  max-width: 530px;
  display: flex;
}

.wrap-sticky-testimonials {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.testimonial-image-sticky {
  border-radius: 50%;
  flex: none;
  width: 100px;
  height: 100px;
}

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

.image-logo-testimonial-tile {
  object-fit: contain;
  max-width: 190px;
  height: 32px;
  margin-bottom: 40px;
}

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

.text-sticky-testimonial {
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
}

.tile-sticky-testimonials {
  background-color: var(--color--dark);
  border-radius: 12px;
  padding: 48px 40px;
}

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

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

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

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

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

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

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

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

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

.wrap-background-about-a {
  position: absolute;
  inset: 0%;
}

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

.overlay-hero-about-a {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #141414a1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.master-hero-about-a {
  z-index: 10;
  position: relative;
}

.title-wrap-about-a {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--color--light);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.image-hero-about-a {
  outline-color: var(--color--dark);
  outline-offset: 0px;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  outline-width: 60px;
  outline-style: solid;
  width: 100%;
  max-width: 860px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.master-quote-center {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1098px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

.circle-team-image {
  background-color: var(--color--light);
  border: 1px solid #f3f3f3;
  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;
}

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

.bottom-lightbox-left {
  max-width: 520px;
}

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

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

.top-left-lightbox {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-lighbox-halves {
  z-index: 1;
  border-radius: 24px;
  min-height: 520px;
  position: relative;
}

.left-lightbox-halves {
  grid-row-gap: 240px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.icon-play {
  width: 100px;
}

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

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

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

.wrap-background-about-b {
  position: absolute;
  inset: 0%;
}

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

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

.left-hero-about-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 583px;
  color: var(--color--light);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.right-hero-about-b {
  width: 90%;
  max-width: 494px;
  min-height: 585px;
  position: relative;
  overflow: hidden;
}

.image-hero-about-b {
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

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

.overlay-hero-about-b {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #1414145c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

.single-number.grey-number-single {
  background-color: var(--color--dark);
}

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

.text-stat-sticky {
  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;
}

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

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

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

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

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

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

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

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

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

.gird-contact-two {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

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

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

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

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

.image-people-home-b {
  border: 2px solid var(--color--dark);
  border-radius: 50%;
  flex: none;
  width: 72px;
  height: 72px;
  display: block;
}

.image-people-home-b.middle-people {
  margin-left: -32px;
  margin-right: -32px;
}

.wrap-people-home-b {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-hero-home-b {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.row-title-home-b {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.pill-home-b {
  object-fit: cover;
  border-radius: 70px;
  height: 56px;
}

.limit-subtitle-about-c {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 576px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-grids-about {
  z-index: 10;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.grid-about-top {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.6fr 1.4fr;
}

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

.grid-bottom-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .6fr 2fr 1.4fr;
}

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

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

.right-values-sticky-about-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 664px;
  display: flex;
}

.tile-value-sticky-about-c {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--color--dark-two);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.top-value-sticky-about-c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-value-sticky-about-c {
  height: 40px;
}

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

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

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

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

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

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

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

.tile-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color--dark-two);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
  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: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 32px 40px;
  display: flex;
}

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

.title-contact {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

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

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

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

.text-heading-3 {
  font-size: var(--type--h3);
  font-weight: 500;
  line-height: 125%;
}

.text-heading-3.text-white {
  color: var(--white);
}

.text-heading-3.textblue {
  color: var(--brand-blue);
}

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

.tile-contact-form-c {
  background-color: var(--color--dark-two);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.limit-subtitle-blog {
  max-width: 800px;
}

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

.container-small {
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cta-position-nav.w--current {
  background-color: var(--color--light);
  color: var(--color--dark);
}

.cta-position-nav.brand-blue {
  border-color: var(--brand-blue);
}

.cta-position-nav.brand-blue.w--current {
  background-color: var(--brand-blue);
}

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

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

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

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

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

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

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

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

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

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

.right-career {
  position: relative;
}

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

.title-wrap-pricing {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

.brand-checkout {
  background-color: var(--color--dark-two);
  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: 32px;
  display: flex;
}

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

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

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

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

.block-header {
  background-color: var(--color--dark-two);
  border-style: solid;
  border-color: #feead852;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-content {
  background-color: var(--color--dark-two);
  border-bottom-style: solid;
  border-bottom-color: #feead852;
  border-left-style: solid;
  border-left-color: #feead852;
  border-right-style: solid;
  border-right-color: #feead852;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

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

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

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

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

.search {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 48px;
  display: flex;
}

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

.search-result-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

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

.image-404 {
  object-fit: cover;
  border-radius: 24px;
  width: 80%;
  max-height: 230px;
}

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

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

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

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

.limit-subtitle-product {
  max-width: 600px;
}

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

.default-state-add-to-cart {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.overlay-image-reveal {
  background-color: var(--color--dark);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

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

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

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

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

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

.cart-button {
  border: 2px solid var(--color--light);
  background-color: var(--color--dark-two);
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

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

.remove-link {
  color: var(--color--light);
  margin-top: 4px;
  text-decoration: none;
}

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

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

.symbol-sales-hero {
  height: 44px;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

.image-included {
  background-color: #0000;
  width: auto;
  height: 203.25px;
  line-height: 100%;
}

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

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

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

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.center-tablet {
  color: var(--white);
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 0 0 #0000, 0 .4px #00000006, 0 .8px #00000007, -.1px 1.4px .1px #00000008, -.1px 2px .1px #00000009, -.1px 2.9px .3px #00000009, -.2px 4px .6px #0000000a, -.3px 5.6px .9px #0000000a, -.4px 7.7px 1.5px #0000000a, -.5px 10.6px 2.3px #0000000b, -.7px 14.6px 3.5px #0000000b, -1px 19.9px 5.1px #0000000b, -1.4px 27.3px 7.4px #0000000b, -1.9px 37.4px 10.6px #0000000b, -2.6px 51.5px 15.1px #0000000c, -3.6px 71.9px 21.6px #0000000c, -5.1px 102.6px 31.5px #0000000c, -7.6px 152.7px 47.8px #0000000d, -12.5px 249.7px 79.4px #0000000e;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--dark);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 0 #80d2ff00, -.1px .2px #80d2ff09, -.2px .5px #80d2ff0b, -.4px .9px .2px #80d2ff0d, -.6px 1.5px .4px #80d2ff0e, -1px 2.5px .8px #80d2ff0e, -1.7px 3.9px 1.6px #80d2ff0f, -2.6px 6.2px 2.9px #80d2ff0f, -4.2px 9.8px 5px #80d2ff0f;
}

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

.image-sales-page {
  border: 1px #feead836;
  border-radius: 8px;
  width: auto;
  height: 190.992px;
}

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

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

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

.overlay-sales-gallery {
  z-index: 20;
  background-image: linear-gradient(#141414, #14141400 30% 78%, #141414), url('../images/alchemyrefiner_alchemymagic_3_8651b807-5ce2-4e04-95dd-a5f15b2ae054_0.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.brand-white {
  color: var(--white);
  font-size: var(--type--h1);
}

.text-block {
  color: var(--brand-blue);
}

.brand-wh {
  color: var(--white);
}

.image-405 {
  display: block;
}

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

.mid-align {
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 20px;
}

.mid-align.justify {
  text-align: justify;
}

.heading {
  color: var(--brand-blue);
}

.heading.middle-heading-line-text {
  color: var(--white);
  margin-bottom: 40px;
}

.heading.middle-heading-line-text:hover {
  color: var(--brand-blue);
}

.rich-text-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-2 {
  color: var(--brand-blue);
}

.heading-2.middle-heading-line-text {
  font-size: var(--type--h2);
}

.paragraph {
  font-size: var(--type--subtitle);
}

.heading-3 {
  font-size: var(--type--h3);
}

.heading-3.mid-align {
  color: var(--brand-blue);
  font-family: Satoshi, sans-serif;
  font-size: var(--type--h2);
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
}

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

.brand-blue {
  color: var(--brand-blue);
}

.brand-white.paragraph-2 {
  font-size: var(--type--paragraph-regular);
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-author-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.fn-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
}

.fn-paragraph {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-label-icon {
  background-color: #df0;
  width: 63px;
  height: 1px;
  margin-bottom: 24px;
}

.fn-slider-column {
  padding: 46px 40px 46px 30px;
}

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

.fn-slide-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f1213;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 16px;
  display: grid;
  overflow: hidden;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-heading-2 {
  font-family: var(--font--main);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section.overflow-none {
  margin-bottom: 60px;
  display: block;
  overflow: hidden;
}

.text-block-2 {
  color: var(--brand-blue);
  text-decoration: none;
}

.paragraph-3 {
  margin-top: 20px;
}

.text-block-3 {
  font-style: italic;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.testimonials-stars {
  object-fit: contain;
  width: 164px;
  height: 24px;
  margin-bottom: 24px;
}

.fn-slide-item-wrapper-testimonial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #939b9b;
  background-color: #0000;
  border: 1px solid #687373;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.fn-testimonial-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-heading-4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.cell, .cell-2, .cell-3, .cell-4, .cell-5 {
  justify-content: center;
  align-items: flex-end;
}

.rich-text-block-2 {
  color: var(--white);
}

.section-3 {
  width: 120px;
}

.section-4 {
  z-index: 0;
  background-color: #000;
  width: auto;
  height: auto;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: inline-flex;
  position: absolute;
  inset: 0 0% -2%;
}

.div-block {
  background-color: var(--color--dark);
  background-image: url('../images/wave.svg');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  position: relative;
}

.image-406 {
  opacity: 1;
  width: 100%;
  max-width: none;
  height: 200px;
  display: block;
  position: absolute;
}

.image-407 {
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
  inset: auto auto -2%;
}

.div-block-2 {
  width: 100%;
  position: static;
}

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

.text-block-4 {
  color: var(--white);
  margin-top: 23px;
}

.paragraph-4 {
  color: var(--white);
  text-align: justify;
}

.paragraph-4.italic {
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
}

.paragraph-4.italic.padding-40 {
  font-size: var(--type--paragraph-big);
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
}

.heading-4 {
  margin-top: 40px;
}

.heading-4.italic {
  font-style: italic;
  font-weight: 400;
}

.heading-4.conclusion-heading {
  color: var(--white);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
}

.heading-4.conclusion-heading:hover {
  color: var(--brand-blue);
}

.heading-4.conclusion-heading.padding-20 {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
}

.heading-4.conclusion-heading.padding-20:hover {
  color: var(--brand-blue);
}

.text-block-5 {
  color: var(--white);
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-3 {
  padding-bottom: 140px;
}

.cell-6 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

@media screen and (min-width: 1440px) {
  .section.hero-careers {
    padding-top: 60px;
  }

  .no-margins {
    margin-bottom: 40px;
  }

  .moving-image-home-a {
    width: 32%;
  }

  .moving-images-top-fill {
    width: 100%;
  }

  .cta-position-nav.brand-blue {
    border-color: var(--brand-blue);
  }

  .cta-position-nav.brand-blue:hover {
    border-color: var(--white);
    color: var(--white);
  }

  .cta-position-nav.brand-blue.w--current {
    border-color: var(--brand-blue);
    background-color: var(--brand-blue);
  }

  .image-407 {
    z-index: 0;
    bottom: auto;
  }
}

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

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

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

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

  .section.hero-home-c {
    padding-top: 80px;
  }

  .section.manifesto-image-section {
    padding-top: 160px;
  }

  .section.moving-lines-section {
    padding-bottom: 0;
  }

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

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

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

  .cta.outline-light.nav-cta {
    height: 52px;
    margin-top: 12px;
  }

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

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

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

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

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

  .menu-button {
    background-color: var(--color--light);
    border-radius: 12px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

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

  .wrap-menu-button {
    grid-row-gap: 7px;
    background-color: var(--brand-blue);
    width: 100%;
    height: 100%;
    color: var(--brand-blue);
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .nav-menu {
    background-color: var(--color--dark-two);
    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;
  }

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

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

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

  .bottom-left-hero-a {
    align-items: 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;
  }

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

  .single-left-scroll-images {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .circle-checlist {
    flex: none;
  }

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

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

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

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

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

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

  .grid-master-services-halves {
    grid-row-gap: 64px;
    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;
  }

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

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

  .text-showreel {
    font-size: 44px;
    line-height: 135%;
  }

  .testimonials-tabs-wrap {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-content-wrap-testimonials {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-image {
    max-width: none;
  }

  .tabs-menu-testimonials {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonial-tab-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

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

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

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

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

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

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

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

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

  .master-column-sticky {
    position: sticky;
    top: 120px;
  }

  .master-column-sticky.third-column, .master-column-sticky.second-column {
    padding-top: 0;
  }

  .tile-sticky-thirds-process {
    top: 24px;
  }

  .gird-sticky-testimonials {
    grid-template-columns: 1fr;
  }

  .left-testimonials-sticky-halves {
    text-align: center;
    align-items: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-sticky-testimonials-halves {
    position: static;
  }

  .wrap-sticky-testimonials {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-hero-about-a {
    outline-width: 32px;
    width: 70%;
    margin-top: 80px;
  }

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

  .grid-lightbox-halves {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .video-lighbox-halves {
    height: 100%;
    min-height: 460px;
  }

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

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

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

  .left-hero-about-b {
    text-align: center;
    align-items: center;
    max-width: 560px;
    padding-top: 0;
  }

  .right-hero-about-b {
    min-height: 0;
  }

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

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

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

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

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

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

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

  .image-people-home-b {
    width: 8vw;
    height: 8vw;
  }

  .image-people-home-b.middle-people {
    margin-left: -3vw;
    margin-right: -3vw;
  }

  .title-wrap-hero-home-b {
    grid-row-gap: 1vw;
  }

  .h1-home-b {
    font-size: 6vw;
  }

  .row-title-home-b {
    grid-column-gap: 3vw;
    height: 8vw;
  }

  .pill-home-b {
    height: 7vw;
  }

  .limit-subtitle-about-c {
    margin-top: 24px;
  }

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

  .right-values-sticky-about-c {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .right-career-values {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .heading-sticky-positions {
    font-size: 32px;
  }

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

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

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

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

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

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

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

  .grid-included {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .included-card {
    min-height: 260px;
  }

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

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

  .sales-card {
    padding: 16px;
  }

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

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

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-slider-column {
    padding-right: 34px;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .fn-testimonial-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .fn-heading-4 {
    margin-bottom: 12px;
    font-size: 40px;
  }
}

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

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

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

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

  .section.lighter-color.hero-contact {
    padding-top: 80px;
  }

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

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

  .section.hero-about-a, .section.hero-careers, .section.hero-career {
    padding-top: 80px;
  }

  .section.testimonials-slider-section {
    padding-bottom: 180px;
  }

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

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

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

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

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

  .left-hero-home-a {
    padding-top: 0;
  }

  .right-hero-home-a {
    min-height: 0;
  }

  .no-margins.center-landscape {
    text-align: center;
  }

  .text-big-number {
    font-size: 100px;
  }

  .text-sub-number {
    font-size: 20px;
  }

  .grid-scroll-images {
    grid-template-columns: 1fr;
  }

  .single-left-scroll-images {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 52px 24px;
  }

  .sticky-sticky-images {
    height: 60vh;
    position: relative;
  }

  .tab-link {
    width: 100%;
  }

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

  .master-manifesto-center {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

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

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

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

  .image-slider {
    display: none;
  }

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

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

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

  .left-top-footer {
    align-items: center;
  }

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

  .content-bottom-text-line {
    text-align: center;
    align-items: center;
    margin-right: 0;
  }

  .image-heading-line-text {
    margin-left: 40px;
    margin-right: auto;
  }

  .text-showreel {
    font-size: 33px;
  }

  .text-testimonials-tab {
    font-size: 20px;
  }

  .testimonials-tabs-wrap {
    padding: 40px;
  }

  .big-process-circle {
    width: 45vw;
    height: 45vw;
    font-size: 13vw;
  }

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

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

  .image-home-c-hero {
    width: 100%;
  }

  .wrap-sticky-testimonials {
    padding-left: 0;
  }

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

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

  .image-hero-about-a {
    outline-width: 20px;
  }

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

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

  .video-lighbox-halves {
    height: 72vw;
    min-height: 0;
  }

  .left-lightbox-halves {
    grid-row-gap: 120px;
  }

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

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

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

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

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

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

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

  .image-people-home-b.middle-people {
    margin-right: 0;
  }

  .image-people-home-b.last-people {
    display: none;
  }

  .row-title-home-b {
    grid-column-gap: 2vw;
  }

  .grid-about-top {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-bottom-about {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .color-fill-about-c-gallery {
    height: 30%;
    max-height: 210px;
  }

  .right-team-wide {
    text-align: center;
    align-items: center;
  }

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

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

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

  .grid-blog-thirds {
    max-width: 440px;
  }

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

  .tile-contact-form-c {
    width: 90%;
    max-width: 400px;
    padding: 40px;
  }

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

  .image-blog-template {
    width: 90%;
  }

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

  .flex-positions-sticky {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .heading-sticky-positions {
    display: none;
  }

  .right-open-positions {
    flex: none;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

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

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-slider-column {
    padding: 15px;
  }

  .fn-slider-image {
    height: 280px;
  }

  .fn-slide-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-testimonial-wrapper {
    grid-template-columns: 1fr;
  }

  .fn-heading-4 {
    font-size: 34px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  blockquote {
    padding: 32px;
    font-size: 20px;
  }

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

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

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

  .section.lighter-color.hero-blog {
    padding-top: 80px;
  }

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

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

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

  .section.hero-about-c, .section.hero-contact-c {
    padding-top: 80px;
  }

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

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

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

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

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

  .navbar {
    height: 72px;
  }

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

  .brand-navbar {
    width: 60px;
    height: auto;
  }

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

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

  .subtitle {
    font-size: 22px;
  }

  .right-hero-home-a {
    min-height: 0;
  }

  .image-logo-wide {
    width: 40%;
    max-height: 40px;
  }

  .text-big-number {
    font-size: 26vw;
  }

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

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

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

  .left-slider {
    border-top-left-radius: 120px;
    padding: 100px 32px 32px;
  }

  .text-subnumber-testimonial {
    font-size: 20px;
  }

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

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

  .line-process {
    width: 3px;
  }

  .left-process {
    width: 28px;
  }

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

  .section-big-image {
    height: 90vw;
  }

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

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

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

  .master-move-usp {
    grid-row-gap: 16px;
  }

  .image-move-usp {
    width: 100%;
    height: 210px;
  }

  .text-showreel {
    font-size: 8vw;
  }

  .lightbox-showreel {
    padding-right: 32px;
  }

  .tab-link-testimonials {
    height: 30px;
  }

  .testimonials-tabs-wrap {
    width: 100%;
    padding: 24px;
  }

  .testimonial-stars {
    height: 20px;
  }

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

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

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

  .single-contact-list-icon-one {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .tile-case-study-halves {
    padding: 44px 52px 44px 44px;
  }

  .image-home-c-hero {
    object-fit: cover;
    min-height: 80vw;
  }

  .tile-target {
    padding: 40px 24px;
  }

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

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

  .master-manifesto-left {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .top-sticky-process {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .tile-sticky-thirds-process {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .overflow-moving-lines {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .single-moving-line {
    height: 100px;
  }

  .text-moving-line {
    font-size: 9vw;
  }

  .testimonial-wrap-small {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-image-sticky {
    width: 100px;
    height: 100px;
  }

  .text-sticky-testimonial {
    font-size: 20px;
  }

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

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

  .image-hero-about-a {
    outline-width: 15px;
    width: 80%;
    margin-top: 64px;
  }

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

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

  .form-block-contact {
    width: 90%;
  }

  .tile-contact-two {
    text-align: center;
    align-items: center;
    padding: 44px 32px;
  }

  .image-people-home-b {
    width: 20vw;
    height: 20vw;
  }

  .image-people-home-b.middle-people {
    margin-right: -3vw;
  }

  .image-people-home-b.last-people {
    display: block;
  }

  .title-wrap-hero-home-b {
    grid-row-gap: 3vw;
  }

  .h1-home-b {
    font-size: 8.2vw;
  }

  .row-title-home-b {
    grid-row-gap: 3vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .row-title-home-b.second-row {
    grid-row-gap: 3vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pill-home-b {
    object-fit: cover;
    width: 43vw;
    max-width: 180px;
    height: 20vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .color-fill-about-c-gallery {
    height: 10%;
    max-height: 140px;
  }

  .tile-value-sticky-about-c {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding: 40px;
  }

  .master-team-wide {
    grid-row-gap: 24px;
  }

  .right-team-wide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-team-wide {
    width: 100%;
    min-height: 270px;
  }

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

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

  .text-heading-3, .text-heading-3.contact-tile-h3 {
    font-size: 24px;
  }

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

  .tile-contact-form-c {
    width: 100%;
    padding: 24px 20px;
  }

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

  .tile-case-study-right {
    padding: 24px;
  }

  .image-blog-template {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

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

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

  .sticky-open-postions {
    height: 60px;
  }

  .divider-career-hero {
    margin-top: 48px;
    margin-bottom: 52px;
  }

  .text-price-on-tile {
    font-size: 24px;
  }

  .top-pricing-tile {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .bottom-pricing-tile {
    align-items: center;
  }

  .tile-pricing {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    text-align: center;
  }

  .search {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .tile-search {
    padding: 32px;
  }

  .image-404 {
    width: 100%;
  }

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

  .flex-cta-sales {
    flex-direction: column;
    align-items: stretch;
    width: 90%;
    max-width: 210px;
  }

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

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

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

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

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

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

  .master-sales-pages {
    padding-left: 0;
  }

  .sales-card {
    padding: 16px;
  }

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

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

  .overlay-sales-gallery {
    background-position: 0 0, 50%;
  }

  .brand-white {
    font-size: var(--type--h2);
  }

  .heading-2.middle-heading-line-text {
    font-size: var(--type--h3);
    font-weight: 500;
  }

  .heading-3.mid-align {
    font-family: Satoshi, sans-serif;
    font-size: var(--type--h2);
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 700;
  }

  .fn-author-image {
    flex: none;
  }

  .fn-author-wrapper {
    font-size: 14px;
  }

  .testimonials-stars {
    object-position: 0% 50%;
    height: 18px;
  }

  .fn-slide-item-wrapper-testimonial {
    padding: 16px;
  }

  .paragraph-4.italic.padding-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

#w-node-_386433a1-93bb-7ffb-15a4-86dfbf230314-2ac325d0, #w-node-_386433a1-93bb-7ffb-15a4-86dfbf23031b-2ac325d0, #w-node-_386433a1-93bb-7ffb-15a4-86dfbf230322-2ac325d0, #w-node-_8a2686fe-67ab-b45e-a7a6-cf6a01b77368-2ac325d0, #w-node-_8a2686fe-67ab-b45e-a7a6-cf6a01b7736d-2ac325d0, #w-node-_8a2686fe-67ab-b45e-a7a6-cf6a01b77372-2ac325d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed159d46-b95f-baf0-c419-9aef01137de2-2ac325d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1ced6f47-959b-b605-0fb5-7ca8e588ff35-2ac325d0, #w-node-_2015388d-d288-c682-7406-6edfb4f8cc5f-2ac325d0, #w-node-_52573463-c542-49ed-256b-16b9c89238e5-2ac325d0, #w-node-_72ddf4e8-c546-04f1-7fbf-3b2174e475b5-2ac325d0, #w-node-c9ef63ac-4f8c-c49c-df69-1ff14b2570ec-2ac325d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_81072e3f-5ea3-203c-0e21-1062920264c6-2ac325d0 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_81072e3f-5ea3-203c-0e21-1062920264d1-2ac325d0 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_81072e3f-5ea3-203c-0e21-1062920264d2-2ac325d0 {
  align-self: stretch;
}

#w-node-_81072e3f-5ea3-203c-0e21-1062920264d3-2ac325d0 {
  place-self: stretch center;
}

#w-node-caacae91-be1d-4ee1-b796-e96207256903-2ac325d0 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-caacae91-be1d-4ee1-b796-e9620725690e-2ac325d0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d7055d21-332a-016c-b796-b0cef229b2e6-2ac325d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4206aed0-cead-d07a-a83b-64622c92ad02-2c92ace8, #w-node-_4206aed0-cead-d07a-a83b-64622c92ad0c-2c92ace8, #w-node-_4206aed0-cead-d07a-a83b-64622c92ad16-2c92ace8, #w-node-_4206aed0-cead-d07a-a83b-64622c92ad2e-2c92ace8, #w-node-_326062f2-bd28-c401-30fe-e5b666bec2d9-2ac325df, #w-node-_326062f2-bd28-c401-30fe-e5b666bec2de-2ac325df, #w-node-_326062f2-bd28-c401-30fe-e5b666bec2e3-2ac325df, #w-node-ec940b77-ea08-335f-8060-e43652b8c9fa-2ac325df, #w-node-ec940b77-ea08-335f-8060-e43652b8ca04-2ac325df, #w-node-ec940b77-ea08-335f-8060-e43652b8ca0e-2ac325df, #w-node-ec940b77-ea08-335f-8060-e43652b8ca18-2ac325df, #w-node-ec940b77-ea08-335f-8060-e43652b8ca22-2ac325df, #w-node-ec940b77-ea08-335f-8060-e43652b8ca2c-2ac325df, #w-node-ec940b77-ea08-335f-8060-e43652b8ca36-2ac325df, #w-node-ec940b77-ea08-335f-8060-e43652b8ca40-2ac325df, #w-node-f0fbcf38-1322-e43f-b161-813595bc069d-2ac325df, #w-node-f0fbcf38-1322-e43f-b161-813595bc06a9-2ac325df, #w-node-fdab9b57-3708-e123-5e03-fbcbf4f1a9a9-2ac325df, #w-node-fdab9b57-3708-e123-5e03-fbcbf4f1a9b2-2ac325df, #w-node-fdab9b57-3708-e123-5e03-fbcbf4f1a9bb-2ac325df, #w-node-_476b88dd-a046-8f3d-415e-3d17b225f36e-b225f36b, #w-node-_476b88dd-a046-8f3d-415e-3d17b225f379-b225f36b, #w-node-d7c1763d-bd98-8f64-0eae-c8bb10059af8-10059af5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7c1763d-bd98-8f64-0eae-c8bb10059af9-10059af5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6134bc81-99b6-92e9-b48b-0d47722b1d92-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_6134bc81-99b6-92e9-b48b-0d47722b1d9d-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d7a-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d7b-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d7f-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d86-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d87-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d8b-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d92-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d93-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d97-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d9e-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122d9f-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b99d4e7-0714-353f-b654-d55a9a122da3-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7c63f8be-5c7f-28d9-15a8-747ae75c7ebe-2ac325e0, #w-node-_7c63f8be-5c7f-28d9-15a8-747ae75c7eca-2ac325e0, #w-node-_1013dfea-1073-f6a3-035a-3720b6e695d1-2ac325e0, #w-node-_1013dfea-1073-f6a3-035a-3720b6e695d8-2ac325e0, #w-node-_1013dfea-1073-f6a3-035a-3720b6e695df-2ac325e0, #w-node-_1013dfea-1073-f6a3-035a-3720b6e695e6-2ac325e0, #w-node-_1013dfea-1073-f6a3-035a-3720b6e695ed-2ac325e0, #w-node-_1013dfea-1073-f6a3-035a-3720b6e695f4-2ac325e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a05702bb-6cd6-8413-72df-9d7aa10c1ec0-a10c1ea8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_14503b85-5c54-b512-8edc-25bd01eb7117-2ac325e1, #w-node-_14503b85-5c54-b512-8edc-25bd01eb7118-2ac325e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_14503b85-5c54-b512-8edc-25bd01eb711a-2ac325e1 {
  grid-area: 1 / 2 / 7 / 3;
  place-self: stretch stretch;
}

#w-node-_14503b85-5c54-b512-8edc-25bd01eb711b-2ac325e1 {
  grid-area: 1 / 3 / 4 / 4;
  place-self: stretch stretch;
}

#w-node-_14503b85-5c54-b512-8edc-25bd01eb711c-2ac325e1 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-_14503b85-5c54-b512-8edc-25bd01eb711d-2ac325e1 {
  grid-area: 3 / 1 / 5 / 2;
  place-self: stretch stretch;
}

#w-node-_14503b85-5c54-b512-8edc-25bd01eb711e-2ac325e1 {
  grid-area: 5 / 1 / 7 / 2;
  place-self: stretch stretch;
}

#w-node-_14503b85-5c54-b512-8edc-25bd01eb711f-2ac325e1 {
  grid-area: 4 / 3 / 7 / 4;
  place-self: stretch stretch;
}

#w-node-_92d11fba-fc03-960c-b65f-27fd3b5372cc-2ac325e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_3343605b-800c-d984-6f44-0918a8d59225-2ac325e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0cd6ad09-7f1a-db14-da45-fcbf94c10cce-2ac325e1, #w-node-_3f140743-5037-efbd-20b1-7d470f6d1c60-2ac325e2 {
  align-self: stretch;
}

#w-node-_05d6c3f3-f360-c0dc-f2e1-83cd2bdb8072-2ac325e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c7936112-2931-0549-8d56-4522c716d3a2-2ac325e3, #w-node-c7936112-2931-0549-8d56-4522c716d3a3-2ac325e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c19244c-3dfd-2d95-ac3d-504591e32a34-2ac325e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_7c19244c-3dfd-2d95-ac3d-504591e32a3e-2ac325e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cce15686-44c8-96b0-f2fc-948e2f9f9299-2ac325e3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4e7aef3e-78eb-6273-20c1-c32b64831f79-2ac325e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3fe22a3b-46ce-0768-69da-369683b51869-2ac325e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fe22a3b-46ce-0768-69da-369683b5186a-2ac325e8, #w-node-a384175f-b9d2-fb07-c911-c91012b323fc-2ac325e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9ae31408-3392-8c92-550f-84f6553be158-2ac325ea, #w-node-_9ae31408-3392-8c92-550f-84f6553be15f-2ac325ea, #w-node-_9ae31408-3392-8c92-550f-84f6553be166-2ac325ea, #w-node-_4cc39300-6fcd-0d72-1ef3-0dacaeebb704-2ac325ea, #w-node-_4cc39300-6fcd-0d72-1ef3-0dacaeebb70e-2ac325ea, #w-node-_4cc39300-6fcd-0d72-1ef3-0dacaeebb718-2ac325ea, #w-node-_4cc39300-6fcd-0d72-1ef3-0dacaeebb722-2ac325ea, #w-node-_4cc39300-6fcd-0d72-1ef3-0dacaeebb72c-2ac325ea, #w-node-_4cc39300-6fcd-0d72-1ef3-0dacaeebb736-2ac325ea, #w-node-_4cc39300-6fcd-0d72-1ef3-0dacaeebb740-2ac325ea, #w-node-_4cc39300-6fcd-0d72-1ef3-0dacaeebb74a-2ac325ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3472135f-66fa-fa2f-72ff-6b4b8d040e7e-2ac325eb {
  align-self: stretch;
}

#w-node-_4d8e408c-6049-21a6-8f15-d4ccd886d142-2ac325ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_797198ae-e9fe-6e0a-22c9-4cee1d1037eb-2ac325ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a4286769-0178-40d0-cd8c-ea45ae6bf570-2ac325ed, #w-node-a4286769-0178-40d0-cd8c-ea45ae6bf575-2ac325ed, #w-node-a4286769-0178-40d0-cd8c-ea45ae6bf57a-2ac325ed, #w-node-_6b5107e5-325e-f657-13c3-9720c8533fd4-2ac325ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c916d2f-d566-66e8-d693-6e606f128dda-2ac325ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-ce60eb54-a99b-a693-b922-a7bd78d7a26f-2ac325f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_058619fd-253e-2bcb-3642-2a913c8af76b-2ac325f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_28f41de8-13f7-e59d-7ada-eec5612f8729-2ac325f1, #w-node-_30ba3c0e-1d1b-8d8e-5ee7-7a0f7e82f4cc-2ac325f1, #w-node-d39c1c30-ba8c-c679-04d5-c4eec392f2a2-2ac325f1, #w-node-_7ba24a94-88cc-e120-476a-c594ef4aeb5d-2ac325f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b30acc72-6e64-59b3-6451-261986767275-2ac325f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-e0c3049b-b2e1-4ef2-04ef-50273924d455-2ac325f1, #w-node-_1c873598-0ce0-4cb5-5f6c-0d6a34ab2124-2ac325f1, #w-node-_5ef0a0bf-5654-4d07-1750-5a1a7a4ba115-2ac325f1, #w-node-_6bccecd2-1b79-2ae6-4db0-c472149cf550-2ac325f1, #w-node-_6bccecd2-1b79-2ae6-4db0-c472149cf55b-2ac325f1, #w-node-_6bccecd2-1b79-2ae6-4db0-c472149cf55e-2ac325f1, #w-node-_6bccecd2-1b79-2ae6-4db0-c472149cf569-2ac325f1, #w-node-_8151dcaf-030b-c16e-e33f-9931ab6ee8c4-2ac325f2, #w-node-_8151dcaf-030b-c16e-e33f-9931ab6ee8c9-2ac325f2, #w-node-_8151dcaf-030b-c16e-e33f-9931ab6ee8ce-2ac325f2, #w-node-b4b19a15-5371-c3eb-a789-13d97bd3b6ed-2ac325f2, #w-node-b4b19a15-5371-c3eb-a789-13d97bd3b6f5-2ac325f2, #w-node-_9a10d275-5748-3d6f-485f-36335f7353de-2ac325f2, #w-node-e3d670bc-913a-b096-eee9-554cfa3e101d-2ac325f2, #w-node-_090afab1-4319-873d-fee5-e1913f2ca931-2ac325f2, #w-node-_27b1db5b-36c9-af88-0cdb-5b82399d4094-2ac325f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2369038e-da5c-fa69-5e16-71db438ac03a-2ac325f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_2369038e-da5c-fa69-5e16-71db438ac03d-2ac325f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0ac28952-2c3f-2918-1853-70db5280182a-2ac325f3, #w-node-_0ac28952-2c3f-2918-1853-70db5280182f-2ac325f3, #w-node-_0ac28952-2c3f-2918-1853-70db52801834-2ac325f3, #w-node-_5b95bab3-8cfe-a81b-a4b3-46e48ffd5e05-2ac325f3, #w-node-_5b95bab3-8cfe-a81b-a4b3-46e48ffd5e0c-2ac325f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd3042c7-8664-ac7b-2b06-37f9a4d7dd5a-2ac325f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-bd3042c7-8664-ac7b-2b06-37f9a4d7dd64-2ac325f3, #w-node-bd3042c7-8664-ac7b-2b06-37f9a4d7dd65-2ac325f3, #w-node-bd3042c7-8664-ac7b-2b06-37f9a4d7dd86-2ac325f3, #w-node-fba56032-8f46-2d4a-d70b-fbf400c9179c-2ac325f3, #w-node-fba56032-8f46-2d4a-d70b-fbf400c917af-2ac325f3, #w-node-fba56032-8f46-2d4a-d70b-fbf400c917c5-2ac325f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_329b5cbf-d03f-818b-9e42-be2a9221578e-2ac325f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_329b5cbf-d03f-818b-9e42-be2a92215790-2ac325f3, #w-node-f74d4dd3-7863-7264-e0d2-003ce80c83bd-2ac32631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_25b1e30a-72fd-7c83-78d9-e1cd2334b770-2ac3264a, #w-node-_332d3795-6084-5791-9518-8dfcc4cd66b8-2ac3264a, #w-node-_539129c6-7ad4-b248-1c11-f4b83cd7f71f-2ac3264a, #w-node-_558eabcf-fa16-1666-3c7b-f508162d75d0-2ac3264d, #w-node-_558eabcf-fa16-1666-3c7b-f508162d75d4-2ac3264d, #w-node-_558eabcf-fa16-1666-3c7b-f508162d75d8-2ac3264d, #w-node-_558eabcf-fa16-1666-3c7b-f508162d75f2-2ac3264d, #w-node-_558eabcf-fa16-1666-3c7b-f508162d75fa-2ac3264d, #w-node-_558eabcf-fa16-1666-3c7b-f508162d7602-2ac3264d, #w-node-_558eabcf-fa16-1666-3c7b-f508162d760a-2ac3264d, #w-node-_51052910-f172-0034-5b26-66e0eed13418-2ac3264d, #w-node-_3ba11d43-b905-2b66-95b5-3ce137e4e2b0-2ac3264d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_81072e3f-5ea3-203c-0e21-1062920264c6-2ac325d0, #w-node-_81072e3f-5ea3-203c-0e21-1062920264d1-2ac325d0, #w-node-caacae91-be1d-4ee1-b796-e96207256903-2ac325d0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-caacae91-be1d-4ee1-b796-e9620725690e-2ac325d0 {
    grid-column: span 8 / span 8;
  }

  #w-node-_476b88dd-a046-8f3d-415e-3d17b225f36e-b225f36b, #w-node-d7c1763d-bd98-8f64-0eae-c8bb10059af8-10059af5, #w-node-_6134bc81-99b6-92e9-b48b-0d47722b1d92-2ac325e0, #w-node-_92d11fba-fc03-960c-b65f-27fd3b5372cc-2ac325e1, #w-node-_7c19244c-3dfd-2d95-ac3d-504591e32a34-2ac325e3, #w-node-_3fe22a3b-46ce-0768-69da-369683b51869-2ac325e8, #w-node-ce60eb54-a99b-a693-b922-a7bd78d7a26f-2ac325f1, #w-node-_2369038e-da5c-fa69-5e16-71db438ac03d-2ac325f2, #w-node-bd3042c7-8664-ac7b-2b06-37f9a4d7dd5a-2ac325f3, #w-node-_329b5cbf-d03f-818b-9e42-be2a92215790-2ac325f3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_81072e3f-5ea3-203c-0e21-1062920264c6-2ac325d0, #w-node-_81072e3f-5ea3-203c-0e21-1062920264d1-2ac325d0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_81072e3f-5ea3-203c-0e21-1062920264d2-2ac325d0, #w-node-_81072e3f-5ea3-203c-0e21-1062920264d3-2ac325d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-caacae91-be1d-4ee1-b796-e96207256903-2ac325d0, #w-node-caacae91-be1d-4ee1-b796-e9620725690e-2ac325d0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_14503b85-5c54-b512-8edc-25bd01eb711a-2ac325e1 {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }

  #w-node-_14503b85-5c54-b512-8edc-25bd01eb711b-2ac325e1 {
    grid-row-end: 5;
  }

  #w-node-_14503b85-5c54-b512-8edc-25bd01eb711c-2ac325e1, #w-node-_14503b85-5c54-b512-8edc-25bd01eb711d-2ac325e1, #w-node-_14503b85-5c54-b512-8edc-25bd01eb711e-2ac325e1, #w-node-_14503b85-5c54-b512-8edc-25bd01eb711f-2ac325e1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_14503b85-5c54-b512-8edc-25bd01eb711a-2ac325e1, #w-node-_14503b85-5c54-b512-8edc-25bd01eb711b-2ac325e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14503b85-5c54-b512-8edc-25bd01eb711c-2ac325e1, #w-node-_14503b85-5c54-b512-8edc-25bd01eb711d-2ac325e1, #w-node-_14503b85-5c54-b512-8edc-25bd01eb711e-2ac325e1, #w-node-_14503b85-5c54-b512-8edc-25bd01eb711f-2ac325e1 {
    grid-row: span 1 / span 1;
  }
}


@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-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-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-Black.otf') format('opentype');
  font-weight: 900;
  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-MediumItalic.otf') format('opentype');
  font-weight: 500;
  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;
}