@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: #9333ea;
  --secondary-3: #3f80fd;
  --neutral-200: #f5f7fc;
  --shadow-button-primary: #9333ea47;
  --neutral-100: white;
  --primary-2: #44067e;
  --shadow-cta: #9333ea59;
  --transparent: transparent;
  --shadow-button-secondary: #14142b0f;
  --shadow-button-secondary-hover: #14142b26;
  --neutral-300: #eff0f6;
  --neutral-400: #d9dbe9;
  --shadow-input: #0b061b12;
  --shadow-card-default: #1f183514;
  --shadow-form-3: #1818241f;
  --shadow-form-2: #18182414;
  --shadow-form-1: #1818240d;
  --shadow-button-primary-hover: #9333ea59;
  --shadow-2: #14141e1a;
  --shadow-1: #14141e0f;
  --secondary-2: #f7409d;
  --secondary-1: #fffd9a;
  --neutral-700: #4e4b66;
  --secondary-4: #ffad2a;
  --secondary-5: #3fcffd;
  --neutral-500: #a0a3bd;
  --shadow-cta-hover: #7e3ccb73;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

.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;
  padding: 28px 50px;
  font-weight: 700;
  line-height: 1.111em;
  transition: background-color .3s ease-in-out, transform .3s, box-shadow .3s;
}

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

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

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

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

.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.header-button-mobile {
  padding: 28px 16px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-secondary {
  background-color: var(--transparent);
  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: box-shadow .3s ease-in-out, background-color .3s ease-in-out, transform .3s;
}

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

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

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

.header-logo {
  width: 230px;
  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.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);
}

.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.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

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

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

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

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

