@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-BlackItalic-kopia.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  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-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic-kopia.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  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-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --midnight-blue: #282943;
  --black: #131313;
  --accent-1: #424bd1;
  --background: #f9f9f9;
  --white: white;
  --white-smoke: #ebebeb;
  --stroke: #f0f0f0;
  --gainsboro: gainsboro;
  --dim-grey: #5b5a5a;
  --line: #e4e4e4;
  --silver: #c6c6c6;
  --light-grey: #d4d4d4;
  --scroll: #6f6f6f;
  --tabs: #f4f4f4;
  --date: #8e8e8f;
  --divider: #e8e8e8;
  --dark-slate-blue: #414370;
  --accent-2: #ec612a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--midnight-blue);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 125%;
}

h2 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 160%;
}

a {
  color: var(--black);
  text-decoration: none;
}

blockquote {
  border-left: 5px solid var(--accent-1);
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 16px 40px 16px 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
}

.section {
  color: #282943;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

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

.section.world {
  background-image: url('../images/map.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 92%;
  padding-top: 200px;
  padding-bottom: 200px;
}

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

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

.section.dark.marketing-logos-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.section.home-b-feature {
  background-color: var(--background);
  padding-top: 154px;
  padding-bottom: 154px;
}

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

.section.industry {
  padding-top: 24px;
  padding-bottom: 0;
}

.section.design-process {
  padding-top: 180px;
}

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

.section.about-marquee {
  background-color: var(--background);
  padding-top: 0;
  padding-bottom: 0;
}

.section.about-team {
  padding-top: 120px;
}

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

.section.footer {
  background-color: var(--background);
  padding-bottom: 24px;
}

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

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

.section.hero-about-c {
  padding-top: 140px;
  overflow: hidden;
}

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

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

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

.section.careers-overview {
  padding-top: 0;
  position: relative;
}

.section.hero-category {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.hero-blog-overview {
  padding-top: 180px;
  padding-bottom: 0;
}

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

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

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

.section.template-hero {
  background-color: var(--midnight-blue);
  color: var(--white);
  padding-top: 160px;
}

.section.template-details {
  background-color: var(--background);
}

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

.section.sales-scroll {
  background-color: var(--accent-1);
  height: 100vh;
  min-height: 600px;
  max-height: 850px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.included-sales, .section.more-power {
  background-color: var(--background);
}

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

.main-container {
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 86px;
  line-height: 110%;
}

.mega-h1.mega-h1-home-a {
  margin-bottom: 0;
}

.paragraph-big {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-big.table-row-title {
  margin-top: 8px;
  margin-bottom: 7px;
}

.paragraph-big.product-big {
  margin-bottom: 0;
}

.paragraph-small {
  font-size: 14px;
  line-height: 132%;
}

.space-24 {
  height: 24px;
}

.space-16 {
  height: 16px;
}

.space-32 {
  height: 32px;
}

.space-40 {
  height: 40px;
}

.space-64 {
  height: 64px;
}

.space-80 {
  height: 80px;
}

.space-100 {
  height: 100px;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
}

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

.grid-thirds.contact-thirds {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.grid-thirds.blog-thirds {
  grid-row-gap: 56px;
}

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

.cta {
  background-color: var(--accent-1);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  transition: background-color .2s;
  display: flex;
}

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

.cta.outline {
  border: 3px solid var(--accent-1);
  background-color: var(--background);
  color: var(--accent-1);
  text-align: center;
  padding: 9px 12px;
  font-weight: 700;
  line-height: 200%;
}

.cta.ghost {
  color: var(--accent-1);
  background-color: #0000;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

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

.cta.newsletter-submit {
  height: 60px;
  margin-left: 8px;
}

.cta.add-to-cart-cta {
  width: 100%;
}

.cta-wrap {
  display: flex;
}

.link-block-with-line {
  color: var(--accent-1);
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.line-link {
  background-color: #f0e9e9;
  width: 100%;
  height: 2px;
  margin-top: 4px;
}

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

.hero-a-content-wrap {
  margin-top: -80px;
}

.hero-a-path-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

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

.span-accent-1.bold {
  font-weight: 700;
}

.marquee-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 930px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.marquee-overlay {
  z-index: 9;
  background-image: linear-gradient(#fff, #fff0);
  height: 278px;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-overlay.bottom {
  background-image: linear-gradient(to top, #fff, #fff0);
  inset: auto 0% 0%;
}

.subtitle {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

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

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

.logo-image {
  height: 56px;
}

.content-text-wrap {
  text-align: center;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.feature-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.feature-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  display: flex;
}

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

.feature-marquee-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.feature-marquee-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--background);
  border-radius: 18px;
  flex: none;
  align-items: center;
  padding: 16px;
  display: flex;
}

.feature-image-wrap {
  border-radius: 18px;
  height: 186px;
  overflow: hidden;
}

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

.feature-content-wrap {
  max-width: 430px;
  padding-right: 24px;
}

.feature-overview-title {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 175%;
}

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

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

.product-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.product-title {
  margin-bottom: 0;
  font-size: 20px;
}

.product-title-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-content-wrap {
  align-items: center;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.product-image {
  border-radius: 36px;
  flex: none;
  width: auto;
  max-width: none;
  height: 190px;
  display: block;
  position: absolute;
  inset: auto 10% auto auto;
}

.home-a-testimonial-container {
  background-color: var(--background);
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-bottom: 85px;
}

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

.quote-text {
  margin-bottom: 0;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 170%;
}

.home-a-testimonial-name {
  font-size: 32px;
  font-weight: 900;
  line-height: 150%;
}

.home-a-testimonial-image-wrap {
  justify-content: flex-end;
  margin-top: -173px;
  margin-bottom: -196px;
  display: flex;
}

.home-a-testimonial-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tech-column {
  margin-bottom: 20px;
  display: flex;
}

.tech-content-column {
  padding-left: 0;
  padding-right: 10px;
}

.tech-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: flex;
}

.tech-logo-column {
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.tech-marquee-wrap {
  background-color: var(--midnight-blue);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.tech-marquee-logo {
  background-color: var(--white);
  border-radius: 18px;
  padding: 24px;
}

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

.tech-marquee-loop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-left: 54px;
  padding-right: 54px;
  display: flex;
  position: absolute;
}

.feature-card-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
}

.feature-card-main.industry {
  justify-content: center;
  min-height: 360px;
}

.feature-icon-wrap {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

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

.text-bold {
  font-weight: 700;
}

.no-margins {
  margin: 0;
}

.text-medium {
  font-weight: 500;
}

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

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 112px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.number-tile.middle {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
}

.number-tile.right {
  border-right: 1px solid var(--gainsboro);
}

.number-tile.tile-stroke {
  border-right: 1px solid var(--dim-grey);
  border-left: 1px solid var(--dim-grey);
}

.number-tile.tile-stroke-right {
  border-right: 1px solid var(--dim-grey);
}

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

.sticky-wrap {
  max-width: 610px;
  position: relative;
}

.stick-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.stick-content-wrap.limit-520 {
  max-width: 520px;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 504px;
  padding: 32px;
  display: flex;
}

.feature-card.gray {
  background-color: var(--background);
}

.feature-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.sticky-block {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.sticky-block.page-with-subnav {
  top: 160px;
}

.cta-left-inner {
  width: 100%;
  max-width: 480px;
}

.cta-author-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.cta-avatar-wrap {
  border-radius: 100%;
  flex: none;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

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

.cta-form-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 346px;
  display: flex;
}

.input-wrap {
  margin-bottom: 10px;
}

.text-field {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

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

.text-field::placeholder {
  color: var(--silver);
}

.text-field.quantity {
  width: 80px;
}

.text-field.checkout {
  margin-bottom: 24px;
}

.submit-wrap {
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.cta-column {
  align-items: stretch;
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cta-left-column {
  background-color: var(--white);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.cta-left-column.gray {
  background-color: var(--background);
}

.cta-right-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 24px;
  display: flex;
}

.title-wrap {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.case-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.hero-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-big {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: flex;
}

.symbol-small {
  height: 30px;
  margin-bottom: 16px;
}

.business-column {
  align-items: stretch;
  display: flex;
}

.business-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.business-image-wrap {
  background-color: var(--background);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: 280px;
  display: flex;
  overflow: hidden;
}

.business-image-wrap.big {
  height: 520px;
}

.business-image-wrap.small {
  height: 132px;
}

.business-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.business-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: stretch;
  margin-left: 20px;
  display: flex;
}

.business-card-big {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 40px;
  display: grid;
}

.business-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.business-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.business-logo-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 18px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.business-logo {
  border: 1px solid var(--stroke);
  border-radius: 18px;
  flex: 1;
  padding: 16px;
}

.home-b-slider {
  background-color: #0000;
  height: auto;
  padding-left: 64px;
  padding-right: 64px;
}

.hide {
  display: none;
}

.home-b-testimonial-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-star-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.review-star-wrap.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.review-detail-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.review-logo-wrap {
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.review-divider {
  background-color: var(--light-grey);
  width: 1px;
  height: 46px;
}

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

.home-b-left-arrow {
  width: 32px;
  height: 32px;
  inset: 0% auto 0% 0%;
}

.home-b-right-arrow {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.home-b-feature-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.feature-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-b-feature-content {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.home-b-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  padding: 40px 50px;
  transition: all .3s;
  display: flex;
}

.home-b-feature-card.highlighted {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.space-48 {
  height: 48px;
}

.service-marquee-card {
  background-color: var(--background);
  color: var(--white);
  background-image: linear-gradient(to top, #000, #fff0);
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 566px;
  padding: 72px;
  display: flex;
  overflow: hidden;
}

.service-marquee-card.sme-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/SME_1SME.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-marquee-card.startup-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/HeroB2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-marquee-card.enterprise-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/enterprise_1enterprise.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-card-title {
  font-size: 52px;
  line-height: 130%;
}

.service-marquee-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

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

.marketing-grid.reverse {
  grid-template-columns: .7fr 1fr;
}

.marketing-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 734px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.marketing-logos-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 18px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-b-cta-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
}

.home-b-cta-image-wrap {
  border-radius: 18px;
  overflow: hidden;
}

.home-b-cta-content {
  background-color: var(--background);
  border-radius: 18px;
  justify-content: center;
  padding: 128px 40px;
  display: flex;
}

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

.space-8 {
  height: 8px;
}

.cta-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cta-list.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.cta-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  display: flex;
}

.cta-list-item.big-list-item {
  font-size: 18px;
}

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

.home-c-hero-container {
  background-image: url('../images/ScrollBG.svg'), linear-gradient(#0000001a, #0000001a), radial-gradient(circle farthest-side, #000000bf, #fff0 52%), url('../images/HomeCHero.webp');
  background-position: 50% 100%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto 73px, auto, auto, cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  height: 648px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-c-container-inner {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 955px;
  padding-top: 120px;
  display: flex;
}

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

.mouse-scroll {
  border: 2px solid var(--scroll);
  border-radius: 99px;
  justify-content: center;
  width: 24px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  display: flex;
  position: absolute;
  inset: auto auto 16px;
}

.mouse-ball {
  background-color: var(--scroll);
  width: 2px;
  height: 8px;
}

.sticky-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

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

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

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

.tab-link.w--current {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  font-weight: 700;
}

.tab-pane, .tabs-content {
  width: 100%;
}

.tab-block {
  color: var(--white);
  cursor: none;
  background-image: linear-gradient(to top, #000, #0000);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 640px;
  padding: 72px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-block.startup-tab {
  background-image: linear-gradient(to top, #000, #0000), url('../images/HeroB2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-block.sme-tab {
  background-image: linear-gradient(to top, #000, #0000), url('../images/SME_1SME.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-block.enterprise-tab {
  background-image: linear-gradient(to top, #000, #0000), url('../images/enterprise_1enterprise.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-title {
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 130%;
}

.sticky-business-card {
  background-color: var(--background);
  border-radius: 18px;
  padding: 40px;
}

.business-card-logo-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.business-card-logo {
  background-color: var(--white);
  border-radius: 18px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.business-card-logo-image {
  height: 45px;
}

.business-card-image-wrap {
  border-radius: 18px;
  min-height: 260px;
  margin-bottom: 24px;
  overflow: hidden;
}

.home-c-cta {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--background);
  border-radius: 18px;
  padding: 64px;
  display: flex;
}

.home-c-cta-image-wrap {
  border-radius: 18px;
  width: 100%;
  max-width: 376px;
  overflow: hidden;
}

.home-c-cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.space-36 {
  height: 36px;
}

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

.industry-hero-container {
  background-image: url('../images/ScrollBG.svg'), linear-gradient(#0009, #0009);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 73px, auto;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  height: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.industry-hero-container.industry-a {
  background-image: url('../images/ScrollBG.svg'), linear-gradient(#0009, #0009), url('../images/HeroB2.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
}

.industry-hero-container.industry-b {
  background-image: url('../images/ScrollBG.svg'), linear-gradient(#0009, #0009), url('../images/SME_1SME.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
}

.industry-hero-container.industry-c {
  background-image: url('../images/ScrollBG.svg'), linear-gradient(#0009, #0009), url('../images/enterprise_1enterprise.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
}

.industry-container-inner {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 810px;
  padding-top: 110px;
  display: flex;
}

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

.title-wrap-small {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.tech-stack-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tech-stack-gradient {
  background-image: linear-gradient(to right, var(--white) 5%, #fff0);
  width: 100%;
  max-width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tech-stack-gradient.reverse {
  background-image: linear-gradient(270deg, var(--white) 5%, #fff0);
  inset: 0% 0% 0% auto;
}

.tech-stack-logo {
  border: 1px solid var(--stroke);
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  display: flex;
  overflow: hidden;
}

.tech-stack-image {
  height: 64px;
}

.container-marquee {
  overflow: hidden;
}

.design-process-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.design-process-image-wrap {
  background-color: var(--background);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.design-process-image-wrap.large {
  background-color: #0000;
  max-width: 1014px;
  min-height: 598px;
  margin-left: auto;
  margin-right: auto;
}

.design-process-image {
  width: 490px;
}

.testimonial-marquee-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.testimonial-marquee-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 504px;
  padding: 32px;
  display: flex;
}

.star {
  height: 20px;
}

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

.space-56 {
  height: 56px;
}

.blog-date {
  color: var(--date);
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.blog-card {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.blog-image-wrap {
  border-radius: 18px;
  height: 314px;
  position: relative;
  overflow: hidden;
}

.feature-card-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
}

.feature-card-white.industry {
  justify-content: center;
  min-height: 360px;
}

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

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

.about-hero-container {
  background-image: linear-gradient(#0009, #0009), url('../images/AboutHeroImage.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 96%;
  max-width: 1400px;
  height: 708px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-container-inner {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1044px;
  padding-top: 205px;
  display: flex;
}

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

.about-number-wrap {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.space-140 {
  height: 140px;
}

.number-wrap-big {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-card {
  background-color: var(--background);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 30px;
  display: flex;
}

.team-card.movable-team {
  max-width: 400px;
}

.team-image-wrap {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.team-logo-wrap {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  position: absolute;
  inset: auto -8px -14px auto;
}

.team-avatar-wrap {
  position: relative;
}

.team-logo {
  height: 24px;
}

.office-marquee-card {
  color: var(--white);
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 566px;
  display: flex;
  overflow: hidden;
}

.office-marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: stretch;
  display: flex;
}

.office-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.office-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.cta-card {
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 30px;
  display: flex;
}

.cta-avatar-wrap-big {
  border-radius: 100%;
  flex: none;
  width: 112px;
  height: 112px;
  overflow: hidden;
}

.cta-four {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 18px;
  padding: 58px;
  display: flex;
}

.icon-small {
  width: 20px;
  height: 20px;
}

.home-b-marquee {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-b-marquee-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-b-marquee-image-wrap {
  flex: none;
  height: 550px;
  margin-left: 18px;
  margin-right: 18px;
}

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

.marquee-mask-top {
  background-image: url('../images/TopMaskGallery.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 109px;
  position: absolute;
  inset: -56px 0% auto;
}

.marquee-mask-bottom {
  background-image: url('../images/BottomMaskGallery.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 109px;
  position: absolute;
  inset: auto 0% -56px;
}

.about-image-wrap {
  position: relative;
  left: -40px;
}

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

.number-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: stretch;
  display: flex;
}

.number-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.team-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.team-marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.team-marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.about-column-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.about-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.abour-card-image-wrap {
  border-radius: 18px;
  height: 118px;
  overflow: hidden;
}

.abour-card-image-wrap.big {
  height: 520px;
}

.pricing-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--background);
  color: var(--midnight-blue);
  border-radius: 18px;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.pricing-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.price {
  margin-bottom: 0;
}

.pricing-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-text.opacity {
  opacity: 0;
}

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

.pricing-button-wrap {
  margin-top: auto;
}

.pricing-feature-content {
  flex-direction: column;
  width: 100%;
  max-width: 590px;
  padding-top: 40px;
}

.choose-marquee-card {
  background-color: var(--background);
  color: var(--white);
  background-image: linear-gradient(to top, #0009, #4a4a4a99 29%, #fff0);
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 376px;
  padding: 72px;
  display: flex;
  overflow: hidden;
}

.choose-marquee-card.concepts-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/Design_1Design.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.choose-marquee-card.security-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/SecurityBig_1SecurityBig.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.choose-marquee-card.support-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/HeroB3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.choose-marquee-card.security-03 {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/develop_1develop.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.choose-marquee-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.choose-marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: stretch;
  display: flex;
}

.choose-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.choose-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.pricing-table {
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  padding: 50px;
  display: flex;
  overflow: auto;
}

.pricing-content {
  width: 100%;
  max-width: 530px;
  position: relative;
}

.pricing-title {
  font-size: 72px;
  line-height: 100%;
}

.pricing-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.review-avatar {
  border-radius: 100%;
  flex: none;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.pricing-review-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.star-small {
  object-fit: fill;
  height: 16px;
}

.italic {
  margin-bottom: 0;
  font-style: italic;
}

.review-name {
  color: var(--date);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-image-wrap {
  border-radius: 18px;
  height: 373px;
  overflow: hidden;
}

.pricing-purchase {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  inset: auto auto -64px -64px;
  box-shadow: 19px 9px 54px #0000000f;
}

.pricing-purchase-title {
  align-items: flex-end;
  display: flex;
}

.price-title {
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 900;
  line-height: 110%;
}

.price-subtitle {
  color: var(--midnight-blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.cta-wrap-fu-ll {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pricing-label-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 207px 175px 207px;
  width: 100%;
}

.pricing-table-content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 38px;
  display: flex;
}

.table-label-cell {
  text-align: center;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 28px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.table-label-cell.blue {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.table-cell {
  border-bottom: 1px solid var(--line);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  display: flex;
}

.table-cell.blue {
  border-bottom-color: var(--dark-slate-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  padding-bottom: 15px;
}

.table-cell.blue.last {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.table-cell.no-line {
  border-bottom-style: none;
}

.table-text-cell {
  border-bottom: 1px solid var(--line);
  width: 100%;
  min-width: 360px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.table-text-cell.no-line {
  border-bottom-style: none;
}

.table-detail {
  color: var(--date);
  margin-bottom: 0;
}

.faq-grid-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.heading-wrap-faq-halves {
  max-width: 450px;
}

.plus-expand-master {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: relative;
}

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

.expandable-single {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 18px;
  padding: 24px 24px 24px 32px;
}

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

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

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

.expandable-master {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 720px;
  display: flex;
}

.faq-h3 {
  margin-right: 24px;
  font-size: 20px;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 16px;
}

.services-slider {
  background-color: #ddd0;
  width: 70%;
  max-width: 820px;
  height: auto;
}

.services-slide {
  margin-right: 24px;
}

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

.services-slider-mask {
  overflow: visible;
}

.services-slider-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 80px;
  overflow: hidden;
}

.service-slider-link {
  border: 1px solid var(--stroke);
  background-color: var(--background);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
  inset: auto auto -72px 0%;
}

.service-slider-link:hover {
  transform: scale(1.05);
}

.service-slider-link.right-arrow-link {
  left: 56px;
}

.slider-arrow-image {
  width: 20px;
  height: 20px;
}

.slider-arrow-image.left-arrow {
  margin-right: 2px;
}

.slider-arrow-image.right-arrow {
  margin-left: 2px;
}

.tile-cursor {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.tab-tile-cursor-circle {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 16px;
  display: flex;
}

.content-wrap-testimonial {
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.footer-top-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

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

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

.three-columns-links-footer {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  width: auto;
}

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

.link-footer {
  font-size: 18px;
}

.contact-options-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

.bottom-left-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
}

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

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

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

.social-link-footer {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.social-image-footer {
  width: 100%;
}

.bottom-right-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.form-block-newsletter {
  width: 100%;
}

.form-newsletter {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.input-wrap-newsletter {
  flex: 1;
}

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

.roadmap-master {
  height: 400vh;
  position: relative;
}

.roadmap-sticky {
  position: sticky;
  top: 92px;
}

.roadmap-sticky.page-with-subnav {
  top: 130px;
}

.roadmap-background {
  background-color: var(--background);
  border-radius: 18px;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.roadmap-background-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.week-text {
  color: #c6c6c6;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.roadmap-foreground {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .7fr 1fr 1.2fr .9fr;
  grid-auto-columns: 1fr;
  padding: 80px 24px 40px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.roadmap-stage-master {
  color: var(--white);
  text-align: center;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
  position: relative;
}

.roadmap-stage-master.ideation {
  background-color: #87abef;
  width: 120%;
}

.roadmap-stage-master.design {
  background-color: #ebbf85;
  width: 120%;
}

.roadmap-stage-master.develop {
  background-color: #e6a283;
}

.roadmap-stage-master.test {
  background-color: #92cacd;
}

.roadmap-stage-fill {
  width: 30%;
  position: absolute;
  inset: 0%;
}

.roadmap-stage-fill.ideation-fill {
  background-color: #7699da;
}

.roadmap-stage-fill.design-fill {
  background-color: #ddb177;
}

.roadmap-stage-fill.develop-fill {
  background-color: #ce8d6f;
}

.roadmap-stage-fill.test-fill {
  background-color: #7fb6b9;
}

.roadmap-info-tile {
  z-index: 100;
  grid-row-gap: 12px;
  border: 1px solid var(--stroke);
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 460px;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 110% auto auto 0%;
}

.roadmap-info-tile.development-tile {
  inset: auto auto 110% 0%;
}

.roadmap-info-tile.test-tile {
  inset: auto 0% 110% auto;
}

.roadmap-paragraph {
  margin-bottom: 0;
}

.stage-name {
  z-index: 5;
  position: relative;
}

.roadmap-fill-overflow {
  border-radius: 18px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar {
  border-bottom: 1px solid var(--stroke);
  background-color: #fff;
  height: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1352px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar-grid {
  grid-template-rows: 100%;
  grid-template-columns: 200px auto 200px;
  height: 100%;
  position: relative;
}

.nav-menu {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.nav-link {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.nav-link.w--current {
  color: var(--accent-1);
}

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

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

.dropdown-nav {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: static;
}

.dropdown-toggle-nav {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 12px;
  display: flex;
  position: static;
}

.dropdown-chevron-nav {
  height: 12px;
  margin-left: 8px;
}

.dropdown-list-nav.w--open {
  border: 1px solid var(--background);
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  padding: 24px;
  inset: 64px 0 auto;
  box-shadow: 0 1px 20px #4e4e4e1a;
}

.drodpdown-grid-pages {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.image-homepage-dropdown {
  border: 1px solid var(--stroke);
  border-radius: 12px;
  width: 100%;
  margin-bottom: 8px;
}

.dropdown-link {
  font-size: 16px;
}

.nav-cta {
  color: var(--accent-1);
  background-color: #424bd10d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

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

.dropdown-grid-resources {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.resources-wrap-dropdown {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

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

.story-link-dropdown {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.story-item-dropdown {
  padding: 0;
}

.story-logo-wrap-dropdown {
  background-color: var(--white);
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  box-shadow: 0 1px 8px #50505014;
}

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

.resource-title-dropdown {
  font-size: 16px;
  font-weight: 500;
}

.company-logo-dropdown {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 60%;
}

.company-logo-dropdown.logo-1 {
  background-image: url('../images/Symbol4.svg');
}

.company-logo-dropdown.logo-2 {
  background-image: url('../images/Symbol6.svg');
}

.company-logo-dropdown.logo-3 {
  background-image: url('../images/Symbol2.svg');
}

.blog-link-dropdown {
  grid-column-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tile-highlighted-post-navbar {
  grid-row-gap: 8px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.blog-image-highlighted-navbar {
  background-image: url('../images/Secure_1Secure.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 56%;
}

.marketing-icons-combo {
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100px;
  display: flex;
}

.marketing-logo-wrap {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.marketing-logo-image {
  width: 64px;
  height: 64px;
}

.marketing-column {
  grid-row-gap: 13px;
  flex-direction: column;
  display: flex;
}

.marketing-gradient {
  background-image: linear-gradient(#f9f9f9, #f9f9f900);
  height: 180px;
  position: absolute;
  inset: 0% 0% auto;
}

.marketing-gradient.bottom-gradient {
  background-image: linear-gradient(#f9f9f900, #f9f9f9);
  inset: auto 0% 0%;
}

.industry-sub-nav {
  z-index: 100;
  border-bottom: 1px solid var(--stroke);
  background-color: var(--white);
  justify-content: space-between;
  height: 60px;
  position: fixed;
  inset: 60px 0% auto;
}

.container-sub-nav {
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-sub-nav {
  color: #5f606c;
  border-bottom: 2px solid #424bd100;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.link-sub-nav.w--current {
  border-bottom-color: #424bd1;
}

.expandable-center-master {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.marquee-overlay-grey {
  z-index: 9;
  background-image: linear-gradient(#f9f9f9, #f9f9f900);
  height: 278px;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-overlay-grey.bottom-grey {
  background-image: linear-gradient(to top, #f9f9f9, #f9f9f900);
  inset: auto 0% 0%;
}

.about-h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.symbol-wrap-careers-hero {
  justify-content: center;
  width: 40px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto auto 16px;
}

.careers-container-inner {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 810px;
  padding-top: 110px;
  display: flex;
}

.careers-hero-container {
  background-image: url('../images/ScrollBG.svg'), linear-gradient(#0009, #0009), url('../images/IndustryCHero.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 73px, auto, cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  height: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submenu-master-careers {
  z-index: 100;
  border-bottom: 1px solid var(--stroke);
  background-color: var(--white);
  justify-content: center;
  align-items: stretch;
  height: 60px;
  display: flex;
  position: sticky;
  top: 60px;
  box-shadow: 0 1px 2px #00000014;
}

.deparment-careers {
  flex-direction: column;
  padding-bottom: 120px;
  display: flex;
}

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

.tile-career {
  grid-row-gap: 8px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.career-h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.careers-single-hero-container {
  background-image: url('../images/IndustryCHero.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.careers-sinlge-inner-container {
  z-index: 10;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 810px;
  display: flex;
  position: relative;
}

.columns-single-career {
  display: flex;
}

.column-left-single-career {
  padding: 0 80px 0 0;
}

.sticky-wrap-career-single {
  position: sticky;
  top: 100px;
}

.apply-tile-career-single {
  grid-row-gap: 32px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

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

.apply-bottom-carrer-single {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.recruiter-text-career-single {
  color: #282943cc;
  font-weight: 500;
  line-height: 150%;
}

.recruiter-link {
  color: var(--accent-1);
  text-decoration: underline;
}

.department-button-wrap {
  display: flex;
}

.blog-sub-nav {
  z-index: 100;
  border-bottom: 1px solid var(--stroke);
  background-color: var(--white);
  justify-content: space-between;
  height: 60px;
  position: fixed;
  inset: 60px 0% auto;
}

.blog-section-blog-overview {
  padding-bottom: 120px;
}

.logo-wrap-blog-tile {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
}

.logo-image-blog-tile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.cta-wrap-tag-page {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resource-hero-container {
  background-image: url('../images/IndustryCHero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resource-single-inner-container {
  z-index: 10;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.overlay-resource-hero {
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.content-column-resource {
  flex-direction: column;
  padding: 0;
  display: flex;
}

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

.divider-resource-hero {
  background-color: #ffffff4d;
  width: 1px;
  height: 12px;
}

.subheading-wrap-resource {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-contact-hero {
  background-image: url('../images/IndustryAHero.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  max-width: 880px;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
}

.tile-contact-form {
  z-index: 1;
  background-color: var(--white);
  border-radius: 18px;
  width: 100%;
  max-width: 650px;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  position: relative;
  box-shadow: 1px 1px 20px #7070701a;
}

.divider-contact-page {
  background-color: var(--divider);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 32px;
}

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

.contact-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.link-contact {
  font-weight: 700;
  text-decoration: underline;
}

.small-price-title {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 110%;
}

.defualt-stlye-add-to-cart {
  margin-bottom: 0;
}

.top-text-pricing-tile {
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

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

.image-testimonial-slider {
  height: 40px;
}

.image-testimonial-card {
  object-fit: contain;
  max-width: 230px;
  height: 35px;
}

.overlay-careers-single {
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.blog-description-tile {
  color: var(--black);
  margin: 0;
}

.checkout-form {
  padding-top: 64px;
  padding-bottom: 64px;
}

.bran-wrap-checkout {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.brand-image-checkout {
  height: 24px;
}

.apple-pay {
  border-radius: 12px;
  height: 56px;
}

.apple-pay.cart {
  height: 52px;
}

.checkout-h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.block-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 24px;
}

.block-content.summary {
  padding-bottom: 16px;
}

.billing-address-toggle {
  align-items: center;
  display: flex;
}

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

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.coklumn-left-business, .column-right-business {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.space-about-a {
  height: 120px;
}

.space-pricing-hero {
  height: 64px;
}

.piricing-content-right-side {
  width: 100%;
  max-width: 530px;
  position: relative;
}

.template-hero-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.card-template-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.card-template-details.typography-card {
  grid-row-gap: 24px;
}

.card-template-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 80px;
}

.link-template-navigation {
  color: #131313b3;
  font-size: 20px;
  font-weight: 400;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

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

.underline-link {
  text-decoration: underline;
}

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

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

.icon-template {
  width: 40px;
}

.subtext-style-guide {
  color: var(--dim-grey);
  font-size: 14px;
}

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

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

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

.color {
  border: 1px solid var(--stroke);
  border-radius: 18px;
  flex-direction: column;
  padding-top: 100%;
}

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

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

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

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

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

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

.color.color-seven {
  background-color: var(--midnight-blue);
}

.color.color-eight {
  background-color: var(--dark-slate-blue);
}

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

.button-wrap {
  grid-row-gap: 12px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

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

.sales-mock-image {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}

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

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

.included-tile {
  background-color: var(--white);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.padding-wrap-included-tile {
  width: 100%;
  padding: 24px;
}

.image-included-tile {
  width: 100%;
}

.figma-tile-sales {
  background-color: var(--white);
  text-align: center;
  border-radius: 18px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 24px;
  display: flex;
  overflow: hidden;
}

.figma-content-sales {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.image-figma {
  height: 60%;
}

.link-block-sales-page {
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  transition: transform .2s;
  display: flex;
}

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

.image-sales-page {
  border: 1px solid var(--stroke);
  border-radius: 12px;
  width: 100%;
}

.sales-page-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.tile-more-power {
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.more-power-cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-name {
  margin: 4px 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.cart {
  margin-left: 4px;
}

.cart-button {
  background-color: #424bd10d;
  border-radius: 12px;
  height: 44px;
}

.cart-icon {
  width: 20px;
  height: 20px;
}

.cart-container {
  border-radius: 12px;
  min-width: 360px;
  max-width: 530px;
  overflow: hidden;
}

.resource-menu-subtext {
  margin: 0;
}

.success-message {
  border: 1px solid var(--stroke);
  background-color: var(--background);
  border-radius: 12px;
}

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

.section-copy.hero-home-a {
  padding-top: 60px;
  padding-bottom: 0;
}

.section-copy.world {
  background-image: url('../images/map.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 92%;
  padding-top: 140px;
  padding-bottom: 260px;
}

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

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

.section-copy.dark.marketing-logos-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.section-copy.home-b-feature {
  background-color: var(--background);
  padding-top: 154px;
  padding-bottom: 154px;
}

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

.section-copy.industry {
  padding-top: 160px;
  padding-bottom: 0;
}

.section-copy.design-process {
  padding-top: 180px;
}

.section-copy.logo {
  padding-bottom: 120px;
}

.section-copy.about-marquee {
  background-color: var(--background);
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.about-team {
  padding-top: 120px;
}

.section-copy.pricing {
  padding-top: 100px;
}

.section-copy.footer {
  background-color: var(--background);
  padding-bottom: 24px;
}

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

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

.section-copy.hero-about-c {
  padding-top: 140px;
  overflow: hidden;
}

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

.section-copy.hero-pricing-single {
  padding-top: 120px;
}

.section-copy.hero-careers {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-copy.careers-overview {
  padding-top: 0;
  position: relative;
}

.section-copy.hero-category {
  padding-top: 140px;
  padding-bottom: 0;
}

.section-copy.hero-blog-overview {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-copy.hero-resource {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-copy.resource-content {
  padding-bottom: 0;
}

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

.section-copy.template-hero {
  background-color: var(--midnight-blue);
  color: var(--white);
  padding-top: 160px;
}

.section-copy.template-details {
  background-color: var(--background);
}

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

.section-copy.sales-scroll {
  background-color: var(--accent-1);
  height: 100vh;
  min-height: 600px;
  max-height: 850px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-copy.included-sales, .section-copy.more-power {
  background-color: var(--background);
}

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

.h1-heading {
  font-family: Satoshi, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 125%;
}

.h2-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

.h3-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.text-stat {
  color: var(--accent-1);
  font-size: 42px;
  line-height: 125%;
}

.h1-accent {
  color: #424bd1;
  font-family: Satoshi, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 125%;
}

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

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 20px;
  }

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

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

  .section.world {
    background-size: contain;
    padding-bottom: 140px;
  }

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

  .section.sales-scroll {
    min-height: 0;
    max-height: 700px;
  }

  .mega-h1 {
    font-size: 70px;
  }

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

  .grid-halves.hero-about-c {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

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

  .grid-thirds.contact-thirds {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

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

  .grid-thirds.included-top-grid-sales, .grid-thirds.template-thirds {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

  .hero-a-content-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

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

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

  .marquee-overlay {
    height: 140px;
  }

  .logos-master {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-marquee-card {
    width: 80vw;
    max-width: 600px;
  }

  .feature-image-wrap {
    min-width: 200px;
  }

  .image-cover {
    object-fit: cover;
  }

  .feature-content-wrap {
    max-width: 50vw;
  }

  .product-title {
    width: 180px;
    margin-right: 24px;
  }

  .product-image {
    border-radius: 24px;
    width: auto;
    height: 150px;
    margin-right: 24px;
    position: static;
  }

  .tech-content {
    padding: 24px;
  }

  .tech-marquee-logo {
    padding: 12px;
  }

  .tech-marquee-loop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-card-main {
    padding: 32px;
  }

  .cta-column {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
  }

  .business-column {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .business-image-wrap.big {
    height: 180px;
  }

  .business-card-wrap {
    margin-left: 0;
  }

  .business-logo {
    padding: 12px;
  }

  .home-b-feature-card {
    padding: 32px;
  }

  .service-marquee-card {
    height: 440px;
    padding: 55px;
  }

  .cta-list.gap-24 {
    grid-row-gap: 16px;
  }

  .home-c-hero-container {
    max-width: 1000px;
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-c-container-inner {
    padding-top: 0;
  }

  .tab-block {
    min-height: 540px;
  }

  .sticky-business-card {
    padding: 24px;
  }

  .business-card-logo {
    padding: 12px;
  }

  .home-c-cta {
    padding: 40px;
  }

  .industry-hero-container {
    width: 96%;
    max-width: 1200px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .industry-container-inner {
    justify-content: center;
    padding-top: 0;
  }

  .design-process-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.2fr;
  }

  .blog-image-wrap {
    height: 25vw;
  }

  .about-hero-container {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-container-inner {
    padding-top: 120px;
  }

  .team-card {
    max-width: none;
  }

  .team-card.movable-team {
    max-width: 360px;
  }

  .office-marquee-card {
    height: 50vw;
  }

  .cta-four {
    grid-column-gap: 40px;
    padding: 24px;
  }

  .home-b-marquee-image-wrap {
    height: 400px;
  }

  .pricing-table {
    flex-direction: row;
    overflow: scroll;
  }

  .pricing-content {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .heading-wrap-faq-halves {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .expandable-master {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top-grid {
    grid-row-gap: 64px;
    grid-template-columns: auto;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .three-columns-links-footer {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .links-column-footer, .contact-options-list {
    align-items: center;
  }

  .footer-bottom-flex {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .bottom-left-footer, .bottom-right-footer {
    text-align: center;
    align-items: center;
  }

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

  .nav-menu {
    grid-row-gap: 16px;
    border: 1px solid var(--stroke);
    background-color: #fff;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: 85vh;
    padding: 16px;
    position: absolute;
    overflow: scroll;
    box-shadow: 0 1px 20px #8787871a;
  }

  .nav-link {
    text-align: left;
    justify-content: center;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .dropdown-nav {
    justify-content: flex-start;
    width: auto;
    height: auto;
    font-size: 18px;
    display: block;
  }

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

  .dropdown-list-nav.w--open {
    border-color: var(--divider);
    background-color: var(--background);
    box-shadow: none;
    position: static;
  }

  .dropdown-link-pages {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-cta {
    margin-right: 0;
  }

  .dropdown-grid-resources {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .careers-container-inner {
    padding-bottom: 140px;
  }

  .careers-hero-container {
    height: auto;
  }

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

  .columns-single-career {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .column-left-single-career, .column-right-single-career {
    padding-left: 24px;
    padding-right: 24px;
  }

  .resource-hero-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-column-resource {
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    border-radius: 12px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #424bd133;
  }

  .hamburger-icon {
    width: 20px;
    height: 20px;
    margin: auto;
    display: block;
  }

  .hamburger-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .coklumn-left-business {
    flex-direction: column;
  }

  .space-about-a {
    height: 40px;
  }

  .piricing-content-right-side {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .link-block-sales-page {
    padding: 16px;
  }

  .cart {
    margin-right: 4px;
  }

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

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

  .section-copy.world {
    background-size: contain;
    padding-bottom: 140px;
  }

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

  .section-copy.sales-scroll {
    min-height: 0;
    max-height: 700px;
  }

  .h1-heading {
    font-size: 36px;
    line-height: 125%;
  }

  .h2-heading {
    font-size: 32px;
    line-height: 130%;
  }

  .h1-accent {
    font-size: 36px;
    line-height: 125%;
  }
}

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

  h2 {
    font-size: 30px;
  }

  blockquote {
    font-size: 20px;
    line-height: 160%;
  }

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

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

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

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

  .mega-h1 {
    font-size: 54px;
  }

  .paragraph-big {
    font-weight: 400;
  }

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

  .grid-thirds.team-grid {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.included-top-grid-sales {
    grid-column-gap: 20px;
  }

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

  .hero-a-content-wrap {
    text-align: center;
  }

  .hero-symbol {
    width: 70px;
  }

  .span-accent-1 {
    margin-bottom: 8px;
  }

  .subtitle {
    font-size: 20px;
  }

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

  .logo-image {
    height: 45px;
  }

  .feature-marquee-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    width: 60vw;
  }

  .feature-image-wrap {
    width: 100%;
    min-width: 0;
  }

  .feature-content-wrap {
    max-width: none;
    padding-right: 0;
  }

  .product-block {
    flex-direction: column;
  }

  .product-title-wrap {
    justify-content: space-between;
  }

  .home-a-testimonial-image-wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-a-testimonial-wrap, .tech-column {
    flex-direction: column;
  }

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

  .number-wrap {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .number-tile.middle {
    border-style: none;
    border-top-width: 1px;
    border-top-color: var(--stroke);
    border-bottom-width: 1px;
    border-bottom-color: var(--stroke);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .number-tile.right {
    border-bottom: 1px none var(--stroke);
    border-right-style: none;
  }

  .number-tile.tile-stroke {
    border-left-style: none;
    border-right-style: none;
  }

  .number-tile.tile-stroke-right {
    border-right-style: none;
  }

  .text-accent-1 {
    font-size: 48px;
  }

  .cta-column {
    flex-direction: column;
    width: 96%;
  }

  .cta-right-column {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .business-card {
    padding: 32px;
  }

  .business-image-wrap.small {
    height: 170px;
  }

  .business-card-big {
    padding: 32px;
  }

  .business-card-grid {
    grid-template-columns: 1fr;
  }

  .business-card-small {
    padding: 32px;
  }

  .review-detail-wrap {
    flex-direction: column;
  }

  .review-divider {
    width: 50%;
    height: 1px;
  }

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

  .service-marquee-card {
    padding: 24px;
  }

  .service-card-title {
    margin-bottom: 6px;
    font-size: 32px;
  }

  .service-marquee-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .marketing-grid, .marketing-grid.reverse {
    grid-template-columns: 1fr;
  }

  .marketing-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .marketing-logos-wrap {
    order: 1;
    align-self: center;
    height: 400px;
  }

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

  .home-b-cta-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .business-card-logo {
    min-height: 90px;
  }

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

  .blog-image-wrap {
    height: 50vw;
  }

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

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

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

  .team-card {
    max-width: none;
  }

  .team-card.movable-team {
    width: 46vw;
    max-width: none;
  }

  .cta-card {
    max-width: none;
  }

  .cta-four {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .about-column-wrap {
    flex-direction: column;
  }

  .about-card {
    padding: 24px;
  }

  .abour-card-image-wrap {
    height: 230px;
  }

  .pricing-title {
    font-size: 52px;
  }

  .pricing-purchase {
    left: -12px;
  }

  .services-slider {
    width: 90%;
  }

  .footer-bottom-flex {
    grid-row-gap: 64px;
  }

  .week-text {
    opacity: 0;
  }

  .roadmap-foreground {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .roadmap-stage-master.ideation, .roadmap-stage-master.design {
    width: 100%;
  }

  .roadmap-info-tile {
    min-width: 0;
  }

  .roadmap-info-tile.ideation-tile {
    left: auto;
    right: auto;
  }

  .roadmap-info-tile.design-tile {
    inset: 110% auto auto;
  }

  .container-sub-nav {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .link-sub-nav {
    border: 1px solid var(--gainsboro);
    background-color: var(--background);
    border-radius: 40px;
    flex: none;
    height: 32px;
    margin-right: 1vw;
    padding-top: 0;
  }

  .link-sub-nav.w--current {
    border-color: var(--white);
    background-color: var(--accent-1);
    color: var(--background);
  }

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

  .submenu-master-careers {
    align-items: center;
  }

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

  .content-column-resource {
    padding: 0;
  }

  .image-contact-hero {
    height: 270px;
  }

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

  .testimonial-h1 {
    font-size: 24px;
  }

  .piricing-content-right-side {
    width: 90%;
  }

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

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

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

  .card-template-details, .card-template-navigation {
    padding: 24px;
  }

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

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

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

  .sales-mockups-column.second-column {
    display: block;
  }

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

  .figma-tile-sales {
    flex-direction: column;
    padding-top: 24px;
    padding-left: 0;
  }

  .figma-content-sales {
    text-align: center;
    align-items: center;
  }

  .image-figma {
    width: 140px;
    height: auto;
  }

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

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

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

  .section-copy.usps-pricing {
    padding-top: 80px;
  }

  .h1-heading {
    font-size: 32px;
    line-height: 125%;
  }

  .h2-heading {
    font-size: 30px;
    line-height: 130%;
  }

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

  .h1-accent {
    font-size: 32px;
    line-height: 125%;
  }
}

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

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

  .section.home-b-feature {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.industry, .section.hero-about-b {
    padding-top: 140px;
  }

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

  .section.usps-pricing {
    padding-top: 200px;
  }

  .section.sales-scroll {
    min-height: 0;
    max-height: 450px;
  }

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

  .mega-h1 {
    font-size: 11vw;
  }

  .grid-thirds.sales-mockups {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .cta.newsletter-submit {
    margin-left: 0;
  }

  .link-block-with-line {
    font-size: 16px;
  }

  .hero-symbol {
    width: 13vw;
  }

  .marquee-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .marquee-column {
    width: 48%;
  }

  .marquee-column.column-one, .marquee-column.column-two {
    flex: none;
  }

  .marquee-overlay {
    top: -1px;
  }

  .marquee-overlay.bottom {
    bottom: -1px;
  }

  .logo-image {
    height: 40px;
  }

  .feature-marquee-card {
    width: 80vw;
  }

  .product-block {
    text-align: center;
  }

  .product-title {
    width: auto;
    margin-right: 0;
  }

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

  .product-content-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-image {
    width: 80%;
    max-width: 90%;
    height: auto;
    margin-right: 0;
  }

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

  .home-a-testimonial-name {
    font-size: 24px;
  }

  .feature-card {
    max-width: 290px;
  }

  .feature-card.gray {
    max-width: none;
  }

  .cta-left-inner {
    text-align: center;
  }

  .cta-author-wrap {
    flex-direction: column;
  }

  .cta-right-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-wrap-big {
    padding: 24px 0;
  }

  .business-card {
    padding: 24px;
  }

  .business-image-wrap {
    height: 180px;
  }

  .business-image-wrap.small {
    height: 110px;
  }

  .business-card-big {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .home-b-slider {
    padding-left: 32px;
    padding-right: 32px;
  }

  .review-detail-wrap {
    text-align: center;
  }

  .review-detail {
    text-align: center;
    align-items: center;
  }

  .feature-wrap {
    grid-template-columns: 1fr;
  }

  .home-b-feature-content {
    max-width: none;
  }

  .home-c-hero-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu {
    width: 100%;
  }

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

  .tab-block {
    padding: 24px;
  }

  .tab-title {
    font-size: 40px;
  }

  .business-card-logo-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .business-card-image-wrap {
    min-height: auto;
  }

  .home-c-cta {
    padding: 24px;
  }

  .industry-hero-container {
    width: 92%;
  }

  .design-process-image-wrap {
    padding: 16px;
  }

  .design-process-image-wrap.large {
    min-height: 0;
    padding: 0;
  }

  .blog-image-wrap {
    height: 63vw;
  }

  .feature-card-white.industry {
    padding: 24px;
  }

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

  .about-hero-container {
    background-image: linear-gradient(#0000007a, #0000007a), url('../images/AboutHeroImage.webp');
    background-position: 0 0, 82%;
  }

  .about-container-inner {
    padding-top: 64px;
  }

  .about-number-wrap {
    grid-template-columns: 1fr;
  }

  .number-wrap-big {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .team-card.movable-team {
    width: 80vw;
  }

  .office-marquee-card {
    height: 60vw;
  }

  .home-b-marquee-image-wrap {
    height: 290px;
  }

  .about-image-wrap {
    width: 105%;
    left: -16px;
  }

  .number-grid.numbers-about-c {
    flex-direction: column;
  }

  .about-card {
    padding: 24px;
  }

  .abour-card-image-wrap.big {
    height: 330px;
  }

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

  .pricing-title {
    font-size: 40px;
  }

  .pricing-review {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .pricing-review-detail {
    align-items: center;
  }

  .pricing-purchase {
    align-items: center;
    width: 94%;
    bottom: -50%;
    left: auto;
  }

  .pricing-purchase-title {
    flex-direction: column;
    align-items: center;
  }

  .three-columns-links-footer {
    grid-row-gap: 16px;
  }

  .form-newsletter {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .legal-text-footer {
    text-align: center;
  }

  .roadmap-foreground, .roadmap-info-tile {
    padding: 16px;
  }

  .roadmap-paragraph {
    font-size: 14px;
  }

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

  .nav-link, .dropdown-toggle-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-list-nav.w--open {
    padding: 8px;
  }

  .drodpdown-grid-pages {
    grid-template-columns: 1fr;
  }

  .nav-cta {
    display: none;
  }

  .resources-heading-footer {
    font-size: 16px;
    font-weight: 700;
  }

  .story-link-dropdown {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .story-logo-wrap-dropdown {
    width: 40px;
    height: 40px;
  }

  .company-logo-dropdown {
    width: 40%;
    height: 40%;
  }

  .tile-highlighted-post-navbar {
    background-color: var(--white);
  }

  .marketing-icons-combo {
    width: auto;
  }

  .marketing-logo-wrap {
    width: 24vw;
    height: 24vw;
  }

  .marketing-logo-image {
    width: 80%;
    height: 80%;
  }

  .careers-hero-container {
    width: 94%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .submenu-master-careers {
    justify-content: flex-start;
    padding-left: 16px;
    overflow: scroll;
  }

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

  .careers-single-hero-container {
    background-image: url('../images/IndustryCHero.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 94%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-left-single-career, .column-right-single-career {
    padding-left: 0;
    padding-right: 0;
  }

  .apply-tile-career-single {
    grid-row-gap: 16px;
  }

  .blog-section-blog-overview {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .logo-wrap-blog-tile {
    width: 56px;
    height: 56px;
  }

  .logo-image-blog-tile {
    width: 60%;
    height: 60%;
  }

  .resource-hero-container {
    width: 94%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-contact-hero {
    height: 50vw;
  }

  .tile-contact-form {
    margin-top: -48px;
    padding: 24px;
  }

  .overlay-careers-single {
    background-image: linear-gradient(#0000001a, #0000001a);
  }

  .cta-wrap-newsletter-form {
    flex-direction: column;
    display: flex;
  }

  .space-about-a {
    height: 16px;
  }

  .space-pricing-hero {
    height: 24px;
  }

  .piricing-content-right-side {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .card-template-details, .card-template-navigation {
    padding: 24px;
  }

  .icons-grid-template, .colors-grid-style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .buttons-grid-style-guide, .tiles-grid-style-guide {
    grid-template-columns: 1fr;
  }

  .sales-mockups-column.second-column {
    display: block;
  }

  .sales-mock-link-block {
    margin-bottom: 8px;
  }

  .image-figma {
    width: 90px;
    height: auto;
  }

  .single-wrap-pages {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .resource-menu-subtext {
    font-size: 14px;
    line-height: 150%;
  }

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

  .section-copy.home-b-feature {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-copy.industry, .section-copy.hero-about-b {
    padding-top: 140px;
  }

  .section-copy.hero-careers {
    padding-top: 80px;
  }

  .section-copy.usps-pricing {
    padding-top: 200px;
  }

  .section-copy.sales-scroll {
    min-height: 0;
    max-height: 450px;
  }

  .h3-heading {
    font-size: 22px;
    line-height: 120%;
  }
}

#w-node-_12078f4e-85e5-fabd-d633-bbc02e3d667c-9d22bfd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12078f4e-85e5-fabd-d633-bbc02e3d667e-9d22bfd5, #w-node-_12078f4e-85e5-fabd-d633-bbc02e3d667f-9d22bfd5, #w-node-e9512964-5d1e-1871-aef6-0e9b50accf09-0d9a40cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e9512964-5d1e-1871-aef6-0e9b50accf1a-0d9a40cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf66c-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf66e-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf66f-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf671-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf672-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf674-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf675-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf677-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf678-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf67a-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf67b-778c87cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf67e-778c87cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf689-778c87cd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf694-778c87cd {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf69f-778c87cd {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_45237486-39e0-c8fe-6764-4dd522380ab4-f0359032, #w-node-_45237486-39e0-c8fe-6764-4dd522380abb-f0359032, #w-node-_45237486-39e0-c8fe-6764-4dd522380ac2-f0359032, #w-node-_49358f41-96f3-c3d4-1980-050b3f10cc9f-487b40fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49358f41-96f3-c3d4-1980-050b3f10ccaf-487b40fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_661841c9-4758-a1e9-77e8-36c53e58f858-383bcfb3, #w-node-_661841c9-4758-a1e9-77e8-36c53e58f85c-383bcfb3, #w-node-_661841c9-4758-a1e9-77e8-36c53e58f869-383bcfb3, #w-node-_661841c9-4758-a1e9-77e8-36c53e58f876-383bcfb3, #w-node-_661841c9-4758-a1e9-77e8-36c53e58f881-383bcfb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_661841c9-4758-a1e9-77e8-36c53e58f88d-383bcfb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fa334fcf-1ec5-1a04-6a47-64c9fd774976-a0923884, #w-node-fa334fcf-1ec5-1a04-6a47-64c9fd774983-a0923884 {
  align-self: stretch;
}

#w-node-d1ca406e-cd40-7ad7-698c-6289af0d6b23-c6db2aef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1ca406e-cd40-7ad7-698c-6289af0d6b28-c6db2aef {
  justify-self: end;
}

#w-node-b2baac7c-8071-a11e-6d0d-86797377993b-ab4104e1, #w-node-b2baac7c-8071-a11e-6d0d-86797377993c-ab4104e1, #w-node-b2baac7c-8071-a11e-6d0d-867973779943-ab4104e1, #w-node-b2baac7c-8071-a11e-6d0d-86797377994a-ab4104e1, #w-node-b2baac7c-8071-a11e-6d0d-867973779951-ab4104e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2baac7c-8071-a11e-6d0d-867973779958-ab4104e1 {
  justify-self: center;
}

#w-node-_253e342a-7d35-1487-1597-6e68451728dc-07736311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_253e342a-7d35-1487-1597-6e68451728e7-07736311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2932b114-22b7-376f-7f55-cd606ea916e6-ca20f163 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2932b114-22b7-376f-7f55-cd606ea916e8-ca20f163, #w-node-f68881e3-bb48-8293-0dfc-d795e049cb0d-784c41b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f68881e3-bb48-8293-0dfc-d795e049cb5f-784c41b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6bff2b05-118d-13dc-5ac0-681ea590adca-e32f7805 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bff2b05-118d-13dc-5ac0-681ea590add2-e32f7805 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7628a274-242b-e823-7b38-2a2b8cea7ec2-f5af831e, #w-node-_7628a274-242b-e823-7b38-2a2b8cea7ec9-f5af831e, #w-node-_7628a274-242b-e823-7b38-2a2b8cea7ed0-f5af831e, #w-node-_7628a274-242b-e823-7b38-2a2b8cea7ed7-f5af831e, #w-node-_7628a274-242b-e823-7b38-2a2b8cea7ede-f5af831e, #w-node-_7628a274-242b-e823-7b38-2a2b8cea7ee5-f5af831e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb7b837d-384a-f415-9e27-268af9517876-fcf733e3 {
  justify-self: end;
}

#w-node-eb7b837d-384a-f415-9e27-268af9517895-fcf733e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7467e425-9bc0-adb3-47c7-608e6db9df4a-26cf757d, #w-node-_7467e425-9bc0-adb3-47c7-608e6db9df58-26cf757d, #w-node-_7467e425-9bc0-adb3-47c7-608e6db9df66-26cf757d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eed26de-634b-9543-e4e7-1744d3440126-741fd36a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8eed26de-634b-9543-e4e7-1744d344013a-741fd36a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed57d-4d8c56fa, #w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed582-4d8c56fa, #w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed585-4d8c56fa, #w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed588-4d8c56fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed58e-4d8c56fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed590-4d8c56fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed597-4d8c56fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed59a-4d8c56fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed5a3-4d8c56fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed5a6-4d8c56fa, #w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed5b1-4d8c56fa, #w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed5ba-4d8c56fa, #w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed5c3-4d8c56fa, #w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed5cc-4d8c56fa, #w-node-_79fc99c2-67de-f4c4-9bad-b4787e5ed5d0-4d8c56fa, #w-node-e60e4719-b9e4-72fb-1e40-dd1c0c5e5270-fcb5b3bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e60e4719-b9e4-72fb-1e40-dd1c0c5e527a-fcb5b3bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_024fe493-b0e1-c07a-5f30-6eaeed2eb1e5-941b1d4d, #w-node-_024fe493-b0e1-c07a-5f30-6eaeed2eb1f1-941b1d4d, #w-node-_024fe493-b0e1-c07a-5f30-6eaeed2eb1fd-941b1d4d, #w-node-_024fe493-b0e1-c07a-5f30-6eaeed2eb209-941b1d4d, #w-node-_024fe493-b0e1-c07a-5f30-6eaeed2eb215-941b1d4d, #w-node-_024fe493-b0e1-c07a-5f30-6eaeed2eb221-941b1d4d, #w-node-_024fe493-b0e1-c07a-5f30-6eaeed2eb22d-941b1d4d, #w-node-_024fe493-b0e1-c07a-5f30-6eaeed2eb239-941b1d4d, #w-node-_024fe493-b0e1-c07a-5f30-6eaeed2eb245-941b1d4d, #w-node-_0e628313-cbe8-bc18-90a9-0ceeb46b948f-231aa59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e628313-cbe8-bc18-90a9-0ceeb46b9491-231aa59b, #w-node-_0e628313-cbe8-bc18-90a9-0ceeb46b9492-231aa59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_532202be-7607-ae42-9a2a-c0cc3e2237f7-0fd893c3, #w-node-_532202be-7607-ae42-9a2a-c0cc3e223803-0fd893c3, #w-node-_532202be-7607-ae42-9a2a-c0cc3e22380f-0fd893c3, #w-node-_532202be-7607-ae42-9a2a-c0cc3e22381b-0fd893c3, #w-node-_532202be-7607-ae42-9a2a-c0cc3e223827-0fd893c3, #w-node-_532202be-7607-ae42-9a2a-c0cc3e223833-0fd893c3, #w-node-f72c7d8c-485d-d2bc-7532-6f84fbadd807-5666c917, #w-node-f72c7d8c-485d-d2bc-7532-6f84fbadd80e-5666c917, #w-node-f72c7d8c-485d-d2bc-7532-6f84fbadd815-5666c917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1892925a-dc4a-065f-11df-b044f2f106fc-d2df7220 {
  place-self: center start;
}

#w-node-_1892925a-dc4a-065f-11df-b044f2f10706-d2df7220, #w-node-_1892925a-dc4a-065f-11df-b044f2f1070a-d2df7220, #w-node-_1892925a-dc4a-065f-11df-b044f2f1070e-d2df7220, #w-node-_1892925a-dc4a-065f-11df-b044f2f10719-d2df7220, #w-node-_1892925a-dc4a-065f-11df-b044f2f1071d-d2df7220, #w-node-_1892925a-dc4a-065f-11df-b044f2f10721-d2df7220, #w-node-_1892925a-dc4a-065f-11df-b044f2f1072c-d2df7220, #w-node-_1892925a-dc4a-065f-11df-b044f2f10730-d2df7220, #w-node-_1892925a-dc4a-065f-11df-b044f2f10734-d2df7220, #w-node-_1892925a-dc4a-065f-11df-b044f2f1073f-d2df7220, #w-node-_1892925a-dc4a-065f-11df-b044f2f10763-d2df7220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1892925a-dc4a-065f-11df-b044f2f1077e-d2df7220 {
  align-self: start;
}

#w-node-_1892925a-dc4a-065f-11df-b044f2f10789-d2df7220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_661841c9-4758-a1e9-77e8-36c53e58f858-383bcfb3 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_661841c9-4758-a1e9-77e8-36c53e58f881-383bcfb3, #w-node-_661841c9-4758-a1e9-77e8-36c53e58f88d-383bcfb3 {
    justify-self: center;
  }

  #w-node-eb7b837d-384a-f415-9e27-268af9517895-fcf733e3, #w-node-_0e628313-cbe8-bc18-90a9-0ceeb46b9491-231aa59b {
    order: -9999;
  }

  #w-node-_1892925a-dc4a-065f-11df-b044f2f10788-d2df7220 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf67e-778c87cd, #w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf689-778c87cd, #w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf694-778c87cd, #w-node-_693ea1f3-4c3f-4b78-6631-dd2c82ccf69f-778c87cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2baac7c-8071-a11e-6d0d-867973779958-ab4104e1 {
    order: -9999;
  }
}


@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-BlackItalic-kopia.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  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-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic-kopia.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  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-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic-kopia.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular-kopia.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic-kopia.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}