@font-face {
  font-family: Icons Marketing Template;
  src: url('../fonts/icons-marketing-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --neutral-600: #6e7191;
  --neutral-800: #14142b;
  --primary-1: #ff3951;
  --secondary-3: #3f80fd;
  --secondary-1: #ffc226;
  --secondary-2: #6a35ff;
  --secondary-4: #ff8139;
  --neutral-700: #4e4b66;
  --neutral-500: #a0a3bd;
  --neutral-400: #d9dbe9;
  --neutral-300: #eff0f6;
  --neutral-200: #f5f7fc;
  --neutral-100: white;
  --shadow-form-2: #14142b0a;
  --shadow-form-1: #13124205;
  --shadow-button-primary: #ff395147;
  --shadow-button-secondary: #14142b0f;
  --shadow-input: #13124212;
  --shadow-card-default: #14142b0d;
  --shadow-form-3: #e8305105;
  --secondary-5: #3fcffd;
  --shadow-2: #14142b05;
  --shadow-1: #14142b08;
  --shadow-cta: #ff395159;
  --primary-2: #f66688;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  -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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--neutral-600);
  letter-spacing: .02em;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.233em;
}

h2 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35em;
}

h3 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.346em;
}

h4 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--secondary-3);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--neutral-800);
  font-weight: 700;
}

blockquote {
  border-left: 12px solid var(--secondary-3);
  color: var(--secondary-3);
  background-color: #fff;
  border-radius: 12px 35px 35px 12px;
  margin-bottom: 10px;
  padding: 67px 71px 67px 67px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.583em;
  box-shadow: 0 6px 12px #14142b0d;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: flex;
}

.bg-primary-1 {
  background-color: var(--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary-1);
}

.bg-secondary-2 {
  background-color: var(--secondary-2);
}

.bg-secondary-3 {
  background-color: var(--secondary-3);
}

.bg-secondary-4 {
  background-color: var(--secondary-4);
}

.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.style-guide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 32px;
}

.container-default {
  flex: 1;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.cta-v2 {
  perspective: 1000px;
}

.container-default.cta-v2.home-pages {
  margin-bottom: 140px;
}

.container-default.newsletter {
  perspective: 1000px;
}

.style-guide-content {
  border: 1px solid var(--neutral-300);
  box-shadow: 0 34px 104px 0 var(--shadow-form-2), 0 13px 72px 0 var(--shadow-form-1);
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
}

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.style-guide-title {
  margin-top: 0;
}

.style-guide-header {
  background-color: var(--neutral-100);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style-guide-icon-link {
  background-color: var(--primary-1);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: var(--neutral-600);
  border-radius: 20px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .35s, color .3s;
  display: flex;
}

.style-guide-link:hover {
  color: var(--primary-1);
  background-color: #ffefef;
}

.style-guide-link.w--current {
  color: var(--primary-1);
  background-color: #ffefef;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  border-bottom: 1px solid var(--neutral-300);
  color: var(--neutral-800);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-300);
  margin-top: 24px;
  padding-top: 24px;
}

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

.color-container {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 16px #110a630a, 0 12px 22px #8076f70a;
}

.color-block {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  min-height: 120px;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--neutral-800);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-600);
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

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

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

.typography-container {
  border-bottom: 1px solid var(--neutral-300);
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 750px;
}

.typography-details {
  color: var(--primary-1);
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-large.case-study-detail {
  margin-bottom: 0;
}

.paragraph-large.case-study-detail.link {
  color: var(--neutral-600);
  text-decoration: none;
}

.paragraph-large.case-study-detail.featured {
  color: var(--primary-1);
  font-weight: 700;
}

.style-guide-subheader {
  background-color: var(--neutral-200);
  padding: 56px 68px;
}

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 80px);
}

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

.button-primary {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 1000px;
  margin-top: 14px;
  padding: 28px 50px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, box-shadow .3s;
}

.button-primary:hover {
  color: var(--neutral-100);
  transform: translate3d(0, -6px, .01px);
  box-shadow: 0 15px 32px #ff395161;
}