.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, .section.home-testimonials {
  background-color: var(--neutral-200);
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.home-contact {
  padding-top: 160px;
  padding-bottom: 148px;
  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-values {
  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-v2 {
  padding-top: 96px;
  overflow: hidden;
}

.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 {
  padding-top: 66px;
  position: relative;
  overflow: hidden;
}

.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.career {
  padding-top: 95px;
  position: relative;
  overflow: hidden;
}

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

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

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

.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 {
  height: 100vh;
  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);
  min-height: 66px;
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  color: var(--primary-1);
  letter-spacing: .02em;
  border-radius: 1000px;
  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 {
  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.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 {
  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;
}

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

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

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

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

.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.home-contact {
  margin-bottom: 32px;
}

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

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

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

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

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

.paragraph.about-hero, .paragraph.about-mission, .paragraph.about-story, .paragraph.card-about-story, .paragraph.card-about-value, .paragraph.blog-post, .paragraph.card-about-author {
  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 {
  margin-bottom: 0;
}

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

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

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

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

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

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

.paragraph.card-default {
  margin-bottom: 0;
}

.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.contact-form {
  width: 100%;
  max-width: 660px;
  min-height: 694px;
  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;
  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 {
  min-height: 100%;
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  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 {
  min-height: 100%;
  color: var(--neutral-600);
  transform-style: preserve-3d;
  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.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.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.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 {
  min-height: 100%;
  color: var(--neutral-600);
  border-radius: 32px;
  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-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.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.faq {
  cursor: pointer;
  height: 100%;
  transform-style: preserve-3d;
  border-radius: 22px;
  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.default {
  padding: 40px 32px;
}

.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.card-service-process {
  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-about-story {
  margin-bottom: 6px;
}

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

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

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

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

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

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

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

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

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

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

.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-v2, .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.card-team-about {
  margin-bottom: 0;
}

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

.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.career-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.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, .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.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.blog-newsletter-left {
  z-index: 1;
  flex: 1;
  align-items: center;
  max-width: 47%;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.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.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.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.contact-content {
  max-width: 45%;
  margin-right: 20px;
}

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

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

.image-wrapper {
  overflow: hidden;
}

.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-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-about-value {
  border-radius: 30px;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  margin-right: 32px;
  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-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.home-company {
  object-fit: cover;
}

.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 0 var(--shadow-button-primary-hover);
}

.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.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: -32px;
  left: -26px;
}

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

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

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

.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.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.blog-category-item-icon {
  margin-right: 8px;
}

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

.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.career-about-details-icon {
  margin-right: 8px;
}

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

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

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

.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.services-v2, .subtitle-wrapper.service-hero, .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;
}

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

.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.about-values {
  text-align: center;
  margin-bottom: 32px;
}

.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.about-story {
  margin-bottom: 47px;
}

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

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

.content-top.faqs {
  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);
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  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;
  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);
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  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;
  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);
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  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;
  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);
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  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;
  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);
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  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);
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  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-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;
}

.text-area {
  border: 1px solid var(--neutral-300);
  min-width: 100%;
  max-width: 100%;
  min-height: 169px;
  max-height: 250px;
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  color: var(--primary-1);
  letter-spacing: .02em;
  border-radius: 20px;
  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-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-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.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-post {
  z-index: -1;
  max-width: 910px;
  bottom: -150px;
  right: -85px;
}

.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 {
  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.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.contact {
  z-index: -1;
  max-width: 1136px;
}

.bg.not-found {
  z-index: -1;
  max-width: 936px;
  top: -120px;
}

.bg.password {
  z-index: -1;
  max-width: 1162px;
}

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

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

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

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

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

.social-media-link {
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  transform-style: preserve-3d;
  border-radius: 1000px;
  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;
}

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

.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-featured-v2-item-wrapper {
  max-width: 100%;
  color: var(--neutral-600);
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-featured-v2-item-wrapper:hover {
  color: var(--neutral-600);
}

.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);
  max-width: 361px;
  box-shadow: 0 4px 34px 0 var(--shadow-1);
  border-radius: 20px;
  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-v2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
  display: grid;
}

.services-v2-wrapper {
  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);
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  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;
  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);
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  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;
  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;
}

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

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

.space.faq {
  min-height: 8px;
}

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

.faqs-grid {
  grid-column-gap: 30px;
  grid-row-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;
}

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

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

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

.category-title-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.category-title-wrapper.blog-category {
  flex: 1;
  max-width: 50%;
  margin-right: 20px;
}

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

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

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

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

.card-testimonial-logo {
  max-height: 175px;
  margin-bottom: 10px;
}

.section-logo {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slider-img {
  filter: grayscale();
  max-width: 250px;
  max-height: 150px;
}

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

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

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

  blockquote {
    padding: 56px 60px 56px 56px;
    font-size: 22px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-large.case-study-detail {
    font-size: 22px;
  }

  .button-primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary.full-width.card-career-apply {
    display: inline-block;
  }

  .button-secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .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-testimonials {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .section.home-contact {
    padding-top: 128px;
    padding-bottom: 118px;
  }

  .section.about-hero {
    padding-top: 65px;
    padding-bottom: 96px;
  }

  .section.blog-post-latest-articles-section {
    padding-top: 156px;
    padding-bottom: 152px;
  }

  .section.blog-post {
    padding-bottom: 112px;
  }

  .section.services-v2 {
    padding-top: 77px;
  }

  .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 {
    padding-top: 53px;
  }

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

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

  .section.career {
    padding-top: 76px;
  }

  .section.contact {
    padding-top: 76px;
    padding-bottom: 191px;
  }

  .section.faqs {
    padding-bottom: 157px;
  }

  .section.blog-category {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .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.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.card-testimonial {
    margin-bottom: 35px;
  }

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

  .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.about-story {
    max-width: none;
  }

  .card.about-value {
    flex-direction: column;
  }

  .card.blog-featured-v1-item-card {
    padding-right: 25px;
  }

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

  .title.home-hero {
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.cta-v2 {
    padding-right: 30px;
  }

  .title.about-mission {
    max-width: 594px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.about-hero {
    max-width: 491px;
  }

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

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

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

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

  .title.h1-size {
    font-size: 50px;
  }

  .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.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.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.blog-newsletter-left {
    text-align: center;
    flex-direction: column;
    max-width: 385px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.blog-post-latest-articles-left {
    margin-right: 40px;
  }

  .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.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.contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.contact-card {
    max-width: 100%;
  }

  .split-content.not-found-content {
    text-align: center;
    margin-bottom: 60px;
  }

  .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, .image-wrapper.card-about-value {
    margin-bottom: 20px;
  }

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

  .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.about-mission, .subtitle-wrapper.about-story, .subtitle-wrapper.service-hero, .subtitle-wrapper.service-testimonials, .subtitle-wrapper.service-process, .subtitle-wrapper.faqs {
    justify-content: center;
  }

  .subtitle-shape.home-about, .subtitle-shape.home-advantage, .subtitle-shape.home-hero, .subtitle-shape.about-mission, .subtitle-shape.about-story, .subtitle-shape.service-hero, .subtitle-shape.service-testimonials, .subtitle-shape.service-process, .subtitle-shape.faqs {
    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.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.about-story {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .content-top.blog-post-latest-articles {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .content-top.faqs {
    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;
  }

  .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.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.service-contact {
    bottom: auto;
  }

  .bg.career {
    min-height: 53%;
  }

  .bg.career-blur {
    max-width: 103%;
    top: -61px;
  }

  .home-hero-images-wrapper {
    max-width: 730px;
    margin-left: -3px;
  }

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

  .cta-v2-wrapper {
    padding: 83px 64px 83px 61px;
  }

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

  .blog-category-item-link {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .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-featured-v2-item-wrapper {
    display: block;
  }

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

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

  .career-content-top {
    flex-direction: column;
    margin-bottom: 83px;
  }

  .card-career-apply-wrapper {
    max-width: 730px;
  }

  .faqs-grid {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-small-wrapper {
    flex-direction: column;
  }

  .footer-small-logo-container {
    margin-bottom: 16px;
  }

  .not-found-wrapper {
    flex-direction: column-reverse;
  }

  .not-found-images-wrapper {
    max-width: 100%;
    margin-right: 0;
  }

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

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

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }
}

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

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.case-study-detail {
    font-size: 20px;
  }

  .button-primary.button-2-buttons {
    margin-right: 10px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button-mobile {
    margin-top: 80px;
    display: block;
  }

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

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

  .section.home-hero {
    padding-top: 54px;
    padding-bottom: 102px;
  }

  .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-testimonials {
    padding-top: 154px;
    padding-bottom: 154px;
  }

  .section.home-contact {
    padding-top: 102px;
    padding-bottom: 94px;
  }

  .section.about-hero {
    padding-top: 52px;
    padding-bottom: 77px;
  }

  .section.blog-post-latest-articles-section {
    padding-top: 125px;
    padding-bottom: 122px;
  }

  .section.blog-post {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .section.services-v2 {
    padding-top: 61px;
  }

  .section.service-hero {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .section.service-contact {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.team {
    padding-top: 42px;
  }

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

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

  .section.career {
    padding-top: 61px;
  }

  .section.contact {
    padding-top: 61px;
    padding-bottom: 153px;
  }

  .section.faqs {
    padding-bottom: 125px;
  }

  .section.blog-category {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .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.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.card-cta-v1-accent {
    margin-bottom: 30px;
  }

  .paragraph.card-cta-v1 {
    max-width: none;
    margin-bottom: 27px;
  }

  .paragraph.card-about-story {
    max-width: 573px;
  }

  .paragraph.service-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .paragraph.faq {
    max-width: 540px;
  }

  .card {
    border-radius: 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.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.about-story {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.about-value {
    border-radius: 28px;
    flex-direction: row;
    padding-left: 25px;
    padding-right: 25px;
  }

  .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-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.career {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .card.career-apply {
    padding: 50px 35px;
  }

  .card.career-about {
    padding: 55px 35px 58px;
  }

  .card.faq {
    border-radius: 20px;
    padding: 43px 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.faq {
    margin-right: 15px;
  }

  .title.home-hero {
    max-width: 420px;
  }

  .title.home-about {
    max-width: 575px;
  }

  .title.cta-v2 {
    max-width: 554px;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .title.about-mission {
    margin-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.about-hero {
    max-width: 406px;
  }

  .title.about-values {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .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.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.career {
    margin-bottom: 20px;
  }

  .title.h2-size {
    font-size: 33px;
  }

  .title.not-found {
    font-size: 24px;
  }

  .title.h1-size {
    font-size: 42px;
  }

  .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.home-contact-content {
    margin-bottom: 50px;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 35px;
  }

  .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-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.service-hero-content {
    margin-bottom: 60px;
  }

  .split-content.service-process-left, .split-content.service-contact-content {
    margin-bottom: 50px;
  }

  .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.contact-content, .split-content.not-found-content {
    margin-bottom: 50px;
  }

  .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-cta-v1-accent, .image-wrapper.card-cta-v1 {
    margin-right: 20px;
  }

  .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-testimonial-image {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image-wrapper.card-service-case-study-item.service-single {
    min-height: 290px;
  }

  .image.contact-link-icon {
    border-radius: 15px;
    width: 47px;
    min-width: 47px;
    min-height: 47px;
    margin-right: 10px;
  }

  .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.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.blog-newsletter-icon {
    margin-bottom: 20px;
  }

  .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.not-found-2 {
    width: 52%;
  }

  ._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 {
    justify-content: flex-start;
  }

  .subtitle-wrapper.service-hero {
    margin-bottom: 6px;
  }

  .subtitle-shape.home-about, .subtitle-shape.home-advantage {
    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.blog-post-latest-articles {
    margin-bottom: 15px;
  }

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

  .blog-post-item-v2-top-content {
    margin-bottom: 20px;
  }

  .blog-post-item-v2-category-wrapper {
    margin-left: 20px;
  }

  .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.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-post {
    max-width: 100%;
    bottom: -92px;
  }

  .bg.service-testimonials {
    max-width: 100%;
    bottom: 95px;
    left: auto;
  }

  .bg.career {
    min-height: 55%;
  }

  .bg.career-blur {
    top: 173px;
    right: -188px;
  }

  .home-hero-images-wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-left: 0;
  }

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

  .cta-v1-content {
    flex-direction: column;
  }

  .card-cta-v1-content {
    max-width: 475px;
  }

  .card-service-v2-content {
    max-width: 495px;
  }

  .cta-v2-wrapper {
    text-align: center;
    border-radius: 40px;
    flex-direction: column;
    padding: 69px 53px 69px 51px;
  }

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

  .blog-categories-grid {
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .blog-category-item-link {
    flex-wrap: wrap;
    margin: 5px 18px 5px 0;
    font-size: 16px;
  }

  .blog-newsletter-wrapper {
    text-align: center;
    border-radius: 40px;
    flex-direction: column;
    padding: 69px 30px;
  }

  .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 {
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    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-v2-grid {
    grid-template-columns: 1fr;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .career-content-top {
    margin-bottom: 69px;
  }

  .card-career-about-button-wrapper {
    margin-top: 10px;
  }

  .career-about-wrapper {
    max-width: 280px;
  }

  .contact-links-grid {
    grid-row-gap: 20px;
  }

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

  .not-found-images-wrapper {
    min-height: auto;
  }

  .category-title-wrapper.blog-category {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .blog-category-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }
}

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

  .paragraph-large.case-study-detail {
    font-size: 18px;
  }

  .button-primary {
    padding: 24px 16px;
    font-size: 16px;
    display: block;
  }

  .button-primary.full-width.card-career-apply {
    display: block;
  }

  .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.header-button-mobile {
    margin-top: 60px;
  }

  .button-secondary {
    padding: 24px 16px;
    font-size: 16px;
    display: block;
  }

  .button-secondary.button-2-buttons {
    margin-bottom: 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;
  }

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

  .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-testimonials {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section.home-contact {
    padding-top: 82px;
    padding-bottom: 76px;
  }

  .section.about-hero {
    padding-top: 41px;
    padding-bottom: 61px;
  }

  .section.blog-post-latest-articles-section {
    padding-top: 100px;
    padding-bottom: 97px;
  }

  .section.blog-post {
    padding-bottom: 72px;
  }

  .section.services-v2 {
    padding-top: 49px;
  }

  .section.service-hero {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .section.service-contact {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section.team {
    padding-top: 40px;
  }

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

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

  .section.career {
    padding-top: 49px;
  }

  .section.contact {
    padding-top: 49px;
    padding-bottom: 122px;
  }

  .section.faqs {
    padding-bottom: 100px;
  }

  .section.blog-category {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .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 {
    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 {
    text-align: left;
  }

  .divider.footer-top {
    margin-top: 35px;
    margin-bottom: 47px;
  }

  .divider.footer-bottom {
    margin-top: 18px;
    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;
  }

  .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.card-cta-v1-accent, .paragraph.card-cta-v1 {
    margin-bottom: 25px;
  }

  .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.card-career-apply {
    margin-bottom: 20px;
  }

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

  .card {
    border-radius: 30px;
  }

  .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.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.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.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-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.career {
    padding: 33px 25px 39px;
  }

  .card.career-apply {
    padding: 42px 25px;
  }

  .card.career-about {
    padding: 46px 25px 49px;
  }

  .card.faq {
    padding: 36px 25px;
  }

  .card.default {
    padding: 33px 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.h4-size {
    font-size: 18px;
  }

  .title.h4-size.faq {
    margin-right: 10px;
  }

  .title.home-hero {
    max-width: 313px;
  }

  .title.cta-v2 {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .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.blog-post {
    margin-bottom: 13px;
  }

  .title.card-about-author-name {
    font-size: 20px;
  }

  .title.services-v2 {
    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 {
    margin-bottom: 10px;
  }

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

  .title.h2-size {
    font-size: 28px;
  }

  .title.not-found {
    font-size: 20px;
  }

  .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.home-contact-content {
    margin-bottom: 40px;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 30px;
  }

  .split-content.about-hero-content {
    margin-bottom: 50px;
  }

  .split-content.about-mission-content {
    text-align: left;
    margin-bottom: 50px;
  }

  .split-content.blog-newsletter-left {
    margin-bottom: 35px;
  }

  .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.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.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.contact-content {
    margin-bottom: 40px;
  }

  .split-content.not-found-content {
    align-self: stretch;
    margin-bottom: 40px;
  }

  .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.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-about-value {
    border-radius: 20px;
    width: 83px;
    min-width: 83px;
    min-height: 83px;
  }

  .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-case-study-item.service-single {
    min-height: 160px;
  }

  .image.home-company {
    max-width: 85%;
  }

  .image.list-icon {
    margin-right: 10px;
  }

  .image.contact-link-icon {
    margin-right: 8px;
  }

  .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.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.career-about-details-icon {
    margin-right: 6px;
  }

  ._2-buttons {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .subtitle-wrapper, .subtitle-wrapper.center, .subtitle-wrapper.about-mission, .subtitle-wrapper.about-story, .subtitle-wrapper.service-testimonials, .subtitle-wrapper.service-process, .subtitle-wrapper.case-study, .subtitle-wrapper.faqs {
    justify-content: flex-start;
  }

  .subtitle-shape, .subtitle-shape.hidden {
    display: block;
  }

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

  .subtitle-shape.about-mission, .subtitle-shape.about-story, .subtitle-shape.service-testimonials, .subtitle-shape.service-process, .subtitle-shape.case-study, .subtitle-shape.faqs {
    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.about-values {
    text-align: left;
  }

  .flex-vc {
    align-items: stretch;
  }

  .content-top.about-story {
    text-align: left;
    align-items: stretch;
  }

  .content-top.blog-post-latest-articles, .content-top.more-case-studies {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top.faqs {
    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;
  }

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

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

  .cta-v2-wrapper {
    border-radius: 30px;
    align-items: stretch;
    padding: 58px 25px;
  }

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

  .blog-category-item-link {
    margin-right: 10px;
    font-size: 14px;
  }

  .blog-category-item {
    margin-right: 10px;
  }

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

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

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

  .career-content-top {
    margin-bottom: 58px;
  }

  .career-about-wrapper {
    max-width: 260px;
  }

  .career-about-details {
    margin-right: 15px;
    font-size: 16px;
  }

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

  .category-title-wrapper.blog-category {
    margin-bottom: 25px;
  }

  .icon-wrapper {
    width: 20px;
  }

  .empty-state {
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-message, .error-message {
    font-size: 16px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }
}

#w-node-c5f7cb3b-cb93-4635-15f5-b790977033a4-8d8d6f1b, #w-node-_99f0af30-eb6f-323c-bf73-311c0a926a90-8d8d6f1b {
  justify-self: start;
}

#Message.w-node-_8fd8aa8e-bf66-910c-af66-63acd8fd0ecb-8d8d6f1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b1a965e-46c0-bc92-530e-9ca3002915cc-8d8d6f1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#Message.w-node-afb3f851-0e97-028c-0eac-7e936da0a76d-8d8d6f39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afb3f851-0e97-028c-0eac-7e936da0a76e-8d8d6f39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-afb3f851-0e97-028c-0eac-7e936da0a75a-8d8d6f39, #w-node-afb3f851-0e97-028c-0eac-7e936da0a75e-8d8d6f39, #w-node-_80e2b193-52e0-7219-df38-4713c4db9063-8d8d6f85, #w-node-_80e2b193-52e0-7219-df38-4713c4db9067-8d8d6f85 {
  justify-self: start;
}

#Message.w-node-_80e2b193-52e0-7219-df38-4713c4db9076-8d8d6f85, #Message.w-node-_3bb640fd-9985-8bf6-8a09-bf9b55a56d36-4a297110 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bb640fd-9985-8bf6-8a09-bf9b55a56d37-4a297110 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3bb640fd-9985-8bf6-8a09-bf9b55a56d50-4a297110, #w-node-_3bb640fd-9985-8bf6-8a09-bf9b55a56d54-4a297110 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #Message.w-node-_8fd8aa8e-bf66-910c-af66-63acd8fd0ecb-8d8d6f1b, #w-node-_0b1a965e-46c0-bc92-530e-9ca3002915cc-8d8d6f1b, #Message.w-node-afb3f851-0e97-028c-0eac-7e936da0a76d-8d8d6f39, #w-node-afb3f851-0e97-028c-0eac-7e936da0a76e-8d8d6f39, #Message.w-node-_80e2b193-52e0-7219-df38-4713c4db9076-8d8d6f85, #Message.w-node-_3bb640fd-9985-8bf6-8a09-bf9b55a56d36-4a297110, #w-node-_3bb640fd-9985-8bf6-8a09-bf9b55a56d37-4a297110 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0b1a965e-46c0-bc92-530e-9ca3002915cc-8d8d6f1b, #w-node-afb3f851-0e97-028c-0eac-7e936da0a76e-8d8d6f39, #w-node-_3bb640fd-9985-8bf6-8a09-bf9b55a56d37-4a297110 {
    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;
}