:root {
  --color-bg-primary: #ebe6e8;
  --color-primary: white;
  --color-link: #1268c4;
  --color-dark-blue: #2648b3;
  --border-radius: 6px;
  --color-yellow: #f9db6c;
  --border-radius-xl: 16px;
  --border-radius-lg: 12px;
  --border-radius-rounded: 9999px;
  --border-radius-2xl: 32px;
  --border-radius-sm: 4px;
  --color-red: #852221;
  --color-bg-secondary: white;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  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-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #000;
  max-width: 558px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.bg-white {
  background-color: #fff;
}

.navbar.bg-white.border-b {
  border-bottom: 1px solid #00000029;
}

.aiken {
  background-color: var(--color-bg-primary);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.aiken.page--work {
  background-color: #162432;
}

.aiken.bg-white {
  background-color: var(--color-primary);
}

.navbar__link-list__link {
  color: #00000080;
  padding: 20px 13px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.navbar__link-list__link:hover {
  color: #000000b8;
}

.navbar__link-list__link.w--current, .navbar__link-list__link.w--current:hover {
  color: #000;
}

.navbar__link-list__link.reverse {
  color: #ffffff52;
}

.navbar__link-list__link.reverse.is__current {
  color: #fff;
}

.navbar__link-list__link.is__dark {
  color: #ffffff52;
}

.navbar__link-list__link.is__dark:hover {
  color: #ffffff8f;
}

.navbar__link-list__link.is__dark.w--current {
  color: #fff;
}

.navbar__container {
  justify-content: space-between;
  max-width: 100%;
}

.navbar__brand {
  width: 121px;
  display: flex;
}

.navbar__right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.navbar__btn {
  background-color: var(--color-link);
  border-radius: 9999px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .875rem;
  font-weight: 500;
  transition: background-color .5s;
}

.navbar__btn:hover {
  background-color: var(--color-dark-blue);
}

.navbar__btn--secondary {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #000;
  background-color: #cbcbcb;
  border-radius: 9999px;
  align-self: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.navbar__btn--secondary.is__dark {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff3d;
}

.navbar__btn__text {
  align-self: center;
}

.navbar__btn__img {
  width: 18px;
}

.navbar__row {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar__row.border-b {
  border-bottom: 1px solid #00000029;
}

.image {
  height: 28px;
}

.navbar__left {
  align-self: center;
  width: 20%;
}

.home__hero {
  height: 900px;
  position: relative;
  overflow: hidden;
}

.home__hero__bg {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: url('../images/home-hero-bg.webp');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.home__clients {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.home__clients__title {
  color: #888;
  text-align: center;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .8125rem;
  font-weight: 600;
}

.home__clients__marquee__wrapper {
  width: 100%;
  height: 58px;
  display: flex;
  overflow: visible;
}

.home__clients__marquee__container {
  text-align: center;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.home__clients__marquee__img {
  margin-left: 20px;
  margin-right: 20px;
}

.home__hero__container {
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
}

.home__hero__content {
  max-width: 558px;
}

.home__hero__description {
  color: #333;
  max-width: 461px;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 140%;
}

.heading {
  margin-bottom: 20px;
  line-height: 115%;
}

.scroll-down {
  opacity: .5;
  position: absolute;
  inset: auto auto 16px 50%;
  transform: translateX(-50%);
}

.home__hero__label {
  color: #000c;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .6875rem;
  font-weight: 600;
  line-height: 100%;
}

.home__hero__label.is__after {
  display: none;
}

.form-block {
  width: 100%;
  margin-top: 44px;
}

.home__hero__select {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #000;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fffc;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 20px;
  font-size: 1rem;
}

.home__hero__submit {
  border-radius: var(--border-radius);
  background-color: var(--color-yellow);
  color: #000;
  flex: 1;
  min-width: 175px;
  max-width: 175px;
  min-height: 100%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
}

.form__row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.home__hero__select__wrapper {
  flex: 1;
  min-height: 56px;
  position: relative;
}

.home__services__elevator {
  max-width: 1463px;
  margin-left: auto;
  margin-right: auto;
}

.home__services__container {
  width: 100%;
  max-width: 1060px;
}

.home__services__label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: center;
  height: 42px;
  margin-bottom: 1.5rem;
  padding: 5px 1rem 5px .3125rem;
  display: flex;
}

.home__services__label__name {
  background-color: var(--color-dark-blue);
  color: #fff;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.text-block {
  background-color: var(--color-dark-blue);
  color: #fff;
}

.home__services__label__description {
  color: var(--color-dark-blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
}

.home__services__title {
  color: var(--color-dark-blue);
  width: 100%;
  max-width: 558px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.25rem;
  line-height: 110%;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: .25rem;
  padding-left: 20px;
  display: flex;
}

.home__services__list-item {
  color: #000;
  max-width: 413px;
  font-size: 1.0625rem;
  line-height: 140%;
}

.home__services__elevator__row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.home__services__elevator__row.valign--bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.home__services__usp__card {
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  max-width: 461px;
  height: 560px;
  padding: 32px 40px 40px;
  display: flex;
}

.home__services__usp {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1439px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.home__services__usp__description {
  color: #000;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}

.home__services__usp__img-wrapper {
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
}

.home__services__item {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home__services__line-break {
  background-image: linear-gradient(#000, #0000 0%, #00000029 50%, #0000);
  width: 100%;
  max-width: 1140px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.home__craft {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home__craft__container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  max-width: 1173px;
  display: flex;
}

.home__craft__title {
  color: var(--color-dark-blue);
  margin-bottom: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5rem;
  line-height: 115%;
}

.home__craft__left {
  max-width: 364px;
}

.home__craft__left__description {
  color: #0009;
  font-size: 1.0625rem;
  line-height: 140%;
}

.home__craft__right {
  border-radius: var(--border-radius-lg);
  border-bottom: 1px solid #00000029;
  flex-flow: wrap;
  flex: 1;
  display: flex;
}

.home__craft__tile {
  aspect-ratio: 1;
  background-color: #fff;
  flex-flow: column;
  width: 50%;
  padding: 20px 24px;
  height: 237px;
  display: flex;
  position: relative;
}

.home__craft__tile.full-width {
  aspect-ratio: 2;
  border-top: 1px solid #00000029;
  border-bottom: 1px solid #00000029;
  width: 100%;
}

.home__craft__tile.is__top-left {
  border-top-left-radius: var(--border-radius-lg);
  border-right: 1px solid #00000029;
}

.home__craft__tile.is__top-right {
  border-top-right-radius: var(--border-radius-lg);
}

.home__craft__tile.is__bottom-left {
  border-bottom-left-radius: var(--border-radius-lg);
  border-right: 1px solid #00000029;
}

.home__craft__tile.is__bottom-right {
  border-bottom-right-radius: var(--border-radius-lg);
}

.home__craft__tile__title {
  color: #000;
  margin-bottom: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.home__craft__list {
  max-width: 208px;
  padding-left: 0;
  list-style-type: none;
}

.home__craft__list-item {
  color: #000000b8;
  border-bottom: 1px solid #0003;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 130%;
}

.home__craft__list-item.is__first {
  padding-top: 0;
}

.home__craft__list-item.is__last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.home__craft__tile--hover {
  opacity: 0;
  background-color: #364062;
  background-image: url('../images/home-craft-complication.svg');
  background-position: 128% -24%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 22px 24px 24px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.home__craft__tile--hover:hover {
  opacity: 100;
}

.home__craft__tile--hover.is__top-left {
  border-top-left-radius: var(--border-radius-lg);
  border-top-right-radius: 0;
}

.home__craft__tile--hover.is__top-right {
  border-top-right-radius: var(--border-radius-lg);
}

.home__craft__tile--hover.is__bottom-left {
  border-bottom-left-radius: var(--border-radius-lg);
}

.home__craft__tile--hover.is__bottom-right {
  border-bottom-right-radius: var(--border-radius-lg);
}

.home__craft__tile--hover__title {
  color: #fff;
  margin-bottom: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.home__craft__tile--hover__list {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  max-width: 240px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.home__craft__service {
  color: #fff;
  line-height: 140%;
}

.home__craft__buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.home__craft__btn {
  background-color: var(--color-link);
  border-radius: 9999px;
  align-items: stretch;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 140%;
  display: inline-flex;
}

.home__craft__btn--outline {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #0000;
  border: 1px solid #ffffff3d;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.text-block-2 {
  color: #fff;
}

.home__results {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home__results__container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1431px;
  display: flex;
}

.home__results__title {
  color: var(--color-dark-blue);
  margin-bottom: 60px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.75rem;
  line-height: 100%;
  display: inline-block;
}

.home__results__card {
  border-radius: var(--border-radius-lg);
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  max-width: 267px;
  height: 334px;
  padding: 24px 20px;
  display: flex;
}

.home__results__card__title {
  color: var(--color-dark-blue);
  margin-bottom: 4px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5rem;
  line-height: 100%;
}

.home__results__card__label {
  color: var(--color-dark-blue);
  max-width: 120px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 600;
  line-height: 125%;
}

.home__results__list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.home__results__card__list {
  padding-left: 0;
  list-style-type: none;
}

.home__results__card__list-item {
  color: #000c;
  border-bottom: 1px solid #00000029;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .875rem;
}

.home__results__card__list-item.is__last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.home__results__card__list-item.is__first {
  padding-top: 0;
}

.home__results__industry {
  color: #0009;
  letter-spacing: .96px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .75rem;
}

.div-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.pre-footer {
  background-image: url('../images/pre-footer-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pre-footer__container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  max-width: 960px;
  display: flex;
}

.pre-footer__title {
  color: var(--color-dark-blue);
  margin-top: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5rem;
  line-height: 115%;
}

.pre-footer__left {
  max-width: 366px;
}

.pre-footer__line {
  background-image: linear-gradient(90deg, #bbb, #bbb0);
  height: 1px;
}

.pre-footer__right {
  background-image: linear-gradient(#fff6, #fff0);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex: 1;
  max-width: 384px;
  padding: 28px 32px;
}

.pre-footer__label {
  color: var(--color-dark-blue);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .6875rem;
  font-weight: 600;
}

.pre-footer__input {
  border-radius: var(--border-radius);
  color: #000000e0;
  border: 1px #000;
  height: 52px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 140%;
}

.pre-footer__form__row {
  margin-bottom: 16px;
}

.pre-footer__textarea {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  color: #000000e0;
  resize: none;
  border: 1px #000;
  min-height: 112px;
  padding: 16px;
  line-height: 140%;
}

.submit-btn {
  border-radius: var(--border-radius);
  background-color: var(--color-link);
  width: 100%;
  height: 56px;
  margin-top: 16px;
  font-size: .9375rem;
  font-weight: 500;
  transition: all .4s;
}

.submit-btn:hover {
  background-color: #115bab;
}

.footer {
  background-color: #162432;
  padding-top: 72px;
  padding-bottom: 40px;
}

.footer__container {
  flex-flow: column;
  max-width: 1140px;
  display: flex;
}

.footer__logo {
  height: 36px;
}

.footer__top {
  justify-content: space-between;
  display: flex;
}

.footer__right {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.footer__link-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.footer__link {
  color: #fffc;
  line-height: 130%;
  text-decoration: none;
  transition: all .3s;
}

.footer__link:hover {
  color: #fff;
}

.footer__locations {
  flex: 1;
  min-width: 240px;
  max-width: 240px;
}

.footer__locations__title {
  color: #fffc;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: .6875rem;
  font-weight: 500;
}

.footer__locations__header {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  margin-bottom: 10px;
  padding-left: 8px;
}

.footer__locations__header__left {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  display: flex;
}

.footer__locations__list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.div-block-2 {
  display: flex;
}

.footer__locations__item {
  border-radius: var(--border-radius);
  background-color: #ffffff0a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.footer__locations__country {
  color: #fffc;
  font-size: .875rem;
  display: inline-block;
}

.footer__location__hq {
  color: #ffffff85;
  text-transform: uppercase;
  font-size: .6875rem;
  font-weight: 500;
  display: inline-block;
}

.footer__locations__item__title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-self: center;
  display: flex;
}

.footer__locations__time {
  color: #fffc;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .75rem;
  display: inline-flex;
}

.footer__socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.footer__socials__link {
  transition: opacity .5s;
  position: relative;
}

.footer__bottom {
  margin-top: 48px;
}

.link-block {
  border-radius: var(--border-radius);
  color: #fffc;
  border: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: center;
  min-width: 148px;
  height: 44px;
  padding-left: 14px;
  padding-right: 7px;
  text-decoration: none;
  display: inline-flex;
}

.footer__lang__title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.footer__lang__text {
  font-size: .9375rem;
}

.footer__bottom__row {
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.footer__bottom__copyright {
  color: #ffffff3d;
  font-size: .8125rem;
}

.footer__bottom__link {
  color: #ffffff7a;
  font-size: .8125rem;
  text-decoration: none;
  transition: all .4s;
}

.footer__bottom__link:hover {
  color: #fffc;
}

.footer__bottom__link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.service__hero {
  background-color: #162432;
  padding-top: 144px;
  overflow: hidden;
}

.service__name {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  border-radius: var(--border-radius-rounded);
  background-color: #ffffff14;
  align-items: center;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-flex;
}

.service__name__text {
  color: #fff;
}

.service__name__icon-automate {
  position: relative;
  top: -1px;
}

.service__hero__title {
  color: #fff;
  max-width: 752px;
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 3rem;
  line-height: 115%;
}

.service__hero__title.service__hero__title--engage {
  max-width: 680px;
  margin-bottom: 48px;
}

.service__hero__featured-image {
  background-color: #b6b6b6;
  background-image: url('../images/service-automate-featured-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1140px;
  border-radius: 16px 16px 0 0;
  height: 520px;
}

.image-2 {
  object-fit: cover;
  height: 428.771px;
}

.container--1140 {
  max-width: 1140px;
}

.container--1140.relative {
  position: relative;
}

.service__metrics__list {
  border-bottom-left-radius: var(--border-radius-xl);
  border-bottom-right-radius: var(--border-radius-xl);
  background-color: #fff;
  border-bottom: 1px solid #00000029;
  border-left: 1px solid #00000029;
  border-right: 1px solid #00000029;
  display: flex;
}

.flex-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px solid #00000029;
  flex: 1;
  padding: 28px 24px;
}

.flex-block.is__last {
  border-right-style: none;
}

.flex-block.is__first {
  border-left-width: 1px;
  border-left-color: #00000029;
}

.services__metrics__number--lg {
  color: var(--color-dark-blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.75rem;
  line-height: 100%;
}

.services__metrics__number {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  align-items: flex-end;
  display: flex;
}

.services__metrics__number--sm {
  color: var(--color-dark-blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.75rem;
  line-height: 100%;
  position: relative;
  top: -1px;
}

.service__metrics__description {
  color: #000000ad;
  font-size: .9375rem;
  line-height: 130%;
}

.service__challenges {
  padding-top: 100px;
  padding-bottom: 30px;
}

.service__challenges__container {
  border-radius: var(--border-radius-xl);
  background-image: url('../images/service-challenges-bg2x.webp'), linear-gradient(#f7f8fa, #f7f8fa00);
  background-position: 95% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 380px, auto;
  max-width: 1260px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.service__challenges__title {
  color: var(--color-dark-blue);
  max-width: 558px;
  margin-left: 8.57143%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 115%;
}

.service__challenges__list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: stretch;
  margin: 48px 60px 0;
  font-size: 16px;
  display: flex;
}

.service__challenges__list-item {
  border-radius: var(--border-radius-lg);
  color: #000000ad;
  background-color: #fff;
  border-bottom: 1px solid #00000029;
  flex-flow: column;
  flex: 1;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9375rem;
  line-height: 130%;
  list-style-type: none;
  display: flex;
}

.service__challenges__ellipse {
  align-self: flex-start;
  height: 26px;
  margin-top: -12px;
  margin-bottom: 12px;
}

.service__bento {
  padding-top: 30px;
  padding-bottom: 50px;
}

.service__bento__container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  max-width: 1136px;
  display: flex;
  position: relative;
}

.service__bento__row {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.service__bento__tile {
  background-color: #364062;
  border-radius: 24px;
  justify-content: space-between;
  height: 396px;
  padding: 32px;
}

.bento__title {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 120%;
}

.bento__byline {
  color: #fff;
  max-width: 128px;
  font-family: Plus Jakarta Sans, sans-serif;
  line-height: 130%;
}

.bento__icon {
  height: 24px;
  margin-bottom: 12px;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(105deg, #fff, #8799d3);
  -webkit-background-clip: text;
  background-clip: text;
}

.service__bento__tile1 {
  background-color: #fff;
  border-bottom: 1px solid #00000029;
  border-radius: 24px;
  justify-content: center;
  align-items: flex-start;
  height: 157px;
  padding-left: 32px;
  padding-right: 32px;
}

.bento__title-sm {
  color: var(--color-dark-blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 125%;
}

.text-block-4 {
  color: #0009;
  margin-top: 4px;
  font-size: .875rem;
}

.bento__icon-ellipse {
  border-radius: var(--border-radius-rounded);
  background-color: #eef5fa;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  display: flex;
}

.bento__icon-clock {
  width: 24px;
}

.bento__column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.service__bento__tile2--engage {
  background-color: #364062;
  border-bottom: 1px solid #00000029;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 211px;
  padding-left: 24px;
  padding-right: 24px;
}

.bento__title-md {
  color: var(--color-primary);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}

.bento__textbox {
  background-image: linear-gradient(90deg, #e0f0ee1a, #43878d33);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 188px;
  height: 40px;
  display: flex;
  position: relative;
}

.bento__textbox__type--left {
  height: 40px;
  position: absolute;
  inset: 0% auto auto -5px;
}

.bento__textbox__type--right {
  height: 40px;
  position: absolute;
  inset: 0% -5px auto auto;
}

.bento__title-1 {
  color: #fff;
  margin-bottom: 13px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
}

.bento__title-1.text-gradient {
  margin-bottom: 12px;
}

.service__bento__tile3 {
  background-image: url('../images/bento-top.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  justify-content: space-between;
  height: 396px;
  padding: 52px 32px 32px;
}

.bento__column-50 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.bento__title--lg {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 125%;
}

.bento__title--lg.text-gradient {
  text-align: center;
  font-size: 2.625rem;
  line-height: 120%;
}

.bento__product-name {
  height: 19px;
  margin-bottom: 12px;
}

.bento__product-name.is__desktop {
  height: 26px;
  margin-bottom: 8px;
}

.bento__product-name.is__mobile {
  display: none;
}

.service__bento__tile3__flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.bento__title-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
}

.service__bento__tile3__img {
  margin-top: 12px;
}

.service__bento__tile4 {
  background-color: #fff;
  border-bottom: 1px solid #00000029;
  border-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  height: 396px;
  padding: 28px 32px;
}

.service__bento__tile5 {
  background-image: url('../images/bento-bottom-left.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 264px;
  border-bottom: 1px solid #00000029;
  border-radius: 24px;
  justify-content: flex-end;
  align-items: stretch;
  height: 396px;
  padding: 28px 32px;
}

.service__bento__tile6 {
  background-image: url('../images/bento-bottom-right.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 264px;
  border-bottom: 1px solid #00000029;
  border-radius: 24px;
  justify-content: flex-end;
  align-items: stretch;
  height: 396px;
  padding: 28px 32px;
}

.bento__logo {
  width: 17.7193%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service__benefits {
  padding-top: 50px;
  padding-bottom: 60px;
}

.service__benefits__container {
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.service__benefits__title {
  color: #000;
  border-top: 1.5px solid #000;
  width: 100%;
  max-width: 248px;
  margin-top: 20px;
  margin-right: 5.26316%;
  padding-top: 8px;
  font-size: 1.5rem;
  line-height: 140%;
}

.service__benefits__list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  max-width: 833px;
}

.service__benefits__list-item {
  border-radius: var(--border-radius-xl);
  background-color: #f3eacb;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 360px;
  padding: 8px;
  display: flex;
}

.service__benefits__list-item.blue {
  background-color: #eaf4ff;
}

.service__benefits__list-item.teal {
  background-color: #d5e1e6;
}

.service__benefits__list-item.grey-blue {
  background-image: linear-gradient(120deg, #edeff4, #efeef3);
}

.service__benefits__img {
  flex: none;
  max-height: 302px;
}

.service__benefits__img.hidden {
  display: none;
}

.service__benefits__info {
  border-radius: var(--border-radius-lg);
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 364px;
  height: 100%;
  padding: 24px 28px;
  display: flex;
}

.service__benefits__img-wrapper {
  flex: 1;
  justify-content: center;
  display: flex;
}

.service__benefits__item__title {
  color: var(--color-dark-blue);
  margin-bottom: 8px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 120%;
}

.service__benefits__item__description {
  color: #0009;
  font-size: .9375rem;
  line-height: 130%;
}

.list-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-left: 16px;
  padding-right: 0;
  display: flex;
}

.service__benefits__item__li {
  color: #0009;
  font-size: .9375rem;
}

.service__benefits__img-2 {
  flex: none;
  max-height: 274px;
}

.service__benefits__img-2.hidden {
  flex: 0 auto;
  display: none;
}

.service__benefits__img-1 {
  flex: none;
  max-height: 303px;
}

.service__benefits__img-1.hidden {
  display: none;
}

.service__clients {
  padding-top: 60px;
  padding-bottom: 40px;
}

.service__clients__heading {
  color: #2e5b5f;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 140%;
}

.service__clients__container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.swiper.swiper-clients {
  border-left: 1px solid #00000029;
  border-right: 1px solid #00000029;
  width: 100%;
  height: 112px;
}

.swiper.swiper-team {
  aspect-ratio: 1140 / 641;
  border-radius: var(--border-radius-2xl);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.swiper.swiper-work {
  width: 100%;
  height: 643px;
  overflow: visible;
}

.swiper.swiper-timeline {
  overflow: visible;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.swiper-wrapper.swiper-team {
  justify-content: flex-start;
}

.swiper-wrapper.swiper-wrapper-team {
  height: 100%;
  display: flex;
}

.swiper-wrapper.swiper-wrapper-work {
  flex-flow: column;
}

.swiper-slide {
  aspect-ratio: 180 / 112;
  border-width: 1px;
  border-color: #00000029;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 16.6667%;
  min-width: 180px;
  display: flex !important;
}

.swiper-slide.swiper-slide-team {
  aspect-ratio: auto;
  border-style: none;
  flex: 1 0 auto;
  width: 100%;
  margin-left: 0;
  display: block;
}

.swiper-slide.swiper-slide-work {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  cursor: grab;
  border-style: none;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.swiper-slide.swiper-timeline-slide {
  border-style: none;
  flex: 1;
  min-width: 340px;
  max-width: none;
  display: flex !important;
}

.text-block-5 {
  display: inline-flex;
}

.swiper-button-prev {
  background-image: url('../images/icon-swiper-arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 28px;
  height: 28px;
}

.swiper-button-prev.swiper-button-prev-work {
  border-radius: var(--border-radius-rounded);
  color: #fff;
  cursor: pointer;
  border: 1px solid #ffffff29;
  width: 56px;
  height: 56px;
  margin-top: 0;
  position: static;
  transform: rotate(90deg);
}

.swiper-button-prev.swiper-clients {
  opacity: 0;
  background-image: url('../images/icon-swiper-arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-prev.swiper-button-prev--clients {
  opacity: 0;
}

.swiper-button-next {
  background-image: url('../images/icon-swiper-arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 28px;
  height: 28px;
}

.swiper-button-next.swiper-button-next-work {
  border-radius: var(--border-radius-rounded);
  color: #fff;
  cursor: pointer;
  border: 1px solid #ffffff29;
  width: 56px;
  height: 56px;
  margin-top: 0;
  position: static;
  transform: rotate(90deg);
}

.swiper-button-next.swiper-clients {
  background-image: url('../images/icon-swiper-arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next.swiper-button-next--clients {
  opacity: 0;
}

.swiper-clients__logo {
  opacity: .6;
  height: 18px;
}

.swiper-clients__logo.shiseido, .swiper-clients__logo.luxottica {
  height: 22px;
}

.swiper-clients__logo.unilever {
  height: 60px;
}

.swiper-clients__logo.bvlgari {
  opacity: .72;
  height: 13px;
}

.swiper-clients__logo.suntory {
  opacity: .56;
  height: 16px;
}

.swiper-clients__logo.amway {
  opacity: .56;
  height: 30px;
}

.swiper-clients__logo.huawei {
  height: 56px;
}

.swiper-clients__logo.johnson-johnson {
  opacity: .72;
  height: 22px;
}

.swiper-clients__logo.asia-miles {
  height: 30px;
}

.swiper-clients__logo.iqos {
  height: 22px;
}

.swiper-clients__logo.farm-fresh {
  height: 64px;
}

.agency__hero {
  padding-top: 144px;
  padding-bottom: 100px;
  overflow: hidden;
}

.agency__hero__container {
  max-width: 1360px;
  position: relative;
}

.agency__hero__title {
  text-transform: uppercase;
  max-width: 1043px;
  margin: 0 20px 28px;
  font-size: 5rem;
  line-height: 100%;
}

.agency__hero__wrapper {
  border-radius: var(--border-radius-xl);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.agency__hero__img {
  object-fit: cover;
  width: 100%;
  display: none;
}

.agency__hero__textbox {
  border-radius: var(--border-radius-lg);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffb8;
  width: 336px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.agency__hero__textbox__item {
  padding: 24px 20px;
}

.agency__hero__textbox__item.is__top {
  border-bottom: 1px solid #00000029;
}

.agency__hero__textbox__item.is__bottom {
  padding-top: 20px;
}

.agency__hero__text {
  color: #000;
  font-size: 1.0625rem;
  line-height: 140%;
}

.agency__hero__text--sm {
  color: #000c;
  font-size: .9375rem;
  line-height: 140%;
}

.flex-block-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.agency__hero__asterisk {
  z-index: 10;
  position: absolute;
  top: 152px;
  right: -36px;
}

.agency__timeline {
  padding-bottom: 80px;
  display: none;
}

.agency__timeline__container {
  border-top: 0 #00000029;
  border-left: 0 #00000029;
  border-right: 1px #0000003d;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.agency__timeline__item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid #0000003d;
  flex-flow: column;
  flex: 0 auto;
  min-width: 340px;
  max-width: 340px;
  padding: 28px;
  display: flex;
}

.agency__timeline__item.is__last {
  border-right-style: none;
}

.agency__timeline__description {
  color: #000;
  font-size: .9375rem;
  line-height: 140%;
}

.image-4, .agency__timeline__img1 {
  max-width: 200px;
}

.marquee {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.marquee__content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex: none;
  min-width: 100%;
  display: flex;
}

.marquee__text {
  color: var(--color-dark-blue);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.agency__awards {
  border-bottom: 1px solid #00000029;
  padding-top: 80px;
  padding-bottom: 100px;
}

.agency__awards__list {
  flex-flow: column;
  max-width: 702px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.agency__awards__item {
  border-top: 1px solid #00000029;
  border-left: 1px solid #00000029;
  border-right: 1px solid #00000029;
  justify-content: flex-start;
  align-items: center;
  transition: background-color .3s;
}

.agency__awards__item:hover {
  background-color: #ffffff80;
}

.agency__awards__item.is__last {
  border-bottom: 1px solid #00000029;
}

.agency__awards__item-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  min-height: 89px;
}

.agency__awards__item-right {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-left: 1px solid #00000029;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: 88px;
  padding: 20px 28px;
  display: flex;
}

.agency__awards__title {
  letter-spacing: -.8px;
  max-width: 461px;
  margin-bottom: 6px;
  font-size: 1.625rem;
  line-height: 110%;
}

.agency__awards__brand {
  color: #0009;
  letter-spacing: .96px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: 130%;
}

.agency__awards__type {
  color: #000c;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.agency__team {
  padding-top: 100px;
  padding-bottom: 100px;
}

.agency__team__container {
  flex-flow: column;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.agency__team__subheading {
  border-radius: var(--border-radius-rounded);
  color: #2648b3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 140%;
  display: inline-flex;
}

.agency__team__title {
  color: #000;
  margin-bottom: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.5rem;
  line-height: 115%;
}

.agency__winning {
  border-top-left-radius: var(--border-radius-xl);
  border-top-right-radius: var(--border-radius-xl);
  border-bottom-left-radius: var(--border-radius-xl);
  border-bottom-right-radius: var(--border-radius-xl);
  background-color: #162432;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.agency__winning__container {
  flex: 1;
  justify-content: space-between;
  max-width: 945px;
}

.agency__winning__title {
  color: #fff;
  margin-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 115%;
}

.text-block-6 {
  max-width: 324px;
}

.agency__winning__description {
  color: #fff9;
  font-size: 1.125rem;
  line-height: 140%;
}

.agency__winning__left {
  max-width: 324px;
}

.agency__winning__right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  flex: 1;
  max-width: 558px;
}

.agency__winning__item__title {
  color: #fff;
  margin-bottom: 6px;
  font-size: 1.0625rem;
}

.agency__winning__item__description {
  color: #ffffffb8;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 130%;
}

.agency__winning__item {
  border-radius: var(--border-radius-xl);
  background-color: #ffffff14;
  min-width: 267px;
  max-width: 267px;
  overflow: hidden;
}

.agency__winning__item.is__hidden {
  display: none;
}

.agency__winning__item__top {
  padding: 24px 20px;
}

.spline-scene {
  height: 640px;
}

.service__hero__branch {
  position: absolute;
  inset: auto auto -44px 7.01754%;
}

.callout {
  z-index: 10;
  border-top-left-radius: var(--border-radius-xl);
  border-top-right-radius: var(--border-radius-xl);
  border-bottom-left-radius: var(--border-radius-xl);
  border-bottom-right-radius: var(--border-radius-xl);
  background-color: #05101b99;
  max-width: 513px;
  display: flex;
  position: fixed;
  inset: auto 0% 28px 50%;
  transform: translateX(-50%);
}

.callout__title {
  color: #fff;
  margin-bottom: 6px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.callout__description {
  color: #ffffffa3;
  max-width: 293px;
  font-size: .8125rem;
  line-height: 130%;
}

.callout__left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 20px;
}

.callout__right {
  border-left: 1px solid #ffffff14;
  justify-content: center;
  align-items: center;
  min-width: 156px;
  display: flex;
}

.callout__btn {
  border-radius: var(--border-radius-rounded);
  color: #fff;
  background-color: #1268c4;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.callout__btn__text {
  font-size: .875rem;
}

.work {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.work__slide__title {
  color: #fff;
  width: 371px;
  margin-bottom: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.75rem;
  line-height: 130%;
}

.work__slide__img {
  transition: all .5s;
  display: inline-flex;
}

.work__slide__number {
  color: #fff;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
}

.work__slide__label {
  color: #ffffffad;
  max-width: 80px;
  font-size: .75rem;
  line-height: 120%;
}

.work__slide__list {
  align-items: stretch;
}

.work__slide__list-item {
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
  border-left: 1px solid #ffffff29;
  flex-flow: column;
  padding: 16px 24px;
  display: flex;
}

.work__slide__list-item.is__last {
  border-right: 1px solid #ffffff29;
}

.work__slide__info {
  opacity: 0;
  max-width: 371px;
  transition: opacity .3s;
}

.swiper__buttons {
  z-index: 20;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  height: 124px;
  display: flex;
  position: fixed;
  bottom: 28px;
  left: auto;
  right: 26px;
}

.work__slide__industry {
  color: #fff;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: .75rem;
}

.navbar__link-list__link--dark {
  color: #ffffff52;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 500;
  transition: color .3s;
}

.navbar__link-list__link--dark:hover {
  color: #ffffff8f;
}

.navbar__link-list__link--dark.w--current {
  color: #fff;
}

.navbar__link-list__link--dark.reverse {
  color: #ffffff52;
}

.navbar__link-list__link--dark.reverse.is__current {
  color: #fff;
}

.navbar__services-dropdown {
  z-index: 20;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  opacity: 0;
  background-color: #fff;
  width: 660px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: none;
  position: absolute;
  inset: 80% auto auto 50%;
  transform: translateX(-50%);
}

.navbar__services-dropdown__list-item {
  border-radius: var(--border-radius);
  color: #000;
  border: 1px solid #0000;
  flex: 1;
  padding: 8px;
  text-decoration: none;
}

.navbar__services-dropdown__list-item:hover {
  border: 1px solid var(--color-link);
  color: var(--color-dark-blue);
}

.navbar__services-dropdown__list-item.is__last {
  border-right-style: none;
}

.navbar__services-dropdown__title {
  margin-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.navbar__services-dropdown__title:hover {
  color: var(--color-dark-blue);
}

.navbar__services-dropdown__description {
  color: #000000a3;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .8125rem;
  line-height: 120%;
}

.navbar__link__text {
  transition: color .3s;
}

.navbar__link__text.is__dark {
  color: #fff;
}

.navbar__services-dropdown__img {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius-sm);
  background-color: #0000000a;
  width: 100%;
  margin-bottom: 8px;
}

.navbar__services-dropdown__img.automate {
  background-image: url('../images/navbar-dropdown-automate2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar__services-dropdown__img.engage {
  background-image: url('../images/navbar-dropdown-engage2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar__services-dropdown__img.grow {
  background-image: url('../images/navbar-dropdown-grow2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__linkedin {
  opacity: .72;
  transition: opacity .4s;
}

.footer__linkedin:hover {
  opacity: 1;
}

.footer__wechat {
  opacity: .72;
  transition: opacity .4s;
}

.footer__wechat:hover {
  opacity: 1;
}

.footer__copyright__link {
  color: #ffffff3d;
  text-decoration: none;
  transition: color .4s;
}

.footer__copyright__link:hover {
  color: #ffffff7a;
}

.agency__winning__service {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .6875rem;
  font-weight: 600;
}

.navbar__logo--reverse {
  z-index: 10;
  height: 28px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bento__product-name--engage {
  height: 28px;
  margin-bottom: 8px;
}

.bento__product-name--engage.is__desktop {
  height: 26px;
  margin-bottom: 8px;
}

.bento__product-name--engage.is__mobile {
  display: none;
}

.service__bento__tile3__flex--engage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.service__hero__featured-image--engage {
  background-color: #b6b6b6;
  background-image: url('../images/service-engage-featured-image2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1140px;
  border-radius: 16px 16px 0 0;
  height: 520px;
}

.bento__product-name--automate, .bento__product-name--automate.is__desktop {
  height: 19px;
  margin-bottom: 12px;
}

.bento__product-name--automate.is__mobile {
  display: none;
}

.bento__byline--lg {
  color: #fff;
  max-width: 196px;
  font-family: Plus Jakarta Sans, sans-serif;
  line-height: 140%;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
}

.service__bento__tile3__img--engage {
  width: auto;
  height: 54px;
  margin-top: 12px;
}

.bento__title-xm {
  color: var(--color-primary);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 120%;
}

.text-span {
  font-size: 2.625rem;
}

.bento__title-1--engage {
  color: #fff;
  margin-bottom: 13px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
}

.bento__title-1--engage.text-gradient {
  margin-bottom: 4px;
}

.bento__icon-pie, .bento__icon-film {
  width: 22px;
}

.bento__icon-click {
  width: 24px;
}

.bento__icon-slides {
  width: 23px;
}

.service__benefits__img-3 {
  flex: none;
  width: 268px;
  max-height: 302px;
}

.service__benefits__list-item--4 {
  border-radius: var(--border-radius-xl);
  background-color: #f3eacb;
  background-image: url('../images/service-benefits-bg2x.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 833px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 360px;
  padding: 8px;
  display: flex;
}

.service__benefits__list-item--4.blue {
  background-color: #eaf4ff;
}

.service__benefits__list-item--4.teal {
  background-color: #d5e1e6;
}

.service__benefits__list-item--4.grey-blue {
  background-image: linear-gradient(120deg, #edeff4, #efeef3);
}

.service__benefits__list-item--5 {
  border-radius: var(--border-radius-xl);
  background-color: #f3eacb;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 360px;
  padding: 8px;
  display: flex;
}

.service__benefits__list-item--5.blue {
  background-color: #eaf4ff;
}

.service__benefits__list-item--5.teal {
  background-color: #d5e1e6;
  background-image: url('../images/service-benefits-bg-12x.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service__benefits__list-item--5.grey-blue {
  background-image: linear-gradient(120deg, #edeff4, #efeef3);
}

.service__name__icon-grow {
  width: auto;
  height: 17px;
  position: relative;
  top: -1px;
}

.service__hero__featured-image--grow {
  background-color: #b6b6b6;
  background-image: url('../images/service-grow-featured-image2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px 16px 0 0;
  height: 520px;
}

.service__hero__title--grow {
  color: #fff;
  max-width: 752px;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 3rem;
  line-height: 115%;
}

.service__hero__title--grow.service__hero__title--engage {
  max-width: 680px;
  margin-bottom: 48px;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: center;
}

.bento__title-1--grow {
  color: #fff;
  margin-bottom: 13px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
}

.bento__title-1--grow.text-gradient {
  margin-bottom: 4px;
}

.bento__product-name--grow {
  height: 28px;
  margin-bottom: 8px;
}

.bento__product-name--grow.is__desktop {
  height: 26px;
  margin-bottom: 8px;
}

.bento__product-name--grow.is__mobile {
  display: none;
}

.bento__icon-video {
  width: 24px;
}

.bento__icon-social {
  width: 22px;
}

.bento__icon-globe {
  width: 24px;
}

.bento__icon--grow {
  height: 28px;
  margin-bottom: 12px;
}

.service__bento__tile3__img--grow {
  width: auto;
  height: 58px;
  margin-top: 12px;
}

.service__benefits__list-item--bg-img {
  border-radius: var(--border-radius-xl);
  background-color: #f3eacb;
  background-image: url('../images/service-benefits-bg-22x.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 360px;
  padding: 8px;
  display: flex;
}

.service__benefits__list-item--bg-img.blue {
  background-color: #eaf4ff;
}

.service__benefits__list-item--bg-img.teal {
  background-color: #d5e1e6;
}

.service__benefits__list-item--bg-img.grey-blue {
  background-image: linear-gradient(120deg, #edeff4, #efeef3);
}

.service__benefits__list-item--bg-img-1 {
  border-radius: var(--border-radius-xl);
  background-color: #f3eacb;
  background-image: url('../images/service-benefits-bg-32x.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 360px;
  padding: 8px;
  display: flex;
}

.service__benefits__list-item--bg-img-1.blue {
  background-color: #eaf4ff;
}

.service__benefits__list-item--bg-img-1.teal {
  background-color: #d5e1e6;
}

.service__benefits__list-item--bg-img-1.grey-blue {
  background-image: linear-gradient(120deg, #edeff4, #efeef3);
}

.service__benefits__list-item--bg-img-2 {
  border-radius: var(--border-radius-xl);
  background-color: #ddd;
  background-image: url('../images/service-benefits-bg-retail2x.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 360px;
  padding: 8px;
  display: flex;
}

.service__benefits__list-item--bg-img-2.blue {
  background-color: #eaf4ff;
}

.service__benefits__list-item--bg-img-2.teal {
  background-color: #d5e1e6;
}

.service__benefits__list-item--bg-img-2.grey-blue {
  background-image: linear-gradient(120deg, #edeff4, #efeef3);
}

.navbar--mobile__btn {
  display: none;
}

.footer__bottom__copyright-sm {
  color: #ffffff3d;
  font-size: .8125rem;
}

.is__mobile {
  display: none;
}

.form__error__message {
  color: var(--color-red);
  font-size: .875rem;
  font-weight: 500;
  line-height: 130%;
}

.form__error {
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffdede99;
  padding-left: 16px;
}

.form__error__content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.form__error__icon {
  height: 15px;
}

.form__hero__btn-wrap {
  height: 56px;
  position: relative;
}

.form__success__message {
  color: #045428;
  font-size: .875rem;
  font-weight: 500;
}

.form__success {
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #edfff5cc;
  padding-left: 16px;
  padding-right: 16px;
}

.form__hero__btn-overlay {
  z-index: 10;
  border-radius: var(--border-radius);
  background-color: var(--color-yellow);
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1px;
  height: 100%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-8 {
  font-size: .9375rem;
}

.form__select__arrow {
  width: 24px;
  position: absolute;
  inset: 50% 10px 0% auto;
  transform: translateY(-50%)rotate3d(0, 0, 1, 90deg);
}

.form__hero__email {
  border-radius: var(--border-radius);
  color: #000;
  background-color: #fffc;
  height: 100%;
  max-height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1rem;
  display: none;
}

.pre-footer__form__success__message {
  color: #045428;
  font-size: .9375rem;
  font-weight: 500;
}

.pre-footer__form__error__content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
}

.pre-footer__form__error__icon {
  height: 15px;
  position: relative;
  top: 1.5px;
}

.home__clients__marquee__content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.page--privacy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container--sm {
  max-width: 528px;
}

.privacy__h1 {
  margin-bottom: 28px;
  font-size: 2.25rem;
  font-weight: 500;
}

.p {
  color: #000000b3;
  margin-bottom: 16px;
  font-size: .9375rem;
  line-height: 140%;
}

.privacy__subheading {
  color: #000000b3;
  margin-bottom: 8px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 600;
}

.list-item {
  color: #000000b3;
  font-size: .9375rem;
  line-height: 140%;
}

.ul {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-bottom: 16px;
  padding-left: 36px;
  display: flex;
}

.ul.is__last {
  margin-bottom: 0;
}

.link {
  color: var(--color-link);
  text-decoration: none;
}

.privacy__heading {
  color: #000;
  margin-bottom: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.strong {
  font-weight: 500;
}

.privacy__link {
  color: var(--color-link);
  text-decoration: none;
  transition: color .4s;
}

.privacy__link:hover {
  color: var(--color-dark-blue);
}

.footer__wechat__tooltip {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  cursor: default;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  top: calc(100% + 8px);
  right: 50%;
  transform: translateX(50%);
}

.footer__wechat__qr-code {
  min-width: 80px;
}

.footer__wechat__closeqr {
  z-index: 10;
  opacity: .72;
  transition: opacity .4s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer__wechat__closeqr:hover {
  opacity: 1;
}

.work__slide__img-wrapper {
  display: flex;
}

.whatsapp-btn {
  z-index: 50;
  border-top-left-radius: var(--border-radius-rounded);
  border-top-right-radius: var(--border-radius-rounded);
  border-bottom-left-radius: var(--border-radius-rounded);
  border-bottom-right-radius: var(--border-radius-rounded);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #075f56;
  border: 1px solid #0003;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: flex;
  position: fixed;
  top: 50vh;
  right: 20px;
  transform: translateY(-50%);
}

.whatsapp-btn:hover {
  background-color: #037469;
}

.whatsapp-btn__logo {
  width: 26px;
}

.page--post {
  margin-top: 60px;
  display: flex;
}

.post__page-left {
  flex-flow: column;
  width: 78%;
}

.post__page-right {
  border-left: 1px solid #00000029;
  flex-flow: column;
  justify-content: flex-end;
  width: 22%;
  height: 100vh;
  padding-bottom: 40px;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.post__hero {
  background-color: #0000000a;
  background-image: url('../images/post-hero-bg-img-placeholder2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  width: 100%;
  height: 480px;
  position: relative;
}

.post__hero__btn-back {
  border-radius: var(--border-radius-rounded);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff3d;
  border: 1px solid #00000029;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.post__hero__buttons {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  position: absolute;
  top: 14px;
  left: 20px;
}

.post__hero__btn {
  border-radius: var(--border-radius-rounded);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #ffffff3d;
  border: 1px solid #00000029;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .875rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.container {
  z-index: 10;
  border-top-left-radius: var(--border-radius-xl);
  border-top-right-radius: var(--border-radius-xl);
  background-color: #fff;
  width: 100%;
  max-width: 533px;
  margin-top: -60px;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 20px;
  position: relative;
}

.post__title {
  margin: 0 36px 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.post__body {
  color: #656565;
  line-height: 150%;
}

.post__body.post__body__h1 {
  color: #000;
}

.post__body h1 {
  max-width: calc(100% - 72px);
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.post__body p {
  max-width: calc(100% - 72px);
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.post__body h2 {
  color: #000;
  max-width: calc(100% - 72px);
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 120%;
}

.post__body h3 {
  color: #000;
  max-width: calc(100% - 72px);
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.post__body h4 {
  color: #000;
  max-width: calc(100% - 72px);
  margin: 20px auto 12px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
}

.post__body h5 {
  color: #000;
  letter-spacing: .06em;
  text-transform: uppercase;
  max-width: calc(100% - 72px);
  margin: 20px auto 8px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 120%;
}

.post__body h6 {
  color: #000;
  letter-spacing: .06em;
  text-transform: uppercase;
  max-width: calc(100% - 72px);
  margin: 20px auto 6px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 120%;
}

.post__body blockquote {
  color: #222;
  max-width: calc(100% - 72px);
  margin: 24px auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.post__body a {
  color: var(--color-link);
  text-decoration: none;
}

.post__body a:hover {
  -webkit-text-stroke-color: var(--color-dark-blue);
}

.post__body strong {
  font-weight: 500;
}

.post__body ol, .post__body ul {
  max-width: calc(100% - 72px);
  margin: 16px auto;
  padding-left: 36px;
}

.post__body__h1 {
  margin-bottom: 0;
  margin-left: 36px;
  margin-right: 36px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.post__body__heading {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.heading-2 {
  font-weight: 600;
}

.post__author {
  width: 100%;
  max-width: calc(100% - 26px);
  margin-left: auto;
  margin-right: 0;
}

.post__author__pfp {
  width: 100%;
  height: 100%;
}

.post__author__row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.post__author__name, .text-block-9 {
  font-size: .875rem;
}

.post__author__label {
  color: #00000080;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: 500;
  line-height: 100%;
}

.post__author__col {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.div-block-3 {
  background-color: #00000029;
  flex: auto;
  height: 1px;
  display: flex;
}

.post__author__pfp-wrapper {
  border-radius: var(--border-radius-rounded);
  border: 1px solid #00000029;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.post__share {
  flex-flow: column;
  width: 100%;
  max-width: calc(100% - 52px);
  margin: 40px auto;
}

.post__share__header {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}

.post__share__label {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: 500;
  line-height: 120%;
}

.post__share__header__line {
  background-color: #00000029;
  flex: auto;
  height: 1px;
  display: flex;
}

.post__share__socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

.post__socials__link {
  opacity: .7;
  transition: opacity .5s;
}

.post__socials__link:hover {
  opacity: 100;
}

.post__share__link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.post__share__link__icon {
  opacity: .7;
  width: 12px;
  height: 12px;
}

.post__share__row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  position: relative;
}

.post__share__link__field {
  border-radius: var(--border-radius-sm);
  color: #444;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000000a;
  flex: auto;
  align-items: center;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: .8125rem;
  transition: background-color .5s;
  display: flex;
  overflow: hidden;
}

.post__share__link__field:hover {
  background-color: #00000014;
}

.post__by-author {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: grab;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 8px;
  padding-left: 26px;
  padding-right: 26px;
  display: none;
  overflow-x: auto;
}

.post__by-author__item {
  border-radius: var(--border-radius);
  border: 1px solid #0003;
  flex-flow: column;
  width: 100%;
  min-width: 248px;
  max-width: 248px;
  padding: 12px 14px;
  display: flex;
}

.post__by-author__title {
  color: #000c;
  font-size: .875rem;
  font-weight: 500;
  line-height: 135%;
}

.post__by-author__item__footer {
  color: #656565;
  justify-content: space-between;
  margin-top: 12px;
  font-size: .75rem;
  line-height: 135%;
}

.post__share__link__tooltip {
  z-index: 10;
  opacity: 0;
  color: #fff;
  background-color: #595959;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: .6875rem;
  display: none;
  position: absolute;
  bottom: -4px;
  right: 8px;
  transform: translateY(100%);
}

.post__by-author__item__link {
  text-decoration: none;
  transition: color .5s;
}

.post__by-author__item__link:hover {
  color: var(--color-link);
}

.home__h1 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 115%;
}

.blog__nav {
  margin-top: 60px;
}

.container-2 {
  max-width: 1140px;
}

.blog__nav__row {
  border-bottom: 1px solid #00000029;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog__nav__link-list {
  border-radius: var(--border-radius-rounded);
  background-color: #0000000a;
  border: 1px solid #0000000f;
  margin-bottom: 0;
  padding: 4px 6px;
  list-style-type: none;
  display: flex;
}

.blog__nav__link-list.hidden {
  display: none;
}

.blog__nav__item {
  height: 47px;
}

.blog__nav__link {
  color: #0009;
  padding: 14px 16px;
  font-size: .9375rem;
  line-height: 120%;
  text-decoration: none;
  transition: color .5s;
}

.blog__nav__link:hover {
  color: #000c;
}

.blog__nav__link.is--active {
  border-radius: var(--border-radius-rounded);
  color: var(--color-link);
  background-color: #ffffffeb;
  border-bottom: 1px solid #00000029;
}

.page--blog {
  padding-top: 32px;
  padding-bottom: 100px;
}

.blog__featured {
  background-image: linear-gradient(#00000014, #0000);
  border-radius: 28px;
  margin-bottom: 32px;
  padding: 8px;
  display: none;
}

.blog__featured__inner {
  background-color: #f7f6f7;
  border-bottom: 1px solid #00000029;
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.blog__featured__img-wrapper {
  border-radius: var(--border-radius-lg);
  background-color: #0000000a;
  width: 554px;
  height: 346px;
  position: relative;
  overflow: hidden;
}

.blog__featured__right {
  flex: 1;
  justify-content: space-between;
  height: 346px;
  padding: 16px 28px;
}

.blog__featured__category {
  border-radius: var(--border-radius-rounded);
  color: var(--color-link);
  letter-spacing: .08em;
  background-color: #def;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 120%;
  display: inline-flex;
}

.blog__featured__title {
  color: #000;
  max-width: 440px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.blog__featured__snippet {
  color: #0009;
  max-width: 360px;
  margin-bottom: 0;
  font-size: .9375rem;
  line-height: 140%;
}

.blog__featured__footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.blog__featured__footer__time {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000000b8;
  align-items: center;
  font-size: .8125rem;
  line-height: 120%;
  display: flex;
}

.blog__featured__author__pfp {
  width: 32px;
  height: 32px;
}

.blog__featured__author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000000b8;
  justify-content: flex-start;
  align-items: center;
  font-size: .8125rem;
}

.blog__list {
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog__list-item {
  background-image: linear-gradient(#00000014, #0000);
  border-radius: 28px;
  max-width: 370px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.blog__list-item__inner {
  background-color: #f7f6f7;
  border-radius: 20px;
  width: 100%;
  padding: 8px 8px 24px;
  text-decoration: none;
}

.blog__list-item__title {
  color: #000;
  margin-bottom: 8px;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
}

.blog__list-item__snippet {
  color: #0009;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
  font-size: .875rem;
  line-height: 140%;
}

.blog__list-item__img-wrapper {
  aspect-ratio: 16 / 10;
  border-radius: var(--border-radius-lg);
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.blog__list-item__category {
  z-index: 10;
  border-radius: var(--border-radius-rounded);
  color: #000c;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

.blog__featured__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  z-index: 10;
  background-image: linear-gradient(#f7f7f700, #f7f7f7);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog__post__img__vignette {
  background-image: linear-gradient(#f7f7f700, #f7f7f7);
  height: 33.4%;
  position: absolute;
  inset: auto 0% 0%;
}

.blog__pagination {
  background-image: linear-gradient(#0000000a, #00000005);
  border-bottom: 1px solid #0000001f;
  border-radius: 14px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 336px;
  height: 72px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: inline-flex;
}

.blog__pagination__btn {
  border-radius: var(--border-radius);
  background-color: var(--color-link);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 56px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.blog__pagination__btn:hover {
  background-color: var(--color-dark-blue);
}

.blog__pagination__btn.secondary {
  color: #000;
  background-color: #f7f7f7b8;
}

.blog__pagination__btn.secondary:hover {
  background-color: #f7f7f7;
}

.text-block-10 {
  font-size: .9375rem;
}

.blog__pagination__count {
  color: #000000b8;
  letter-spacing: .2em;
  width: auto;
  margin-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .9375rem;
  line-height: 120%;
}

.blog__list-item__img {
  aspect-ratio: 338 / 211;
  width: 100%;
}

.blog__list-wrapper {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.blog__list__empty {
  border-radius: var(--border-radius-sm);
  background-color: #0000000a;
  padding: 12px 16px;
}

.ai__navbar {
  padding: 18px 26px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page--ai {
  flex-flow: column;
  display: flex;
}

.ai__content {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: center;
  height: 100vh;
}

.ai__left {
  flex: auto;
  max-width: 400px;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.ai__center {
  flex-flow: column;
  flex: none;
  justify-content: center;
  width: 393px;
  height: 100%;
  display: flex;
  position: relative;
}

.ai__right {
  flex: auto;
  max-width: 400px;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.ai__h1 {
  color: var(--color-dark-blue);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
}

.ai__center__description {
  color: #000000a3;
  text-align: center;
  max-width: 360px;
  margin: 28px auto 24px;
  line-height: 140%;
}

.ai__btn {
  border-radius: var(--border-radius-rounded);
  color: #fff;
  background-color: #1268c4;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  margin-top: 12px;
  padding: 0 24px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.ai__btn:hover {
  background-color: var(--color-dark-blue);
}

.ai__center__cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 356px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.ai__btn-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-top-left-radius: var(--border-radius-rounded);
  border-top-right-radius: var(--border-radius-rounded);
  border-bottom-left-radius: var(--border-radius-rounded);
  border-bottom-right-radius: var(--border-radius-rounded);
  color: #000000b8;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  max-width: 153px;
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.ai__btn-secondary:hover {
  color: #000;
}

.ai__marquee__card {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ai__marquee {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.ai__marquee__item {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.ai__center__form-block {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.ai__form__input {
  border-radius: var(--border-radius-rounded);
  color: #000;
  border: 1px #000;
  border-bottom: 1px solid #0003;
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1rem;
}

.ai__form__input:focus {
  border: 1px #000;
  border-bottom: 1px solid #0003;
}

.ai__form__link {
  color: #2648b3;
  justify-content: center;
  margin-top: 14px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.ai__form__link:hover {
  color: #000;
}

.ai__form {
  width: 100%;
}

.ai__form__link__icon {
  opacity: .7;
  margin-left: 4px;
  margin-right: 3px;
}

.ai__form__error {
  border-radius: var(--border-radius);
  color: #903027;
  background-color: #f5cdcd;
  margin-top: 20px;
  padding: 8px 12px;
  font-size: .875rem;
}

.ai__form__success {
  border-radius: var(--border-radius);
  color: #2b593f;
  background-color: #88b99d33;
  padding: 8px 12px;
  font-size: .875rem;
}

.ai__form__success__icon-checkmark {
  width: 16px;
}

.ai__form__success__text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
}

.ai__center__footer {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.ai__center__footer__subheading {
  color: #000c;
  font-size: .875rem;
  font-weight: 500;
}

.ai__center__marquee-wrap {
  flex-flow: row;
  width: 100%;
  height: 44px;
  margin-top: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ai__center__footer__list-item {
  color: #00000085;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.ai__center__footer__list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.ai__center__checkmark {
  opacity: .52;
  margin-right: 7px;
}

.ai__center__marquee__logo {
  opacity: .7;
  padding-left: 14px;
  padding-right: 14px;
}

.ai__center__marquee__logo.agoda {
  width: auto;
  height: 34px;
}

.ai__center__marquee__logo.loreal {
  width: auto;
  height: 15px;
}

.ai__center__marquee__logo.shiseido {
  width: auto;
  height: 20px;
}

.ai__center__marquee__logo.unilever {
  width: auto;
  height: 42px;
}

.ai__center__marquee__logo.volvo {
  width: auto;
  height: 7px;
}

.ai__center__marquee__item {
  justify-content: flex-start;
  align-items: center;
}

.ai__center__marquee__item.scroll {
  flex: none;
}

.ai__footer__marquee__vignette-left {
  background-image: linear-gradient(90deg, var(--color-bg-primary), #ebe6e800);
  width: 100px;
  height: 100%;
  position: absolute;
}

.ai__footer__marquee__vignette-right {
  background-image: linear-gradient(90deg, #ebe6e800, var(--color-bg-primary));
  width: 100px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ai__marquee__card__img {
  border-radius: var(--border-radius-xl);
}

.ai__cards--mobile {
  display: none;
}

.ai__content-secondary--mobile {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: center;
  height: 100vh;
  display: none;
}

.agency__tl__description {
  color: #000;
  font-size: .9375rem;
  line-height: 140%;
}

.agency__tl {
  padding-bottom: 80px;
  display: none;
  overflow: visible;
}

.agency__timeline__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  outline-offset: 0px;
  border-top: 1px solid #0000003d;
  border-left: 1px #0000003d;
  border-right: 1px #0000003d;
  border-radius: 0;
  outline: 3px #333;
  flex-flow: column;
  flex: 1;
  min-width: 340px;
  max-width: 340px;
  min-height: 340px;
  padding: 28px;
  display: flex;
  position: relative;
}

.agency__timeline__content.is__last {
  border-right-style: none;
}

.agency__timeline__card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: grab;
  border-right: 0 solid #0000003d;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 340px;
  max-width: 340px;
  height: 100%;
  padding: 0;
  line-height: 20px;
  display: flex;
}

.agency__timeline__card.is__last {
  border-right-style: none;
}

.agency__timeline__year {
  color: #000;
  margin-bottom: 12px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.agency__tl__slider {
  width: 100%;
  overflow: auto;
}

.agency__timeline__v2 {
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.div-block-5 {
  width: 340px;
}

.text-block-11 {
  flex: 1;
}

.agency__timeline__v2__container {
  min-height: 400px;
  max-height: 100%;
  display: block;
  overflow: visible;
}

.agency__timeline__separator {
  background-color: #0000001f;
  height: 1px;
}

.agency__timeline__content__border-left {
  background-image: linear-gradient(#0000003d, #0000);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.agency__timeline__content__border-right {
  background-image: linear-gradient(#0000003d, #0000);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .home__services__usp__card {
    padding-left: 0;
  }

  .service__benefits__img-1 {
    padding-bottom: 0;
  }

  .ai__cards--mobile, .ai__content-secondary--mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar__right, .navbar__left {
    width: auto;
  }

  .swiper-slide.swiper-timeline-slide {
    min-width: 240px;
  }

  .page--post {
    flex-flow: column;
  }

  .post__page-left {
    width: 100%;
  }

  .post__page-right {
    width: 100%;
    height: auto;
    margin-top: 32px;
    position: static;
  }

  .post__hero {
    border-radius: 0;
  }

  .post__hero__btn {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .post__title {
    font-size: 1.75rem;
  }

  .post__share {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .post__share__label {
    font-size: .6875rem;
  }

  .post__share__link__icon {
    width: 14px;
    height: 14px;
  }

  .post__share__link__field {
    font-size: .875rem;
  }

  .blog__nav__row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #e1dcd2;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .blog__nav__link-list {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    width: 100%;
    padding: 0 26px;
    scroll-padding: 26px;
    position: relative;
    overflow: auto;
  }

  .blog__nav__item {
    height: auto;
  }

  .blog__nav__link {
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page--blog {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .blog__featured {
    width: calc(100% - 52px);
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog__featured__inner {
    flex-flow: column;
    padding-right: 8px;
  }

  .blog__featured__img-wrapper {
    aspect-ratio: 1108 / 692;
    width: 100%;
    height: auto;
  }

  .blog__featured__right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog__featured__title {
    font-size: 1.625rem;
  }

  .blog__featured__author__pfp {
    width: 26px;
    height: 26px;
  }

  .blog__featured__author {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .blog__list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .blog__list-item__title {
    font-size: 1.375rem;
  }

  .blog__list-item__img-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog__featured__img {
    aspect-ratio: 1108 / 692;
  }

  .blog__post__img__vignette {
    height: 33.4%;
  }

  .blog__pagination {
    max-width: 280px;
    height: auto;
    margin-top: 16px;
    padding: 6px;
  }

  .blog__pagination__btn {
    width: 88px;
    height: 44px;
    font-size: .875rem;
  }

  .blog__pagination__count {
    font-size: .875rem;
  }

  .blog__nav__row__logo {
    height: 22px;
    margin-left: 26px;
  }

  .blog__list-item__img {
    aspect-ratio: 676 / 422;
  }

  .blog__nav__item__spacer {
    width: 26px;
    height: 100%;
    display: inline-block;
  }

  .blog__nav__link-list__wrapper {
    width: 100%;
  }

  .agency__timeline__content {
    min-width: 240px;
    max-width: 240px;
  }

  .agency__timeline__card {
    min-width: 240px;
  }

  .agency__timeline__v2__container {
    max-width: 100vw;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 60px;
  }

  .navbar__link-list {
    z-index: 40;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 80vw;
    max-width: calc(100% - 24px);
    height: 90dvh;
    max-height: 100dvh;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 8px;
    display: flex;
    position: fixed;
  }

  .navbar__link-list__link {
    color: #000;
    width: 100%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.1875rem;
    font-weight: 500;
  }

  .navbar__link-list__link:hover, .navbar__link-list__link.is__dark, .navbar__link-list__link.is__dark:hover, .navbar__link-list__link.is__dark.w--current {
    color: #000;
  }

  .navbar__link-list__link.hidden {
    display: none;
  }

  .navbar__container {
    height: 100%;
    padding-left: 20px;
  }

  .navbar__brand, .navbar__brand.w--current {
    padding-left: 0;
  }

  .navbar__right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 100%;
  }

  .navbar__btn {
    flex: none;
    height: 40px;
    padding-top: 10px;
    font-size: .9375rem;
    display: none;
  }

  .navbar__row {
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home__hero {
    height: 100vh;
  }

  .home__hero__bg {
    background-position: 22% 0;
  }

  .home__clients {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding-top: 28px;
    padding-bottom: 12px;
  }

  .home__clients__title {
    font-size: .6875rem;
  }

  .home__hero__container {
    top: 100px;
  }

  .home__hero__content {
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }

  .home__hero__description {
    font-size: 1.125rem;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 2.25rem;
  }

  .form-block {
    margin-top: 32px;
  }

  .home__hero__select {
    max-width: none;
  }

  .home__hero__submit {
    max-width: none;
    min-height: 56px;
  }

  .form__row {
    flex-flow: column;
  }

  .home__hero__select__wrapper {
    max-width: none;
  }

  .home__services__container {
    max-width: calc(100% - 80px);
  }

  .home__services__label {
    margin-bottom: 16px;
  }

  .home__services__label__name {
    font-size: .75rem;
  }

  .home__services__label__description {
    font-size: .9375rem;
  }

  .home__services__title {
    margin-bottom: 16px;
    font-size: 2rem;
  }

  .list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-bottom: 0;
  }

  .home__services__list-item {
    font-size: 1rem;
  }

  .home__services__elevator__row {
    flex-flow: column;
  }

  .home__services__usp__card {
    border-radius: var(--border-radius-xl);
    min-width: 280px;
    height: auto;
    padding: 20px 28px;
  }

  .home__services__usp {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 28px;
    padding-left: 26px;
    padding-right: 28px;
    overflow: auto;
  }

  .home__services__usp__description {
    font-size: 1.0625rem;
  }

  .home__services__item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home__craft {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .home__craft__container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    max-width: calc(100% - 52px);
  }

  .home__craft__title {
    margin-bottom: 8px;
    font-size: 1.875rem;
  }

  .home__craft__left {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .home__craft__left__description {
    max-width: 260px;
    font-size: .9375rem;
    line-height: 130%;
  }

  .home__craft__right {
    margin-top: 24px;
  }

  .home__craft__tile {
    aspect-ratio: auto;
    width: 100%;
  }

  .home__craft__tile.is__top-left {
    border-top-right-radius: var(--border-radius-lg);
    border-bottom: 1px solid #00000029;
  }

  .home__craft__tile.is__top-right {
    border-top-right-radius: 0;
  }

  .home__craft__tile.is__bottom-left {
    border-bottom: 1px solid #00000029;
    border-bottom-left-radius: 0;
  }

  .home__craft__tile.is__bottom-right {
    border-bottom-left-radius: var(--border-radius-lg);
  }

  .home__craft__tile.is__top {
    border-top-left-radius: var(--border-radius-lg);
    border-top-right-radius: var(--border-radius-lg);
  }

  .home__craft__tile__title {
    font-size: 1.375rem;
  }

  .home__craft__tile--hover.is__top-left {
    border-top-left-radius: var(--border-radius-lg);
    border-top-right-radius: var(--border-radius-lg);
  }

  .home__craft__tile--hover.is__top-right {
    border-top-right-radius: 0;
  }

  .home__craft__tile--hover.is__bottom-left {
    border-bottom-left-radius: 0;
  }

  .home__craft__tile--hover.is__bottom-right, .home__craft__tile--hover.is__bottom {
    border-bottom-left-radius: var(--border-radius-lg);
    border-bottom-right-radius: var(--border-radius-lg);
  }

  .home__craft__tile--hover__title {
    margin-bottom: 12px;
    font-size: 1.375rem;
  }

  .home__craft__service {
    font-size: .9375rem;
  }

  .home__craft__btn {
    padding-top: 10px;
    font-size: .8125rem;
  }

  .home__craft__btn--outline {
    display: none;
  }

  .home__results {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home__results__container {
    max-width: calc(100% - 56px);
  }

  .home__results__title {
    margin-bottom: 28px;
    font-size: 1.75rem;
  }

  .home__results__card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    height: auto;
  }

  .home__results__card__title {
    font-size: 2.25rem;
  }

  .home__results__card__label {
    max-width: 108px;
    font-size: .9375rem;
  }

  .home__results__list {
    flex-flow: column;
    width: 100%;
  }

  .home__results__card__list-item.is__last {
    padding-top: 10px;
  }

  .home__results__card__list-item.is__first {
    padding-bottom: 10px;
  }

  .home__results__industry {
    font-size: .6875rem;
  }

  .pre-footer {
    background-position: 10% 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pre-footer__container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: calc(100% - 80px);
  }

  .pre-footer__title {
    margin-top: 12px;
    margin-bottom: 28px;
    font-size: 2rem;
  }

  .pre-footer__right {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }

  .footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .footer__container {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: calc(100% - 80px);
  }

  .footer__logo {
    height: 32px;
  }

  .footer__top {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer__right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 28px;
  }

  .footer__link-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__locations {
    width: 100%;
    max-width: none;
    margin-top: 48px;
  }

  .footer__locations__item {
    height: 52px;
  }

  .footer__locations__time {
    font-family: IBM Plex Mono, sans-serif;
  }

  .footer__socials {
    margin-top: 48px;
  }

  .footer__bottom {
    flex-flow: column;
    margin-top: 28px;
    display: flex;
  }

  .link-block {
    min-width: 0;
    max-width: 136px;
  }

  .footer__bottom__row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 12px;
  }

  .service__hero {
    padding-top: 100px;
  }

  .service__name {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    height: 36px;
    margin-bottom: 12px;
    margin-left: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .service__name__text {
    font-size: .9375rem;
  }

  .service__name__icon-automate {
    height: 11px;
  }

  .service__hero__title {
    max-width: calc(100% - 80px);
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .service__hero__title.service__hero__title--engage {
    max-width: calc(100% - 80px);
  }

  .service__hero__featured-image {
    aspect-ratio: 3 / 2;
    border-top-left-radius: var(--border-radius-xl);
    border-top-right-radius: var(--border-radius-xl);
    background-position: 80%;
    background-size: cover;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: calc(100% - 52px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .service__metrics__list {
    border-bottom-left-radius: var(--border-radius-xl);
    border-bottom-right-radius: var(--border-radius-xl);
    flex-flow: wrap;
    margin-left: 25px;
    margin-right: 25px;
  }

  .flex-block {
    border-bottom: 1px solid #00000029;
    min-width: 50%;
    padding: 20px;
  }

  .flex-block.is__last {
    border-bottom-right-radius: var(--border-radius-xl);
  }

  .flex-block.is__mobile-bottom-left {
    border-bottom-left-radius: var(--border-radius-xl);
  }

  .services__metrics__number--lg {
    font-size: 2rem;
  }

  .services__metrics__number--sm {
    font-size: 1.375rem;
  }

  .service__metrics__description {
    font-size: .875rem;
  }

  .service__challenges {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service__challenges__container {
    background-image: linear-gradient(#f7f8fa, #f7f8fa00);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    max-width: calc(100% - 52px);
    padding-top: 20px;
    padding-bottom: 0;
  }

  .service__challenges__title {
    margin-left: 28px;
    margin-right: 28px;
    font-size: 1.375rem;
    font-weight: 500;
  }

  .service__challenges__list {
    flex-flow: wrap;
    margin-top: 40px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .service__challenges__list-item {
    min-width: 100%;
  }

  .service__bento {
    border-top: 1px solid #00000029;
    border-bottom: 1px solid #00000029;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service__bento__container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: calc(100% - 52px);
  }

  .service__bento__row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service__bento__tile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: var(--border-radius-xl);
    height: auto;
    padding: 20px 28px;
  }

  .bento__title.text-gradient {
    max-width: 100%;
    font-size: 1.375rem;
    line-height: 125%;
  }

  .bento__byline {
    color: #fffc;
    max-width: 256px;
    margin-top: 4px;
    font-size: .9375rem;
  }

  .bento__icon {
    height: 16px;
    margin-bottom: 10px;
  }

  .service__bento__tile1 {
    border-radius: var(--border-radius-xl);
    height: auto;
    padding: 20px 28px;
  }

  .bento__title-sm {
    font-size: 1.0625rem;
  }

  .text-block-4 {
    line-height: 130%;
  }

  .bento__column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .service__bento__tile2--engage {
    border-radius: var(--border-radius-xl);
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bento__title-md {
    font-size: .9375rem;
  }

  .bento__textbox {
    max-width: 136px;
    height: 28px;
  }

  .bento__textbox__type--left, .bento__textbox__type--right {
    height: 28px;
  }

  .bento__title-1.text-gradient {
    margin-bottom: 8px;
    font-size: 2.5rem;
  }

  .service__bento__tile3 {
    border-radius: var(--border-radius-xl);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    order: 1;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bento__column-50 {
    order: -1;
    width: 100%;
  }

  .bento__column-50.is__title {
    order: -1;
  }

  .bento__title--lg.text-gradient {
    background-image: linear-gradient(105deg, var(--color-dark-blue), var(--color-link));
    margin-bottom: 8px;
    font-size: 1.75rem;
    line-height: 125%;
  }

  .bento__product-name {
    margin-bottom: 0;
  }

  .bento__product-name.is__desktop {
    display: none;
  }

  .bento__product-name.is__mobile {
    height: 28px;
    display: block;
  }

  .service__bento__tile3__flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bento__title-2.text-gradient {
    margin-bottom: 2px;
    font-size: 2.5rem;
  }

  .service__bento__tile3__img {
    width: auto;
    height: 64px;
    padding-top: 12px;
  }

  .service__bento__tile4 {
    border-radius: var(--border-radius-xl);
    height: auto;
    padding: 20px 28px;
  }

  .service__bento__tile5 {
    border-radius: var(--border-radius-xl);
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding: 20px 28px;
  }

  .service__bento__tile6 {
    border-radius: var(--border-radius-xl);
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: auto;
    padding: 20px 28px;
  }

  .bento__logo {
    display: none;
  }

  .service__benefits {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .service__benefits__container {
    flex-flow: column;
    max-width: calc(100% - 52px);
  }

  .service__benefits__title {
    margin-top: 0;
  }

  .service__benefits__list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 28px;
  }

  .service__benefits__list-item {
    flex-flow: column;
  }

  .service__benefits__img {
    width: 50%;
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .service__benefits__info {
    padding: 12px 24px;
  }

  .service__benefits__item__title {
    font-size: 1.1875rem;
  }

  .service__benefits__item__li {
    line-height: 130%;
  }

  .service__benefits__img-2 {
    width: 72%;
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .service__benefits__img-1 {
    width: 48%;
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .service__clients {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service__clients__heading {
    margin-bottom: 16px;
    font-size: .75rem;
  }

  .service__clients__container {
    max-width: calc(100% - 52px);
  }

  .swiper.swiper-team {
    border-top-left-radius: var(--border-radius-xl);
    border-top-right-radius: var(--border-radius-xl);
    border-bottom-left-radius: var(--border-radius-xl);
    border-bottom-right-radius: var(--border-radius-xl);
    max-width: calc(100% - 24px);
  }

  .swiper.swiper-work {
    max-width: calc(100% - 52px);
    height: 100dvh;
  }

  .swiper.swiper-timeline {
    overflow: visible;
  }

  .swiper-slide {
    min-width: 50%;
  }

  .swiper-slide.swiper-slide-work {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    min-height: 100dvh;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide.swiper-timeline-slide {
    min-width: 240px;
  }

  .swiper-button-prev {
    margin-left: 12px;
  }

  .swiper-button-prev.swiper-button-prev-work {
    width: 52px;
    height: 52px;
    margin-left: 0;
  }

  .swiper-button-prev.swiper-team {
    display: none;
  }

  .swiper-button-next {
    margin-right: 12px;
  }

  .swiper-button-next.swiper-button-next-work {
    width: 52px;
    height: 52px;
    margin-right: 0;
  }

  .swiper-button-next.swiper-team {
    display: none;
  }

  .agency__hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .agency__hero__container {
    max-width: calc(100% - 52px);
  }

  .agency__hero__title {
    margin-bottom: 20px;
    margin-left: 14px;
    font-size: 2rem;
  }

  .agency__hero__textbox {
    width: calc(100% - 16px);
    top: 8px;
    left: 8px;
  }

  .agency__hero__textbox__item.is__top {
    padding: 20px 16px;
  }

  .agency__hero__textbox__item.is__bottom {
    padding: 18px 16px 20px;
  }

  .agency__hero__text {
    font-size: 1rem;
  }

  .agency__hero__asterisk {
    display: none;
  }

  .agency__timeline {
    max-width: 100%;
    padding-bottom: 30px;
    padding-left: 26px;
    padding-right: 26px;
    overflow: auto;
  }

  .agency__timeline__item {
    min-width: 240px;
    padding: 16px 20px;
  }

  .agency__timeline__description {
    font-size: .875rem;
  }

  .marquee__content.anim-scroll {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .marquee__text {
    font-size: 3.25rem;
  }

  .agency__awards {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .agency__awards__list {
    max-width: calc(100% - 52px);
  }

  .agency__awards__item:hover {
    background-color: #0000;
  }

  .agency__awards__item-left {
    width: 72px;
  }

  .agency__awards__item-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .agency__awards__title {
    font-size: 1.1875rem;
  }

  .agency__awards__brand {
    font-size: .625rem;
  }

  .agency__team {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .agency__team__subheading {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    height: 28px;
    margin-bottom: 16px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: .75rem;
    font-weight: 600;
  }

  .agency__team__title {
    text-align: center;
    max-width: 220px;
    margin-bottom: 28px;
    font-size: 2rem;
  }

  .agency__winning {
    border-radius: 0;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .agency__winning__container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .agency__winning__title {
    text-align: center;
    max-width: 240px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .agency__winning__description {
    text-align: center;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: .9375rem;
  }

  .agency__winning__right {
    justify-content: center;
    margin-top: 28px;
    display: inline-flex;
  }

  .agency__winning__item__description {
    font-size: .8125rem;
  }

  .agency__winning__item {
    border-radius: var(--border-radius-lg);
  }

  .agency__winning__item.is__hidden, .service__hero__branch {
    display: none;
  }

  .callout {
    background-color: #0000;
    flex-flow: column;
    width: calc(100% - 52px);
    bottom: 20px;
    left: 50%;
    right: auto;
  }

  .callout__left {
    display: none;
  }

  .callout__right {
    border-left-style: none;
  }

  .callout__btn {
    flex: 1;
    height: 56px;
  }

  .callout__btn__text {
    font-size: 1rem;
  }

  .work__slide__title {
    max-width: 64vw;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }

  .work__slide__img {
    order: -1;
    max-width: 100%;
    height: auto;
    position: relative;
    top: -36px;
  }

  .work__slide__list {
    max-width: 64vw;
  }

  .work__slide__list-item {
    padding: 12px 20px;
  }

  .work__slide__info {
    position: relative;
    top: -36px;
  }

  .swiper__buttons {
    bottom: 108px;
  }

  .work__slide__industry {
    margin-bottom: 4px;
    font-size: .6875rem;
  }

  .navbar__services-dropdown {
    z-index: 50;
    flex-flow: column;
    justify-content: space-around;
    width: 100%;
    max-width: 80vw;
    height: 560px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    inset: 50dvh 0% 0% auto;
    transform: translateX(0%)translateY(-50%);
  }

  .navbar__services-dropdown__list-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .navbar__services-dropdown__list-item:hover {
    border-color: #0000;
  }

  .navbar__services-dropdown__title {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
  }

  .navbar__services-dropdown__description {
    max-width: 240px;
    padding-left: 0;
    padding-right: 0;
    font-size: .875rem;
  }

  .navbar__services-dropdown__img.automate {
    max-width: 50%;
  }

  .navbar__services-dropdown__img.engage {
    max-width: 50%;
    margin-bottom: 6px;
  }

  .navbar__services-dropdown__img.grow {
    max-width: 50%;
  }

  .navbar__menu__icon {
    background-image: url('../images/icon-navbar-menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 10px;
    justify-content: center;
    align-items: center;
    max-width: 20px;
    height: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .menu-button {
    flex: 1;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    max-width: 64px;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .footer__logo__link {
    display: flex;
  }

  .footer__logo__link.w--current {
    justify-content: center;
  }

  .footer__linkedin, .footer__wechat {
    height: 30px;
  }

  .footer__copyright__link {
    color: #ffffff3d;
    text-decoration: none;
    transition: color .4s;
  }

  .footer__copyright__link:hover {
    color: #ffffff7a;
  }

  .agency__awards__img {
    width: 40px;
  }

  .agency__winning__img {
    width: 100%;
    display: block;
  }

  .service__challenges__description {
    font-size: .9375rem;
  }

  .flex-block-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .service__bento__tile4__img {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar__menu__icon--white {
    z-index: 10;
    background-image: url('../images/icon-navbar-menu-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 10px;
    justify-content: center;
    align-items: center;
    width: 40px;
    max-width: 20px;
    height: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .bento__product-name--engage {
    margin-bottom: 0;
  }

  .bento__product-name--engage.is__desktop {
    display: none;
  }

  .bento__product-name--engage.is__mobile {
    height: 28px;
    display: block;
  }

  .service__bento__tile3__flex--engage {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .service__hero__featured-image--engage {
    aspect-ratio: 3 / 2;
    border-top-left-radius: var(--border-radius-xl);
    border-top-right-radius: var(--border-radius-xl);
    background-position: 52%;
    background-size: cover;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: calc(100% - 52px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .bento__product-name--automate {
    margin-bottom: 0;
  }

  .bento__product-name--automate.is__desktop {
    display: none;
  }

  .bento__product-name--automate.is__mobile {
    height: 28px;
    display: block;
  }

  .bento__byline--lg {
    color: #fffc;
    max-width: 256px;
    margin-top: 4px;
    font-size: .9375rem;
  }

  .service__bento__tile3__img--engage {
    width: auto;
    height: 64px;
    padding-top: 12px;
  }

  .bento__title-xm {
    font-size: .9375rem;
  }

  .bento__title-1--engage.text-gradient {
    margin-bottom: 8px;
    font-size: 2.5rem;
  }

  .service__benefits__img-3 {
    width: 50%;
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .service__benefits__list-item--4 {
    background-position: 10% 0;
    flex-flow: column;
  }

  .service__benefits__list-item--5 {
    flex-flow: column;
  }

  .service__benefits__list-item--5.teal {
    background-position: 20%;
  }

  .service__name__icon-grow {
    height: 11px;
  }

  .service__hero__featured-image--grow {
    aspect-ratio: 3 / 2;
    border-top-left-radius: var(--border-radius-xl);
    border-top-right-radius: var(--border-radius-xl);
    background-position: 50%;
    background-size: cover;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: calc(100% - 52px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .service__hero__title--grow {
    max-width: calc(100% - 80px);
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .bento__title-1--grow.text-gradient {
    margin-bottom: 8px;
    font-size: 2.5rem;
  }

  .bento__product-name--grow {
    margin-bottom: 0;
  }

  .bento__product-name--grow.is__desktop {
    display: none;
  }

  .bento__product-name--grow.is__mobile {
    height: 28px;
    display: block;
  }

  .bento__icon--grow {
    height: 16px;
    margin-bottom: 10px;
  }

  .service__bento__tile3__img--grow {
    width: auto;
    height: 64px;
    padding-top: 12px;
  }

  .service__benefits__list-item--bg-img, .service__benefits__list-item--bg-img-1, .service__benefits__list-item--bg-img-2 {
    flex-flow: column;
  }

  .navbar--mobile__btn {
    border-radius: var(--border-radius-lg);
    background-color: var(--color-link);
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.1875rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .text-block-7 {
    font-size: 1.125rem;
  }

  .navbar__link-list__wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .is__mobile {
    display: block;
  }

  .form__error__message {
    line-height: 120%;
  }

  .form__error__content {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .form__success__message {
    font-size: .9375rem;
  }

  .pre-footer__form__success__message {
    line-height: 120%;
  }

  .page--privacy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container--sm {
    max-width: calc(100% - 52px);
  }

  .privacy__h1 {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }

  .p {
    font-size: .875rem;
  }

  .privacy__subheading {
    margin-bottom: 6px;
    font-size: .9375rem;
  }

  .list-item {
    font-size: .875rem;
  }

  .ul {
    padding-left: 20px;
  }

  .privacy__heading {
    margin-top: 24px;
    font-size: 1.0625rem;
    line-height: 125%;
  }

  .text-span-2, .strong, .text-span-3, .list-item__strong {
    font-weight: 500;
  }

  .footer__wechat__closeqr {
    height: 30px;
  }

  .work__slide__img-wrapper {
    order: -1;
  }

  .whatsapp-btn {
    top: auto;
    bottom: 0;
  }

  .home__h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 2.25rem;
  }

  .blog__nav__item, .blog__nav__link {
    display: flex;
  }

  .ai__navbar {
    z-index: 10;
  }

  .ai__content {
    height: auto;
    margin-top: 80px;
  }

  .ai__left {
    display: none;
  }

  .ai__center {
    max-width: calc(100% - 52px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .ai__right {
    display: none;
  }

  .ai__h1 {
    font-size: 2.25rem;
    line-height: 110%;
  }

  .ai__center__description {
    max-width: 340px;
    margin-top: 16px;
    margin-bottom: 28px;
    font-size: .9375rem;
  }

  .ai__btn, .ai__form__input {
    font-size: .9375rem;
  }

  .ai__center__footer {
    margin-top: 40px;
    padding-bottom: 0;
    position: static;
  }

  .ai__cards--mobile {
    margin-top: 60px;
  }

  .ai__cards--mobile__list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ai__cards--mobile__img {
    border-radius: var(--border-radius-xl);
    border: 1px solid #0000001f;
  }

  .ai__content-secondary--mobile {
    height: auto;
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .agency__tl__description {
    font-size: .875rem;
  }

  .agency__tl {
    max-width: 100%;
    padding-bottom: 30px;
    padding-left: 26px;
    padding-right: 26px;
    overflow: auto;
  }

  .agency__timeline__content {
    min-width: 100px;
    padding: 16px 20px;
  }

  .agency__timeline__card {
    min-width: 240px;
    max-width: 100%;
    padding: 16px 0;
  }

  .agency__timeline__year {
    font-size: .875rem;
  }

  .agency__timeline__v2 {
    max-width: 100vw;
    padding-bottom: 30px;
    padding-left: 26px;
    padding-right: 26px;
    overflow: hidden;
  }

  .agency__timeline__v2__container {
    min-width: 240px;
    overflow: visible;
  }
}