.button-primary.small {
  padding: 23px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 28px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.full-width.package-item-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary.full-width.add-to-cart {
  width: 100%;
}

.button-primary.button-white {
  color: var(--primary-1);
  background-color: #fff;
}

.button-primary.button-white.cta-v2 {
  z-index: 1;
  position: relative;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-primary.button-2-buttons {
  margin-bottom: 15px;
  margin-right: 26px;
}

.button-primary.contact-form-button {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.button-primary.footer-newsletter {
  justify-content: center;
  align-items: center;
  padding: 18px 26px;
  display: flex;
  position: absolute;
  right: 22px;
}

.button-primary.header-button {
  padding: 23px 32px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.blog-newsletter {
  justify-content: center;
  align-items: center;
  padding: 18px 26px;
  display: flex;
  position: absolute;
  right: 18px;
}

.button-primary.card-schedule-demo-button, .button-primary.card-free-consultation-button, .button-primary.card-video-form-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary.newsletter {
  justify-content: center;
  align-items: center;
  padding: 18px 26px;
  display: flex;
  position: absolute;
  right: 18px;
}

.button-primary.header-button-mobile {
  padding: 28px 16px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.cart-empty-state {
  margin-top: 40px;
}

.button-primary.cart {
  margin-top: 18px;
}

.button-secondary {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 1000px;
  padding: 28px 50px;
  line-height: 20px;
  transition: transform .3s, box-shadow .3s;
}

.button-secondary:hover {
  color: var(--primary-1);
  transform: translate3d(0, -6px, .01px);
  box-shadow: 0 15px 30px #14142b1a;
}

.button-secondary.small {
  padding: 23px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 28px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.discounts {
  border-width: 1px;
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding: 28px 16px;
}

.button-secondary.button-2-buttons {
  margin-bottom: 15px;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width.buy-now {
  margin-top: 16px;
}

.style-guide-button-container {
  margin-top: 39px;
}

.cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.header {
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.header-logo {
  width: 180px;
  margin-left: 0;
}

.header-navigation {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 30px;
  line-height: 1em;
}

.nav-item-wrapper.last {
  margin-right: 0;
}

.nav-item-wrapper.mobile {
  display: none;
}

.nav-link {
  color: var(--neutral-800);
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--primary-1);
}

.nav-link.dropdown {
  padding: 0;
  bottom: -3px;
}

.menu-button {
  transform-style: preserve-3d;
}

.nav-menu {
  position: static;
}

.footer {
  border-top: 1px solid var(--neutral-400);
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 36px;
}

.footer-logo-container {
  transform-style: preserve-3d;
  margin-bottom: 19px;
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-logo {
  width: 250px;
  margin-left: -3px;
}

.footer-nav-item {
  margin-bottom: 22px;
  line-height: 1.111em;
}

.footer-nav-item.last {
  margin-bottom: 0;
}

.page-wrapper.full-height {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.utility-pages-hero {
  background-color: var(--neutral-200);
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.section.checkout-hero {
  background-color: var(--neutral-200);
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.home-hero {
  padding-top: 85px;
  overflow: hidden;
}

.section.home-hero.pages {
  padding-bottom: 270px;
}

.section.home-companies {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--neutral-100) 50%, var(--neutral-200) 50%);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.home-services {
  background-color: var(--neutral-200);
  padding-top: 240px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.home-advantage {
  padding-bottom: 240px;
  overflow: hidden;
}

.section.home-about {
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section.home-process {
  background-color: var(--neutral-200);
  padding-top: 240px;
  padding-bottom: 240px;
}

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

.section.home-testimonials {
  background-color: var(--neutral-200);
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.home-blog {
  padding-top: 240px;
  padding-bottom: 156px;
}

.section.home-contact {
  padding-top: 160px;
  padding-bottom: 148px;
  overflow: hidden;
}

.section.home-hero-v2 {
  padding-top: 96px;
  padding-bottom: 91px;
  position: relative;
  overflow: hidden;
}

.section.home-v2-services {
  padding-top: 240px;
  overflow: hidden;
}

.section.home-v2-process {
  background-color: var(--neutral-200);
}

.section.home-v2-about {
  padding-bottom: 176px;
  overflow: hidden;
}

.section.home-v2-testimonials {
  background-color: var(--neutral-200);
  padding-bottom: 160px;
  overflow: hidden;
}

.section.home-v2-blog {
  background-color: var(--neutral-200);
}

.section.cta-v1 {
  padding-bottom: 125px;
}

.section.home-hero-v3 {
  background-image: linear-gradient(to bottom, white 65%, var(--neutral-200) 65%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-v3-about {
  background-color: var(--neutral-200);
  overflow: hidden;
}

.section.home-v3-services {
  background-color: var(--neutral-200);
}

.section.cta-v2 {
  background-image: linear-gradient(to bottom, var(--neutral-200) 50%, white 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-v3-testimonials, .section.home-v3-blog {
  background-color: var(--neutral-200);
}

.section.home-v3-contact {
  position: relative;
  overflow: hidden;
}

.section.home-v3-advantage, .section.case-studies-v2 {
  overflow: hidden;
}

.section.about-hero {
  padding-top: 81px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section.about-mission {
  overflow: hidden;
}

.section.about-story {
  background-color: var(--neutral-200);
}

.section.about-offices {
  background-color: var(--neutral-200);
  padding-bottom: 107px;
}

.section.about-team {
  padding-bottom: 198px;
  overflow: hidden;
}

.section.about-values {
  overflow: hidden;
}

.section.blog-v1-hero {
  padding-top: 96px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section.blog-v1 {
  background-color: var(--neutral-200);
  padding-top: 150px;
  padding-bottom: 146px;
}

.section.blog-v1-newsletter {
  background-image: linear-gradient(to bottom, var(--neutral-200) 50%, white 50%);
  margin-bottom: 150px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-v2-hero {
  padding-top: 96px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.blog-v2 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.blog-v3-newsletter {
  background-image: linear-gradient(to bottom, white 50%, var(--neutral-200) 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-v3 {
  background-color: var(--neutral-200);
  padding-top: 136px;
  padding-bottom: 154px;
}

.section.blog-hero-v3 {
  padding-top: 96px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.blog-post-newsletter {
  background-image: linear-gradient(to bottom, white 50%, var(--neutral-200) 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-post-latest-articles-section {
  background-color: var(--neutral-200);
  padding-top: 195px;
  padding-bottom: 190px;
}

.section.blog-post {
  padding-top: 37px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.services-v1 {
  padding-top: 96px;
  padding-bottom: 128px;
  overflow: hidden;
}

.section.services-v1-cta {
  padding-top: 0;
  padding-bottom: 138px;
}

.section.services-v2 {
  padding-top: 96px;
  overflow: hidden;
}

.section.services-v3 {
  padding-top: 96px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.services-v3-cta {
  background-image: linear-gradient(to bottom, white 30%, var(--neutral-200) 30%);
  padding-top: 0;
  padding-bottom: 136px;
}

.section.service-hero {
  padding-top: 130px;
  padding-bottom: 240px;
  overflow: hidden;
}

.section.services-section {
  background-color: var(--neutral-200);
  overflow: hidden;
}

.section.service-case-study {
  background-color: var(--neutral-200);
}

.section.service-testimonials {
  overflow: hidden;
}

.section.service-contact {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section.team-members {
  padding-top: 96px;
  overflow: hidden;
}

.section.team {
  padding-top: 66px;
  position: relative;
  overflow: hidden;
}

.section.case-studies-page {
  padding-top: 96px;
  padding-bottom: 160px;
}

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

.section.case-study-hero {
  padding-top: 96px;
  padding-bottom: 0;
}

.section.case-study-cta {
  background-image: linear-gradient(to top, var(--neutral-200) 50%, white 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.more-case-studies {
  background-color: var(--neutral-200);
  padding-top: 156px;
  padding-bottom: 156px;
}

.section.current-openings {
  background-color: var(--neutral-200);
}

.section.careers-hero {
  padding-top: 96px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.perks {
  overflow: hidden;
}

.section.career {
  padding-top: 95px;
  position: relative;
  overflow: hidden;
}

.section.packages {
  padding-top: 95px;
  overflow: hidden;
}

.section.packages-faqs {
  background-color: var(--neutral-200);
}

.section.package {
  padding-top: 95px;
  padding-bottom: 154px;
  position: relative;
  overflow: hidden;
}

.section.contact {
  padding-top: 95px;
  padding-bottom: 239px;
  overflow: hidden;
}

.section.offices {
  background-color: var(--neutral-200);
}

.section.social-media {
  padding-top: 0;
  padding-bottom: 172px;
}

.section.faqs {
  padding-bottom: 196px;
  overflow: hidden;
}

.section.schedule-demo {
  flex: 1;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section.free-consultation {
  padding-top: 96px;
  padding-bottom: 70px;
  position: relative;
}

.section.advantage {
  padding-bottom: 86px;
  overflow: hidden;
}

.section.about {
  padding-top: 86px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section.services {
  background-color: var(--neutral-200);
}

.section.testimonials {
  overflow: hidden;
}

.section.form-video {
  background-color: var(--neutral-800);
  padding-top: 132px;
  padding-bottom: 122px;
}

.section.testimonials-v2 {
  overflow: hidden;
}

.section.advantage-v2 {
  padding-bottom: 86px;
  overflow: hidden;
}

.section.about-v2 {
  padding-top: 86px;
  position: relative;
  overflow: hidden;
}

.section.newsletter-hero {
  padding-top: 149px;
  padding-bottom: 121px;
  overflow: hidden;
}

.section.newsletter-testimonials {
  padding-top: 121px;
  padding-bottom: 114px;
}

.section.utility-pages {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.utility-pages.changelog {
  padding-top: 0;
  padding-bottom: 80px;
}

.section.packages-category {
  padding-top: 95px;
  overflow: hidden;
}

.section.blog-category {
  padding-top: 96px;
  padding-bottom: 160px;
}

.section.home-pages {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 160px;
}

.section.home-pages-container {
  background-color: var(--neutral-200);
  margin-bottom: -145px;
  padding-top: 160px;
  padding-bottom: 270px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 162px;
  padding-bottom: 179px;
  display: flex;
  overflow: hidden;
}

.utility-page-wrap.password {
  padding: 60px 24px;
  position: relative;
}

.utility-page-content-password {
  border: 1px solid var(--neutral-300);
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  margin-bottom: 0;
  padding: 72px 50px;
  display: flex;
  box-shadow: 0 5px 12px #14142b0d;
}

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

.input {
  border: 1px solid var(--neutral-300);
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  color: var(--primary-1);
  letter-spacing: .02em;
  border-radius: 1000px;
  min-height: 66px;
  margin-bottom: 0;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--primary-1);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--primary-1);
  color: var(--primary-1);
  box-shadow: 0 2px 11px #f4263e0f, 0 4px 10px #1f255912;
}

.input::placeholder {
  color: var(--neutral-600);
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  background-color: var(--neutral-100);
  min-height: 55px;
  margin-bottom: 16px;
}

.input.discounts {
  background-color: var(--neutral-100);
  border-width: 1px;
  flex: 0 auto;
  min-height: 55px;
  margin-bottom: 16px;
}

.input.name {
  background-image: url('../images/icon-1-input-marketing-template.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 55px;
}

.input.name:focus {
  background-image: url('../images/icon-1-input-hover-marketing-template.svg');
}

.input.email {
  background-image: url('../images/icon-2-input-marketing-template.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 55px;
}

.input.email:focus {
  background-image: url('../images/icon-2-input-hover-marketing-template.svg');
}

.input.phone {
  background-image: url('../images/icon-3-input-marketing-template.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 55px;
}

.input.phone:focus {
  background-image: url('../images/icon-3-input-hover-marketing-template.svg');
}

.input.company {
  background-image: url('../images/icon-4-input-marketing-template.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 55px;
}

.input.company:focus {
  background-image: url('../images/icon-4-input-hover-marketing-template.svg');
}

.input.footer-newsletter {
  min-height: 79px;
  padding-left: 33px;
  padding-right: 180px;
}

.input.blog-newsletter, .input.newsletter {
  min-height: 79px;
  padding-left: 27px;
  padding-right: 180px;
}

.not-found-404 {
  color: var(--primary-1);
  letter-spacing: -.03em;
  margin-bottom: 17px;
  font-size: 190px;
  font-weight: 700;
  line-height: 1.053em;
}

.container-medium-761px {
  max-width: 761px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-761px.services-v2 {
  text-align: center;
  margin-bottom: 40px;
}

.container-medium-761px.utility-pages {
  text-align: center;
}

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

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.footer-top {
  margin-top: 60px;
  margin-bottom: 80px;
}

.divider.footer-bottom {
  margin-top: 78px;
  margin-bottom: 27px;
}

.divider.home-hero-v3 {
  background-color: var(--neutral-100);
  opacity: .54;
  margin-top: 144px;
  margin-bottom: 38px;
}

.divider.card-blog-featured-v2-item {
  margin-top: 22px;
  margin-bottom: 22px;
}

.divider.card-blog-post-main-content {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.case-study-hero {
  margin-top: 80px;
  margin-bottom: 74px;
}

.divider.card-case-study {
  max-width: 730px;
  margin: 57px auto 80px;
}

.divider.card-schedule-demo, .divider.card-free-consultation, .divider.card-form-video {
  margin-top: 35px;
  margin-bottom: 32px;
}

.icon-password {
  justify-content: center;
  align-items: center;
  max-width: 140px;
  margin-bottom: 24px;
}

.paragraph.password {
  max-width: 405px;
  margin-bottom: 40px;
}

.paragraph.not-found {
  margin-bottom: 30px;
}

.paragraph.home-hero {
  margin-bottom: 40px;
}

.paragraph.home-companies {
  z-index: 1;
  max-width: 287px;
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
}

.paragraph.case-studies {
  max-width: 42%;
  margin-bottom: 0;
}

.paragraph.home-contact {
  margin-bottom: 32px;
}

.paragraph.card-testimonial {
  margin-bottom: 40px;
}

.paragraph.blog-post-item-v2, .paragraph.footer-main-paragraph {
  margin-bottom: 0;
}

.paragraph.home-hero-v2 {
  max-width: 515px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-service-v2 {
  margin-bottom: 16px;
}

.paragraph.home-v2-process-left-paragraph {
  margin-bottom: 40px;
}

.paragraph.card-home-v2-process {
  margin-bottom: 0;
}

.paragraph.home-v2-about {
  margin-bottom: 40px;
}

.paragraph.home-v2-score {
  margin-bottom: 23px;
  line-height: 1.556em;
}

.paragraph.blog-post-section-item-v1 {
  height: 65px;
  margin-bottom: 0;
  overflow: hidden;
}

.paragraph.cta-v1-content-top {
  margin-bottom: 0;
}

.paragraph.card-cta-v1-accent {
  color: var(--neutral-100);
  margin-bottom: 36px;
}

.paragraph.card-cta-v1 {
  margin-bottom: 32px;
}

.paragraph.home-hero-v3 {
  color: var(--neutral-200);
  text-shadow: 0 4px 6px #1c0c2b33;
  max-width: 515px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-service-v1 {
  margin-bottom: 16px;
}

.paragraph.card-home-v3-process {
  margin-bottom: 0;
}

.paragraph.home-v3-contact {
  margin-bottom: 30px;
}

.paragraph.about-hero {
  margin-bottom: 0;
}

.paragraph.about-mission {
  margin-bottom: 27px;
}

.paragraph.about-story, .paragraph.card-about-story, .paragraph.card-about-value, .paragraph.card-team-section-item, .paragraph.about-offices, .paragraph.blog-v1-hero {
  margin-bottom: 0;
}

.paragraph.blog-post-item-v1 {
  height: 65px;
  margin-bottom: 0;
  overflow: hidden;
}

.paragraph.blog-featured-v1-item, .paragraph.blog-v2-hero, .paragraph.card-blog-featured-v2-item, .paragraph.blog-v3-hero, .paragraph.blog-post, .paragraph.card-about-author, .paragraph.services-v1, .paragraph.card-service-v3 {
  margin-bottom: 0;
}

.paragraph.service-hero {
  margin-bottom: 40px;
}

.paragraph.card-services-section-slide {
  margin-bottom: 0;
}

.paragraph.service-process {
  margin-bottom: 40px;
}

.paragraph.card-service-process {
  margin-bottom: 0;
}

.paragraph.service-contact {
  max-width: 496px;
  margin-bottom: 40px;
}

.paragraph.card-service-case-study, .paragraph.team-members {
  margin-bottom: 0;
}

.paragraph.team-excerpt {
  margin-bottom: 28px;
}

.paragraph.case-studies-page {
  margin-bottom: 0;
}

.paragraph.case-study-excerpt {
  max-width: 585px;
  margin-bottom: 0;
}

.paragraph.current-openings {
  max-width: 471px;
  margin-bottom: 0;
}

.paragraph.card-perk {
  letter-spacing: 0;
  margin-bottom: 0;
}

.paragraph.card-career {
  margin-bottom: 22px;
}

.paragraph.card-career-apply {
  margin-bottom: 26px;
}

.paragraph.package-item-about-excerpt, .paragraph.faqs {
  margin-bottom: 0;
}

.paragraph.faq {
  max-width: 454px;
  margin-bottom: 0;
}

.paragraph.package-description, .paragraph.card-package-order {
  margin-bottom: 0;
}

.paragraph.contact {
  margin-bottom: 29px;
}

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

.paragraph.schedule-demo {
  margin-bottom: 21px;
}

.paragraph.card-schedule-demo, .paragraph.card-free-consultation {
  margin-bottom: 0;
}

.paragraph.form-video {
  color: var(--neutral-100);
  margin-bottom: 33px;
}

.paragraph.card-form-video {
  margin-bottom: 0;
}

.paragraph.newsletter-section {
  max-width: 90%;
}

.paragraph.card-newsletter-testimonial {
  margin-bottom: 19px;
}

.paragraph.utility-pages, .paragraph.card-default, .paragraph.checkout-hero {
  margin-bottom: 0;
}

.paragraph.checkout-hero.order-confirmation {
  max-width: 520px;
}

.paragraph-small {
  font-size: 15px;
  line-height: 1.6em;
}

.card {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 6px 12px 0 var(--shadow-card-default);
  border-radius: 40px;
  overflow: hidden;
}

.card.changelog {
  flex-direction: column;
  margin-bottom: 20px;
  padding: 60px 50px;
  display: flex;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0;
}

.card.checkout.order-summary {
  box-shadow: none;
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.contact-form {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 1px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 34px;
  width: 100%;
  max-width: 660px;
  min-height: 694px;
  padding: 72px 48px;
  display: flex;
  position: relative;
}

.card.service-slide {
  color: var(--neutral-600);
  border-radius: 50px;
  align-items: flex-start;
  padding: 42px 40px 62px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.service-slide:hover {
  box-shadow: 0 12px 18px .01px var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card.home-process {
  max-width: 799px;
  margin-left: auto;
  padding: 92px 64px 92px 257px;
}

.card.testimonial {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 76px 61px;
  display: flex;
}

.card.blog-post-item-v2 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  min-height: 100%;
  padding: 24px 24px 44px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.blog-post-item-v2:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.case-studies-item-card {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  min-height: 100%;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.case-studies-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, .01);
}

.card.service-v2 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  padding: 48px 32px 56px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.service-v2:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.home-v2-process {
  align-items: center;
  padding: 34px 32px;
  display: flex;
}

.card.testimonial-card {
  padding: 60px 40px 55px;
}

.card.blog-post-section-item-v1 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  padding: 20px 20px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.blog-post-section-item-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.cta-v1-accent {
  background-color: var(--primary-1);
  align-items: flex-start;
  max-width: 57%;
  margin-right: 20px;
  padding: 87px 47px;
  display: flex;
  position: relative;
}

.card.cta-v1 {
  max-width: 41%;
  padding: 50px 32px 50px 40px;
}

.card.service-v1 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  align-items: flex-start;
  padding: 44px 40px 48px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.service-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.home-v3-process {
  padding: 36px 35px 57px 38px;
}

.card.home-v3-testimonial-card {
  margin-bottom: 32px;
  padding: 60px 40px 50px;
}

.card.home-v3-testimonial-card.last {
  margin-bottom: 0;
}

.card.home-v3-contact-form {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 1px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 34px;
  width: 100%;
  max-width: 660px;
  min-height: 694px;
  padding: 72px 48px;
  display: flex;
}

.card.about-hero-result {
  border-radius: 28px;
  width: 100%;
  max-width: 288px;
  padding: 42px 20px 33px;
}

.card.about-story {
  border-radius: 28px;
  max-width: 289px;
  padding: 42px 24px 45px;
}

.card.about-value {
  color: var(--neutral-600);
  align-items: flex-start;
  padding: 44px 40px 48px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.about-value:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card.about-office {
  transform-style: preserve-3d;
  border-radius: 28px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 41px 33px 54px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.about-office:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.team-section-item-card {
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 38px;
  padding-right: 38px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  overflow: visible;
}

.card.team-section-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.blog-post-item-v1 {
  color: var(--neutral-600);
  border-radius: 32px;
  min-height: 100%;
  padding: 20px 20px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.card.blog-post-item-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card.blog-featured-v1-item-card {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 56px 24px 25px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.blog-featured-v1-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.blog-featured-v2-item-card {
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  padding: 44px 40px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: absolute;
  right: 0;
}

.card.blog-featured-v2-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale(1.01);
}

.card.blog-post-main-content {
  z-index: 1;
  border-radius: 48px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 968px;
  margin-top: 45px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 65px 64px 69px;
  display: flex;
  position: relative;
}

.card.about-author {
  border-radius: 42px;
  align-items: center;
  max-width: 730px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 45px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.about-author:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale(1.02);
}

.card.service-v3 {
  color: var(--neutral-600);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 31px 53px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.service-v3:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card.services-section-slide-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 25px 67px;
  display: flex;
}

.card.service-process {
  align-items: flex-start;
  padding: 43px 32px;
  display: flex;
}

.card.service-testimonial-card {
  margin-bottom: 32px;
  padding: 60px 40px 50px;
}

.card.service-testimonial-card.last {
  margin-bottom: 0;
}

.card.service-case-study-item {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.service-case-study-item:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.team-about {
  padding: 82px 40px 58px;
}

.card.case-study {
  padding: 90px 40px 94px;
}

.card.perk {
  text-align: center;
  padding: 48px 32px 53px;
}

.card.career {
  color: var(--neutral-600);
  cursor: pointer;
  transform-style: preserve-3d;
  padding: 48px 40px 56px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.card.career:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.career-apply {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 439px;
  padding: 66px 40px;
  display: flex;
}

.card.career-about {
  max-width: 957px;
  margin-left: auto;
  margin-right: auto;
  padding: 95px 40px 76px;
}

.card.packages {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 30px;
  justify-content: space-between;
  margin-bottom: 59px;
  padding: 49px 40px 86px;
  display: flex;
}

.card.faq {
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 22px;
  margin-bottom: 26px;
  padding: 51px 46px;
  transition: box-shadow .3s, transform .3s;
}

.card.faq:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.faq.last {
  margin-bottom: 0;
}

.card.package-about {
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  padding: 79px 40px 20px;
}

.card.package-order {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  justify-content: center;
  width: 100%;
  min-height: 570px;
  padding: 54px 40px;
  display: flex;
}

.card.schedule-demo {
  border-radius: 36px;
  max-width: 614px;
  min-height: 670px;
  padding: 70px 46px 80px;
}

.card.schedule-demo-team {
  border-radius: 25px;
  align-items: center;
  padding: 26px 23px;
  display: flex;
}

.card.free-consultation, .card.form-video {
  border-radius: 36px;
  max-width: 614px;
  min-height: 670px;
  padding: 70px 46px 80px;
}

.card.newsletter-testimonial {
  border-radius: 34px;
  padding: 48px 32px;
}

.card.default {
  padding: 40px 32px;
}

.card.packages-category {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 30px;
  justify-content: center;
  padding: 49px 40px 86px;
  display: flex;
}

.card.numbers-home {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 62px 15px;
  display: flex;
  overflow: visible;
}

.card.page-container {
  color: var(--neutral-800);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 28px 48px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.checkout-form {
  background-color: #0000;
  padding: 80px 0 150px;
}

.checkout-block-header {
  border-width: 0;
  flex-wrap: wrap;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

.title.checkout {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.order-item {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.title.order-item:hover {
  color: var(--primary-1);
}

.title.case-studies, .title.home-blog, .title.home-services {
  margin-bottom: 0;
}

.title.card-testimonial-slide {
  margin-bottom: 16px;
}

.title.home-process, .title.home-testimonials {
  margin-bottom: 0;
}

.title.h3-size {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.346em;
}

.title.h3-size.footer-newsletter {
  margin-bottom: 19px;
}

.title.h3-size.blog-post-item-v2 {
  margin-bottom: 10px;
}

.title.h3-size.blog-featured-v1-item {
  margin-bottom: 14px;
}

.title.h3-size.card-blog-featured-v2-item {
  margin-bottom: 8px;
}

.title.h3-size.card-service-process {
  margin-bottom: 6px;
}

.title.h3-size.team-members-bottom, .title.h3-size.packages-contact, .title.h3-size.card-package-order {
  margin-bottom: 8px;
}

.title.h3-size.card-schedule-demo, .title.h3-size.card-free-consultation, .title.h3-size.card-form-video {
  margin-bottom: 6px;
}

.title.h4-size {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.title.h4-size.footer-title {
  margin-bottom: 24px;
}

.title.h4-size.card-testimonial {
  margin-bottom: 8px;
}

.title.h4-size.blog-post-section-item-v1 {
  margin-bottom: 7px;
}

.title.h4-size.card-home-v3-testimonial {
  margin-bottom: 8px;
}

.title.h4-size.card-about-story, .title.h4-size.card-about-office {
  margin-bottom: 6px;
}

.title.h4-size.blog-post-item-v1 {
  margin-bottom: 7px;
}

.title.h4-size.card-service-testimonial {
  margin-bottom: 8px;
}

.title.h4-size.package-item-name {
  color: var(--neutral-600);
  margin-bottom: 12px;
  font-weight: 500;
}

.title.h4-size.faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.h4-size.schedule-demo-team {
  margin-bottom: 15px;
}

.title.card-service-v2 {
  margin-bottom: 10px;
}

.title.home-v2-testimonials, .title.home-v2-blog, .title.cta-v1 {
  margin-bottom: 0;
}

.title.card-cta-v1-accent {
  color: var(--neutral-100);
  margin-bottom: 6px;
}

.title.card-cta-v1 {
  margin-bottom: 6px;
}

.title.home-v2-services, .title.case-studies {
  margin-bottom: 0;
}

.title.home-hero-v3 {
  color: var(--neutral-100);
  text-shadow: 0 6px 20px #00000087;
  max-width: 818px;
  margin-left: auto;
  margin-right: auto;
}

.title.home-v3-about {
  margin-bottom: 24px;
  margin-right: 10px;
}

.title.card-service-v1 {
  margin-bottom: 8px;
}

.title.cta-v2 {
  z-index: 1;
  color: var(--neutral-100);
  max-width: 60%;
  margin-bottom: 0;
  padding-right: 40px;
  position: relative;
}

.title.card-home-v3-process {
  margin-bottom: 6px;
}

.title.home-v3-process {
  margin-bottom: 0;
}

.title.home-v3-testimonials {
  margin-bottom: 32px;
}

.title.case-studies, .title.home-v3-blog {
  margin-bottom: 0;
}

.title.home-v3-advantage {
  max-width: 85%;
}

.title.case-studies-v2 {
  margin-bottom: 0;
}

.title.about-mission {
  margin-bottom: 24px;
}

.title.about-story {
  margin-bottom: 0;
}

.title.card-about-value {
  margin-bottom: 8px;
}

.title.about-offices {
  margin-bottom: 0;
}

.title.card-team-section-item-name {
  margin-bottom: 7px;
}

.title.blog-v1-hero, .title.blog-v1 {
  margin-bottom: 0;
}

.title.blog-newsletter {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.title.blog-v2-hero, .title.blog-v2, .title.blog-v3, .title.blog-post-latest-articles {
  margin-bottom: 0;
}

.title.blog-post {
  margin-bottom: 24px;
}

.title.card-about-author-name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.083em;
}

.title.services-v1, .title.services-v2, .title.services-v3 {
  margin-bottom: 0;
}

.title.card-service-v3 {
  margin-bottom: 8px;
}

.title.services-section {
  margin-bottom: 0;
}

.title.service-hero {
  margin-bottom: 18px;
}

.title.service-testimonials {
  margin-bottom: 32px;
}

.title.card-service-case-study {
  margin-bottom: 16px;
}

.title.service-case-study, .title.team-members, .title.card-team-about {
  margin-bottom: 0;
}

.title.team-name {
  margin-bottom: 10px;
}

.title.case-studies-page {
  margin-bottom: 0;
}

.title.case-study {
  margin-bottom: 20px;
}

.title.card-case-study {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.title.more-case-studies {
  margin-bottom: 0;
}

.title.h5-size {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.title.h5-size.case-study-detail {
  margin-bottom: 17px;
}

.title.current-openings, .title.careers-hero {
  margin-bottom: 0;
}

.title.card-perk {
  margin-bottom: 8px;
}

.title.card-career {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.career-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.title.career {
  margin-bottom: 24px;
}

.title.faqs, .title.packages {
  margin-bottom: 0;
}

.title.card-package-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.title.package {
  margin-bottom: 18px;
}

.title.social-media {
  margin-bottom: 32px;
}

.title.offices {
  margin-bottom: 0;
}

.title.schedule-demo {
  margin-bottom: 9px;
}

.title.h2-size {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35em;
}

.title.h2-size.form-video {
  color: var(--neutral-100);
  max-width: 442px;
}

.title.services, .title.testimonials {
  margin-bottom: 0;
}

.title.testimonials-v2 {
  margin-bottom: 32px;
}

.title.not-found {
  font-size: 29px;
  line-height: 1.207em;
}

.title.changelog-version {
  color: var(--primary-1);
  text-align: right;
  width: 100%;
  max-width: 79px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 26px;
  line-height: 1em;
}

.title.h1-size {
  color: var(--neutral-800);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.233em;
}

.title.h1-size.category {
  margin-bottom: 0;
  margin-right: 10px;
}

.title.dropdown-nav-title {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.273em;
}

.title.cart-item-title {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.title.cart-item-title:hover {
  color: var(--primary-1);
}

.split-content.checkout-left {
  flex-grow: 1;
  flex-basis: 740px;
  margin-right: 40px;
}

.split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-left {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.split-content.home-hero-content {
  min-width: 478px;
  max-width: 509px;
  margin-right: 20px;
}

.split-content.home-advantage-content {
  max-width: 527px;
}

.split-content.home-about-content {
  max-width: 42%;
  margin-right: 20px;
}

.split-content.case-studies-left {
  max-width: 47%;
  margin-right: 40px;
}

.split-content.home-blog-left {
  max-width: 511px;
}

.split-content.home-contact-content {
  max-width: 42%;
  margin-right: 20px;
}

.split-content.footer-content-top-left {
  max-width: 526px;
  margin-right: 20px;
}

.split-content.footer-content-top-right {
  width: 100%;
  max-width: 530px;
}

.split-content.home-v2-process-left {
  max-width: 41%;
  margin-right: 20px;
}

.split-content.home-v2-process-right {
  max-width: 659px;
}

.split-content.home-v2-about-content {
  max-width: 42%;
}

.split-content.home-v2-blog-left {
  max-width: 511px;
}

.split-content.cta-v1-left {
  max-width: 474px;
}

.split-content.cta-v1-right {
  max-width: 42%;
}

.split-content.home-v3-about-content {
  z-index: 1;
  max-width: 42%;
  position: relative;
}

.split-content.home-v3-advantage-content {
  max-width: 538px;
  margin-right: 30px;
}

.split-content.home-v3-process-left {
  max-width: 465px;
}

.split-content.home-v3-testimonials-left {
  max-width: 606px;
  margin-right: 28px;
}

.split-content.home-v3-testimonials-right {
  max-width: 606px;
}

.split-content.home-v3-blog-left {
  max-width: 511px;
}

.split-content.home-v3-advantage-image {
  justify-content: center;
  align-items: center;
  max-width: 606px;
  display: flex;
  position: relative;
}

.split-content.home-v3-contact-content {
  max-width: 42%;
  margin-right: 20px;
}

.split-content.about-hero-content {
  max-width: 580px;
  margin-top: 15px;
  margin-bottom: 49px;
}

.split-content.about-mission-content {
  z-index: 1;
  max-width: 45%;
  margin-right: 20px;
  position: relative;
}

.split-content.about-story-left {
  max-width: 450px;
}

.split-content.about-story-right {
  max-width: 45%;
}

.split-content.about-offices-left {
  max-width: 565px;
  margin-right: 40px;
}

.split-content.about-offices-right {
  max-width: 45%;
}

.split-content.blog-v1-hero-left {
  min-width: 556px;
  max-width: 654px;
  margin-right: 40px;
}

.split-content.blog-v1-hero-right {
  max-width: 42%;
}

.split-content.blog-newsletter-left {
  z-index: 1;
  flex: 1;
  align-items: center;
  max-width: 47%;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.split-content.blog-v2-hero-left {
  min-width: 556px;
  max-width: 654px;
  margin-right: 40px;
}

.split-content.blog-v2-hero-right {
  max-width: 42%;
}

.split-content.card-blog-featured-v2-item-about-left {
  align-items: center;
  display: flex;
}

.split-content.blog-post-latest-articles-left {
  max-width: 511px;
}

.split-content.card-about-author-top-content-left {
  margin-right: 10px;
  text-decoration: none;
}

.split-content.services-v1-left {
  max-width: 657px;
  margin-right: 40px;
}

.split-content.services-v1-right {
  max-width: 37%;
}

.split-content.service-hero-content {
  z-index: 1;
  max-width: 48%;
  margin-right: 20px;
  position: relative;
}

.split-content.service-process-left {
  z-index: 1;
  max-width: 44%;
  margin-right: 40px;
  position: relative;
}

.split-content.service-contact-content {
  max-width: 42%;
  margin-left: 20px;
}

.split-content.service-testimonials-left {
  align-self: stretch;
  max-width: 606px;
  margin-right: 28px;
}

.split-content.service-testimonials-right {
  align-self: stretch;
  max-width: 606px;
}

.split-content.service-process-right {
  justify-content: center;
  align-items: center;
  max-width: 625px;
  display: flex;
  position: relative;
}

.split-content.service-contact-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  display: flex;
  position: relative;
}

.split-content.team-members-left {
  max-width: 499px;
  margin-right: 40px;
}

.split-content.team-members-right {
  max-width: 42%;
}

.split-content.case-studies-page-left {
  max-width: 622px;
  margin-right: 40px;
}

.split-content.case-studies-page-right {
  max-width: 37%;
}

.split-content.case-study-hero-left {
  max-width: 68%;
  padding-bottom: 0;
}

.split-content.case-study-hero-right {
  color: var(--primary-1);
  align-items: center;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.split-content.case-study-hero-right:hover {
  transform: translate(0, 6px);
}

.split-content.more-case-studies-left {
  margin-right: 40px;
}

.split-content.career-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 623px;
  margin-right: 40px;
  display: flex;
}

.split-content.faqs-content-top-left {
  margin-right: 40px;
}

.split-content.faqs-content-top-right {
  max-width: 40%;
}

.split-content.package-left {
  z-index: 1;
  max-width: 500px;
  margin-right: 40px;
  position: relative;
}

.split-content.package-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 539px;
  display: flex;
  position: relative;
}

.split-content.contact-content {
  max-width: 45%;
  margin-right: 20px;
}

.split-content.offices-left {
  max-width: 565px;
  margin-right: 40px;
}

.split-content.offices-right {
  max-width: 45%;
}

.split-content.contact-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  display: flex;
  position: relative;
}

.split-content.schedule-demo-content {
  max-width: 451px;
  margin-right: 40px;
}

.split-content.free-consultation-left {
  max-width: 526px;
  margin-right: 40px;
}

.split-content.advantage-content {
  max-width: 527px;
  margin-right: 20px;
}

.split-content.about-content {
  max-width: 522px;
}

.split-content.form-video-left {
  max-width: 575px;
  margin-right: 40px;
}

.split-content.testimonials-v2-left {
  align-self: stretch;
  max-width: 606px;
  margin-right: 28px;
}

.split-content.testimonials-v2-right {
  max-width: 606px;
}

.split-content.about-v2-content {
  max-width: 522px;
}

.split-content.advantage-v2-content {
  max-width: 527px;
  margin-right: 20px;
}

.split-content.newsletter-section-left {
  z-index: 1;
  max-width: 56%;
  position: relative;
}

.split-content.newsletter-section-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 562px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.split-content.not-found-content {
  z-index: 1;
  max-width: 535px;
  position: relative;
}

.split-content.home-holder-container {
  min-width: 580px;
  max-width: 400px;
}

.checkout-field-label {
  color: var(--neutral-800);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.checkout-required-text {
  color: var(--primary-1);
  font-size: 20px;
  font-weight: 500;
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

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

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 40px;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.order-item-image {
  border-radius: 25px;
  max-width: 80px;
  margin-right: 20px;
}

.image-wrapper.card-service-slide {
  border-radius: 30px;
  width: 100px;
  min-height: 100px;
  margin-right: 25px;
  transform: translate(0);
}

.image-wrapper.home-process {
  z-index: 1;
  border-radius: 50px;
  max-width: 384px;
  position: absolute;
}

.image-wrapper.blog-post-item-v2 {
  border-radius: 32px;
  transform: translate(0);
}

.image-wrapper.case-studies-item-image {
  transform: translate(0);
}

.image-wrapper.card-service-v2 {
  border-radius: 30px;
  width: 100px;
  min-height: 100px;
  margin-bottom: 24px;
  transform: translate(0);
}

.image-wrapper.card-testimonial {
  border-radius: 20px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  margin-right: 16px;
}

.image-wrapper.blog-post-section-item-v1 {
  border-radius: 32px;
  transform: translate(0);
}

.image-wrapper.card-cta-v1-accent {
  z-index: 1;
  border-radius: 34px;
  width: 126px;
  min-width: 126px;
  min-height: 126px;
  margin-right: 24px;
  position: relative;
}

.image-wrapper.card-cta-v1 {
  border-radius: 22px;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  margin-bottom: 21px;
}

.image-wrapper.card-service-v1 {
  border-radius: 30px;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  margin-right: 32px;
  transform: translate(0);
}

.image-wrapper.card-home-v3-testimonial {
  border-radius: 20px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  margin-right: 16px;
}

.image-wrapper.card-about-value {
  border-radius: 30px;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  margin-right: 32px;
  transform: translate(0);
}

.image-wrapper.card-team-section-item {
  border-radius: 1000px;
  width: 180px;
  min-width: 180px;
  min-height: 180px;
  margin-top: -83px;
  margin-bottom: 22px;
  transform: translate(0);
}

.image-wrapper.blog-post-item-v1 {
  border-radius: 32px;
  transform: translate(0);
}

.image-wrapper.blog-featured-v1-item {
  border-radius: 32px;
  width: 100%;
  max-width: 60%;
  margin-right: 30px;
  transform: translate(0);
}

.image-wrapper.blog-featured-v2-item-image {
  border-radius: 58px;
  align-items: center;
  max-width: 71%;
  min-height: 480px;
  display: flex;
  transform: translate(0);
}

.image-wrapper.blog-post-author-link-image {
  border-radius: 15px;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  margin-right: 12px;
  transform: translate(0);
}

.image-wrapper.card-about-author {
  border-radius: 1000px;
  width: 191px;
  min-width: 191px;
  min-height: 191px;
  margin-right: 28px;
  transform: translate(0);
}

.image-wrapper.card-service-v3 {
  border-radius: 30px;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  margin-bottom: 19px;
  transform: translate(0);
}

.image-wrapper.card-service-testimonial-image {
  border-radius: 20px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  margin-right: 16px;
}

.image-wrapper.card-service-case-study-item {
  align-items: stretch;
  display: flex;
}

.image-wrapper.card-service-case-study-item.service-single {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.image-wrapper.package-item-image {
  border-radius: 25px;
  width: 88px;
  min-width: 88px;
  min-height: 88px;
  margin-bottom: 32px;
  transform: translate(0);
}

.image-wrapper.card-schedule-demo-team {
  border-radius: 20px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  margin-right: 16px;
}

.image-wrapper.cart-item-image {
  border-radius: 25px;
  max-width: 80px;
  margin-right: 20px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.list-icon {
  border-radius: 1000px;
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-right: 12px;
}

.image.list-icon.red-shadow {
  box-shadow: 0 3px 16px #ff39511a;
}

.image.list-icon.purple-shadow {
  box-shadow: 0 6px 24px #6a35ff2e;
}

.image.list-icon.yellow-shadow {
  box-shadow: 0 5px 18px #ffc22647;
}

.image.contact-link-icon {
  border-radius: 16px;
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  margin-right: 12px;
}

.image.card-testimonial-logo {
  max-width: 323px;
  margin-bottom: 20px;
}

.image.blog-post-item-v2 {
  width: 100%;
}

.image.blog-post-item-v2-category-icon {
  margin-right: 8px;
}

.image.case-studies-item-image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

.image.home-hero-2 {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -73px;
}

.image.home-advantage-1 {
  z-index: 1;
  position: relative;
}

.image.home-advantage-2 {
  position: absolute;
  top: -85px;
  left: 131px;
}

.image.home-about-1 {
  z-index: 1;
  position: relative;
}

.image.home-about-2 {
  position: absolute;
  top: -23px;
  right: -20px;
}

.image.home-hero-v2-image-1 {
  width: 100%;
  max-width: 1148px;
  margin-top: -30px;
}

.image.home-hero-v2-image-2 {
  width: 31%;
  position: absolute;
  bottom: -76px;
  left: -36px;
}

.image.home-hero-v2-image-3 {
  width: 38%;
  position: absolute;
  bottom: -132px;
  right: -63px;
}

.image.card-service-v2 {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

.image.card-home-v2-process {
  border-radius: 33px;
  max-width: 41%;
  margin-right: 35px;
}

.image.home-v2-about-1 {
  border-radius: 60px;
  max-width: 74%;
}

.image.home-v2-about-2 {
  border-radius: 60px;
  align-self: flex-end;
  max-width: 74%;
  margin-top: -213px;
  box-shadow: 0 18px 84px #14142b24;
}

.image.home-v2-score-logo {
  object-fit: scale-down;
  min-height: 44px;
  margin-bottom: 12px;
}

.image.blog-post-section-item-v1-category-icon {
  margin-right: 8px;
}

.image.card-cta-v1-accent-shape-1 {
  position: absolute;
  top: -110px;
  left: -129px;
}

.image.card-cta-v1-accent-shape-2 {
  position: absolute;
  bottom: -87px;
  left: 153px;
}

.image.card-cta-v1-accent-shape-3 {
  position: absolute;
  bottom: -95px;
  right: -125px;
}

.image.card-home-v3-testimonial-logo {
  max-width: 323px;
  margin-bottom: 20px;
}

.image.home-v3-about-1 {
  border-radius: 41px;
  box-shadow: 0 24px 34px #14142b14, 0 6px 28px #3f80fd24;
}

.image.home-v3-about-2 {
  border-radius: 41px;
  margin-bottom: 24px;
  box-shadow: 0 24px 34px #14142b14, 0 6px 28px #3f80fd24;
}

.image.home-v3-about-3 {
  border-radius: 41px;
  box-shadow: 0 24px 34px #14142b14, 0 6px 28px #3f80fd24;
}

.image.home-v3-advantage {
  border-radius: 50px;
  box-shadow: 0 16px 104px #14142b0f;
}

.image.about-hero-1 {
  border-radius: 40px;
  margin-bottom: 40px;
  box-shadow: 0 13px 29px #14142b36;
}

.image.about-hero-2 {
  border-radius: 40px;
  width: 100%;
  max-width: 76%;
  box-shadow: 0 20px 47px #14142b38;
}

.image.about-hero-3 {
  border-radius: 40px;
  align-self: flex-end;
  max-width: 126%;
  margin-top: auto;
  box-shadow: 0 33px 47px #14142b24;
}

.image.about-mission-1 {
  border-radius: 60px;
  align-self: flex-start;
  max-width: 75%;
}

.image.about-mission-2 {
  border-radius: 60px;
  align-self: flex-end;
  max-width: 80%;
  margin-top: -220px;
  box-shadow: 0 14px 44px #3f80fd14, 0 18px 84px #14142b2b;
}

.image.card-about-office-icon {
  border-radius: 6px;
  margin-bottom: 20px;
  margin-right: 12px;
}

.image.card-about-office-icon._1 {
  box-shadow: 0 1px 3px #00000014, 0 2px 6px #ff395126;
}

.image.card-about-office-icon._2 {
  box-shadow: 0 2px 7px #ff395133;
}

.image.card-about-office-icon._3 {
  box-shadow: 0 5px 8px #1560eb30;
}

.image.about-offices-map {
  margin-top: -90px;
}

.image.blog-post-item-v1 {
  width: 100%;
}

.image.blog-post-item-v1-category-icon, .image.blog-category-item-icon {
  margin-right: 8px;
}

.image.blog-featured-v1-item {
  width: 100%;
}

.image.blog-featured-v1-item-category-icon {
  margin-right: 8px;
}

.image.blog-newsletter-icon {
  border-radius: 28px;
  width: 114px;
  min-width: 114px;
  min-height: 114px;
  margin-right: 35px;
}

.image.blog-featured-v2-item-image {
  object-fit: cover;
}

.image.blog-featured-v2-item-category-icon {
  margin-right: 8px;
}

.image.blog-featured-v2-item-author {
  border-radius: 13px;
  width: 55px;
  min-width: 55px;
  min-height: 55px;
  margin-right: 18px;
}

.image.blog-post {
  border-radius: 46px;
}

.image.blog-post-category-icon {
  margin-right: 8px;
}

.image.card-services-section-slide {
  border-radius: 30px;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  margin-bottom: 24px;
}

.image.card-service-process {
  border-radius: 30px;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  margin-right: 22px;
}

.image.card-service-testimonial {
  max-width: 323px;
  margin-bottom: 20px;
}

.image.service-hero-1 {
  z-index: 1;
  position: absolute;
  top: -48px;
  right: 0;
}

.image.service-hero-2 {
  z-index: 2;
  position: absolute;
  bottom: -46px;
  left: -61px;
}

.image.team {
  border-radius: 1000px;
  width: 390px;
  min-width: 390px;
  min-height: 390px;
  margin-right: 40px;
}

.image.case-study {
  border-radius: 60px;
}

.image.careers-hero-1 {
  align-self: flex-end;
}

.image.careers-hero-2 {
  max-width: 72%;
  position: absolute;
  bottom: 0;
}

.image.card-perk-icon {
  border-radius: 30px;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  margin-bottom: 19px;
}

.image.card-career-about-icon, .image.career-about-details-icon {
  margin-right: 8px;
}

.image.package-item-feature-icon {
  border-radius: 1000px;
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-right: 12px;
}

.image.free-consultation-list-icon {
  border-radius: 1000px;
  width: 27px;
  min-width: 27px;
  min-height: 27px;
  margin-right: 12px;
}

.image.free-consultation-list-icon.red-shadow {
  box-shadow: 0 4px 11px #ff39512e;
}

.image.advantage-1 {
  z-index: 1;
  position: relative;
}

.image.advantage-2 {
  position: absolute;
  top: -32px;
  right: -26px;
}

.image.about-1 {
  z-index: 1;
  position: relative;
}

.image.about-2 {
  max-width: 79%;
  position: absolute;
  top: -23px;
  right: -20px;
}

.image.about-v2-1 {
  z-index: 1;
  position: relative;
}

.image.about-v2-2 {
  position: absolute;
  top: -32px;
  right: -26px;
}

.image.advantage-v2-1 {
  z-index: 1;
  position: relative;
}

.image.advantage-v2-2 {
  max-width: 79%;
  position: absolute;
  top: -23px;
  right: -20px;
}

.image.form-video-badge-icon {
  border-radius: 3px;
  width: 32px;
  min-width: 32px;
  min-height: 32px;
  margin-right: 9px;
  box-shadow: 0 9px 17px #0404169e;
}

.image.form-video-preview {
  object-fit: cover;
  width: 100%;
}

.image.newsletter-section {
  max-width: 720px;
  position: absolute;
  top: -46px;
  right: -165px;
}

.image.card-newsletter-testimonial {
  border-radius: 20px;
  width: 62px;
  min-width: 62px;
  min-height: 62px;
  margin-right: 16px;
}

.image.not-found-1 {
  max-width: 113%;
  margin-top: -14px;
}

.image.not-found-2 {
  position: absolute;
  bottom: 0;
}

.image.style-guide-icon {
  border-radius: 25px;
}

.image.cart-item-image {
  width: auto;
  height: auto;
}

.image.hero-home {
  border-radius: 24px;
  max-width: 330px;
  margin-bottom: 24px;
  box-shadow: 0 -1px 4px #14142b0a, 0 5px 18px #14142b12;
}

.image.hero-home.last {
  margin-bottom: 0;
}

.order-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price {
  color: var(--neutral-800);
  font-weight: 500;
}

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

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--neutral-600);
  font-weight: 500;
}

.order-summary-total {
  color: var(--neutral-800);
  font-size: 20px;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 650px;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: var(--neutral-100);
  color: var(--primary-1);
  border-radius: 12px;
  justify-content: center;
  margin-right: 20px;
  padding: 10px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  line-height: 1em;
  transition: background-color .3s, color .3s;
  position: relative;
  box-shadow: 0 8px 18px #080f340f;
}

.cart-button:hover {
  background-color: var(--primary-1);
  color: var(--neutral-100);
}

.cart-quantity {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 10px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: -8px;
  right: -8px;
}

.cart-container {
  max-width: 500px;
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  border-radius: 16px;
  height: 118px;
  transition: box-shadow .35s, transform .35s;
  overflow: hidden;
  box-shadow: 0 6px 16px #2320462b;
}

.licenses-link-image-container:hover {
  transform: translate(0, -4px);
  box-shadow: 0 8px 20px #23204642;
}

.bg-neutral-800 {
  background-color: var(--neutral-800);
}

.bg-secondary-5 {
  background-color: var(--secondary-5);
}

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

.subtitle-wrapper {
  color: var(--primary-1);
  letter-spacing: .02em;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
}

.subtitle-wrapper.home-hero {
  margin-bottom: 8px;
}

.subtitle-wrapper.center {
  justify-content: center;
}

.subtitle-wrapper.center.home-hero-v2 {
  margin-bottom: 8px;
}

.subtitle-wrapper.center.home-hero-v3 {
  color: var(--neutral-100);
  text-shadow: 0 4px 6px #1c0c2b33;
  margin-bottom: 8px;
}

.subtitle-wrapper.center.blog-v3-hero, .subtitle-wrapper.center.services-v2, .subtitle-wrapper.center.services-v3, .subtitle-wrapper.center.careers-hero, .subtitle-wrapper.center.packages {
  margin-bottom: 8px;
}

.subtitle-wrapper.center.social-media {
  margin-bottom: 4px;
}

.subtitle-wrapper.center.packages-category {
  margin-bottom: 8px;
}

.subtitle-wrapper.home-v3-blog {
  margin-bottom: 24px;
}

.subtitle-wrapper.blog-v1-hero, .subtitle-wrapper.blog-v2-hero, .subtitle-wrapper.services-v1, .subtitle-wrapper.service-hero, .subtitle-wrapper.team-members, .subtitle-wrapper.case-studies-page, .subtitle-wrapper.case-study {
  margin-bottom: 8px;
}

.subtitle-shape {
  background-color: var(--primary-1);
  border-radius: 1000px;
  width: 22px;
  min-height: 2px;
  max-height: 2px;
  margin-right: 10px;
}

.subtitle-shape.hidden {
  display: none;
}

.subtitle-shape.hidden.home-hero-v3 {
  background-color: var(--neutral-100);
}

.home-companies-wrapper {
  background-color: var(--neutral-100);
  box-shadow: 0 34px 104px 0 var(--shadow-2), 0 13px 72px 0 var(--shadow-1);
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 54px;
  display: flex;
}

.home-companies-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  justify-items: center;
  width: 100%;
  max-width: 728px;
  position: relative;
}

.home-companies-shape {
  background-color: var(--neutral-100);
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.home-services-title-wrapper {
  max-width: 603px;
}

.home-advantage-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.home-advantage-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.list-wrapper {
  align-items: center;
  display: flex;
}

.slide-nav {
  display: none;
}

.list-text {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-weight: 500;
  line-height: 1.111em;
}

.home-about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container-medium-664px {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-664px.home-process, .container-medium-664px.home-testimonials {
  text-align: center;
}

.container-medium-664px.home-v2-services, .container-medium-664px.case-studies-v2 {
  text-align: center;
  margin-bottom: 40px;
}

.container-medium-664px.home-v3-services {
  text-align: center;
  margin-bottom: 37px;
}

.container-medium-664px.about-values {
  text-align: center;
  margin-bottom: 32px;
}

.container-medium-664px.about-team, .container-medium-664px.perks, .container-medium-664px.services {
  text-align: center;
  margin-bottom: 40px;
}

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

.home-process-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.content-top.case-studies, .content-top.home-blog, .content-top.home-v2-blog {
  margin-bottom: 40px;
}

.content-top.cta-v1 {
  margin-bottom: 38px;
}

.content-top.home-v3-process {
  margin-bottom: 40px;
}

.content-top.home-v3-blog {
  margin-bottom: 32px;
}

.content-top.about-story {
  margin-bottom: 47px;
}

.content-top.about-offices {
  z-index: 1;
  margin-bottom: 48px;
  position: relative;
}

.content-top.blog-v1-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top.blog-v1 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top.blog-v2-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top.blog-v2, .content-top.blog-v3 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top.blog-post-latest-articles {
  align-items: center;
  margin-bottom: 46px;
}

.content-top.services-v1 {
  margin-bottom: 40px;
}

.content-top.team-members {
  align-items: center;
  margin-bottom: 56px;
}

.content-top.case-studies-page {
  margin-bottom: 40px;
}

.content-top.more-case-studies {
  align-items: center;
  margin-bottom: 50px;
}

.content-top.current-openings {
  margin-bottom: 40px;
}

.content-top.faqs {
  margin-bottom: 48px;
}

.content-top.package {
  align-items: flex-start;
  margin-bottom: 160px;
}

.content-top.offices {
  margin-bottom: 48px;
}

.content-top.blog-category {
  align-items: center;
  margin-bottom: 40px;
}

.home-contact-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.home-contact-links-grid {
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contact-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-services-slider {
  background-color: #0000;
  height: 100%;
}

.home-services-mask {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.home-services-slide {
  max-width: 606px;
  margin-right: 30px;
}

.card-service-slide-content {
  max-width: 400px;
}

.text-link {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.text-link:hover {
  color: var(--primary-1);
}

.text-link-arrow {
  font-family: Icons Marketing Template, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -2px;
}

.home-services-slider-right-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  padding-left: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  inset: -75px 0 auto auto;
}

.home-services-slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.home-services-slider-left-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  padding-right: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, color .35s, background-color .35s;
  display: flex;
  inset: -75px 101px auto auto;
}

.home-services-slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.home-process-slider-mask {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-process-wrapper {
  align-items: center;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.card-process-step {
  color: var(--primary-1);
  letter-spacing: .02em;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-process-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home-process-slider-left-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  padding-right: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 25px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  inset: auto auto auto 0;
}

.home-process-slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.home-process-slider-right-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  padding-left: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 25px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  inset: auto 0 auto auto;
}

.home-process-slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.testimonials-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-slider-mask {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonials-slider-left-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  padding-right: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 25px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  inset: auto auto auto 0;
}

.testimonials-slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale(1.1);
}

.testimonials-slider-right-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  padding-left: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 25px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  inset: auto 0 auto auto;
}

.testimonials-slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale(1.1);
}

.card-testimonial-content {
  max-width: 483px;
}

.card-testimonial-name {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.333em;
}

.card-testimonial-rol {
  color: var(--primary-1);
  line-height: 1.333em;
}

.contact-form-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.contact-form {
  grid-column-gap: 22px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.select-wrapper {
  border: 1px solid var(--neutral-300);
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  border-radius: 1000px;
  min-height: 66px;
  margin-bottom: 0;
  padding-left: 21px;
  padding-right: 21px;
  transition: box-shadow .35s, border-color .35s;
  overflow: hidden;
}

.select-wrapper:hover {
  border-color: var(--primary-1);
}

.select-wrapper:focus {
  border-color: var(--primary-1);
  box-shadow: 0 2px 11px #f4263e0f, 0 4px 10px #1f255912;
}

.select-wrapper::placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.select-wrapper.checkout {
  min-height: 55px;
  margin-bottom: 16px;
}

.select-wrapper.card-package-order {
  margin-bottom: 33px;
}

.select {
  color: var(--neutral-600);
  letter-spacing: .02em;
  background-color: #0000;
  border: 0 solid #000;
  min-height: 66px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .35s;
}

.select:hover {
  font-weight: 400;
}

.select:focus {
  color: var(--primary-1);
}

.select::placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.select.checkout {
  min-height: 55px;
}

.text-area {
  border: 1px solid var(--neutral-300);
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  color: var(--primary-1);
  letter-spacing: .02em;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: 169px;
  max-height: 250px;
  margin-bottom: 0;
  padding: 28px 21px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  transition: box-shadow .35s, color .35s, border-color .35s;
}

.text-area:hover {
  border-color: var(--primary-1);
}

.text-area:focus {
  border-color: var(--primary-1);
  color: var(--primary-1);
  font-weight: 500;
  box-shadow: 0 2px 11px #f4263e0f, 0 4px 10px #1f255912;
}

.text-area::placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.contact-form-link {
  background-color: #0000;
  padding: 0;
}

.blog-section-v2-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-item-v2-top-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 22px;
  display: flex;
}

.blog-post-item-v2-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
  position: relative;
}

.blog-post-item-v2-category-wrapper {
  margin-top: -15px;
  margin-left: 28px;
  position: relative;
}

.blog-post-item-v2-category-shadow {
  opacity: .31;
  filter: blur(10px);
  border-radius: 1000px;
  position: absolute;
  inset: 0% 0% -18%;
}

.case-studies-section-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.case-studies-item-bottom {
  padding: 33px 40px 40px;
}

.case-studies-item-client {
  color: var(--primary-1);
  letter-spacing: .02em;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.111em;
}

.case-studies-item-excerpt {
  margin-bottom: 0;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  z-index: -1;
  max-width: 1000px;
  right: -274px;
}

.bg.home-advantage {
  z-index: -1;
  max-width: 832px;
  left: -200px;
}

.bg.home-about {
  z-index: -1;
  max-width: 1017px;
  top: -288px;
  right: -210px;
}

.bg.home-hero-v2 {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 43%;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.home-hero-v2-blur {
  z-index: -2;
  max-width: 1440px;
  bottom: -64px;
}

.bg.home-hero-image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  inset: 0%;
}

.bg.home-hero-v3-filter {
  opacity: .48;
  background-color: #000;
  inset: 0%;
}

.bg.home-v3-contact {
  background-color: var(--primary-1);
  min-height: 429px;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.home-v3-about {
  max-width: 138%;
}

.bg.home-v3-advantage {
  z-index: -1;
  max-width: 187%;
  bottom: -207px;
  left: -301px;
}

.bg.case-studies-v2 {
  z-index: -1;
  max-width: 86%;
  bottom: -61.531px;
}

.bg.home-v3-contact-blur {
  z-index: -1;
  max-width: 78%;
  top: -22px;
  right: -130px;
}

.bg.cta-v2-shape-1 {
  top: -170px;
  left: -98px;
}

.bg.cta-v2-shape-2 {
  bottom: -223px;
  left: 268px;
}

.bg.cta-v2-shape-3 {
  top: -82px;
  right: 493px;
}

.bg.cta-v2-shape-4 {
  bottom: -167px;
  right: 19px;
}

.bg.about-hero {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 56%;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.about-mission {
  z-index: -1;
  max-width: 187%;
}

.bg.about-section {
  z-index: -1;
  max-width: 785px;
}

.bg.about-hero-blur {
  z-index: -2;
  max-width: 82%;
  top: 0%;
  bottom: 0%;
  right: -10%;
}

.bg.blog-v1-hero {
  z-index: -1;
  max-width: 910px;
}

.bg.blog-v2-hero {
  z-index: -1;
  max-width: 770px;
  bottom: -144px;
  right: -199px;
}

.bg.blog-v3-hero {
  z-index: -1;
  max-width: 910px;
  bottom: -251px;
  left: -200px;
}

.bg.blog-post {
  z-index: -1;
  max-width: 910px;
  bottom: -150px;
  right: -85px;
}

.bg.services-v1 {
  z-index: -1;
  max-width: 936px;
  left: -368px;
}

.bg.services-v2-blur-1 {
  z-index: -1;
  max-width: 936px;
  top: -265px;
  left: -551px;
}

.bg.services-v2-blur-2 {
  z-index: -1;
  max-width: 910px;
  bottom: -407px;
  right: -382px;
}

.bg.services-v3 {
  z-index: -1;
  max-width: 936px;
}

.bg.service-hero {
  max-width: 160%;
}

.bg.service-process {
  z-index: -1;
  max-width: 146%;
  right: 0;
}

.bg.service-testimonials {
  z-index: -1;
  max-width: 73%;
  left: 153px;
}

.bg.service-contact {
  z-index: -1;
  max-width: 153%;
  bottom: -110px;
}

.bg.team-1 {
  z-index: -1;
  max-width: 785px;
  top: -197px;
  left: -303px;
}

.bg.team-2 {
  z-index: -1;
  max-width: 785px;
  bottom: -245px;
  right: -277px;
}

.bg.team {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 49%;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.team-blur {
  z-index: -2;
  max-width: 785px;
  top: 232px;
  right: -165px;
}

.bg.careers-hero, .bg.perks {
  z-index: -1;
  max-width: 785px;
}

.bg.career {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 61%;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.career-blur {
  z-index: -1;
  max-width: 976px;
  top: -255px;
  right: -391px;
}

.bg.packages {
  z-index: -1;
  max-width: 1314px;
  bottom: -401px;
  right: -369px;
}

.bg.package-blur {
  z-index: -1;
  max-width: 976px;
}

.bg.package {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 55%;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.contact {
  z-index: -1;
  max-width: 1136px;
}

.bg.faqs {
  z-index: -1;
  width: 784px;
  min-width: 784px;
  min-height: 784px;
}

.bg.schedule-demo {
  z-index: -1;
  background-color: var(--primary-1);
  width: 55%;
  top: 0;
  bottom: 0;
  right: 0;
}

.bg.free-consultation {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 60%;
  top: 0;
  left: 0;
  right: 0;
}

.bg.advantage {
  z-index: -1;
  transform-style: preserve-3d;
  max-width: 692px;
  right: -200px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bg.about {
  z-index: -1;
  max-width: 754px;
  top: -136px;
  left: -210px;
}

.bg.testimonials-v2 {
  z-index: -1;
  max-width: 871px;
}

.bg.about-v2 {
  z-index: -1;
  transform-style: preserve-3d;
  max-width: 692px;
  left: -70px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bg.advantage-v2 {
  z-index: -1;
  max-width: 754px;
  top: -187px;
  right: -21px;
}

.bg.newsletter-section {
  z-index: -1;
  max-width: 910px;
}

.bg.not-found {
  z-index: -1;
  max-width: 936px;
  top: -120px;
}

.bg.password {
  z-index: -1;
  max-width: 1162px;
}

.bg.packages-category {
  z-index: -1;
  max-width: 1314px;
  bottom: -401px;
  right: -369px;
}

.bg.home-v2-services {
  z-index: -1;
  max-width: 910px;
  bottom: -243px;
  left: -471px;
}

.bg.home-v2-about {
  z-index: -1;
}

.bg.home-v1-contact {
  z-index: -1;
  max-width: 1136px;
  bottom: -356px;
  right: -318px;
}

.home-hero-images-wrapper {
  perspective: 1000px;
  align-items: flex-end;
  max-width: 54%;
  min-height: 675px;
  margin-left: 46px;
  display: flex;
  position: relative;
}

.home-hero-images-wrapper.holder {
  min-height: auto;
}

.home-advantage-images-wrapper {
  perspective: 1000px;
  align-items: flex-end;
  max-width: 46%;
  min-height: 523px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.home-about-images-wrapper {
  perspective: 1000px;
  align-items: flex-end;
  width: 100%;
  max-width: 52%;
  min-height: 544px;
  display: flex;
  position: relative;
}

.footer-content {
  justify-content: space-between;
  display: flex;
}

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

.footer-nav-wrapper {
  margin-right: 40px;
}

.footer-nav-wrapper.last {
  margin-right: 0;
}

.footer-nav-wrapper.first {
  flex: 1;
  max-width: 527px;
}

.footer-nav-content {
  justify-content: space-between;
  display: flex;
}

.footer-nav-link {
  color: var(--neutral-600);
  text-decoration: none;
  transition: color .3s;
}

.footer-nav-link:hover {
  color: var(--primary-1);
}

.footer-small-print {
  line-height: 1.4em;
}

.footer-newsletter-form-block {
  margin-bottom: 0;
}

.footer-newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.footer-newsletter-link {
  background-color: #0000;
  padding: 0;
}

.footer-social-media-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.footer-social-media-link {
  border-radius: 1000px;
  width: 29px;
  min-width: 29px;
  min-height: 29px;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.footer-social-media-link:hover {
  transform: translate(0, -6px);
}

.footer-social-media-link.facebook {
  background-image: url('../images/icon-1-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px .01px #1574ef36;
}

.footer-social-media-link.twitter {
  background-image: url('../images/icon-2-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #1bbaff45;
}

.footer-social-media-link.instagram {
  background-image: url('../images/icon-3-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #fb0f5a24;
}

.footer-social-media-link.linkedin {
  background-image: url('../images/icon-4-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #157ee757;
}

.footer-social-media-link.youtube {
  background-image: url('../images/icon-5-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #ff000036;
}

.footer-social-media-link.whatsapp {
  background-image: url('../images/icon-6-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #54e44729;
}

.container-medium-778px {
  max-width: 778px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-778px.changelog {
  margin-top: -50px;
}

.container-medium-778px.home-hero-v2 {
  text-align: center;
  margin-bottom: 104px;
}

.home-hero-v2-images-wrapper {
  perspective: 1000px;
  max-height: 703px;
  margin-bottom: 64px;
  position: relative;
}

.home-v2-score-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-items: center;
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-v2-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.home-v2-process-wrapper {
  justify-content: space-between;
  display: flex;
}

.card-service-v2-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.card-service-v2-list-wrapper {
  align-items: center;
  line-height: 1.111em;
  display: flex;
}

.home-v2-process-left-content {
  position: sticky;
  top: 32px;
}

.home-v2-process-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home-v2-about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-v2-about-images-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 657px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.home-v2-score-wrapper {
  text-align: center;
  max-width: 288px;
}

.home-v2-testimonials-wrapper {
  max-width: 456px;
}

.home-v2-testimonials-slider {
  background-color: #0000;
  height: 100%;
}

.home-v2-testimonials-mask {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-v2-testimonials-slider-left-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  padding-right: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, color .35s, background-color .35s;
  display: flex;
  inset: -75px 101px auto auto;
}

.home-v2-testimonials-slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.home-v2-testimonials-slider-right-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  padding-left: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  inset: -75px 0 auto auto;
}

.home-v2-testimonials-slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.home-v2-testimonials-slide {
  max-width: 606px;
  margin-right: 30px;
}

.card-testimonial-about-wrapper {
  align-items: center;
  display: flex;
}

.card-testimonial-about-name {
  color: var(--neutral-800);
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-testimonial-about-rol {
  color: var(--primary-1);
  line-height: 1.333em;
}

.blog-section-v1-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-section-item-v1-top-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.blog-post-section-item-v1-category-wrapper {
  margin-top: -23px;
  margin-left: 32px;
  position: relative;
}

.blog-post-section-item-v1-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
  position: relative;
}

.blog-post-section-item-v1-category-shadow {
  opacity: .31;
  filter: blur(10px);
  border-radius: 1000px;
  position: absolute;
  inset: 0% 0% -18%;
}

.cta-v1-content {
  perspective: 1000px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta-v1-accent-content {
  z-index: 1;
  max-width: 466px;
  position: relative;
}

.home-hero-v2-blur-wrapper {
  justify-content: center;
  width: 100%;
  font-size: 18px;
  display: flex;
}

.home-hero-v3-wrapper {
  box-shadow: 0 17px 84px 0 var(--shadow-1);
  border-radius: 50px;
  padding: 159px 105px 47px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.home-v3-about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-hero-v3-content {
  z-index: 1;
  text-align: center;
  position: relative;
}

.home-hero-v3-companies-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  max-width: 939px;
  margin-left: auto;
  margin-right: auto;
}

.home-v3-about-images-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 663px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.home-v3-advantage-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-v3-advantage-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.home-v3-services-grid {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-bottom: 48px;
}

.cta-v2-wrapper {
  background-color: var(--primary-1);
  box-shadow: 0 14px 74px 0 var(--shadow-cta);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 99px 77px 99px 73px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-v3-process-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-home-v3-process-step {
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.056em;
}

.home-v3-testimonials-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-v3-testimonials-title-wrapper {
  max-width: 534px;
  margin-bottom: 56px;
}

.card-home-v3-testimonial-about-wrapper {
  align-items: center;
  display: flex;
}

.card-home-v3-testimonial-about-name {
  color: var(--neutral-800);
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-home-v3-testimonial-about-rol {
  color: var(--primary-1);
  line-height: 1.333em;
}

.home-v3-contact-wrapper {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.home-v3-contact-links-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home-v3-about-images-left {
  z-index: 1;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  max-width: 320px;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.home-v3-about-images-right {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  display: flex;
  position: relative;
}

.case-studies-v2-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.about-hero-wrapper {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

.about-hero-results-wrapper {
  text-align: center;
}

.about-hero-content-left {
  max-width: 602px;
  margin-right: 40px;
}

.about-hero-content-right {
  flex-direction: column;
  max-width: 47%;
  display: flex;
}

.about-hero-results-text {
  letter-spacing: 0;
  margin-bottom: 34px;
  font-size: 22px;
  line-height: 1.636em;
}

.about-hero-results-grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 288px) minmax(auto, 288px) minmax(auto, 288px) minmax(auto, 288px);
  justify-content: space-between;
}

.card-about-hero-result-number {
  color: var(--neutral-800);
  justify-content: center;
  margin-bottom: 13px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.069em;
  display: flex;
}

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

.accent-purple {
  color: var(--secondary-2);
}

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

.accent-blue {
  color: var(--secondary-3);
}

.about-mission-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-mission-images-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 606px;
  display: flex;
  position: relative;
}

.about-story-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
}

.card-about-story-year {
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.074em;
}

.about-values-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-values-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.about-offices-grid {
  z-index: 1;
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.about-team-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.team-section-item {
  padding-top: 83px;
}

.card-about-office-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 253px;
  display: flex;
}

.card-about-office-address {
  margin-bottom: 14px;
}

.card-about-office-contact-link {
  letter-spacing: -.01em;
  margin-bottom: 14px;
  line-height: 1.111em;
  text-decoration: none;
}

.card-about-office-contact-link.last {
  margin-bottom: 0;
}

.card-team-section-item-rol {
  color: var(--primary-1);
  margin-bottom: 17px;
}

.card-team-section-item-social-media-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
}

.social-media-link {
  transform-style: preserve-3d;
  border-radius: 1000px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.social-media-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.social-media-link.facebook {
  background-image: url('../images/icon-1-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #1574ef36;
}

.social-media-link.twitter {
  background-image: url('../images/icon-2-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #1bbaff45;
}

.social-media-link.linkedin {
  background-image: url('../images/icon-4-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #157ee757;
}

.about-team-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-section-collection-list-wrapper {
  flex: 1;
}

.blog-categories-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

.blog-post-item-v1-top-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.blog-post-item-v1-category-wrapper {
  margin-top: -23px;
  margin-left: 32px;
  position: relative;
}

.blog-post-item-v1-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
  position: relative;
}

.blog-post-item-v1-category-shadow {
  opacity: .31;
  filter: blur(10px);
  border-radius: 1000px;
  position: absolute;
  inset: 0% 0% -18%;
}

.blog-category-item-link {
  color: var(--neutral-100);
  transform-style: preserve-3d;
  border-radius: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 20px;
  padding: 16px 24px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.blog-category-item-link:hover {
  color: var(--neutral-100);
  transform: translate3d(0, -6px, .01px);
}

.blog-category-item {
  display: flex;
}

.blog-featured-v1-list-wrapper {
  margin-bottom: 24px;
}

.blog-featured-v1-item-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 408px;
  display: flex;
}

.blog-featured-v1-item-category-wrapper {
  margin-bottom: 24px;
  position: relative;
}

.blog-featured-v1-item-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
  position: relative;
}

.blog-featured-v1-item-category-shadow {
  opacity: .31;
  filter: blur(10px);
  border-radius: 1000px;
  position: absolute;
  inset: 0% 0% -18%;
}

.button-category {
  border-color: var(--primary-1);
  color: var(--primary-1);
  text-align: center;
  background-color: #0000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding: 28px 50px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  transition: box-shadow .35s, background-color .35s;
  display: flex;
}

.button-category:hover {
  background-color: var(--primary-1);
  box-shadow: 6px 6px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
}

.button-category-arrow-right {
  margin-left: 8px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}

.button-category-arrow-left {
  transform-style: preserve-3d;
  margin-right: 8px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.blog-newsletter-wrapper {
  background-color: var(--primary-1);
  box-shadow: 0 14px 74px 0 var(--shadow-cta);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 100px 61px 100px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-newsletter-form-block {
  z-index: 1;
  width: 100%;
  max-width: 512px;
  margin-bottom: 0;
  position: relative;
}

.blog-newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.blog-newsletter-link {
  background-color: #0000;
  padding: 0;
}

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

.blog-featured-v2-item-wrapper {
  color: var(--neutral-600);
  align-items: center;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-featured-v2-item-wrapper:hover {
  color: var(--neutral-600);
}

.blog-featured-v2-item-category-wrapper {
  margin-bottom: 16px;
  position: relative;
}

.blog-featured-v2-item-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
  position: relative;
}

.blog-featured-v2-item-category-shadow {
  opacity: .31;
  filter: blur(10px);
  border-radius: 1000px;
  position: absolute;
  inset: 0% 0% -18%;
}

.card-blog-featured-v2-item-about-wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blog-featured-v2-item-author-name {
  color: var(--neutral-800);
  font-weight: 700;
  line-height: 1.111em;
}

.blog-v2-hero-wrapper {
  position: relative;
}

.blog-v1-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container-medium-643px {
  max-width: 643px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-643px.blog-v3-hero {
  text-align: center;
  margin-bottom: 48px;
}

.blog-v3-hero-wrapper {
  position: relative;
}

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

.blog-post-latest-articles-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-top-content {
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.blog-post-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px 24px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  position: relative;
}

.blog-post-category:hover {
  color: var(--neutral-100);
  transform: translate(0, -6px);
}

.card-blog-post-main-content-bottom {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blog-post-author-link {
  color: var(--neutral-800);
  align-items: center;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  display: flex;
}

.rich-text h2, .rich-text p {
  max-width: 730px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text ul {
  max-width: 730px;
  margin: 24px auto 48px;
}

.rich-text figure {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  margin-bottom: 64px;
}

.rich-text img {
  border-radius: 30px;
  max-width: 858px;
}

.rich-text figcaption {
  background-color: var(--neutral-100);
  box-shadow: 0 4px 34px 0 var(--shadow-1);
  border-radius: 20px;
  max-width: 361px;
  margin-top: 0;
  padding: 30px 36px 34px;
  position: absolute;
  bottom: 33px;
  left: 31px;
}

.rich-text h3 {
  max-width: 730px;
  margin: 50px auto 16px;
}

.rich-text ol {
  max-width: 730px;
  margin: 24px auto 48px;
}

.rich-text blockquote {
  max-width: 730px;
  margin: 48px auto 56px;
}

.rich-text h4, .rich-text h5 {
  max-width: 730px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h6 {
  max-width: 730px;
  margin: 50px auto 16px;
}

.card-about-author-top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.card-about-author-rol {
  color: var(--primary-1);
  line-height: 1.333em;
}

.card-about-author-social-media-grid {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
}

.card-about-author-social-media-link {
  border-radius: 1000px;
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.card-about-author-social-media-link:hover {
  transform: translate(0, -6px);
}

.card-about-author-social-media-link.facebook {
  background-image: url('../images/icon-1-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #1574ef36;
}

.card-about-author-social-media-link.twitter {
  background-image: url('../images/icon-2-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #1bbaff45;
}

.card-about-author-social-media-link.linkedin {
  background-image: url('../images/icon-4-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #157ee757;
}

.container-medium-906px {
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.services-v1-grid {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.services-v1-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.services-v2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.services-v2-wrapper {
  position: relative;
}

.container-medium-684px {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-684px.services-v3 {
  text-align: center;
  margin-bottom: 42px;
}

.container-medium-684px.packages-category {
  margin-bottom: 48px;
}

.container-medium-684px.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-medium-684px.no-padding.home-pages {
  padding-top: 0;
}

.container-medium-684px.no-padding.mg-top-80px {
  margin-top: 80px;
}

.services-v3-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.services-v3-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.services-section-title-wrapper {
  max-width: 603px;
}

.services-section-slider {
  background-color: #0000;
  height: 100%;
}

.services-section-slider-left-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  padding-right: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, color .35s, background-color .35s;
  display: flex;
  inset: -75px 101px auto auto;
}

.services-section-slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.services-section-slider-right-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  padding-left: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  inset: -75px 0 auto auto;
}

.services-section-slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.services-section-mask {
  max-width: 394px;
  padding-top: 32px;
  padding-bottom: 48px;
  overflow: visible;
}

.services-section-slide {
  margin-right: 30px;
}

.service-process-wrapper {
  justify-content: space-between;
  display: flex;
}

.service-process-grid {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.service-process-content {
  position: sticky;
  top: 10px;
}

.container-small-586px {
  max-width: 586px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-586px.service-case-study {
  text-align: center;
  margin-bottom: 32px;
}

.service-contact-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-contact-links-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.service-testimonials-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.service-testimonials-title-wrapper {
  max-width: 534px;
  margin-bottom: 56px;
}

.card-service-testimonial-about-wrapper {
  align-items: center;
  display: flex;
}

.card-service-testimonial-about-name {
  color: var(--neutral-800);
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-service-testimonial-about-rol {
  color: var(--primary-1);
  line-height: 1.333em;
}

.service-case-study-item {
  margin-bottom: 56px;
}

.card-service-case-study-item-content {
  max-width: 48%;
  padding: 89px 30px 89px 46px;
}

.card-service-case-study-client {
  color: var(--primary-1);
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.111em;
}

.service-hero-images-wrapper {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 592px;
  min-height: 628px;
  display: flex;
  position: relative;
}

.team-members-grid {
  grid-column-gap: 30px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 75px;
  display: grid;
}

.team-members-bottom-wrapper {
  text-align: center;
  max-width: 446px;
  margin-left: auto;
  margin-right: auto;
}

.team-wrapper {
  position: relative;
  overflow: visible;
}

.container-medium-996px {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.team-top-content {
  justify-content: space-between;
  align-items: center;
  max-width: 923px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-team-about-title-wrapper {
  flex-wrap: wrap;
  max-width: 730px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-main-content {
  max-width: 477px;
}

.team-rol {
  color: var(--primary-1);
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.1em;
}

.team-social-media-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: start;
}

.case-studies-page-grid {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scroll-down-icon {
  border: 3px solid var(--primary-1);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 29px;
  min-height: 45px;
  max-height: 45px;
  margin-right: 12px;
  display: flex;
  overflow: hidden;
}

.scroll-down-icon-slide {
  background-color: var(--primary-1);
  border-radius: 1000px;
  width: 3.3px;
  min-height: 13px;
}

.case-study-details-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  margin-bottom: 103px;
}

.container-medium-936px {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.more-case-studies-section-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-case-study-button-wrapper {
  max-width: 730px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-detail-increment-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.container-medium-783px {
  max-width: 783px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-783px.careers-hero {
  z-index: 1;
  text-align: center;
  margin-bottom: 63px;
  position: relative;
}

.careers-hero-images-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  min-height: 391px;
  display: flex;
  position: relative;
}

.perks-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.perks-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.current-openings-grid {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.career-item {
  margin-bottom: 20px;
}

.career-item:last-child {
  margin-bottom: 0;
}

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

.space.card-career, .space.faq {
  min-height: 8px;
}

.card-career-icon {
  background-color: var(--neutral-300);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  position: relative;
}

.card-career-about-wrapper {
  flex-wrap: wrap;
  margin-bottom: 22px;
  display: flex;
}

.card-career-about {
  color: var(--neutral-700);
  align-items: center;
  margin-right: 25px;
  display: flex;
}

.card-career-icon-1 {
  background-color: var(--neutral-700);
  border-radius: 1000px;
  width: 3px;
  min-height: 16px;
  position: absolute;
}

.card-career-icon-2 {
  background-color: var(--neutral-700);
  border-radius: 1000px;
  width: 16px;
  min-height: 3px;
  position: absolute;
}

.career-content-top {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.card-career-about-button-wrapper {
  max-width: 730px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.career-tag {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  border-radius: 1000px;
  margin-bottom: 16px;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
}

.career-about-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 295px;
  display: flex;
}

.career-about-details {
  color: var(--neutral-700);
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.career-about-details.last {
  margin-right: 0;
}

.card-career-apply-wrapper {
  width: 100%;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

.container-small-540px {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-540px.packages {
  text-align: center;
  margin-bottom: 48px;
}

.packages-contact-wrapper {
  text-align: center;
  max-width: 446px;
  margin-left: auto;
  margin-right: auto;
}

.package-item {
  border-right: 1px solid var(--neutral-400);
  flex-direction: column;
  align-items: flex-start;
  max-width: 411px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.package-item:first-child {
  padding-left: 0;
}

.package-item:last-child {
  border-right-width: 0;
  padding-right: 0;
}

.package-item-price {
  color: var(--neutral-800);
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: .944em;
}

.package-item-content-top {
  margin-bottom: 40px;
}

.package-item-content-bottom {
  align-self: stretch;
}

.package-item-features-title {
  color: var(--neutral-800);
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
}

.package-item-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.package-item-feature-wrapper {
  align-items: center;
  line-height: 1.111em;
  display: flex;
}

.faqs-grid {
  grid-column-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.faq-icon {
  background-color: var(--neutral-300);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  position: relative;
}

.faq-icon-1 {
  background-color: var(--neutral-700);
  border-radius: 1000px;
  width: 3px;
  min-height: 16px;
  position: absolute;
}

.faq-icon-2 {
  background-color: var(--neutral-700);
  border-radius: 1000px;
  width: 16px;
  min-height: 3px;
  position: absolute;
}

.card-packages-wrapper {
  position: relative;
}

.package-icon {
  border-radius: 25px;
  width: 88px;
  min-width: 88px;
  min-height: 88px;
  margin-bottom: 24px;
}

.package-features-title {
  color: var(--neutral-800);
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

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

.card-package-order-price {
  color: var(--neutral-800);
  margin-bottom: 33px;
  font-size: 36px;
  font-weight: 700;
  line-height: .944em;
}

.card-package-order-content-top {
  margin-bottom: 24px;
}

.card-package-order-wrapper {
  flex-direction: column;
  max-width: 425px;
  display: flex;
}

.card-package-order-default-state {
  margin-bottom: 0;
}

.card-package-order-add-to-cart {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.package-content-top {
  margin-bottom: 32px;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-links-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.container-medium-738px {
  max-width: 738px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-738px.social-media {
  text-align: center;
}

.social-media-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: space-between;
}

.social-media-section-link {
  transform-style: preserve-3d;
  border-radius: 22px;
  width: 83px;
  min-width: 83px;
  min-height: 83px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

.social-media-section-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.social-media-section-link.facebook {
  background-image: url('../images/icon-1-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #1574ef36;
}

.social-media-section-link.twitter {
  background-image: url('../images/icon-2-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #1bbaff45;
}

.social-media-section-link.instagram {
  background-image: url('../images/icon-3-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 84px;
  box-shadow: 0 6px 8px #fb0f5a24;
}

.social-media-section-link.linkedin {
  background-image: url('../images/icon-4-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #157ee757;
}

.social-media-section-link.youtube {
  background-image: url('../images/icon-5-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #ff000036;
}

.social-media-section-link.whatsapp {
  background-image: url('../images/icon-6-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px #54e44729;
}

.offices-grid {
  z-index: 1;
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.faqs-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-small {
  border-bottom: 1px solid var(--neutral-400);
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 21px;
}

.header-small-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-small {
  border-top: 1px solid var(--neutral-400);
  background-color: #fff;
  margin-top: auto;
  padding-top: 35px;
  padding-bottom: 27px;
}

.footer-small-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-small-logo-container {
  transition-property: transform;
}

.footer-small-logo-container:hover {
  transform: scale(1.04);
}

.footer-small-logo {
  width: 216px;
}

.footer-small-print-small {
  line-height: 1.4em;
}

.brand-small {
  padding-left: 0;
  transition-property: transform;
}

.brand-small:hover {
  transform: scale(1.04);
}

.schedule-demo-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-schedule-demo-form-block {
  margin-bottom: 0;
}

.card-schedule-demo-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-schedule-demo-button-link {
  background-color: #0000;
  padding: 0;
}

.card-schedule-demo-team-name {
  color: var(--neutral-800);
  letter-spacing: 0;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-schedule-demo-team-rol {
  color: var(--primary-1);
  letter-spacing: 0;
  line-height: 1.333em;
}

.free-consultation-wrapper {
  justify-content: space-between;
  margin-bottom: 90px;
  display: flex;
}

.card-free-consultation-form-block {
  margin-bottom: 0;
}

.card-free-consultation-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-free-consultation-button-link {
  background-color: #0000;
  padding: 0;
}

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

.free-consultation-list-wrapper {
  align-items: center;
  line-height: 1.111em;
  display: flex;
}

.companies-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  align-items: center;
}

.advantage-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.advantage-images-wrapper {
  perspective: 1000px;
  align-items: flex-end;
  max-width: 42%;
  min-height: 464px;
  display: flex;
  position: relative;
}

.advantage-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.about-images-wrapper {
  perspective: 1000px;
  align-items: flex-end;
  width: 100%;
  max-width: 546px;
  min-height: 459px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.testimonials-wrapper {
  max-width: 456px;
}

.form-video-wrapper {
  justify-content: space-between;
  display: flex;
}

.testimonials-v2-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials-v2-title-wrapper {
  max-width: 534px;
  margin-bottom: 56px;
}

.about-v2-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.about-v2-images-wrapper {
  perspective: 1000px;
  align-items: flex-end;
  max-width: 42%;
  min-height: 464px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.advantage-v2-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.advantage-v2-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.advantage-v2-images-wrapper {
  perspective: 1000px;
  align-items: flex-end;
  width: 100%;
  max-width: 542px;
  min-height: 459px;
  display: flex;
  position: relative;
}

.form-video-badge-wrapper {
  color: var(--neutral-100);
  letter-spacing: -.02em;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1em;
  display: flex;
}

.form-video-preview-wrapper {
  border-radius: 39px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-video-preview-filter {
  background-color: var(--neutral-800);
  opacity: .4;
  position: absolute;
  inset: 0%;
  box-shadow: 0 23px 40px #00000040;
}

.form-video-preview-button {
  background-color: var(--neutral-100);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 117px;
  min-width: 117px;
  min-height: 117px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 11px 66px #40080f87;
}

.form-video-preview-button:hover {
  transform: scale(.99);
  box-shadow: 0 4px 20px #40080f87;
}

.card-video-form-block {
  margin-bottom: 0;
}

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

.card-video-form-button-link {
  background-color: #0000;
  padding: 0;
}

.newsletter-section-wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 612px;
  display: flex;
  position: relative;
}

.newsletter-form-block {
  z-index: 1;
  width: 100%;
  max-width: 635px;
  margin-bottom: 0;
  position: relative;
}

.newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.newsletter-link {
  background-color: #0000;
  padding: 0;
}

.container-small-428px {
  max-width: 428px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-428px.newsletter-testimonials {
  text-align: center;
  margin-bottom: 40px;
}

.newsletter-testimonials-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.card-newsletter-testimonial-stars {
  object-fit: none;
  object-position: 50% 21%;
  width: 173px;
  margin-bottom: 5px;
  margin-left: -10px;
}

.card-newsletter-testimonial-about-wrapper {
  align-items: center;
  display: flex;
}

.card-newsletter-testimonial-name {
  color: var(--neutral-800);
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.333em;
}

.card-newsletter-testimonial-rol {
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.6em;
}

.not-found-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.not-found-images-wrapper {
  perspective: 1000px;
  flex-direction: column;
  align-items: center;
  max-width: 51%;
  min-height: 637px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.brand {
  transform-style: preserve-3d;
  margin-right: 10px;
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.rich-text-figure-and-figure-caption h2, .rich-text-figure-and-figure-caption p {
  max-width: 730px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-figure-and-figure-caption ul {
  max-width: 730px;
  margin: 24px auto 48px;
}

.rich-text-figure-and-figure-caption figure {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rich-text-figure-and-figure-caption img {
  border-radius: 30px;
  max-width: 858px;
}

.rich-text-figure-and-figure-caption figcaption {
  background-color: var(--neutral-100);
  box-shadow: 0 4px 34px 0 var(--shadow-1);
  border-radius: 20px;
  max-width: 361px;
  margin-top: 0;
  padding: 30px 36px 34px;
  position: absolute;
  bottom: 33px;
  left: 31px;
}

.rich-text-figure-and-figure-caption h3 {
  max-width: 730px;
  margin: 50px auto 16px;
}

.rich-text-figure-and-figure-caption ol {
  max-width: 730px;
  margin: 24px auto 48px;
}

.rich-text-figure-and-figure-caption blockquote {
  max-width: 730px;
  margin: 48px auto 56px;
}

.rich-text-figure-and-figure-caption h4, .rich-text-figure-and-figure-caption h5 {
  max-width: 730px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-figure-and-figure-caption h6 {
  max-width: 730px;
  margin: 50px auto 16px;
}

.card-changelog-content {
  flex: 1;
  align-self: center;
}

.category-title-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.category-title-wrapper.packages-category {
  justify-content: center;
}

.category-title-wrapper.blog-category {
  flex: 1;
  max-width: 50%;
  margin-right: 20px;
}

.card-packages-category-wrapper {
  position: relative;
}

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

.order-item-option-result {
  color: var(--neutral-800);
  font-weight: 500;
}

.dropdown-list {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
  left: 0;
  right: 0;
}

.dropdown-list.w--open {
  width: 100%;
}

.dropdown-nav-link {
  color: var(--neutral-600);
  white-space: nowrap;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .3s;
}

.dropdown-nav-link:hover {
  color: #ff3f56;
}

.nav-link-dropdown {
  position: static;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.dropdown-arrow {
  font-family: Icons Marketing Template, sans-serif;
  font-size: 7px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.dropdown-nav-main-wrapper {
  border: 1px solid var(--neutral-300);
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  background-color: #fff;
  border-radius: 35px;
  justify-content: center;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.dropdown-nav-content {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-pages-wrapper {
  margin-right: 40px;
}

.dropdown-nav-item {
  margin-bottom: 22px;
  line-height: 1em;
}

.button-primary-arrow {
  font-family: Icons Marketing Template, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -2px;
}

.link-arrow {
  margin-left: 8px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}

.empty-state {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 6px 12px 0 var(--shadow-card-default);
  text-align: center;
  border-radius: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 20px;
  font-size: 20px;
  overflow: hidden;
}

.empty-state.small {
  border-radius: 20px;
  align-self: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.empty-state.cart {
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.empty-state.shipping {
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.success-message {
  background-color: var(--secondary-3);
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 20px;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 20px;
}

.error-message {
  color: var(--primary-1);
  text-align: center;
  background-color: #ffeef0;
  border-radius: 20px;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
}

.home-v2-services-wrapper {
  position: relative;
}

.cart-wrapper {
  z-index: 9999;
  background-color: #14142bcc;
}

.cart-close-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-header {
  border-bottom-color: var(--neutral-400);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item-quantity {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  letter-spacing: .02em;
  border-radius: 1000px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  transition: box-shadow .35s, color .35s, border-color .35s;
  display: none;
}

.cart-item-quantity:hover {
  border-color: var(--primary-1);
}

.cart-item-quantity:focus {
  border-color: var(--primary-1);
  color: var(--primary-1);
  font-weight: 500;
  box-shadow: 0 2px 11px #f4263e0f, 0 4px 10px #1f255912;
}

.cart-item-quantity::placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.cart-footer {
  border-top-color: var(--neutral-400);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item-remove-button {
  font-size: 16px;
  text-decoration: none;
}

.cart-item {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.cart-item-content {
  margin-left: 0;
  margin-right: 0;
}

.cart-item-price, .cart-item-option-result {
  color: var(--neutral-800);
  font-weight: 500;
}

.cart-subtotal {
  color: var(--neutral-800);
  font-size: 20px;
}

.cart-subtotal-item {
  flex-wrap: wrap;
}

.team-section-item-card-content {
  color: var(--neutral-600);
  margin-bottom: 24px;
  text-decoration: none;
}

.team-section-item-card-content:hover {
  color: var(--neutral-600);
}

.package-item-link {
  color: var(--neutral-600);
  text-decoration: none;
}

.package-item-link:hover {
  color: var(--neutral-600);
}

.scroll-down-icon-slide-wrapper {
  align-self: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.grid-3-columns {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3-columns.home-sections {
  grid-column-gap: 28px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-image-left {
  margin-right: 24px;
}

.home-hero-image-right {
  margin-bottom: -62px;
}

.home-page-numbers {
  color: var(--neutral-800);
  margin-bottom: 3px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.number-color-red {
  color: var(--primary-1);
}

.subtitle-page-numbers {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.6em;
}

.number-color-yellow {
  color: var(--secondary-1);
}

.number-color-blue {
  color: var(--secondary-3);
}

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

.grid-2-columns {
  grid-column-gap: 46px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.grid-2-columns.home-sections {
  grid-column-gap: 28px;
  max-width: 561px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.image-pages {
  border-radius: 40px;
  margin-bottom: 32px;
  box-shadow: 0 -2px 6px #14142b0a, 0 5px 12px #14142b0a;
}

.changelog-item {
  margin-bottom: 26px;
  display: flex;
}

.home-sections-figma-logo {
  border: 1px solid var(--neutral-200);
  box-shadow: 0 3px 10px 0 var(--shadow-input);
  border-radius: 50%;
  width: 100px;
}

.heading-size-h3 {
  color: var(--neutral-800);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.345em;
}

.subtitle-shape-2 {
  background-color: #ff3951;
  border-radius: 1000px;
  width: 22px;
  min-height: 2px;
  max-height: 2px;
  margin-right: 10px;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 6px 12px #14142b0d;
}

.card-2.home-v3-process {
  padding: 36px 35px 57px 38px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ff3951;
  border-radius: 1000px;
  padding: 28px 50px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 8px 22px #ff395147;
}

.button-primary-2:hover {
  color: #fff;
  transform: translate3d(0, -6px, .01px);
  box-shadow: 0 15px 32px #ff395161;
}

.subtitle-wrapper-2 {
  color: #ff3951;
  letter-spacing: .02em;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .header-logo {
    width: 180px;
  }

  .footer-logo {
    width: 200px;
  }

  .card.numbers-home {
    font-size: 20px;
  }

  .image.newsletter-section {
    right: -95px;
  }

  .image.hero-home {
    max-width: 390px;
  }

  .home-hero-images-wrapper.holder {
    margin-left: 48px;
  }

  .home-page-numbers {
    font-size: 70px;
    line-height: 70px;
  }

  .subtitle-page-numbers {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .image.hero-home {
    max-width: 420px;
  }
}

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

  blockquote {
    padding: 56px 60px 56px 56px;
    font-size: 22px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large.case-study-detail {
    font-size: 22px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary.full-width.card-career-apply {
    display: inline-block;
  }

  .button-primary.full-width.add-to-cart {
    width: 50%;
  }

  .button-secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-secondary.full-width.buy-now {
    width: 50%;
    margin-top: 0;
    margin-left: 16px;
  }

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

  .header-logo {
    width: 180px;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .nav-link {
    font-size: 32px;
  }

  .nav-link.dropdown {
    line-height: .8em;
    display: inline-block;
  }

  .menu-button {
    background-color: var(--primary-1);
    color: #fff;
    border-radius: 1000px;
    width: 64px;
    min-width: 64px;
    min-height: 64px;
    margin-left: 20px;
    padding: 12px;
    font-size: 30px;
    transition: transform .35s, background-color .35s;
    box-shadow: 0 8px 22px #ff395147;
  }

  .menu-button:hover {
    transform: scale3d(.96, .96, 1.01);
  }

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

  .nav-menu {
    border: 1px solid var(--neutral-300);
    background-color: #fff;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 36px;
    position: absolute;
    box-shadow: 0 4px 10px #4a3aff2e;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 29px;
  }

  .footer-logo-container {
    margin-bottom: 16px;
  }

  .footer-logo {
    width: 198px;
  }

  .footer-nav-item {
    margin-bottom: 20px;
  }

  .utility-pages-hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .section.checkout-hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.home-hero {
    padding-top: 68px;
    padding-bottom: 128px;
  }

  .section.home-services {
    padding-top: 192px;
    padding-bottom: 128px;
  }

  .section.home-advantage {
    padding-top: 128px;
    padding-bottom: 192px;
  }

  .section.home-about, .section.home-process, .section.home-case-studies, .section.home-testimonials {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .section.home-blog {
    padding-top: 192px;
    padding-bottom: 125px;
  }

  .section.home-contact {
    padding-top: 128px;
    padding-bottom: 118px;
  }

  .section.home-hero-v2 {
    padding-top: 77px;
    padding-bottom: 73px;
  }

  .section.home-v2-services {
    padding-top: 192px;
  }

  .section.home-v2-about {
    padding-bottom: 141px;
  }

  .section.home-v2-testimonials {
    padding-bottom: 128px;
  }

  .section.cta-v1 {
    padding-bottom: 100px;
  }

  .section.about-hero {
    padding-top: 65px;
    padding-bottom: 96px;
  }

  .section.about-offices {
    padding-bottom: 86px;
  }

  .section.about-team {
    padding-bottom: 158px;
  }

  .section.blog-v1-hero {
    padding-top: 78px;
    padding-bottom: 120px;
  }

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

  .section.blog-v1-newsletter {
    margin-bottom: 120px;
  }

  .section.blog-v2-hero {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section.blog-v2 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.blog-v3 {
    padding-top: 109px;
    padding-bottom: 123px;
  }

  .section.blog-hero-v3 {
    padding-top: 77px;
    padding-bottom: 112px;
  }

  .section.blog-post-latest-articles-section {
    padding-top: 156px;
    padding-bottom: 152px;
  }

  .section.blog-post {
    padding-bottom: 112px;
  }

  .section.services-v1 {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section.services-v1-cta {
    padding-bottom: 110px;
  }

  .section.services-v2 {
    padding-top: 77px;
  }

  .section.services-v3 {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section.services-v3-cta {
    padding-bottom: 109px;
  }

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

  .section.service-process {
    overflow: hidden;
  }

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

  .section.team-members {
    padding-top: 77px;
  }

  .section.team {
    padding-top: 53px;
  }

  .section.case-studies-page {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section.case-studies-cta {
    padding-bottom: 96px;
  }

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

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

  .section.careers-hero {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section.career, .section.packages {
    padding-top: 76px;
  }

  .section.package {
    padding-top: 76px;
    padding-bottom: 123px;
  }

  .section.contact {
    padding-top: 76px;
    padding-bottom: 191px;
  }

  .section.social-media {
    padding-bottom: 138px;
  }

  .section.faqs {
    padding-bottom: 157px;
  }

  .section.schedule-demo {
    padding-top: 77px;
    padding-bottom: 117px;
  }

  .section.free-consultation {
    padding-top: 77px;
    padding-bottom: 56px;
  }

  .section.advantage {
    padding-bottom: 69px;
  }

  .section.about {
    padding-top: 69px;
    padding-bottom: 192px;
  }

  .section.form-video {
    padding-top: 106px;
    padding-bottom: 98px;
  }

  .section.advantage-v2 {
    padding-bottom: 69px;
  }

  .section.about-v2 {
    padding-top: 69px;
  }

  .section.newsletter-hero {
    padding-top: 119px;
    padding-bottom: 97px;
  }

  .section.newsletter-testimonials {
    padding-top: 97px;
    padding-bottom: 91px;
  }

  .section.utility-pages {
    padding-top: 112px;
  }

  .section.packages-category {
    padding-top: 76px;
  }

  .section.blog-category {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section.home-pages {
    padding-bottom: 140px;
  }

  .section.home-pages-container {
    padding-top: 140px;
  }

  .utility-page-wrap {
    padding-top: 130px;
    padding-bottom: 143px;
  }

  .input.name, .input.email, .input.phone, .input.company {
    padding-right: 70px;
  }

  .not-found-404 {
    font-size: 158px;
  }

  .divider.footer-top {
    margin-top: 50px;
    margin-bottom: 67px;
  }

  .divider.footer-bottom {
    margin-top: 25px;
    margin-bottom: 23px;
  }

  .divider.home-hero-v3 {
    margin-top: 120px;
  }

  .divider.case-study-hero {
    margin-top: 67px;
    margin-bottom: 62px;
  }

  .divider.card-case-study {
    margin-top: 48px;
    margin-bottom: 67px;
  }

  .icon-password {
    max-width: 130px;
  }

  .paragraph.home-hero {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.home-companies {
    text-align: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .paragraph.case-studies {
    max-width: 586px;
  }

  .paragraph.card-testimonial {
    margin-bottom: 35px;
  }

  .paragraph.home-hero-v2 {
    margin-bottom: 40px;
  }

  .paragraph.home-v3-about {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-team-section-item {
    max-width: 606px;
  }

  .paragraph.service-hero {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-career-apply {
    max-width: 663px;
    margin-bottom: 24px;
  }

  .paragraph.faq {
    max-width: 85%;
  }

  .paragraph.contact {
    margin-bottom: 24px;
  }

  .paragraph.card-schedule-demo, .paragraph.card-free-consultation {
    max-width: 679px;
  }

  .paragraph.form-video {
    max-width: 566px;
  }

  .paragraph.card-form-video {
    max-width: 679px;
  }

  .paragraph.newsletter-section {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.contact-form {
    flex: 0 auto;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.home-process {
    margin-right: auto;
    padding-top: 270px;
    padding-bottom: 64px;
    padding-left: 64px;
  }

  .card.testimonial {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 61px;
    padding-left: 63px;
    padding-right: 63px;
  }

  .card.blog-post-section-item-v1 {
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .card.cta-v1-accent {
    flex-direction: column;
    margin-right: 10px;
    padding: 73px 30px;
  }

  .card.cta-v1 {
    flex-direction: column;
    justify-content: center;
    max-width: 41%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .card.service-v1 {
    flex-direction: column;
  }

  .card.home-v3-process {
    justify-content: space-between;
    display: flex;
  }

  .card.home-v3-contact-form {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.about-story {
    max-width: none;
  }

  .card.about-value {
    flex-direction: column;
  }

  .card.about-office {
    justify-content: center;
  }

  .card.blog-featured-v1-item-card {
    padding-right: 25px;
  }

  .card.blog-featured-v2-item-card {
    z-index: 1;
    max-width: 650px;
    margin-top: -73px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .card.blog-post-main-content {
    border-radius: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 54px 54px 58px;
  }

  .card.about-author {
    margin-top: 20px;
  }

  .card.service-process {
    justify-content: center;
  }

  .card.service-case-study-item {
    flex-direction: column-reverse;
  }

  .card.team-about {
    padding-top: 68px;
    padding-bottom: 48px;
  }

  .card.case-study {
    padding-top: 75px;
    padding-bottom: 78px;
  }

  .card.career-apply {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.career-about {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .card.packages {
    flex-direction: column;
    margin-bottom: 49px;
    padding-bottom: 72px;
  }

  .card.package-about {
    max-width: 100%;
    padding-top: 66px;
    padding-bottom: 15px;
  }

  .card.package-order {
    min-height: 474px;
  }

  .card.schedule-demo {
    max-width: 100%;
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .card.schedule-demo-team {
    text-align: left;
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.free-consultation, .card.form-video {
    max-width: 100%;
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .card.packages-category {
    flex-direction: column;
    padding-bottom: 72px;
  }

  .card.numbers-home {
    padding: 38px 16px;
  }

  .card.page-container {
    border-radius: 24px;
    padding: 20px 20px 32px;
    font-size: 20px;
    line-height: 29px;
  }

  .checkout-form {
    padding-bottom: 125px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.h3-size.blog-featured-v1-item {
    margin-bottom: 10px;
  }

  .title.h4-size.blog-post-section-item-v1, .title.h4-size.blog-post-item-v1 {
    font-size: 20px;
  }

  .title.home-hero {
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.cta-v1 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-hero-v2 {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-v2-process {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-hero-v3 {
    max-width: 614px;
  }

  .title.home-v3-about {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title.cta-v2 {
    padding-right: 30px;
  }

  .title.home-v3-advantage {
    max-width: 524px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.about-mission {
    max-width: 594px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.about-hero {
    max-width: 491px;
  }

  .title.blog-v1, .title.blog-v2, .title.blog-v3 {
    margin-bottom: 35px;
  }

  .title.blog-post {
    margin-bottom: 20px;
  }

  .title.services-v3 {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.case-study {
    margin-bottom: 16px;
  }

  .title.h5-size.case-study-detail {
    margin-bottom: 14px;
  }

  .title.current-openings {
    margin-bottom: 16px;
  }

  .title.career {
    margin-bottom: 22px;
  }

  .title.schedule-demo {
    max-width: 403px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h2-size.free-consultation {
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.checkout-right {
    flex-basis: 0;
  }

  .split-content.header-right, .split-content.header-left {
    z-index: 99;
    position: relative;
  }

  .split-content.home-hero-content {
    text-align: center;
    min-width: auto;
    max-width: 750px;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.home-advantage-content {
    text-align: center;
    max-width: 750px;
    margin-bottom: 80px;
  }

  .split-content.home-about-content {
    text-align: center;
    max-width: 750px;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.case-studies-left {
    max-width: 586px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.home-blog-left {
    margin-right: 40px;
  }

  .split-content.home-blog-right {
    margin-top: 35px;
  }

  .split-content.home-contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.home-v2-process-left {
    max-width: 616px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.home-v2-process-right {
    max-width: 100%;
  }

  .split-content.home-v2-about-content {
    text-align: center;
    max-width: 616px;
    margin-bottom: 80px;
  }

  .split-content.home-v2-blog-left {
    margin-right: 40px;
  }

  .split-content.home-v2-blog-right {
    margin-top: 35px;
  }

  .split-content.cta-v1-left {
    max-width: 616px;
    margin-bottom: 16px;
  }

  .split-content.cta-v1-right {
    max-width: 616px;
  }

  .split-content.home-v3-about-content {
    text-align: center;
    max-width: 616px;
    margin-bottom: 80px;
  }

  .split-content.home-v3-advantage-content {
    text-align: center;
    max-width: 616px;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.home-v3-testimonials-left {
    max-width: 800px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content.home-v3-testimonials-right {
    max-width: 800px;
  }

  .split-content.home-v3-blog-left {
    margin-right: 40px;
  }

  .split-content.home-v3-blog-right {
    margin-top: 25px;
  }

  .split-content.home-v3-advantage-image {
    max-width: 663px;
  }

  .split-content.home-v3-contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.about-hero-content {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .split-content.about-mission-content {
    text-align: center;
    max-width: 849px;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.about-story-left {
    margin-bottom: 16px;
  }

  .split-content.about-story-right {
    max-width: 565px;
  }

  .split-content.about-offices-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.about-offices-right {
    max-width: 565px;
  }

  .split-content.blog-v1-hero-left {
    min-width: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.blog-v1-hero-right {
    max-width: 522px;
  }

  .split-content.blog-newsletter-left {
    text-align: center;
    flex-direction: column;
    max-width: 385px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.blog-v2-hero-left {
    min-width: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.blog-v2-hero-right {
    max-width: 522px;
  }

  .split-content.blog-post-latest-articles-left {
    margin-right: 40px;
  }

  .split-content.services-v1-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.services-v1-right {
    max-width: 550px;
  }

  .split-content.service-hero-content {
    text-align: center;
    max-width: 650px;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.service-process-left {
    text-align: center;
    max-width: 552px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.service-contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .split-content.service-testimonials-left {
    max-width: 800px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content.service-testimonials-right {
    max-width: 800px;
  }

  .split-content.service-process-right, .split-content.service-contact-card-wrapper {
    max-width: 100%;
  }

  .split-content.team-members-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .split-content.team-members-right {
    max-width: 523px;
  }

  .split-content.case-studies-page-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.case-studies-page-right {
    max-width: 550px;
  }

  .split-content.case-study-hero-left {
    max-width: 75%;
    margin-right: 20px;
  }

  .split-content.career-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.faqs-content-top-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.faqs-content-top-right {
    max-width: 492px;
  }

  .split-content.package-left {
    justify-content: space-between;
    max-width: 896px;
    margin-bottom: 80px;
    margin-right: 0;
    display: flex;
  }

  .split-content.package-right {
    max-width: 100%;
  }

  .split-content.contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.offices-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.offices-right {
    max-width: 565px;
  }

  .split-content.contact-card {
    max-width: 100%;
  }

  .split-content.schedule-demo-content {
    text-align: center;
    max-width: 576px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.free-consultation-left {
    text-align: center;
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.advantage-content {
    text-align: center;
    max-width: 750px;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.about-content {
    text-align: center;
    max-width: 750px;
    margin-bottom: 80px;
  }

  .split-content.form-video-left {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.testimonials-v2-left {
    max-width: 800px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content.testimonials-v2-right {
    max-width: 800px;
  }

  .split-content.about-v2-content {
    text-align: center;
    max-width: 750px;
    margin-bottom: 80px;
  }

  .split-content.advantage-v2-content {
    text-align: center;
    max-width: 750px;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.newsletter-section-left {
    text-align: center;
    max-width: 689px;
    margin-bottom: 80px;
  }

  .split-content.newsletter-section-right {
    max-width: 100%;
    min-height: 612px;
    position: static;
  }

  .split-content.not-found-content {
    text-align: center;
    margin-bottom: 60px;
  }

  .split-content.home-holder-container.holder {
    text-align: center;
  }

  .image-wrapper.home-process {
    border-radius: 40px;
    align-self: stretch;
    width: 100%;
    max-width: 440px;
    margin-bottom: -220px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .image-wrapper.card-cta-v1-accent {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.card-cta-v1 {
    margin-bottom: 20px;
  }

  .image-wrapper.card-service-v1 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .image-wrapper.card-about-value, .image-wrapper.card-team-section-item {
    margin-bottom: 20px;
  }

  .image-wrapper.blog-featured-v1-item {
    align-self: stretch;
    max-width: 50%;
    margin-right: 30px;
  }

  .image-wrapper.blog-featured-v2-item-image {
    border-radius: 48px;
    max-width: 100%;
    min-height: auto;
  }

  .image-wrapper.card-service-case-study-item {
    min-height: auto;
  }

  .image-wrapper.card-service-case-study-item.service-single {
    min-height: 360px;
  }

  .image.home-process {
    width: 100%;
  }

  .image.home-hero-2 {
    right: -54px;
  }

  .image.home-hero-v2-image-1 {
    margin-top: -19px;
  }

  .image.home-hero-v2-image-2 {
    bottom: -45px;
  }

  .image.home-hero-v2-image-3 {
    bottom: -74px;
  }

  .image.home-v2-about-2 {
    margin-top: -277px;
  }

  .image.about-hero-1 {
    border-radius: 24px;
    max-width: 45%;
    margin-bottom: 0;
  }

  .image.about-hero-2 {
    border-radius: 24px;
    align-self: flex-end;
    max-width: 40%;
  }

  .image.about-hero-3 {
    border-radius: 24px;
    align-self: auto;
    max-width: 50%;
    margin-top: 0;
  }

  .image.about-mission-1, .image.about-mission-2 {
    border-radius: 28px;
  }

  .image.card-about-office-icon {
    margin-right: 40px;
  }

  .image.about-offices-map {
    margin-top: 40px;
  }

  .image.blog-featured-v1-item {
    object-fit: cover;
    width: 100%;
    min-height: 100%;
  }

  .image.blog-newsletter-icon {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image.blog-post {
    border-radius: 38px;
  }

  .image.card-service-process {
    margin-right: 20px;
  }

  .image.service-hero-1 {
    position: relative;
  }

  .image.service-hero-2 {
    bottom: 66px;
  }

  .image.team {
    width: 312px;
    min-width: 312px;
    min-height: 312px;
    margin-right: 30px;
  }

  .image.case-study {
    border-radius: 50px;
  }

  .image.company {
    max-width: 90%;
  }

  .image.form-video-preview-button-icon {
    width: 28%;
  }

  .image.newsletter-section {
    top: auto;
    bottom: -114px;
    right: auto;
  }

  .image.hero-home {
    max-width: 100%;
  }

  .home-hero-wrapper {
    flex-direction: column;
  }

  .subtitle-wrapper {
    margin-bottom: 13px;
  }

  .subtitle-wrapper.home-hero, .subtitle-wrapper.home-about, .subtitle-wrapper.home-advantage, .subtitle-wrapper.home-v2-process, .subtitle-wrapper.home-v2-about, .subtitle-wrapper.cta-v1, .subtitle-wrapper.home-v3-about, .subtitle-wrapper.home-v3-advantage, .subtitle-wrapper.home-v3-testimonials, .subtitle-wrapper.about-mission, .subtitle-wrapper.about-story, .subtitle-wrapper.about-offices, .subtitle-wrapper.blog-v1-hero, .subtitle-wrapper.blog-v2-hero, .subtitle-wrapper.service-hero, .subtitle-wrapper.service-testimonials, .subtitle-wrapper.service-process, .subtitle-wrapper.team-members, .subtitle-wrapper.case-studies-page, .subtitle-wrapper.faqs, .subtitle-wrapper.offices, .subtitle-wrapper.schedule-demo, .subtitle-wrapper.advantage, .subtitle-wrapper.about, .subtitle-wrapper.free-consultation, .subtitle-wrapper.testimonials-v2, .subtitle-wrapper.about-v2, .subtitle-wrapper.advantage-v2, .subtitle-wrapper.newsletter-hero {
    justify-content: center;
  }

  .subtitle-shape.home-about, .subtitle-shape.home-advantage, .subtitle-shape.home-hero, .subtitle-shape.home-v2-process, .subtitle-shape.home-v2-about, .subtitle-shape.cta-v1, .subtitle-shape.home-v3-about, .subtitle-shape.home-v3-advantage, .subtitle-shape.home-v3-testimonials, .subtitle-shape.about-mission, .subtitle-shape.about-story, .subtitle-shape.about-offices, .subtitle-shape.blog-v1-hero, .subtitle-shape.blog-v2-hero, .subtitle-shape.service-hero, .subtitle-shape.service-testimonials, .subtitle-shape.service-process, .subtitle-shape.team-members, .subtitle-shape.case-studies-page, .subtitle-shape.faqs, .subtitle-shape.offices, .subtitle-shape.schedule-demo, .subtitle-shape.advantage, .subtitle-shape.about, .subtitle-shape.free-consultation, .subtitle-shape.testimonials-v2, .subtitle-shape.about-v2, .subtitle-shape.advantage-v2, .subtitle-shape.newsletter-hero {
    display: none;
  }

  .home-companies-wrapper {
    flex-direction: column;
    padding: 80px 40px;
  }

  .home-companies-grid {
    grid-column-gap: 20px;
  }

  .home-services-title-wrapper {
    max-width: 64%;
  }

  .home-advantage-wrapper {
    flex-direction: column-reverse;
  }

  .home-advantage-features-grid {
    justify-items: center;
  }

  .home-about-wrapper {
    flex-direction: column;
  }

  .home-process-slider {
    margin-bottom: 0;
  }

  .content-top.case-studies {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.home-blog {
    flex-wrap: wrap;
  }

  .content-top.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.home-v2-blog {
    flex-wrap: wrap;
  }

  .content-top.cta-v1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top.home-v3-blog {
    flex-wrap: wrap;
  }

  .content-top.about-story, .content-top.about-offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .content-top.blog-v1-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top.blog-v1 {
    flex-direction: column;
  }

  .content-top.blog-v2-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top.blog-v2, .content-top.blog-v3 {
    flex-direction: column;
  }

  .content-top.blog-post-latest-articles {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .content-top.services-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.team-members {
    text-align: center;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .content-top.case-studies-page, .content-top.current-openings, .content-top.faqs {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top.package {
    flex-direction: column;
    margin-bottom: 133px;
  }

  .content-top.offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top.blog-category {
    flex-direction: column;
  }

  .home-contact-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .home-contact-links-grid {
    grid-row-gap: 22px;
  }

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

  .home-process-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .testimonials-slider {
    margin-bottom: 0;
  }

  .card-testimonial-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .contact-form-block, .contact-form {
    flex: 1;
  }

  .select-wrapper.card-package-order {
    max-width: 603px;
  }

  .blog-section-v2-grid {
    grid-column-gap: 20px;
  }

  .case-studies-section-grid {
    grid-column-gap: 20px;
    margin-bottom: 40px;
  }

  .case-studies-item-bottom {
    padding-left: 35px;
    padding-right: 35px;
  }

  .bg.home-hero {
    bottom: -311px;
    right: auto;
  }

  .bg.home-advantage {
    bottom: -175px;
    left: auto;
  }

  .bg.home-about {
    top: auto;
    bottom: -178px;
    right: -59px;
  }

  .bg.home-hero-v2-blur {
    max-width: 100%;
    bottom: 171px;
  }

  .bg.home-v3-advantage {
    max-width: 165%;
    bottom: -101px;
    left: auto;
  }

  .bg.home-v3-contact-blur {
    top: 324px;
  }

  .bg.cta-v2-shape-2 {
    left: 80px;
  }

  .bg.cta-v2-shape-3 {
    top: -113px;
    right: 226px;
  }

  .bg.about-mission {
    max-width: 150%;
  }

  .bg.about-hero-blur {
    max-width: 70%;
    top: auto;
    bottom: 34%;
    right: -17%;
  }

  .bg.blog-v3-hero {
    max-width: 600px;
    bottom: -118px;
  }

  .bg.service-contact {
    bottom: auto;
  }

  .bg.career {
    min-height: 53%;
  }

  .bg.career-blur {
    max-width: 103%;
    top: -61px;
  }

  .bg.package-blur {
    max-width: 100%;
    right: -173px;
  }

  .bg.package {
    min-height: 50%;
  }

  .bg.schedule-demo {
    width: 100%;
    min-height: 50%;
    top: auto;
    left: 0;
  }

  .bg.advantage {
    bottom: -75px;
    right: auto;
  }

  .bg.about {
    top: auto;
    bottom: -178px;
    left: auto;
  }

  .bg.about-v2 {
    bottom: -175px;
    left: auto;
  }

  .bg.advantage-v2 {
    top: auto;
    bottom: 0;
  }

  .home-hero-images-wrapper {
    max-width: 730px;
    margin-left: -3px;
  }

  .home-hero-images-wrapper.holder {
    margin-top: 48px;
    margin-left: 0;
  }

  .home-advantage-images-wrapper {
    max-width: 750px;
    margin-right: 0;
  }

  .home-about-images-wrapper {
    max-width: 640px;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer-nav-wrapper {
    margin-bottom: 40px;
    margin-right: 35px;
  }

  .footer-social-media-grid {
    margin-bottom: 20px;
  }

  .container-medium-778px.changelog {
    margin-top: -40px;
  }

  .container-medium-778px.home-hero-v2 {
    margin-bottom: 87px;
  }

  .home-hero-v2-images-wrapper {
    margin-bottom: 60px;
  }

  .home-v2-services-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .home-v2-process-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .home-v2-process-left-content {
    text-align: center;
    position: static;
  }

  .home-v2-about-wrapper {
    flex-direction: column-reverse;
  }

  .home-v2-about-images-wrapper {
    margin-right: 0;
  }

  .home-v2-testimonials-mask {
    overflow: visible;
  }

  .blog-section-v1-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-post-section-item-v1-top-content {
    margin-bottom: 0;
    margin-right: 30px;
    position: relative;
  }

  .blog-post-section-item-v1-category-wrapper {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .home-hero-v3-wrapper {
    padding-top: 127px;
    padding-left: 88px;
    padding-right: 88px;
  }

  .home-v3-about-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .home-v3-about-images-wrapper {
    margin-right: 0;
  }

  .home-v3-advantage-wrapper {
    flex-direction: column;
  }

  .home-v3-advantage-features-grid {
    justify-items: center;
  }

  .cta-v2-wrapper {
    padding: 83px 64px 83px 61px;
  }

  .home-v3-process-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .card-home-v3-process-step {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .home-v3-testimonials-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .home-v3-testimonials-title-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-v3-contact-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .home-v3-contact-links-grid {
    grid-row-gap: 22px;
  }

  .card-home-v3-process-content {
    max-width: 80%;
  }

  .about-hero-wrapper {
    flex-direction: column;
    margin-bottom: 83px;
  }

  .about-hero-content-left {
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  .about-hero-content-right {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
  }

  .about-hero-results-text {
    margin-bottom: 28px;
  }

  .about-hero-results-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: minmax(auto, 288px) minmax(auto, 288px);
    justify-content: center;
  }

  .card-about-hero-result-number {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .about-mission-wrapper {
    flex-direction: column;
  }

  .about-mission-images-wrapper {
    max-width: 657px;
  }

  .about-story-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .card-about-story-year {
    font-size: 45px;
  }

  .about-offices-grid {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-team-grid {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .card-about-office-content {
    width: 100%;
    max-width: 406px;
  }

  .team-section-collection-list-wrapper {
    flex: 1;
  }

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

  .blog-post-item-v1-top-content {
    margin-bottom: 20px;
  }

  .blog-post-item-v1-category-wrapper {
    margin-left: 27px;
  }

  .blog-category-item-link {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-featured-v1-item-content {
    max-width: 46%;
  }

  .blog-featured-v1-item-category-wrapper {
    margin-bottom: 20px;
  }

  .button-category {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-newsletter-wrapper {
    flex-direction: column;
    padding-top: 83px;
    padding-bottom: 83px;
    padding-right: 50px;
  }

  .blog-newsletter-form-block {
    max-width: 680px;
  }

  .blog-v2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .blog-featured-v2-item-wrapper {
    display: block;
  }

  .blog-featured-v2-item-category-wrapper {
    margin-bottom: 20px;
  }

  .container-medium-643px.blog-v3-hero {
    margin-bottom: 40px;
  }

  .blog-v3-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .blog-post-latest-articles-grid {
    grid-column-gap: 20px;
  }

  .blog-post-top-content {
    margin-bottom: 67px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-bottom: 53px;
  }

  .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    margin-top: 40px;
  }

  .services-v2-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .container-medium-684px.services-v3 {
    margin-bottom: 40px;
  }

  .services-v3-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .service-hero-wrapper {
    flex-direction: column;
  }

  .services-section-title-wrapper {
    max-width: 64%;
  }

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

  .service-process-wrapper {
    flex-direction: column;
  }

  .service-process-grid {
    flex: 1;
  }

  .service-process-content {
    position: static;
  }

  .card-service-process-content {
    max-width: 580px;
  }

  .service-contact-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .service-contact-links-grid {
    grid-row-gap: 22px;
  }

  .service-testimonials-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .service-testimonials-title-wrapper {
    text-align: center;
    margin-bottom: 47px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-case-study-item {
    margin-bottom: 47px;
  }

  .card-service-case-study-item-content {
    max-width: 100%;
    padding: 74px 80px;
  }

  .service-hero-images-wrapper {
    min-height: auto;
  }

  .team-members-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 63px;
  }

  .team-top-content {
    justify-content: center;
    margin-bottom: 46px;
  }

  .case-study-details-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto auto;
    justify-content: start;
    margin-bottom: 86px;
  }

  .more-case-studies-section-grid {
    grid-column-gap: 20px;
  }

  .container-medium-783px.careers-hero {
    margin-bottom: 53px;
  }

  .careers-hero-images-wrapper {
    min-height: 299px;
  }

  .perks-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .current-openings-grid {
    grid-template-columns: 1fr;
  }

  .career-content-top {
    flex-direction: column;
    margin-bottom: 83px;
  }

  .card-career-apply-wrapper {
    max-width: 730px;
  }

  .package-item {
    border-bottom: 1px solid var(--neutral-400);
    border-right-width: 0;
    max-width: none;
    padding: 60px 0%;
  }

  .package-item:first-child {
    padding-top: 0;
  }

  .package-item:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .package-item-content-top {
    max-width: 344px;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .package-item-content-bottom {
    flex: 1;
  }

  .faqs-grid {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .package-icon {
    margin-bottom: 20px;
  }

  .card-package-order-price {
    font-size: 30px;
  }

  .card-package-order-content-top {
    max-width: 431px;
  }

  .card-package-order-wrapper {
    flex: 1;
    max-width: 100%;
  }

  .package-content-top {
    max-width: 51%;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .card-package-order-buttons-wrapper {
    display: flex;
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .offices-grid {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-small-wrapper {
    flex-direction: column;
  }

  .footer-small-logo-container {
    margin-bottom: 16px;
  }

  .schedule-demo-wrapper {
    flex-direction: column;
  }

  .card-schedule-demo-form-block, .card-schedule-demo-form-grid {
    flex: 1;
  }

  .free-consultation-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 75px;
  }

  .card-free-consultation-form-block, .card-free-consultation-form-grid {
    flex: 1;
  }

  .free-consultation-grid, .companies-grid {
    justify-items: center;
  }

  .advantage-wrapper {
    flex-direction: column;
  }

  .advantage-images-wrapper {
    max-width: 750px;
  }

  .advantage-features-grid {
    justify-items: center;
  }

  .about-wrapper {
    flex-direction: column-reverse;
  }

  .about-images-wrapper {
    max-width: 640px;
    margin-right: 0;
  }

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

  .form-video-wrapper {
    flex-direction: column;
  }

  .testimonials-v2-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .testimonials-v2-title-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-v2-wrapper {
    flex-direction: column-reverse;
  }

  .about-v2-images-wrapper {
    max-width: 750px;
    margin-right: 0;
  }

  .advantage-v2-wrapper {
    flex-direction: column;
  }

  .advantage-v2-features-grid {
    justify-items: center;
  }

  .advantage-v2-images-wrapper {
    max-width: 570px;
  }

  .form-video-preview-button {
    width: 20%;
    min-width: 20%;
    min-height: 32%;
  }

  .card-video-form-block, .card-video-form-grid {
    flex: 1;
  }

  .newsletter-section-wrapper {
    flex-direction: column;
  }

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

  .newsletter-testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .not-found-wrapper {
    flex-direction: column-reverse;
  }

  .not-found-images-wrapper {
    max-width: 100%;
    margin-right: 0;
  }

  .rich-text-figure-and-figure-caption h2 {
    margin-bottom: 20px;
  }

  .rich-text-figure-and-figure-caption h3, .rich-text-figure-and-figure-caption h4, .rich-text-figure-and-figure-caption h5, .rich-text-figure-and-figure-caption h6 {
    margin-top: 40px;
  }

  .category-title-wrapper.blog-category {
    justify-content: center;
    max-width: none;
    margin-bottom: 35px;
    margin-right: 0;
  }

  .blog-category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .nav-link-dropdown {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-arrow {
    font-size: 10px;
    top: -6px;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0 0;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 40px;
  }

  .dropdown-nav-item {
    margin-bottom: 20px;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    min-height: 20px;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .package-item-link {
    align-self: stretch;
    display: flex;
  }

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

  .grid-3-columns.home-sections {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 712px;
  }

  .home-page-numbers {
    font-size: 50px;
    line-height: 50px;
  }

  .grid-2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-2-columns.home-sections {
    grid-column-gap: 20px;
    max-width: 468px;
    margin-top: 20px;
  }

  .image-pages {
    border-radius: 20px;
  }

  .home-sections-figma-logo {
    width: 78px;
  }

  .card-2.home-v3-process {
    justify-content: space-between;
    display: flex;
  }

  .button-primary-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subtitle-wrapper-2 {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 13px;
    font-size: 42px;
  }

  h2 {
    margin-bottom: 13px;
    font-size: 33px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    border-left-width: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 47px 40px;
    font-size: 20px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.case-study-detail {
    font-size: 20px;
  }

  .style-guide-subheader, .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-primary.button-2-buttons {
    margin-right: 10px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button-mobile {
    margin-top: 80px;
    display: block;
  }

  .button-secondary.full-width.buy-now {
    margin-left: 10px;
  }

  .header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-logo {
    width: 158px;
  }

  .nav-item-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-item-wrapper.mobile {
    display: block;
  }

  .nav-link {
    font-size: 30px;
  }

  .menu-button {
    width: 54px;
    min-width: 54px;
    min-height: 54px;
  }

  .nav-menu {
    padding-top: 130px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 23px;
  }

  .footer-logo {
    width: 180px;
  }

  .utility-pages-hero {
    padding-top: 63px;
    padding-bottom: 63px;
  }

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

  .section.checkout-hero {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .section.home-hero {
    padding-top: 54px;
    padding-bottom: 102px;
  }

  .section.home-hero.pages {
    padding-bottom: 180px;
  }

  .section.home-services {
    padding-top: 154px;
    padding-bottom: 102px;
  }

  .section.home-advantage {
    padding-top: 102px;
    padding-bottom: 154px;
  }

  .section.home-about, .section.home-process, .section.home-case-studies, .section.home-testimonials {
    padding-top: 154px;
    padding-bottom: 154px;
  }

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

  .section.home-contact {
    padding-top: 102px;
    padding-bottom: 94px;
  }

  .section.home-hero-v2 {
    padding-top: 61px;
    padding-bottom: 58px;
  }

  .section.home-v2-services {
    padding-top: 154px;
  }

  .section.home-v2-about {
    padding-bottom: 113px;
  }

  .section.home-v2-testimonials {
    padding-bottom: 102px;
  }

  .section.cta-v1 {
    padding-bottom: 80px;
  }

  .section.about-hero {
    padding-top: 52px;
    padding-bottom: 77px;
  }

  .section.about-offices {
    padding-bottom: 68px;
  }

  .section.about-team {
    padding-bottom: 127px;
  }

  .section.blog-v1-hero {
    padding-top: 63px;
    padding-bottom: 96px;
  }

  .section.blog-v1 {
    padding-top: 96px;
    padding-bottom: 93px;
  }

  .section.blog-v1-newsletter {
    margin-bottom: 96px;
  }

  .section.blog-v2-hero {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section.blog-v2 {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.blog-v3 {
    padding-top: 87px;
    padding-bottom: 99px;
  }

  .section.blog-hero-v3 {
    padding-top: 61px;
    padding-bottom: 90px;
  }

  .section.blog-post-latest-articles-section {
    padding-top: 125px;
    padding-bottom: 122px;
  }

  .section.blog-post {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .section.services-v1 {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section.services-v1-cta {
    padding-bottom: 88px;
  }

  .section.services-v2 {
    padding-top: 61px;
  }

  .section.services-v3 {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section.services-v3-cta {
    padding-bottom: 87px;
  }

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

  .section.service-contact {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.team-members {
    padding-top: 61px;
  }

  .section.team {
    padding-top: 42px;
  }

  .section.case-studies-page {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section.case-studies-cta {
    padding-bottom: 77px;
  }

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

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

  .section.careers-hero {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section.career, .section.packages {
    padding-top: 61px;
  }

  .section.package {
    padding-top: 61px;
    padding-bottom: 99px;
  }

  .section.contact {
    padding-top: 61px;
    padding-bottom: 153px;
  }

  .section.social-media {
    padding-bottom: 110px;
  }

  .section.faqs {
    padding-bottom: 125px;
  }

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

  .section.free-consultation {
    padding-top: 61px;
    padding-bottom: 45px;
  }

  .section.advantage {
    padding-bottom: 55px;
  }

  .section.about {
    padding-top: 55px;
    padding-bottom: 154px;
  }

  .section.form-video {
    padding-top: 84px;
    padding-bottom: 78px;
  }

  .section.advantage-v2 {
    padding-bottom: 55px;
  }

  .section.about-v2 {
    padding-top: 55px;
  }

  .section.newsletter-hero {
    padding-top: 95px;
    padding-bottom: 20px;
  }

  .section.newsletter-testimonials {
    padding-top: 77px;
    padding-bottom: 73px;
  }

  .section.utility-pages {
    padding-top: 90px;
  }

  .section.packages-category {
    padding-top: 61px;
  }

  .section.blog-category {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section.home-pages {
    padding-bottom: 100px;
  }

  .section.home-pages-container {
    padding-top: 100px;
  }

  .licenses-image {
    width: 100%;
  }

  .utility-page-wrap {
    padding-top: 104px;
    padding-bottom: 115px;
  }

  .utility-page-content-password {
    border-radius: 35px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .input.name, .input.email, .input.phone, .input.company {
    background-position: 95%;
    padding-right: 55px;
  }

  .not-found-404 {
    margin-bottom: 10px;
    font-size: 132px;
  }

  .divider.footer-top {
    margin-top: 42px;
    margin-bottom: 56px;
  }

  .divider.footer-bottom {
    margin-top: 21px;
  }

  .divider.home-hero-v3 {
    margin-top: 100px;
    margin-bottom: 32px;
  }

  .divider.card-blog-post-main-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.case-study-hero {
    margin-top: 56px;
    margin-bottom: 51px;
  }

  .divider.card-case-study {
    margin-top: 40px;
    margin-bottom: 56px;
  }

  .icon-password {
    max-width: 110px;
  }

  .paragraph.home-hero {
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.home-companies {
    text-align: left;
    margin-bottom: 35px;
  }

  .paragraph.home-hero-v2 {
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.home-v2-process-left-paragraph, .paragraph.home-v2-about {
    margin-bottom: 35px;
  }

  .paragraph.home-v2-score {
    margin-bottom: 10px;
  }

  .paragraph.card-cta-v1-accent {
    margin-bottom: 30px;
  }

  .paragraph.card-cta-v1 {
    max-width: none;
    margin-bottom: 27px;
  }

  .paragraph.home-v3-about {
    max-width: 647px;
    margin-left: 0;
  }

  .paragraph.card-about-story {
    max-width: 573px;
  }

  .paragraph.card-service-v3 {
    max-width: 391px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.service-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.team-excerpt {
    margin-bottom: 23px;
  }

  .paragraph.card-perk {
    max-width: 499px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.faq {
    max-width: 540px;
  }

  .paragraph.schedule-demo {
    margin-bottom: 20px;
  }

  .paragraph.form-video {
    margin-bottom: 30px;
  }

  .card {
    border-radius: 35px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.checkout {
    margin-bottom: 35px;
  }

  .card.contact-form {
    border-radius: 28px;
    min-height: 922px;
    padding: 50px 40px;
  }

  .card.service-slide {
    border-radius: 40px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 52px;
  }

  .card.home-process {
    border-radius: 30px;
    padding: 260px 53px 53px;
  }

  .card.testimonial {
    border-radius: 30px;
    padding: 51px 53px;
  }

  .card.blog-post-item-v2 {
    border-radius: 30px;
    padding-bottom: 40px;
  }

  .card.case-studies-item-card {
    border-radius: 30px;
  }

  .card.service-v2 {
    padding-bottom: 47px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.home-v2-process {
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .card.testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card.blog-post-section-item-v1 {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 35px;
  }

  .card.cta-v1-accent {
    border-radius: 30px;
    flex-flow: wrap;
    max-width: 100%;
    margin-bottom: 35px;
    margin-right: 0;
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .card.cta-v1 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .card.service-v1 {
    flex-direction: row;
  }

  .card.home-v3-process {
    padding-bottom: 48px;
  }

  .card.home-v3-testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card.home-v3-contact-form {
    border-radius: 28px;
    min-height: 922px;
    padding: 50px 40px;
  }

  .card.about-story {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.about-value {
    border-radius: 28px;
    flex-direction: row;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.about-office {
    flex-wrap: nowrap;
  }

  .card.blog-post-item-v1 {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 35px;
  }

  .card.blog-featured-v1-item-card {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.blog-featured-v2-item-card {
    border-radius: 27px;
    max-width: 90%;
    margin-top: -63px;
    padding: 40px 35px;
  }

  .card.blog-post-main-content {
    border-radius: 33px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 45px 35px 48px;
  }

  .card.about-author {
    border-radius: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 47px 40px;
  }

  .card.service-v3 {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .card.services-section-slide-card {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .card.service-process {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.service-testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card.team-about {
    padding: 57px 35px 40px;
  }

  .card.case-study {
    padding: 63px 35px 65px;
  }

  .card.perk {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .card.career {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .card.career-apply {
    padding: 50px 35px;
  }

  .card.career-about {
    padding: 55px 35px 58px;
  }

  .card.packages {
    border-radius: 25px;
    margin-bottom: 40px;
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .card.faq {
    border-radius: 20px;
    padding: 43px 40px;
  }

  .card.package-about {
    padding: 55px 35px 10px;
  }

  .card.package-order {
    padding: 45px 35px;
  }

  .card.schedule-demo {
    border-radius: 30px;
    min-height: 924px;
    padding: 48px 40px 56px;
  }

  .card.schedule-demo-team {
    margin-left: 0;
    padding: 22px 20px;
  }

  .card.free-consultation, .card.form-video {
    border-radius: 30px;
    min-height: 924px;
    padding: 48px 40px 56px;
  }

  .card.newsletter-testimonial {
    border-radius: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.packages-category {
    border-radius: 25px;
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .card.page-container {
    font-size: 22px;
    line-height: 30px;
  }

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

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.card-testimonial-slide {
    max-width: 489px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-process {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-testimonials {
    max-width: 499px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.footer-newsletter {
    margin-bottom: 16px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.footer-title {
    margin-bottom: 20px;
  }

  .title.h4-size.package-item-name {
    margin-bottom: 10px;
  }

  .title.h4-size.faq {
    margin-right: 15px;
  }

  .title.home-hero {
    max-width: 420px;
  }

  .title.home-about {
    max-width: 575px;
  }

  .title.home-hero-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.home-v2-process {
    max-width: 431px;
  }

  .title.home-v2-services {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-hero-v3 {
    max-width: 524px;
  }

  .title.home-v3-about {
    max-width: 575px;
    margin-bottom: 18px;
  }

  .title.cta-v2 {
    max-width: 554px;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .title.home-v3-testimonials {
    margin-bottom: 25px;
  }

  .title.case-studies {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-v3-advantage {
    margin-left: 0;
  }

  .title.case-studies-v2 {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title.about-mission {
    margin-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.about-offices {
    max-width: 509px;
  }

  .title.about-hero {
    max-width: 406px;
  }

  .title.about-values, .title.about-team {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.blog-v1-hero {
    max-width: 534px;
  }

  .title.blog-v1 {
    margin-bottom: 30px;
  }

  .title.blog-v2-hero {
    max-width: 534px;
  }

  .title.blog-v2, .title.blog-v3 {
    margin-bottom: 30px;
  }

  .title.blog-post {
    margin-bottom: 16px;
  }

  .title.card-about-author-name {
    font-size: 22px;
  }

  .title.services-v2 {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.services-v3 {
    max-width: 416px;
  }

  .title.service-hero {
    max-width: 585px;
    margin-bottom: 16px;
  }

  .title.service-testimonials {
    margin-bottom: 25px;
  }

  .title.case-study {
    margin-bottom: 13px;
  }

  .title.h5-size.case-study-detail {
    margin-bottom: 12px;
  }

  .title.current-openings {
    margin-bottom: 13px;
  }

  .title.card-career {
    margin-right: 15px;
  }

  .title.career {
    margin-bottom: 20px;
  }

  .title.packages {
    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.package {
    margin-bottom: 13px;
  }

  .title.schedule-demo {
    max-width: 312px;
    margin-left: 0;
  }

  .title.h2-size {
    font-size: 33px;
  }

  .title.h2-size.free-consultation {
    max-width: 396px;
    margin-left: 0;
  }

  .title.about {
    max-width: 575px;
  }

  .title.services {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.testimonials-v2 {
    margin-bottom: 25px;
  }

  .title.about-v2 {
    max-width: 575px;
  }

  .title.newsletter-section {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.not-found {
    font-size: 24px;
  }

  .title.changelog-version {
    text-align: center;
    max-width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .title.h1-size {
    font-size: 42px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 20px;
  }

  .split-content.home-hero-content {
    margin-bottom: 60px;
  }

  .split-content.home-advantage-content, .split-content.home-about-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.case-studies-left {
    align-self: flex-start;
    margin-bottom: 13px;
  }

  .split-content.home-blog-right {
    margin-top: 25px;
  }

  .split-content.home-contact-content {
    margin-bottom: 50px;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 35px;
  }

  .split-content.home-v2-about-content {
    margin-bottom: 60px;
  }

  .split-content.home-v2-blog-right {
    margin-top: 25px;
  }

  .split-content.home-v3-about-content {
    text-align: left;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .split-content.home-v3-advantage-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.home-v3-process-left {
    margin-right: 40px;
  }

  .split-content.home-v3-process-right {
    margin-top: 25px;
  }

  .split-content.home-v3-advantage-image {
    max-width: 100%;
  }

  .split-content.home-v3-contact-content {
    margin-bottom: 50px;
  }

  .split-content.about-hero-content {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.about-mission-content {
    max-width: 647px;
    margin-bottom: 60px;
  }

  .split-content.blog-v1-hero-left, .split-content.blog-v2-hero-left {
    margin-bottom: 13px;
  }

  .split-content.blog-post-latest-articles-left, .split-content.blog-post-latest-articles-right {
    margin-bottom: 25px;
  }

  .split-content.card-about-author-top-content-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.services-v1-left {
    margin-bottom: 13px;
  }

  .split-content.service-hero-content {
    margin-bottom: 60px;
  }

  .split-content.service-process-left, .split-content.service-contact-content {
    margin-bottom: 50px;
  }

  .split-content.team-members-left {
    margin-bottom: 16px;
  }

  .split-content.case-studies-page-left {
    margin-bottom: 13px;
  }

  .split-content.case-study-hero-left {
    max-width: 647px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.more-case-studies-left, .split-content.more-case-studies-right {
    margin-bottom: 30px;
  }

  .split-content.career-left {
    margin-bottom: 50px;
  }

  .split-content.faqs-content-top-left {
    margin-bottom: 13px;
  }

  .split-content.package-left {
    flex-direction: column;
    margin-bottom: 67px;
  }

  .split-content.contact-content {
    margin-bottom: 50px;
  }

  .split-content.offices-left {
    margin-bottom: 13px;
  }

  .split-content.schedule-demo-content, .split-content.free-consultation-left {
    text-align: left;
    margin-bottom: 50px;
  }

  .split-content.advantage-content, .split-content.about-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.form-video-left {
    margin-bottom: 50px;
  }

  .split-content.about-v2-content, .split-content.advantage-v2-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.newsletter-section-left {
    margin-bottom: 20px;
  }

  .split-content.newsletter-section-right {
    min-height: auto;
  }

  .split-content.not-found-content {
    margin-bottom: 50px;
  }

  .split-content.home-holder-container.holder {
    min-width: auto;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    border-radius: 20px;
    max-width: 67px;
    margin-bottom: 15px;
  }

  .image-wrapper.card-service-slide {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.home-process {
    border-radius: 30px;
  }

  .image-wrapper.blog-post-item-v2 {
    border-radius: 27px;
  }

  .image-wrapper.card-service-v2 {
    border-radius: 20px;
    flex: none;
    width: 83px;
    min-height: 83px;
  }

  .image-wrapper.card-testimonial {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image-wrapper.blog-post-section-item-v1 {
    border-radius: 27px;
  }

  .image-wrapper.card-cta-v1-accent, .image-wrapper.card-cta-v1 {
    margin-right: 20px;
  }

  .image-wrapper.card-service-v1 {
    margin-right: 30px;
  }

  .image-wrapper.card-home-v3-testimonial {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image-wrapper.blog-post-item-v1 {
    border-radius: 27px;
  }

  .image-wrapper.blog-featured-v1-item {
    border-radius: 27px;
    max-width: 100%;
    margin-right: 0;
  }

  .image-wrapper.blog-featured-v2-item-image {
    border-radius: 40px;
  }

  .image-wrapper.blog-post-author-link-image {
    width: 53px;
    min-width: 53px;
    min-height: 53px;
    margin-right: 10px;
  }

  .image-wrapper.card-about-author {
    width: 159px;
    min-width: 159px;
    min-height: 159px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .image-wrapper.card-service-v3 {
    margin-bottom: 15px;
  }

  .image-wrapper.card-service-testimonial-image {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image-wrapper.card-service-case-study-item.service-single {
    min-height: 290px;
  }

  .image-wrapper.package-item-image {
    border-radius: 20px;
    width: 73px;
    min-width: 73px;
    min-height: 73px;
    margin-bottom: 27px;
  }

  .image-wrapper.cart-item-image {
    border-radius: 20px;
    max-width: 67px;
    margin-bottom: 15px;
  }

  .image.contact-link-icon {
    border-radius: 15px;
    width: 47px;
    min-width: 47px;
    min-height: 47px;
    margin-right: 10px;
  }

  .image.card-testimonial-logo {
    max-width: 260px;
    margin-bottom: 15px;
  }

  .image.home-hero-2 {
    width: 80%;
    margin-bottom: -50px;
    position: relative;
    right: -5px;
  }

  .image.home-advantage-1 {
    margin-top: -241px;
  }

  .image.home-advantage-2 {
    position: relative;
  }

  .image.home-about-1 {
    max-width: 40%;
    margin-left: -255px;
    position: absolute;
    bottom: -52px;
  }

  .image.home-about-2 {
    position: relative;
  }

  .image.home-hero-v2-image-2 {
    bottom: -26px;
  }

  .image.home-hero-v2-image-3 {
    bottom: -44px;
  }

  .image.card-home-v2-process {
    border-radius: 28px;
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image.home-v2-about-1 {
    border-radius: 24px;
  }

  .image.home-v2-about-2 {
    border-radius: 24px;
    margin-top: -211px;
  }

  .image.hom-hero-v3-company {
    width: 85%;
  }

  .image.card-home-v3-testimonial-logo {
    max-width: 260px;
    margin-bottom: 15px;
  }

  .image.home-v3-about-1 {
    border-radius: 20px;
  }

  .image.home-v3-about-2 {
    border-radius: 30px;
    margin-bottom: 20px;
  }

  .image.home-v3-about-3 {
    border-radius: 30px;
  }

  .image.home-v3-advantage {
    border-radius: 40px;
  }

  .image.about-hero-1 {
    border-radius: 30px;
  }

  .image.about-hero-2 {
    border-radius: 30px;
    align-self: auto;
    max-width: 60%;
  }

  .image.about-hero-3 {
    border-radius: 30px;
  }

  .image.about-mission-1 {
    max-width: 60%;
  }

  .image.about-mission-2 {
    max-width: 70%;
    margin-top: -200px;
  }

  .image.card-about-office-icon._1 {
    margin-right: 30px;
  }

  .image.blog-newsletter-icon {
    margin-bottom: 20px;
  }

  .image.blog-featured-v2-item-author {
    border-radius: 10px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    margin-right: 10px;
  }

  .image.blog-post {
    border-radius: 32px;
  }

  .image.card-services-section-slide {
    margin-bottom: 20px;
  }

  .image.card-service-process {
    border-radius: 25px;
    width: 83px;
    min-width: 83px;
    min-height: 83px;
  }

  .image.card-service-testimonial {
    max-width: 260px;
    margin-bottom: 15px;
  }

  .image.team {
    width: 250px;
    min-width: 250px;
    min-height: 250px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image.case-study {
    border-radius: 40px;
  }

  .image.card-perk-icon {
    border-radius: 25px;
    width: 83px;
    min-width: 83px;
    min-height: 83px;
    margin-bottom: 15px;
  }

  .image.advantage-1 {
    margin-top: -241px;
  }

  .image.advantage-2 {
    position: relative;
  }

  .image.about-1 {
    max-width: 40%;
    margin-left: -255px;
    position: absolute;
    bottom: -52px;
  }

  .image.about-2 {
    max-width: 100%;
    position: relative;
  }

  .image.about-v2-1 {
    margin-top: -241px;
  }

  .image.about-v2-2 {
    position: relative;
  }

  .image.advantage-v2-1 {
    max-width: 40%;
    margin-left: -255px;
    position: absolute;
    bottom: -52px;
  }

  .image.advantage-v2-2 {
    max-width: 100%;
    position: relative;
  }

  .image.newsletter-section {
    max-width: 100%;
    position: static;
    bottom: auto;
  }

  .image.not-found-2 {
    width: 52%;
  }

  .image.hero-home {
    border-radius: 12px;
    margin-bottom: 18px;
  }

  .cart-button {
    margin-right: 0;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  .licenses-link-image-container {
    height: auto;
  }

  ._2-buttons {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subtitle-wrapper {
    margin-bottom: 10px;
  }

  .subtitle-wrapper.home-hero {
    margin-bottom: 6px;
  }

  .subtitle-wrapper.home-about, .subtitle-wrapper.home-advantage, .subtitle-wrapper.home-v3-about, .subtitle-wrapper.home-v3-advantage {
    justify-content: flex-start;
  }

  .subtitle-wrapper.blog-v1-hero, .subtitle-wrapper.blog-v2-hero, .subtitle-wrapper.service-hero {
    margin-bottom: 6px;
  }

  .subtitle-wrapper.schedule-demo, .subtitle-wrapper.advantage, .subtitle-wrapper.about, .subtitle-wrapper.free-consultation, .subtitle-wrapper.about-v2, .subtitle-wrapper.advantage-v2 {
    justify-content: flex-start;
  }

  .subtitle-shape.home-about, .subtitle-shape.home-advantage, .subtitle-shape.home-v3-about, .subtitle-shape.home-v3-advantage, .subtitle-shape.schedule-demo, .subtitle-shape.advantage, .subtitle-shape.about, .subtitle-shape.free-consultation, .subtitle-shape.about-v2, .subtitle-shape.advantage-v2 {
    display: block;
  }

  .home-companies-wrapper {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    align-items: stretch;
    padding: 64px 0 64px 35px;
  }

  .home-services-title-wrapper {
    max-width: 514px;
    margin-bottom: 100px;
  }

  .home-advantage-features-grid {
    justify-items: stretch;
    margin-bottom: 35px;
  }

  .home-about-wrapper {
    align-items: stretch;
  }

  .content-top.home-v3-process {
    flex-wrap: wrap;
  }

  .content-top.blog-v1, .content-top.blog-v2, .content-top.blog-v3 {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top.blog-post-latest-articles {
    margin-bottom: 15px;
  }

  .content-top.team-members {
    margin-bottom: 40px;
  }

  .content-top.case-study-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.more-case-studies {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .content-top.faqs {
    margin-bottom: 40px;
  }

  .content-top.package {
    margin-bottom: 111px;
  }

  .content-top.offices {
    margin-bottom: 40px;
  }

  .content-top.blog-category {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .home-contact-links-grid {
    grid-row-gap: 20px;
  }

  .home-services-slide {
    max-width: 100%;
  }

  .home-services-slider-right-arrow {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    top: -69px;
    left: 101px;
    right: auto;
  }

  .home-services-slider-left-arrow {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    top: -69px;
    left: 0;
    right: auto;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .select-wrapper.card-package-order {
    margin-bottom: 28px;
  }

  .blog-section-v2-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-post-item-v2-top-content {
    margin-bottom: 20px;
  }

  .blog-post-item-v2-category-wrapper {
    margin-left: 20px;
  }

  .case-studies-section-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .bg.home-hero {
    max-width: 100%;
    bottom: 130px;
    right: auto;
  }

  .bg.home-advantage {
    max-width: 100%;
    bottom: -92px;
  }

  .bg.home-about {
    max-width: 100%;
    bottom: -34px;
    right: auto;
  }

  .bg.home-hero-v2 {
    min-height: 55%;
  }

  .bg.home-hero-v2-blur {
    bottom: 581px;
  }

  .bg.case-studies-v2 {
    max-width: 100%;
  }

  .bg.home-v3-contact-blur {
    max-width: 150%;
    top: 358px;
    right: -104px;
  }

  .bg.cta-v2-shape-2 {
    bottom: -240px;
    left: 44px;
  }

  .bg.cta-v2-shape-3 {
    top: -151px;
    right: 43px;
  }

  .bg.cta-v2-shape-4 {
    bottom: -198px;
    right: -58px;
  }

  .bg.about-hero {
    min-height: 60%;
  }

  .bg.about-mission {
    max-width: 100%;
  }

  .bg.about-hero-blur {
    bottom: 52%;
    right: -13%;
  }

  .bg.blog-v3-hero {
    bottom: -77px;
  }

  .bg.blog-post {
    max-width: 100%;
    bottom: -92px;
  }

  .bg.services-v2-blur-1 {
    top: -115px;
    left: -273px;
  }

  .bg.services-v2-blur-2 {
    bottom: -53px;
    right: -244px;
  }

  .bg.service-testimonials {
    max-width: 100%;
    bottom: 95px;
    left: auto;
  }

  .bg.careers-hero {
    max-width: 100%;
  }

  .bg.career {
    min-height: 55%;
  }

  .bg.career-blur {
    top: 173px;
    right: -188px;
  }

  .bg.packages {
    max-width: 100%;
    bottom: -248px;
    right: auto;
  }

  .bg.package {
    min-height: 46%;
  }

  .bg.advantage {
    max-width: 100%;
    bottom: -92px;
  }

  .bg.about {
    max-width: 100%;
    bottom: -34px;
    right: auto;
  }

  .bg.about-v2 {
    max-width: 100%;
    bottom: -92px;
  }

  .bg.advantage-v2 {
    max-width: 100%;
    bottom: -34px;
    right: auto;
  }

  .bg.packages-category {
    max-width: 100%;
    bottom: -248px;
    right: auto;
  }

  .home-hero-images-wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .home-hero-images-wrapper.holder {
    flex-direction: row;
  }

  .home-advantage-images-wrapper {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .home-about-images-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    max-width: 575px;
  }

  .footer-nav-wrapper.first {
    flex: 0 auto;
  }

  .footer-nav-link, .footer-small-print {
    font-size: 16px;
  }

  .container-medium-778px.changelog {
    margin-top: -30px;
  }

  .container-medium-778px.home-hero-v2 {
    margin-bottom: 73px;
  }

  .home-v2-score-grid {
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .home-v2-services-grid {
    grid-template-columns: 1fr;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-v2-testimonials-wrapper {
    margin-bottom: 100px;
  }

  .home-v2-testimonials-slider-left-arrow {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    top: -69px;
    left: 0;
    right: auto;
  }

  .home-v2-testimonials-slider-right-arrow {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    top: -69px;
    left: 101px;
    right: auto;
  }

  .home-v2-testimonials-slide {
    max-width: 100%;
  }

  .card-testimonial-about-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

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

  .blog-post-section-item-v1-top-content {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .blog-post-section-item-v1-category-wrapper {
    position: relative;
  }

  .cta-v1-content {
    flex-direction: column;
  }

  .card-cta-v1-content {
    max-width: 475px;
  }

  .card-service-v2-content {
    max-width: 495px;
  }

  .home-hero-v3-wrapper {
    border-radius: 40px;
    padding: 106px 40px 40px;
  }

  .home-v3-about-wrapper {
    align-items: stretch;
  }

  .home-hero-v3-companies-grid {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto;
    justify-content: center;
    justify-items: center;
  }

  .home-v3-about-images-wrapper {
    max-width: 100%;
  }

  .home-v3-advantage-wrapper {
    align-items: stretch;
  }

  .home-v3-advantage-features-grid {
    justify-items: stretch;
    margin-bottom: 35px;
  }

  .home-v3-services-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .cta-v2-wrapper {
    text-align: center;
    border-radius: 40px;
    flex-direction: column;
    padding: 69px 53px 69px 51px;
  }

  .card-home-v3-process-step {
    margin-right: 20px;
  }

  .home-v3-testimonials-title-wrapper {
    margin-bottom: 40px;
  }

  .card-home-v3-testimonial-about-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .home-v3-contact-links-grid {
    grid-row-gap: 20px;
  }

  .home-v3-about-images-left {
    max-width: 50%;
    margin-right: 20px;
  }

  .home-v3-about-images-right {
    max-width: 50%;
  }

  .about-hero-wrapper {
    margin-bottom: 69px;
  }

  .about-hero-content-left {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .about-hero-results-text {
    margin-bottom: 23px;
  }

  .about-hero-results-grid {
    grid-column-gap: 20px;
  }

  .card-about-hero-result-number {
    font-size: 33px;
  }

  .card-about-hero-result-text {
    font-size: 16px;
  }

  .about-story-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .card-about-story-year {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .about-values-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-offices-grid {
    max-width: 100%;
  }

  .blog-categories-grid {
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

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

  .blog-post-item-v1-category-wrapper {
    margin-left: 20px;
  }

  .blog-category-item-link {
    flex-wrap: wrap;
    margin: 5px 18px 5px 0;
    font-size: 16px;
  }

  .blog-featured-v1-item-content {
    max-width: 100%;
    margin-top: -26px;
  }

  .blog-featured-v1-item-category-wrapper {
    margin-left: 20px;
  }

  .blog-newsletter-wrapper {
    text-align: center;
    border-radius: 40px;
    flex-direction: column;
    padding: 69px 30px;
  }

  .blog-v2-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .blog-featured-v2-item-author-name, .card-blog-featured-v2-item-date {
    font-size: 16px;
  }

  .blog-v3-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .blog-post-latest-articles-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-post-top-content {
    margin-bottom: 56px;
  }

  .blog-post-author-link {
    font-size: 16px;
  }

  .rich-text h2 {
    margin-bottom: 16px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

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

  .rich-text img {
    border-radius: 25px;
  }

  .rich-text figcaption {
    box-shadow: none;
    border-radius: 0;
    max-width: 100%;
    padding: 25px 0;
    font-size: 16px;
    position: static;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 13px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

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

  .rich-text h4, .rich-text h5, .rich-text h6 {
    margin-top: 33px;
    margin-bottom: 13px;
  }

  .card-about-author-content {
    max-width: 420px;
  }

  .card-about-author-top-content {
    flex-direction: column;
    align-items: stretch;
  }

  .card-about-author-social-media-grid {
    justify-content: start;
  }

  .card-blog-post-main-content-date {
    font-size: 16px;
  }

  .services-v1-grid {
    grid-template-columns: 1fr;
  }

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

  .container-medium-684px.packages-category {
    margin-bottom: 40px;
  }

  .services-v3-grid {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .services-section-title-wrapper {
    max-width: 514px;
    margin-bottom: 100px;
  }

  .services-section-slider-left-arrow {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    top: -69px;
    left: 0;
    right: auto;
  }

  .services-section-slider-right-arrow {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    top: -69px;
    left: 101px;
    right: auto;
  }

  .services-section-mask {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .service-contact-links-grid {
    grid-row-gap: 20px;
  }

  .service-testimonials-title-wrapper {
    margin-bottom: 40px;
  }

  .card-service-testimonial-about-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .service-case-study-item {
    margin-bottom: 40px;
  }

  .card-service-case-study-item-content {
    padding: 62px 40px;
  }

  .team-members-grid {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .team-top-content {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .card-team-about-title-wrapper {
    margin-bottom: 13px;
  }

  .team-rol {
    margin-bottom: 15px;
  }

  .team-social-media-grid {
    justify-content: center;
  }

  .case-studies-page-grid {
    grid-template-columns: 1fr;
  }

  .case-study-details-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto;
    margin-bottom: 70px;
  }

  .more-case-studies-section-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .container-medium-783px.careers-hero {
    margin-bottom: 40px;
  }

  .careers-hero-images-wrapper {
    min-height: 228px;
  }

  .perks-grid {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .card-career-about-wrapper {
    margin-bottom: 20px;
  }

  .career-content-top {
    margin-bottom: 69px;
  }

  .card-career-about-button-wrapper {
    margin-top: 10px;
  }

  .career-about-wrapper {
    max-width: 280px;
  }

  .container-small-540px.packages {
    margin-bottom: 40px;
  }

  .package-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .package-item-price {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .package-item-content-top {
    margin-bottom: 35px;
    margin-right: 0;
  }

  .package-item-features-title {
    margin-bottom: 20px;
  }

  .package-icon {
    margin-bottom: 15px;
  }

  .package-features-title {
    margin-bottom: 22px;
  }

  .card-package-order-price {
    margin-bottom: 28px;
    font-size: 25px;
  }

  .card-package-order-content-top {
    margin-bottom: 20px;
  }

  .package-content-top {
    max-width: 540px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .contact-links-grid {
    grid-row-gap: 20px;
  }

  .social-media-grid {
    grid-template-columns: repeat(auto-fit, 69px);
    max-width: 621px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-section-link {
    border-radius: 20px;
    width: 69px;
    min-width: 69px;
    min-height: 69px;
  }

  .offices-grid {
    max-width: 100%;
  }

  .header-small {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .footer-small {
    padding-top: 30px;
    padding-bottom: 23px;
  }

  .footer-small-logo {
    width: 190px;
  }

  .footer-small-print-small {
    font-size: 16px;
  }

  .header-small-logo {
    width: 182px;
  }

  .schedule-demo-wrapper {
    align-items: stretch;
  }

  .card-schedule-demo-form-grid {
    grid-template-columns: 1fr;
  }

  .free-consultation-wrapper {
    align-items: stretch;
    margin-bottom: 63px;
  }

  .card-free-consultation-form-grid {
    grid-template-columns: 1fr;
  }

  .free-consultation-grid {
    justify-items: stretch;
  }

  .companies-grid {
    grid-template-columns: auto auto auto;
    justify-items: start;
  }

  .advantage-images-wrapper {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .advantage-features-grid {
    justify-items: stretch;
    margin-bottom: 35px;
  }

  .about-wrapper {
    align-items: stretch;
  }

  .about-images-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .testimonials-wrapper {
    margin-bottom: 100px;
  }

  .testimonials-v2-title-wrapper {
    margin-bottom: 40px;
  }

  .about-v2-wrapper {
    align-items: stretch;
  }

  .about-v2-images-wrapper {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .advantage-v2-features-grid {
    justify-items: stretch;
    margin-bottom: 35px;
  }

  .advantage-v2-images-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .form-video-preview-wrapper {
    border-radius: 30px;
  }

  .form-video-preview-button {
    width: 26%;
    min-width: 26%;
    min-height: 42%;
  }

  .card-video-form-grid, .newsletter-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .not-found-images-wrapper {
    min-height: auto;
  }

  .rich-text-figure-and-figure-caption h2 {
    margin-bottom: 16px;
  }

  .rich-text-figure-and-figure-caption p {
    margin-bottom: 20px;
  }

  .rich-text-figure-and-figure-caption ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text-figure-and-figure-caption img {
    border-radius: 25px;
  }

  .rich-text-figure-and-figure-caption figcaption {
    box-shadow: none;
    border-radius: 0;
    max-width: 100%;
    padding: 25px 0;
    font-size: 16px;
    position: static;
  }

  .rich-text-figure-and-figure-caption h3 {
    margin-top: 33px;
    margin-bottom: 13px;
  }

  .rich-text-figure-and-figure-caption ol {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text-figure-and-figure-caption blockquote {
    margin-top: 40px;
    margin-bottom: 47px;
  }

  .rich-text-figure-and-figure-caption h4, .rich-text-figure-and-figure-caption h5, .rich-text-figure-and-figure-caption h6 {
    margin-top: 33px;
    margin-bottom: 13px;
  }

  .category-title-wrapper.blog-category {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .blog-category-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .dropdown-arrow {
    font-size: 9px;
  }

  .dropdown-nav-main-wrapper {
    justify-content: space-between;
  }

  .empty-state {
    border-radius: 35px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
  }

  .package-item-link {
    flex-direction: column;
  }

  .grid-3-columns.home-sections {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .home-hero-image-left {
    margin-right: 18px;
  }

  .home-page-numbers {
    font-size: 52px;
    line-height: 58px;
  }

  .subtitle-page-numbers {
    font-size: 18px;
  }

  .grid-2-columns {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.home-sections {
    grid-row-gap: 20px;
    max-width: 400px;
    margin-top: 20px;
  }

  .changelog-item {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 31px;
  }

  .heading-size-h3 {
    font-size: 22px;
  }

  .card-2 {
    border-radius: 35px;
  }

  .card-2.home-v3-process {
    padding-bottom: 48px;
  }

  .subtitle-wrapper-2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    border-left-width: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 40px 25px;
    font-size: 18px;
  }

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

  .container-default.home-companies {
    padding-left: 0;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-large.case-study-detail {
    font-size: 18px;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    padding: 24px 16px;
    font-size: 16px;
    display: block;
  }

  .button-primary.small {
    padding: 16px 24px;
  }

  .button-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-primary.full-width.card-career-apply {
    display: block;
  }

  .button-primary.full-width.add-to-cart {
    width: 100%;
  }

  .button-primary.button-2-buttons {
    flex-direction: row;
    margin-right: 0;
  }

  .button-primary.footer-newsletter {
    margin-top: 20px;
    padding: 24px 16px;
    position: static;
  }

  .button-primary.blog-newsletter {
    background-color: var(--neutral-100);
    color: var(--primary-1);
    margin-top: 20px;
    padding: 24px 16px;
    position: static;
  }

  .button-primary.newsletter {
    margin-top: 20px;
    padding: 28px 16px;
    position: static;
  }

  .button-primary.header-button-mobile {
    margin-top: 60px;
  }

  .button-secondary {
    padding: 24px 16px;
    font-size: 16px;
    display: block;
  }

  .button-secondary.small {
    padding: 16px 18px;
  }

  .button-secondary.large {
    padding: 24px 16px;
  }

  .button-secondary.button-2-buttons {
    margin-bottom: 0;
  }

  .button-secondary.full-width.buy-now {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-logo {
    width: 150px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link {
    font-size: 28px;
  }

  .menu-button {
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    margin-left: 15px;
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 120px;
  }

  .footer {
    padding-top: 51px;
    padding-bottom: 20px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .footer-nav-item {
    margin-bottom: 18px;
  }

  .utility-pages-hero {
    padding-top: 52px;
    padding-bottom: 52px;
  }

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

  .section.checkout-hero {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section.home-hero {
    padding-top: 44px;
    padding-bottom: 82px;
  }

  .section.home-services {
    padding-top: 123px;
    padding-bottom: 82px;
  }

  .section.home-advantage {
    padding-top: 82px;
    padding-bottom: 123px;
  }

  .section.home-about, .section.home-process, .section.home-case-studies, .section.home-testimonials {
    padding-top: 123px;
    padding-bottom: 123px;
  }

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

  .section.home-contact {
    padding-top: 82px;
    padding-bottom: 76px;
  }

  .section.home-hero-v2 {
    padding-top: 49px;
    padding-bottom: 47px;
  }

  .section.home-v2-services {
    padding-top: 123px;
  }

  .section.home-v2-about {
    padding-bottom: 90px;
  }

  .section.home-v2-testimonials {
    padding-bottom: 82px;
  }

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

  .section.about-hero {
    padding-top: 41px;
    padding-bottom: 61px;
  }

  .section.about-offices {
    padding-bottom: 55px;
  }

  .section.about-team {
    padding-bottom: 101px;
  }

  .section.blog-v1-hero {
    padding-top: 50px;
    padding-bottom: 77px;
  }

  .section.blog-v1 {
    padding-top: 77px;
    padding-bottom: 75px;
  }

  .section.blog-v1-newsletter {
    margin-bottom: 77px;
  }

  .section.blog-v2-hero {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section.blog-v2 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.blog-v3 {
    padding-top: 70px;
    padding-bottom: 79px;
  }

  .section.blog-hero-v3 {
    padding-top: 49px;
    padding-bottom: 72px;
  }

  .section.blog-post-latest-articles-section {
    padding-top: 100px;
    padding-bottom: 97px;
  }

  .section.blog-post {
    padding-bottom: 72px;
  }

  .section.services-v1 {
    padding-top: 49px;
    padding-bottom: 66px;
  }

  .section.services-v1-cta {
    padding-bottom: 71px;
  }

  .section.services-v2 {
    padding-top: 49px;
  }

  .section.services-v3 {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section.services-v3-cta {
    padding-bottom: 70px;
  }

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

  .section.service-contact {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section.team-members {
    padding-top: 49px;
  }

  .section.team {
    padding-top: 40px;
  }

  .section.case-studies-page {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section.case-studies-cta {
    padding-bottom: 61px;
  }

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

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

  .section.careers-hero {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section.career, .section.packages {
    padding-top: 49px;
  }

  .section.package {
    padding-top: 49px;
    padding-bottom: 79px;
  }

  .section.contact {
    padding-top: 49px;
    padding-bottom: 122px;
  }

  .section.social-media {
    padding-bottom: 88px;
  }

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

  .section.schedule-demo {
    padding-top: 53px;
    padding-bottom: 81px;
  }

  .section.free-consultation {
    padding-top: 49px;
    padding-bottom: 36px;
  }

  .section.advantage {
    padding-bottom: 44px;
  }

  .section.about {
    padding-top: 44px;
    padding-bottom: 123px;
  }

  .section.form-video {
    padding-top: 68px;
    padding-bottom: 62px;
  }

  .section.advantage-v2 {
    padding-bottom: 44px;
  }

  .section.about-v2 {
    padding-top: 44px;
  }

  .section.newsletter-hero {
    padding-top: 76px;
    padding-bottom: 10px;
  }

  .section.newsletter-testimonials {
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .section.utility-pages {
    padding-top: 72px;
  }

  .section.packages-category {
    padding-top: 49px;
  }

  .section.blog-category {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-top: 83px;
    padding-bottom: 92px;
  }

  .utility-page-wrap.password {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    border-radius: 30px;
    padding: 56px 20px;
  }

  .input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.name, .input.email, .input.phone, .input.company {
    padding-right: 48px;
  }

  .input.footer-newsletter, .input.blog-newsletter, .input.newsletter {
    min-height: 66px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .not-found-404 {
    font-size: 110px;
  }

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

  .container-medium-761px.services-v2, .container-medium-761px.utility-pages {
    text-align: left;
  }

  .divider.footer-top {
    margin-top: 35px;
    margin-bottom: 47px;
  }

  .divider.footer-bottom {
    margin-top: 18px;
    margin-bottom: 20px;
  }

  .divider.home-hero-v3 {
    margin-top: 83px;
    margin-bottom: 28px;
  }

  .divider.card-blog-featured-v2-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.card-blog-post-main-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .divider.case-study-hero {
    margin-top: 46px;
    margin-bottom: 43px;
  }

  .divider.card-case-study {
    margin-top: 33px;
    margin-bottom: 46px;
  }

  .divider.card-schedule-demo, .divider.card-free-consultation, .divider.card-form-video {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .icon-password {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
  }

  .paragraph.password {
    margin-bottom: 35px;
  }

  .paragraph.not-found {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.home-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.home-companies, .paragraph.home-contact, .paragraph.card-testimonial {
    margin-bottom: 30px;
  }

  .paragraph.home-hero-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.home-v2-score {
    font-size: 16px;
  }

  .paragraph.card-cta-v1-accent, .paragraph.card-cta-v1 {
    margin-bottom: 25px;
  }

  .paragraph.home-hero-v3 {
    margin-bottom: 35px;
    margin-left: 0;
  }

  .paragraph.home-v3-contact {
    margin-bottom: 30px;
  }

  .paragraph.service-hero {
    margin-bottom: 35px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.service-process {
    max-width: 427px;
    margin-bottom: 35px;
  }

  .paragraph.service-contact {
    margin-bottom: 35px;
  }

  .paragraph.team-excerpt {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.current-openings {
    max-width: 425px;
  }

  .paragraph.card-career, .paragraph.card-career-apply {
    margin-bottom: 20px;
  }

  .paragraph.contact {
    margin-bottom: 30px;
  }

  .card {
    border-radius: 30px;
  }

  .card.changelog {
    flex-direction: column;
    padding: 40px 25px;
  }

  .card.contact-form {
    border-radius: 23px;
    padding: 40px 25px;
  }

  .card.service-slide {
    border-radius: 30px;
    padding: 33px 30px 43px 25px;
  }

  .card.home-process {
    padding: 245px 25px 44px;
  }

  .card.testimonial {
    padding: 43px 25px;
  }

  .card.blog-post-item-v2 {
    padding-bottom: 35px;
  }

  .card.service-v2 {
    padding: 40px 25px;
  }

  .card.home-v2-process {
    padding-top: 28px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.testimonial-card {
    padding: 42px 25px 30px;
  }

  .card.blog-post-section-item-v1 {
    padding-bottom: 30px;
  }

  .card.cta-v1-accent {
    border-radius: 25px;
    flex-flow: column;
    margin-bottom: 25px;
    padding: 51px 25px;
  }

  .card.cta-v1 {
    border-radius: 25px;
    flex-flow: column;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .card.service-v1 {
    flex-direction: column;
    padding: 37px 25px 40px;
  }

  .card.home-v3-process {
    flex-direction: column;
    padding: 30px 25px 40px;
  }

  .card.home-v3-testimonial-card {
    padding: 42px 25px 30px;
  }

  .card.home-v3-contact-form {
    border-radius: 23px;
    padding: 40px 25px;
  }

  .card.about-hero-result {
    border-radius: 23px;
    max-width: 100%;
  }

  .card.about-story {
    border-radius: 23px;
    padding: 35px 25px 38px;
  }

  .card.about-value {
    border-radius: 23px;
    flex-direction: column;
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .card.about-office {
    border-radius: 23px;
    flex-direction: column;
    padding: 34px 25px 45px;
  }

  .card.team-section-item-card {
    border-radius: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.blog-post-item-v1 {
    padding-bottom: 30px;
  }

  .card.blog-featured-v1-item-card {
    padding-bottom: 35px;
  }

  .card.blog-featured-v2-item-card {
    border-radius: 23px;
    max-width: 95%;
    margin-top: -20px;
    padding: 33px 20px 18px;
  }

  .card.blog-post-main-content {
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 32px 25px 17px;
  }

  .card.about-author {
    border-radius: 30px;
    flex-flow: column;
    margin-top: 15px;
    padding: 40px 25px;
  }

  .card.service-v3 {
    padding: 33px 25px 37px;
  }

  .card.services-section-slide-card {
    padding-top: 33px;
    padding-bottom: 47px;
  }

  .card.service-process {
    flex-direction: column;
    padding: 33px 25px;
  }

  .card.service-testimonial-card {
    padding: 42px 25px 30px;
  }

  .card.team-about {
    padding: 47px 25px 34px;
  }

  .card.case-study {
    padding: 52px 25px 54px;
  }

  .card.perk {
    padding: 33px 25px 31px;
  }

  .card.career {
    padding: 33px 25px 39px;
  }

  .card.career-apply {
    padding: 42px 25px;
  }

  .card.career-about {
    padding: 46px 25px 49px;
  }

  .card.packages {
    border-radius: 20px;
    padding: 34px 25px 50px;
  }

  .card.faq {
    padding: 36px 25px;
  }

  .card.package-about {
    padding-top: 46px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.package-order {
    min-height: 530px;
    padding: 38px 25px;
  }

  .card.schedule-demo {
    padding: 40px 25px 47px;
  }

  .card.schedule-demo-team {
    border-radius: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .card.free-consultation, .card.form-video {
    padding: 40px 25px 47px;
  }

  .card.newsletter-testimonial, .card.default {
    padding: 33px 25px;
  }

  .card.packages-category {
    border-radius: 20px;
    padding: 34px 25px 50px;
  }

  .card.page-container {
    border-radius: 14px;
    font-size: 18px;
    line-height: 28px;
  }

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

  .checkout-block-header, .checkout-block-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .title.card-testimonial-slide {
    margin-bottom: 10px;
  }

  .title.home-testimonials {
    padding-right: 20px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.footer-newsletter {
    margin-bottom: 13px;
  }

  .title.h3-size.packages-contact {
    max-width: 401px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.faq {
    margin-right: 10px;
  }

  .title.h4-size.schedule-demo-team {
    margin-bottom: 10px;
  }

  .title.home-hero {
    max-width: 313px;
  }

  .title.cta-v1 {
    margin-left: 0;
  }

  .title.home-hero-v2 {
    max-width: 402px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title.home-v2-process {
    margin-left: 0;
  }

  .title.home-v2-services {
    max-width: 425px;
    margin-left: 0;
  }

  .title.case-studies, .title.home-hero-v3 {
    margin-left: 0;
  }

  .title.home-v3-about {
    margin-bottom: 14px;
  }

  .title.cta-v2 {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .title.home-v3-testimonials {
    padding-right: 20px;
  }

  .title.case-studies {
    margin-left: 0;
  }

  .title.case-studies-v2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title.about-mission {
    margin-bottom: 13px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title.about-story {
    max-width: 402px;
  }

  .title.about-hero {
    max-width: 335px;
  }

  .title.about-values {
    padding-right: 20px;
  }

  .title.about-team {
    margin-left: 0;
  }

  .title.blog-v1, .title.blog-v2, .title.blog-v3 {
    margin-bottom: 25px;
  }

  .title.blog-post {
    margin-bottom: 13px;
  }

  .title.card-about-author-name {
    font-size: 20px;
  }

  .title.services-v2 {
    margin-left: 0;
  }

  .title.services-v3 {
    max-width: 358px;
    margin-left: 0;
  }

  .title.service-hero {
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.service-process {
    max-width: 402px;
  }

  .title.service-case-study {
    max-width: 388px;
  }

  .title.case-study {
    margin-bottom: 10px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.case-study-detail, .title.current-openings {
    margin-bottom: 10px;
  }

  .title.card-career {
    margin-right: 10px;
  }

  .title.career {
    margin-bottom: 16px;
  }

  .title.packages {
    max-width: 358px;
    margin-left: 0;
  }

  .title.package {
    margin-bottom: 10px;
  }

  .title.schedule-demo {
    max-width: 268px;
    margin-bottom: 6px;
  }

  .title.h2-size {
    font-size: 28px;
  }

  .title.services {
    max-width: 425px;
    margin-left: 0;
  }

  .title.testimonials-v2 {
    padding-right: 20px;
  }

  .title.not-found {
    font-size: 20px;
  }

  .title.changelog-version {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .split-content.header-left {
    margin-left: 0;
  }

  .split-content.home-hero-content, .split-content.home-advantage-content, .split-content.home-about-content {
    margin-bottom: 50px;
  }

  .split-content.case-studies-left {
    margin-bottom: 10px;
  }

  .split-content.home-blog-left {
    margin-right: 0;
  }

  .split-content.home-blog-right {
    margin-top: 20px;
  }

  .split-content.home-contact-content {
    margin-bottom: 40px;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 30px;
  }

  .split-content.home-v2-about-content {
    text-align: left;
    margin-bottom: 50px;
  }

  .split-content.home-v2-blog-left {
    margin-right: 0;
  }

  .split-content.home-v2-blog-right {
    margin-top: 20px;
  }

  .split-content.home-v3-about-content, .split-content.home-v3-advantage-content {
    margin-bottom: 50px;
  }

  .split-content.home-v3-process-left, .split-content.home-v3-blog-left {
    margin-right: 0;
  }

  .split-content.home-v3-blog-right {
    margin-top: 20px;
  }

  .split-content.home-v3-contact-content {
    margin-bottom: 40px;
  }

  .split-content.about-hero-content {
    margin-bottom: 50px;
  }

  .split-content.about-mission-content {
    text-align: left;
    margin-bottom: 50px;
  }

  .split-content.blog-v1-hero-left {
    margin-bottom: 10px;
  }

  .split-content.blog-newsletter-left {
    margin-bottom: 35px;
  }

  .split-content.blog-v2-hero-left {
    margin-bottom: 10px;
  }

  .split-content.card-blog-featured-v2-item-about-left {
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .split-content.blog-post-latest-articles-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .split-content.blog-post-latest-articles-right {
    margin-bottom: 0;
  }

  .split-content.services-v1-left {
    margin-bottom: 10px;
  }

  .split-content.service-hero-content {
    margin-bottom: 50px;
  }

  .split-content.service-process-left {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .split-content.service-contact-content {
    margin-bottom: 40px;
  }

  .split-content.team-members-left {
    margin-bottom: 10px;
  }

  .split-content.case-study-hero-left {
    margin-bottom: 35px;
  }

  .split-content.more-case-studies-left {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .split-content.more-case-studies-right {
    margin-bottom: 0;
  }

  .split-content.career-left {
    margin-bottom: 40px;
  }

  .split-content.faqs-content-top-left {
    margin-bottom: 10px;
  }

  .split-content.package-left {
    margin-bottom: 56px;
  }

  .split-content.contact-content {
    margin-bottom: 40px;
  }

  .split-content.offices-left {
    margin-bottom: 10px;
  }

  .split-content.schedule-demo-content, .split-content.free-consultation-left {
    margin-bottom: 40px;
  }

  .split-content.advantage-content, .split-content.about-content {
    margin-bottom: 50px;
  }

  .split-content.form-video-left {
    margin-bottom: 40px;
  }

  .split-content.about-v2-content, .split-content.advantage-v2-content {
    margin-bottom: 50px;
  }

  .split-content.newsletter-section-left {
    margin-bottom: 10px;
  }

  .split-content.not-found-content {
    align-self: stretch;
    margin-bottom: 40px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    margin-right: 0;
  }

  .image-wrapper.card-service-slide {
    border-radius: 25px;
    width: 83px;
    min-height: 83px;
  }

  .image-wrapper.home-process {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .image-wrapper.blog-post-item-v2 {
    border-radius: 23px;
  }

  .image-wrapper.card-service-v2 {
    border-radius: 25px;
    width: 83px;
    min-height: 83px;
    margin-bottom: 20px;
  }

  .image-wrapper.blog-post-section-item-v1 {
    border-radius: 23px;
  }

  .image-wrapper.card-cta-v1-accent {
    border-radius: 28px;
    width: 105px;
    min-width: 105px;
    min-height: 105px;
    margin-right: 0;
  }

  .image-wrapper.card-cta-v1 {
    margin-right: 0;
  }

  .image-wrapper.card-service-v1 {
    border-radius: 20px;
    width: 83px;
    min-width: 83px;
    min-height: 83px;
    margin-right: 0;
  }

  .image-wrapper.card-about-value {
    border-radius: 20px;
    width: 83px;
    min-width: 83px;
    min-height: 83px;
  }

  .image-wrapper.card-team-section-item {
    width: 150px;
    min-width: 150px;
    min-height: 150px;
    margin-bottom: 15px;
  }

  .image-wrapper.blog-post-item-v1, .image-wrapper.blog-featured-v1-item {
    border-radius: 23px;
  }

  .image-wrapper.blog-featured-v2-item-image {
    border-radius: 30px;
  }

  .image-wrapper.blog-post-author-link-image {
    margin-right: 8px;
  }

  .image-wrapper.card-about-author {
    width: 133px;
    min-width: 133px;
    min-height: 133px;
    margin-right: 0;
  }

  .image-wrapper.card-service-v3 {
    border-radius: 20px;
    width: 83px;
    min-width: 83px;
    min-height: 83px;
  }

  .image-wrapper.card-service-case-study-item.service-single {
    min-height: 160px;
  }

  .image-wrapper.package-item-image {
    border-radius: 15px;
    width: 61px;
    min-width: 61px;
    min-height: 61px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-schedule-demo-team {
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .image-wrapper.cart-item-image {
    margin-right: 0;
  }

  .image.home-company {
    max-width: 85%;
  }

  .image.list-icon {
    margin-right: 10px;
  }

  .image.contact-link-icon {
    margin-right: 8px;
  }

  .image.card-testimonial-logo {
    margin-bottom: 15px;
  }

  .image.home-hero-1 {
    align-self: center;
  }

  .image.home-hero-2 {
    width: 70%;
    top: -8px;
    right: -33px;
  }

  .image.home-advantage-1 {
    margin-top: 0;
    position: absolute;
  }

  .image.home-advantage-2 {
    margin-bottom: 100px;
    position: static;
  }

  .image.home-about-1 {
    margin-left: 0;
    position: absolute;
    bottom: -29px;
  }

  .image.home-about-2 {
    position: static;
  }

  .image.home-hero-v2-image-1 {
    margin-top: -11px;
  }

  .image.home-hero-v2-image-2 {
    bottom: -14px;
    left: -19px;
  }

  .image.home-hero-v2-image-3 {
    bottom: -30px;
    right: -21px;
  }

  .image.card-home-v2-process {
    border-radius: 23px;
    margin-bottom: 25px;
  }

  .image.home-v2-about-1 {
    border-radius: 40px;
  }

  .image.home-v2-about-2 {
    border-radius: 40px;
    margin-top: -95px;
  }

  .image.hom-hero-v3-company {
    width: 90%;
    max-width: 130px;
  }

  .image.card-home-v3-testimonial-logo {
    max-width: 65%;
    margin-bottom: 15px;
  }

  .image.home-v3-about-1, .image.home-v3-about-2, .image.home-v3-about-3 {
    border-radius: 20px;
  }

  .image.home-v3-advantage {
    border-radius: 30px;
  }

  .image.about-hero-1 {
    border-radius: 20px;
  }

  .image.about-hero-2 {
    border-radius: 20px;
    max-width: 100%;
  }

  .image.about-hero-3 {
    border-radius: 20px;
  }

  .image.about-mission-1 {
    border-radius: 40px;
  }

  .image.about-mission-2 {
    border-radius: 40px;
    margin-top: -96px;
  }

  .image.blog-newsletter-icon {
    border-radius: 20px;
    width: 95px;
    min-width: 95px;
    min-height: 95px;
  }

  .image.blog-post {
    border-radius: 30px;
  }

  .image.card-service-process {
    width: 69px;
    min-width: 69px;
    min-height: 69px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image.card-service-testimonial {
    max-width: 65%;
    margin-bottom: 15px;
  }

  .image.service-hero-2 {
    left: -37px;
  }

  .image.team {
    width: 200px;
    min-width: 200px;
    min-height: 200px;
    margin-bottom: 10px;
  }

  .image.case-study {
    border-radius: 30px;
  }

  .image.card-perk-icon {
    width: 69px;
    min-width: 69px;
    min-height: 69px;
    margin-bottom: 10px;
  }

  .image.card-career-about-icon, .image.career-about-details-icon {
    margin-right: 6px;
  }

  .image.package-item-feature-icon, .image.free-consultation-list-icon {
    margin-right: 10px;
  }

  .image.advantage-1 {
    margin-top: 0;
    position: absolute;
  }

  .image.advantage-2 {
    margin-bottom: 100px;
    position: static;
  }

  .image.about-1 {
    margin-left: 0;
    position: absolute;
    bottom: -29px;
  }

  .image.about-2 {
    position: static;
  }

  .image.about-v2-1 {
    margin-top: 0;
    position: absolute;
  }

  .image.about-v2-2 {
    margin-bottom: 100px;
    position: static;
  }

  .image.advantage-v2-1 {
    margin-left: 0;
    position: absolute;
    bottom: 0;
  }

  .image.advantage-v2-2 {
    position: static;
  }

  .image.card-newsletter-testimonial {
    border-radius: 15px;
    width: 52px;
    min-width: 52px;
    min-height: 52px;
    margin-right: 10px;
  }

  .image.style-guide-icon {
    border-radius: 20px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .order-item-price, .order-summary-subtotal {
    font-size: 16px;
  }

  .order-summary-total {
    font-size: 18px;
  }

  .cart-button {
    font-size: 23px;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  ._2-buttons {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .subtitle-wrapper, .subtitle-wrapper.center {
    justify-content: flex-start;
  }

  .subtitle-wrapper.center.home-hero-v3 {
    justify-content: center;
    font-size: 16px;
  }

  .subtitle-wrapper.center.careers-hero {
    justify-content: center;
  }

  .subtitle-wrapper.home-v2-process, .subtitle-wrapper.home-v2-about, .subtitle-wrapper.cta-v1, .subtitle-wrapper.home-v3-testimonials, .subtitle-wrapper.about-mission, .subtitle-wrapper.about-story, .subtitle-wrapper.about-offices, .subtitle-wrapper.blog-v1-hero, .subtitle-wrapper.blog-v2-hero, .subtitle-wrapper.service-testimonials, .subtitle-wrapper.service-process, .subtitle-wrapper.case-studies-page, .subtitle-wrapper.case-study, .subtitle-wrapper.faqs, .subtitle-wrapper.offices, .subtitle-wrapper.testimonials-v2 {
    justify-content: flex-start;
  }

  .subtitle-shape, .subtitle-shape.hidden {
    display: block;
  }

  .subtitle-shape.hidden.home-hero-v3, .subtitle-shape.hidden.services-section, .subtitle-shape.hidden.careers-hero, .subtitle-shape.hidden.home-v3-contact {
    display: none;
  }

  .subtitle-shape.home-v2-process, .subtitle-shape.home-v2-about, .subtitle-shape.cta-v1, .subtitle-shape.home-v3-testimonials, .subtitle-shape.about-mission, .subtitle-shape.about-story, .subtitle-shape.about-offices, .subtitle-shape.blog-v1-hero, .subtitle-shape.blog-v2-hero, .subtitle-shape.service-testimonials, .subtitle-shape.service-process, .subtitle-shape.case-studies-page, .subtitle-shape.case-study, .subtitle-shape.faqs, .subtitle-shape.offices, .subtitle-shape.testimonials-v2 {
    display: block;
  }

  .home-companies-wrapper {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 51px;
    padding-bottom: 51px;
    padding-left: 25px;
  }

  .home-companies-grid {
    grid-column-gap: 16px;
    grid-template-columns: auto auto;
    justify-items: stretch;
  }

  .list-wrapper {
    font-size: 16px;
  }

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

  .container-medium-664px.home-process, .container-medium-664px.home-testimonials, .container-medium-664px.home-v2-services, .container-medium-664px.case-studies-v2 {
    text-align: left;
  }

  .container-medium-664px.home-v3-services {
    text-align: left;
    margin-left: 0;
  }

  .container-medium-664px.about-values, .container-medium-664px.about-team, .container-medium-664px.perks, .container-medium-664px.services {
    text-align: left;
  }

  .flex-vc {
    align-items: stretch;
  }

  .content-top.home-blog, .content-top.home-v2-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top.cta-v1 {
    text-align: left;
  }

  .content-top.home-v3-process, .content-top.home-v3-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top.about-story, .content-top.about-offices, .content-top.blog-v1-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top.blog-v1 {
    margin-bottom: 20px;
  }

  .content-top.blog-v2-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top.blog-v2, .content-top.blog-v3 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top.blog-post-latest-articles {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top.case-studies-page {
    text-align: left;
    align-items: stretch;
  }

  .content-top.more-case-studies {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top.current-openings {
    text-align: left;
    align-items: flex-start;
  }

  .content-top.faqs {
    text-align: left;
    align-items: stretch;
  }

  .content-top.package {
    margin-bottom: 93px;
  }

  .content-top.offices {
    text-align: left;
    align-items: stretch;
  }

  .content-top.blog-category {
    align-items: stretch;
    margin-bottom: 20px;
  }

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

  .home-services-mask {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .home-services-slider-right-arrow, .home-services-slider-left-arrow {
    width: 68px;
    min-width: 68px;
    min-height: 68px;
    font-size: 26px;
  }

  .home-process-slider-left-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    top: 270px;
    left: -14px;
  }

  .home-process-slider-right-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    top: 270px;
    right: -14px;
  }

  .testimonials-slider-left-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    left: -14px;
  }

  .testimonials-slider-right-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    right: -14px;
  }

  .card-testimonial-content {
    margin-bottom: 10px;
  }

  .select-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-area {
    padding: 23px 16px;
  }

  .blog-post-item-v2-category {
    font-size: 14px;
  }

  .blog-post-item-v2-category-wrapper {
    margin-left: 10px;
  }

  .case-studies-item-bottom {
    padding: 28px 25px 33px;
  }

  .bg.home-hero-v2 {
    min-height: 50%;
  }

  .bg.home-hero-v2-blur {
    bottom: 588px;
  }

  .bg.case-studies-v2 {
    bottom: 62.469px;
  }

  .bg.home-v3-contact-blur {
    top: 490px;
  }

  .bg.cta-v2-shape-1 {
    top: -252px;
    left: -231px;
  }

  .bg.cta-v2-shape-2 {
    left: -73px;
  }

  .bg.cta-v2-shape-3 {
    top: -160px;
    right: -15px;
  }

  .bg.cta-v2-shape-4 {
    bottom: -251px;
    right: -125px;
  }

  .bg.blog-post {
    max-width: 150%;
    bottom: -72px;
    right: -73px;
  }

  .bg.career {
    min-height: 61%;
  }

  .bg.career-blur {
    top: 456px;
    right: -113px;
  }

  .bg.packages {
    bottom: -139px;
  }

  .bg.package {
    min-height: 47%;
  }

  .bg.packages-category {
    bottom: -139px;
  }

  .home-hero-images-wrapper {
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .home-about-images-wrapper {
    align-items: stretch;
  }

  .footer-nav-wrapper {
    margin-bottom: 25px;
  }

  .footer-nav-wrapper.first {
    flex: 0 auto;
  }

  .footer-nav-content {
    flex-wrap: wrap;
  }

  .footer-small-print {
    font-size: 14px;
  }

  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

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

  .container-medium-778px.changelog {
    margin-top: -20px;
  }

  .container-medium-778px.home-hero-v2 {
    text-align: left;
    margin-bottom: 60px;
  }

  .home-v2-score-grid, .home-v2-services-grid {
    grid-row-gap: 25px;
  }

  .home-v2-process-left-content {
    text-align: left;
  }

  .home-v2-score-wrapper {
    max-width: 260px;
  }

  .home-v2-testimonials-mask {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .home-v2-testimonials-slider-left-arrow, .home-v2-testimonials-slider-right-arrow {
    width: 68px;
    min-width: 68px;
    min-height: 68px;
    font-size: 26px;
  }

  .card-testimonial-about-content {
    margin-bottom: 10px;
  }

  .card-testimonial-about-rol {
    font-size: 16px;
  }

  .blog-post-section-item-v1-top-content {
    margin-bottom: 0;
  }

  .blog-post-section-item-v1-category-wrapper {
    left: 10px;
  }

  .blog-post-section-item-v1-category {
    font-size: 14px;
  }

  .home-hero-v3-wrapper {
    border-radius: 30px;
    padding: 88px 25px 33px;
  }

  .home-hero-v3-companies-grid {
    grid-column-gap: 20px;
  }

  .cta-v2-wrapper {
    border-radius: 30px;
    align-items: stretch;
    padding: 58px 25px;
  }

  .card-home-v3-process-step {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .home-v3-testimonials-title-wrapper {
    text-align: left;
  }

  .card-home-v3-testimonial-about-wrapper {
    flex-wrap: wrap;
  }

  .card-home-v3-testimonial-about-content {
    margin-bottom: 10px;
  }

  .case-studies-v2-wrapper {
    align-items: stretch;
  }

  .about-hero-wrapper {
    margin-bottom: 58px;
  }

  .about-hero-content-left {
    margin-bottom: 40px;
  }

  .about-hero-results-text {
    margin-bottom: 20px;
  }

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

  .card-about-hero-result-number {
    margin-bottom: 6px;
  }

  .card-about-story-year {
    font-size: 36px;
  }

  .about-team-grid {
    grid-row-gap: 50px;
  }

  .card-about-office-address, .card-about-office-contact-link {
    font-size: 16px;
  }

  .card-team-section-item-rol {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .card-team-section-item-social-media-grid {
    grid-column-gap: 20px;
  }

  .blog-post-item-v1-category-wrapper {
    margin-left: 10px;
  }

  .blog-post-item-v1-category {
    font-size: 14px;
  }

  .blog-category-item-link {
    margin-right: 10px;
    font-size: 14px;
  }

  .blog-category-item {
    margin-right: 10px;
  }

  .blog-featured-v1-item-category-wrapper {
    margin-left: 10px;
  }

  .blog-featured-v1-item-category {
    font-size: 14px;
  }

  .button-category {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .blog-newsletter-wrapper {
    border-radius: 30px;
    align-items: stretch;
    padding: 58px 25px;
  }

  .blog-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-newsletter-link {
    color: var(--primary-1);
  }

  .blog-featured-v2-item-category {
    font-size: 14px;
  }

  .card-blog-featured-v2-item-about-wrapper {
    flex-wrap: wrap;
  }

  .card-blog-featured-v2-item-date {
    margin-bottom: 15px;
  }

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

  .container-medium-643px.blog-v3-hero {
    text-align: left;
  }

  .blog-post-top-content {
    margin-bottom: 46px;
  }

  .blog-post-category {
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }

  .card-blog-post-main-content-bottom {
    flex-wrap: wrap;
  }

  .blog-post-author-link {
    margin-bottom: 15px;
    margin-right: 30px;
  }

  .rich-text h2 {
    margin-bottom: 13px;
  }

  .rich-text ul {
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .rich-text figure {
    margin-top: 33px;
    margin-bottom: 38px;
  }

  .rich-text img {
    border-radius: 20px;
  }

  .rich-text figcaption {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .rich-text h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .rich-text ol {
    margin-bottom: 32px;
    padding-left: 20px;
  }

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

  .rich-text h4, .rich-text h5, .rich-text h6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .card-about-author-rol {
    font-size: 16px;
  }

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

  .card-blog-post-main-content-date {
    margin-bottom: 15px;
  }

  .services-v2-grid {
    grid-row-gap: 25px;
  }

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

  .container-medium-684px.services-v3 {
    text-align: left;
    margin-left: 0;
  }

  .services-section-slider-left-arrow, .services-section-slider-right-arrow {
    width: 68px;
    min-width: 68px;
    min-height: 68px;
    font-size: 26px;
  }

  .service-process-content, .container-small-586px.service-case-study, .service-testimonials-title-wrapper {
    text-align: left;
  }

  .card-service-testimonial-about-wrapper {
    flex-wrap: wrap;
  }

  .card-service-testimonial-about-content {
    margin-bottom: 10px;
  }

  .card-service-case-study-item-content {
    padding: 40px 25px;
  }

  .team-members-grid {
    grid-row-gap: 50px;
    margin-bottom: 43px;
  }

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

  .card-team-about-title-wrapper {
    margin-bottom: 10px;
  }

  .team-rol {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .team-social-media-grid {
    grid-column-gap: 20px;
  }

  .case-study-details-grid {
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
  }

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

  .case-study-detail-wrapper {
    margin-bottom: 10px;
    margin-right: 10px;
  }

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

  .careers-hero-images-wrapper {
    min-height: 142px;
  }

  .card-career-about-wrapper {
    margin-bottom: 15px;
  }

  .card-career-about {
    margin-right: 20px;
    font-size: 16px;
  }

  .career-content-top {
    margin-bottom: 58px;
  }

  .career-about-wrapper {
    max-width: 260px;
  }

  .career-about-details {
    margin-right: 15px;
    font-size: 16px;
  }

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

  .container-small-540px.packages, .packages-contact-wrapper {
    text-align: left;
  }

  .package-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .package-item-price {
    font-size: 23px;
  }

  .package-item-content-top {
    margin-bottom: 30px;
  }

  .package-item-features-grid {
    margin-bottom: 27px;
  }

  .package-item-feature-wrapper {
    font-size: 16px;
  }

  .package-icon {
    border-radius: 20px;
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    margin-bottom: 10px;
  }

  .package-features-title {
    margin-bottom: 18px;
  }

  .card-package-order-price {
    font-size: 20px;
  }

  .package-content-top {
    margin-bottom: 27px;
  }

  .card-package-order-buttons-wrapper {
    flex-direction: column;
  }

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

  .container-medium-738px.social-media {
    text-align: left;
  }

  .social-media-grid {
    grid-template-columns: repeat(auto-fit, 58px);
  }

  .social-media-section-link {
    border-radius: 15px;
    width: 58px;
    min-width: 58px;
    min-height: 58px;
  }

  .header-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-small {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .footer-small-logo {
    width: 158px;
  }

  .footer-small-print-small {
    font-size: 14px;
  }

  .header-small-logo {
    width: 151px;
  }

  .card-schedule-demo-team-content {
    max-width: 272.484px;
    margin-bottom: 20px;
  }

  .card-schedule-demo-team-rol {
    font-size: 16px;
  }

  .free-consultation-wrapper {
    margin-bottom: 52px;
  }

  .free-consultation-list-wrapper {
    font-size: 16px;
  }

  .companies-grid {
    grid-template-columns: auto auto;
    max-width: 384px;
  }

  .about-images-wrapper {
    align-items: stretch;
  }

  .services-grid {
    grid-row-gap: 25px;
  }

  .testimonials-v2-title-wrapper {
    text-align: left;
  }

  .advantage-v2-images-wrapper {
    align-items: stretch;
  }

  .form-video-preview-wrapper {
    border-radius: 25px;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

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

  .container-small-428px.newsletter-testimonials {
    text-align: left;
    margin-left: 0;
  }

  .card-newsletter-testimonial-name {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .card-newsletter-testimonial-rol {
    font-size: 14px;
  }

  .rich-text-figure-and-figure-caption h2 {
    margin-bottom: 13px;
  }

  .rich-text-figure-and-figure-caption ul {
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .rich-text-figure-and-figure-caption img {
    border-radius: 20px;
  }

  .rich-text-figure-and-figure-caption figcaption {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .rich-text-figure-and-figure-caption h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .rich-text-figure-and-figure-caption ol {
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .rich-text-figure-and-figure-caption blockquote {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .rich-text-figure-and-figure-caption h4, .rich-text-figure-and-figure-caption h5, .rich-text-figure-and-figure-caption h6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .card-changelog-content {
    max-width: 370px;
    font-size: 16px;
  }

  .category-title-wrapper.packages-category {
    justify-content: flex-start;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 25px;
  }

  .dropdown-nav-link {
    white-space: normal;
    font-size: 16px;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-arrow {
    font-size: 8px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 30px;
    margin-right: 20px;
  }

  .icon-wrapper {
    width: 20px;
  }

  .empty-state {
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .empty-state.cart {
    align-items: stretch;
  }

  .success-message, .error-message {
    font-size: 16px;
  }

  .cart-header, .cart-item-quantity, .cart-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item, .cart-item-wrapper {
    flex-direction: column;
  }

  .cart-item-price {
    font-size: 16px;
  }

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

  .image-pages {
    border-radius: 12px;
  }

  .heading-size-h3 {
    font-size: 20px;
  }

  .subtitle-shape-2 {
    display: block;
  }

  .card-2 {
    border-radius: 30px;
  }

  .card-2.home-v3-process {
    flex-direction: column;
    padding: 30px 25px 40px;
  }

  .button-primary-2 {
    padding: 24px 16px;
    font-size: 16px;
    display: block;
  }

  .subtitle-wrapper-2 {
    justify-content: flex-start;
  }
}

#w-node-_80e2b193-52e0-7219-df38-4713c4db9063-a5802f86 {
  justify-self: start;
}

#Message.w-node-_80e2b193-52e0-7219-df38-4713c4db9076-a5802f86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80e2b193-52e0-7219-df38-4713c4db9077-a5802f86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-c5f7cb3b-cb93-4635-15f5-b790977033a4-a5802fa5 {
  justify-self: start;
}

#Message-2.w-node-_86089d01-03d8-8f7d-2dc9-858bb2ceaa1d-a5802fa5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b1a965e-46c0-bc92-530e-9ca3002915cc-a5802fa5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_2a355726-89be-1934-844d-2454530ce156-a5802fa6 {
  justify-self: start;
}

#Message-2.w-node-_2a355726-89be-1934-844d-2454530ce167-a5802fa6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a355726-89be-1934-844d-2454530ce168-a5802fa6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_80e2b193-52e0-7219-df38-4713c4db9063-457ccf65 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #Message.w-node-_80e2b193-52e0-7219-df38-4713c4db9076-a5802f86, #w-node-_80e2b193-52e0-7219-df38-4713c4db9077-a5802f86, #Message-2.w-node-_86089d01-03d8-8f7d-2dc9-858bb2ceaa1d-a5802fa5, #w-node-_0b1a965e-46c0-bc92-530e-9ca3002915cc-a5802fa5, #Message-2.w-node-_2a355726-89be-1934-844d-2454530ce167-a5802fa6, #w-node-_2a355726-89be-1934-844d-2454530ce168-a5802fa6 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_80e2b193-52e0-7219-df38-4713c4db9077-a5802f86, #w-node-_0b1a965e-46c0-bc92-530e-9ca3002915cc-a5802fa5, #w-node-_2a355726-89be-1934-844d-2454530ce168-a5802fa6 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Icons Marketing Template';
  src: url('../fonts/icons-marketing-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}