@font-face {
  font-family: "Neue Einstellung";
  src: url("/fonts/neue-einstellung/NEUE-EINSTELLUNG-EXTRA-LIGHT.OTF") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("/fonts/neue-einstellung/NEUE-EINSTELLUNG-LIGHT.OTF") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("/fonts/neue-einstellung/NEUE-EINSTELLUNG-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("/fonts/neue-einstellung/NEUE-EINSTELLUNG-MEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("/fonts/neue-einstellung/NEUE-EINSTELLUNG-SEMI-BOLD.OTF") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("/fonts/neue-einstellung/NEUE-EINSTELLUNG-BOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("/fonts/neue-einstellung/NEUE-EINSTELLUNG-EXTRA-BOLD.OTF") format("opentype");
  font-weight: 800;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #FFFFFF;
}

.header__section {
  background: rgb(0, 25, 85);
  padding: 20px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .header__section {
    padding: 10px 0;
  }
}
.header__section__container {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .header__section__container {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .header__section__container {
    width: 92%;
    gap: 0;
  }
}
@media screen and (max-width: 992px) {
  .header__section__container__logo img {
    width: 112px;
  }
}
@media screen and (max-width: 1200px) {
  .header__section__container__nav {
    display: none;
  }
}
.header__section__container__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  padding: 0;
  margin: 0;
}
.header__section__container__nav__list__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.header__section__container__nav__list__menu a {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.header__section__container__nav__list__menu--active, .header__section__container__nav__list__menu:not(.menu-dropdown):hover {
  border-bottom: 1px solid #FFFFFF;
}
.header__section__container__nav__toggle {
  margin-right: 8px;
}
.header__section__container__nav__toggle:hover > div, .header__section__container__nav__toggle--active {
  border-bottom: 1px solid #FFFFFF;
}
.header__section__container__nav__dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 10px 12px;
  top: 45px;
  background: #FFFFFF;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(103, 110, 118, 0.16), 0px 2px 5px 0px rgba(103, 110, 118, 0.08);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(103, 110, 118, 0.16), 0px 2px 5px 0px rgba(103, 110, 118, 0.08);
}
.header__section__container__nav__dropdown li {
  width: 320px;
  list-style: none;
  border-bottom: 1px solid transparent;
}
.header__section__container__nav__dropdown li a {
  color: #383F45;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
}
.header__section__container__nav__dropdown li a:hover {
  border-bottom: 1px solid #000000;
}
.header__section__container__nav__dropdown--active-show-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.header__section__container__cta-and-hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .header__section__container__cta-and-hamburger {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}
.header__section__container__cta-and-hamburger__cta {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 20px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #B9E119;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .header__section__container__cta-and-hamburger__cta {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}
.header__section__container__cta-and-hamburger__cta:hover {
  color: #000000;
  background-color: #FFFFFF;
}
.header__section__container__cta-and-hamburger__hamburger-menu {
  width: 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .header__section__container__cta-and-hamburger__hamburger-menu {
    display: none;
  }
}
.header__section__container__cta-and-hamburger__hamburger-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header__section__container__cta-and-hamburger__hamburger-menu span:nth-child(1), .header__section__container__cta-and-hamburger__hamburger-menu span:nth-child(2) {
  margin-bottom: 5px;
}
.header__section__container__cta-and-hamburger__hamburger-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.header__section__container__cta-and-hamburger__hamburger-menu.open span:nth-child(2) {
  opacity: 0;
}
.header__section__container__cta-and-hamburger__hamburger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
.header__section__container__cta-and-hamburger__hamburger-menu__nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 85%;
  height: 100vh;
  background-color: #001955;
  border: 1px solid #001955;
  padding: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
          transform: translateY(-300px);
}
@media screen and (min-width: 1200px) {
  .header__section__container__cta-and-hamburger__hamburger-menu__nav-menu {
    display: none;
  }
}
.header__section__container__cta-and-hamburger__hamburger-menu__nav-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header__section__container__cta-and-hamburger__hamburger-menu__nav-menu__list-menu {
  width: 100%;
  list-style: none;
}
.header__section__container__cta-and-hamburger__hamburger-menu__nav-menu__list-menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #D1D3D4;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding-left: 12px;
}
.header__section__container__cta-and-hamburger__hamburger-menu__nav-menu__list-menu--active a {
  width: 100%;
  color: #1414BE;
  background-color: #D1D3D4;
  padding: 12px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.header__section__container__cta-and-hamburger__hamburger-menu__nav-menu__list-menu__dropdown {
  list-style: none;
  padding: 0 0 0 10px;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  background: #001955;
  height: 0;
}
.header__section__container__cta-and-hamburger__hamburger-menu__nav-menu__list-menu__dropdown a {
  color: #D1D3D4;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.header__section__container__cta-and-hamburger__hamburger-menu__nav-menu__list-menu__dropdown--active a {
  width: 100%;
  color: #1414BE;
  background-color: #D1D3D4;
  padding: 12px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.header__section__container__cta-and-hamburger__hamburger-menu__nav-menu__list-menu__dropdown--open {
  visibility: visible;
  margin-top: 12px;
  height: 100%;
}

.footer {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .footer {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    width: 87%;
  }
}
.footer__logo {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.footer__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 200px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.footer__container__info {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .footer__container__info {
    width: 100%;
  }
}
.footer__container__info__title {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
.footer__container__info__list {
  width: 365px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .footer__container__info__list {
    width: 100%;
  }
}
.footer__container__info__list li {
  color: #676E76;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.footer__container__right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 150px;
}
@media screen and (max-width: 1200px) {
  .footer__container__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer__container__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__container__links__title {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
.footer__container__links__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.footer__container__links__list li a {
  text-decoration: none;
  color: #676E76;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  border-bottom: 1px solid transparent;
}
.footer__container__links__list li a:hover {
  border-bottom: 1px solid #676E76;
}
.footer__container__contact-and-certificate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__container__contact-and-certificate__title {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
.footer__container__contact-and-certificate__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__container__contact-and-certificate__social__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.footer__container__contact-and-certificate__certificate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.logo-clients-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .logo-clients-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .logo-clients-section {
    width: 87%;
    padding: 20px 0;
  }
}
.logo-clients-section__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-text-decoration: underline #B9E119;
          text-decoration: underline #B9E119;
  text-underline-offset: 10px;
}
@media screen and (max-width: 576px) {
  .logo-clients-section__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.logo-clients-section__description {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .logo-clients-section__description {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }
}
.logo-clients-section__partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.logo-clients-section__partners__up, .logo-clients-section__partners__down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.logo-clients-section__partners__up span, .logo-clients-section__partners__down span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.logo-clients-section__slider {
  margin-top: 10px;
}
.logo-clients-section__slider__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100px;
  height: 100px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media screen and (max-width: 1200px) {
  .logo-clients-section__slider__item {
    max-width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .logo-clients-section__slider__item {
    max-width: 30px;
    height: 30px;
  }
}
.logo-clients-section__slider__item__image {
  max-width: 100%;
  height: auto;
}

.why-choose-us-section {
  width: 1120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .why-choose-us-section {
    display: none;
  }
}
.why-choose-us-section__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
  -webkit-text-decoration: underline #B9E119;
          text-decoration: underline #B9E119;
  text-underline-offset: 10px;
  grid-column: 1/3;
}
.why-choose-us-section__cards-item {
  width: 255px;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #1414BE url(/img/bg-card-why-choose-us.svg) no-repeat 110px/cover;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: default;
}
.why-choose-us-section__cards-item:hover {
  background-position: -400px;
}
.why-choose-us-section__cards-item:hover .why-choose-us-section__cards-item__title {
  display: none;
  opacity: 0;
}
.why-choose-us-section__cards-item:hover .why-choose-us-section__cards-item__description {
  visibility: visible;
  max-height: 100%;
  opacity: 1;
}
.why-choose-us-section__cards-item:hover .why-choose-us-section__cards-item__icon {
  -webkit-animation: leftToRightAndRotateWhyChooseUs 0.3s ease-in-out forwards;
          animation: leftToRightAndRotateWhyChooseUs 0.3s ease-in-out forwards;
}
.why-choose-us-section__cards-item__title {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.why-choose-us-section__cards-item__description {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.why-choose-us-section__cards-item__icon {
  width: 30px;
  height: 30px;
  background: url(/img/chevron-right.svg) no-repeat center/cover;
}
.why-choose-us-section__add-animation-out-hover {
  -webkit-animation: rightToLeftAndRotateWhyChooseUs 0.3s ease-in-out forwards;
          animation: rightToLeftAndRotateWhyChooseUs 0.3s ease-in-out forwards;
}

/******************** WHY CHOOSE US SECTION MOBILE ********************/
.why-choose-us-section--mobile {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .why-choose-us-section--mobile {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .why-choose-us-section--mobile {
    width: 87%;
    padding: 20px 0;
  }
}
.why-choose-us-section--mobile__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  border-bottom: 3px solid #B9E119;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .why-choose-us-section--mobile__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.why-choose-us-section--mobile__cards-item {
  width: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw #1414BE;
          box-shadow: inset 100vh 100vw #1414BE;
  border: 2px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .why-choose-us-section--mobile__cards-item {
    width: 100%;
  }
}
.why-choose-us-section--mobile__cards-item__title {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-choose-us-section--mobile__cards-item__title::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/img/our-services/plus.svg) no-repeat center;
}
.why-choose-us-section--mobile__cards-item__description {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  height: 0;
  opacity: 0;
  min-height: 0;
}
.why-choose-us-section--mobile__cards-item__description--active {
  opacity: 1;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.case-studies-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .case-studies-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .case-studies-section {
    width: 87%;
    padding: 20px 0;
  }
}
.case-studies-section__tagline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 28px;
}
@media screen and (max-width: 1200px) {
  .case-studies-section__tagline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case-studies-section__tagline__title {
  width: 50%;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  -webkit-text-decoration: underline #B9E119;
          text-decoration: underline #B9E119;
  text-underline-offset: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .case-studies-section__tagline__title {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .case-studies-section__tagline__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.case-studies-section__tagline__description {
  width: 531px;
  color: #596066;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .case-studies-section__tagline__description {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .case-studies-section__tagline__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.case-studies-section__case-studies {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .case-studies-section__case-studies {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.case-studies-section__case-studies__card {
  width: 540px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .case-studies-section__case-studies__card {
    width: 100%;
  }
}
.case-studies-section__case-studies__card__img-project {
  height: 310px;
  background-color: #1414BE;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 576px) {
  .case-studies-section__case-studies__card__img-project {
    height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .case-studies-section__case-studies__card__img-project:hover {
    background-color: #B9E119;
  }
}
@media screen and (min-width: 1200px) {
  .case-studies-section__case-studies__card__img-project:hover .case-studies-section__case-studies__card__img-project__info {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(76.5%, rgba(0, 0, 0, 0.73)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 76.5%);
  }
}
@media screen and (min-width: 1200px) {
  .case-studies-section__case-studies__card__img-project:hover .case-studies-section__case-studies__card__img-project__info__description {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .case-studies-section__case-studies__card__img-project:hover .case-studies-section__case-studies__card__img-project__img {
    -webkit-transform: rotate(-10deg) scale(0.9);
        -ms-transform: rotate(-10deg) scale(0.9);
            transform: rotate(-10deg) scale(0.9);
  }
}
.case-studies-section__case-studies__card__img-project__img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(-15deg) scale(0.9);
      -ms-transform: rotate(-15deg) scale(0.9);
          transform: rotate(-15deg) scale(0.9);
  position: relative;
  top: -30px;
  left: 20px;
}
@media screen and (max-width: 576px) {
  .case-studies-section__case-studies__card__img-project__img {
    top: 0;
    left: 0;
    -webkit-transform: rotate(-15deg) scale(1.2);
        -ms-transform: rotate(-15deg) scale(1.2);
            transform: rotate(-15deg) scale(1.2);
  }
}
.case-studies-section__case-studies__card__img-project__info {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 14px 20px;
  z-index: 10;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .case-studies-section__case-studies__card__img-project__info {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(76.5%, rgba(0, 0, 0, 0.73)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 76.5%);
  }
}
.case-studies-section__case-studies__card__img-project__info__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(144.58deg, rgba(255, 255, 255, 0.8) 8.44%, rgba(255, 255, 255, 0.4) 91.56%);
  -webkit-border-radius: 0px 100px 100px 0px;
          border-radius: 0px 100px 100px 0px;
  border-width: 1px, 1px, 1px, 0px;
  border-style: solid;
  border-color: rgb(229, 231, 234);
}
@media screen and (max-width: 576px) {
  .case-studies-section__case-studies__card__img-project__info__link {
    width: 60px;
  }
}
.case-studies-section__case-studies__card__img-project__info__link:hover {
  background-color: #FFFFFF;
  border: none;
}
.case-studies-section__case-studies__card__img-project__info__link img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 576px) {
  .case-studies-section__case-studies__card__img-project__info__link img {
    width: 15px;
    height: 15px;
  }
}
.case-studies-section__case-studies__card__img-project__info__description {
  width: 450px;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .case-studies-section__case-studies__card__img-project__info__description {
    visibility: visible;
    opacity: 1;
  }
}
.case-studies-section__case-studies__card__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .case-studies-section__case-studies__card__tag {
    gap: 5px;
  }
}
.case-studies-section__case-studies__card__tag__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  background-color: #000000;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.case-studies-section__case-studies__card__tag__name {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .case-studies-section__case-studies__card__tag__name {
    font-size: 12px;
    line-height: 16px;
  }
}
.case-studies-section__case-studies__card__name-project {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
.case-studies-section__btn {
  width: 327px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 26px;
  gap: 8px;
  background: #1414BE;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .case-studies-section__btn {
    width: 100%;
    padding: 12px 0;
  }
}
.case-studies-section__btn:hover {
  color: #FFFFFF;
  opacity: 0.9;
  background-color: #3131D5;
}
.case-studies-section__btn::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 105px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-filter: blur(15px);
          filter: blur(15px);
  background: #FFFFFF;
  opacity: 0;
}
.case-studies-section__btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/img/arrow-right-white.svg") no-repeat center/cover;
}

.zto-case-study-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.zto-case-study-section__container {
  width: 1120px;
  padding: 100px 60px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .zto-case-study-section__container {
    width: 90%;
    padding: 60px 30px;
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .zto-case-study-section__container {
    width: 87%;
    padding: 40px 20px;
    gap: 30px;
  }
}
.zto-case-study-section__container__close {
  position: absolute;
  right: 32px;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .zto-case-study-section__container__close {
    right: 18px;
    top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .zto-case-study-section__container__close {
    right: 5px;
    top: 5px;
  }
}
.zto-case-study-section__container__close:hover {
  cursor: pointer;
  background: #CD3636;
}
.zto-case-study-section__container__close:hover::before, .zto-case-study-section__container__close:hover::after {
  background-color: #FFFFFF;
}
.zto-case-study-section__container__close:before, .zto-case-study-section__container__close:after {
  position: absolute;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #CD3636;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .zto-case-study-section__container__close:before, .zto-case-study-section__container__close:after {
    width: 2px;
    height: 22px;
  }
}
.zto-case-study-section__container__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.zto-case-study-section__container__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.zto-case-study-section__container__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.zto-case-study-section__container__headline__title {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .zto-case-study-section__container__headline__title {
    font-size: 35px;
  }
}
.zto-case-study-section__container__headline__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.zto-case-study-section__container__headline__tag__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  background-color: #000000;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.zto-case-study-section__container__headline__tag__name {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
}
.zto-case-study-section__container__img-project img {
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.zto-case-study-section__container__about, .zto-case-study-section__container__problem, .zto-case-study-section__container__solution, .zto-case-study-section__container__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.zto-case-study-section__container__about__title, .zto-case-study-section__container__problem__title, .zto-case-study-section__container__solution__title, .zto-case-study-section__container__result__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .zto-case-study-section__container__about__title, .zto-case-study-section__container__problem__title, .zto-case-study-section__container__solution__title, .zto-case-study-section__container__result__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.zto-case-study-section__container__about__description, .zto-case-study-section__container__problem__description, .zto-case-study-section__container__solution__description, .zto-case-study-section__container__result__description {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .zto-case-study-section__container__about__description, .zto-case-study-section__container__problem__description, .zto-case-study-section__container__solution__description, .zto-case-study-section__container__result__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.i-sprint-case-study-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-sprint-case-study-section__container {
  width: 1120px;
  padding: 100px 60px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .i-sprint-case-study-section__container {
    width: 90%;
    padding: 60px 30px;
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .i-sprint-case-study-section__container {
    width: 87%;
    padding: 40px 20px;
    gap: 30px;
  }
}
.i-sprint-case-study-section__container__close {
  position: absolute;
  right: 32px;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .i-sprint-case-study-section__container__close {
    right: 18px;
    top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .i-sprint-case-study-section__container__close {
    right: 5px;
    top: 5px;
  }
}
.i-sprint-case-study-section__container__close:hover {
  cursor: pointer;
  background: #CD3636;
}
.i-sprint-case-study-section__container__close:hover::before, .i-sprint-case-study-section__container__close:hover::after {
  background-color: #FFFFFF;
}
.i-sprint-case-study-section__container__close:before, .i-sprint-case-study-section__container__close:after {
  position: absolute;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #CD3636;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .i-sprint-case-study-section__container__close:before, .i-sprint-case-study-section__container__close:after {
    width: 2px;
    height: 22px;
  }
}
.i-sprint-case-study-section__container__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.i-sprint-case-study-section__container__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.i-sprint-case-study-section__container__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.i-sprint-case-study-section__container__headline__title {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .i-sprint-case-study-section__container__headline__title {
    font-size: 35px;
  }
}
.i-sprint-case-study-section__container__headline__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.i-sprint-case-study-section__container__headline__tag__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  background-color: #000000;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.i-sprint-case-study-section__container__headline__tag__name {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
}
.i-sprint-case-study-section__container__img-project > img {
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.i-sprint-case-study-section__container__about, .i-sprint-case-study-section__container__problem, .i-sprint-case-study-section__container__solution, .i-sprint-case-study-section__container__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.i-sprint-case-study-section__container__about__title, .i-sprint-case-study-section__container__problem__title, .i-sprint-case-study-section__container__solution__title, .i-sprint-case-study-section__container__result__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .i-sprint-case-study-section__container__about__title, .i-sprint-case-study-section__container__problem__title, .i-sprint-case-study-section__container__solution__title, .i-sprint-case-study-section__container__result__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.i-sprint-case-study-section__container__about__description, .i-sprint-case-study-section__container__problem__description, .i-sprint-case-study-section__container__solution__description, .i-sprint-case-study-section__container__result__description {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .i-sprint-case-study-section__container__about__description, .i-sprint-case-study-section__container__problem__description, .i-sprint-case-study-section__container__solution__description, .i-sprint-case-study-section__container__result__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.veca-case-study-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.veca-case-study-section__container {
  width: 1120px;
  padding: 100px 60px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .veca-case-study-section__container {
    width: 90%;
    padding: 60px 30px;
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .veca-case-study-section__container {
    width: 87%;
    padding: 40px 20px;
    gap: 30px;
  }
}
.veca-case-study-section__container__close {
  position: absolute;
  right: 32px;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .veca-case-study-section__container__close {
    right: 18px;
    top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .veca-case-study-section__container__close {
    right: 5px;
    top: 5px;
  }
}
.veca-case-study-section__container__close:hover {
  cursor: pointer;
  background: #CD3636;
}
.veca-case-study-section__container__close:hover::before, .veca-case-study-section__container__close:hover::after {
  background-color: #FFFFFF;
}
.veca-case-study-section__container__close:before, .veca-case-study-section__container__close:after {
  position: absolute;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #CD3636;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .veca-case-study-section__container__close:before, .veca-case-study-section__container__close:after {
    width: 2px;
    height: 22px;
  }
}
.veca-case-study-section__container__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.veca-case-study-section__container__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.veca-case-study-section__container__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.veca-case-study-section__container__headline__title {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .veca-case-study-section__container__headline__title {
    font-size: 35px;
  }
}
.veca-case-study-section__container__headline__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.veca-case-study-section__container__headline__tag__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  background-color: #000000;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.veca-case-study-section__container__headline__tag__name {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
}
.veca-case-study-section__container__img-project {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.veca-case-study-section__container__img-project::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(51%, rgba(255, 255, 255, 0)), to(rgba(0, 13, 126, 0.3)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 51%, rgba(0, 13, 126, 0.3) 100%);
  background-repeat: "no-repeat";
  background-size: "100%";
}
.veca-case-study-section__container__img-project img {
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.veca-case-study-section__container__about, .veca-case-study-section__container__problem, .veca-case-study-section__container__solution, .veca-case-study-section__container__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.veca-case-study-section__container__about__title, .veca-case-study-section__container__problem__title, .veca-case-study-section__container__solution__title, .veca-case-study-section__container__result__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .veca-case-study-section__container__about__title, .veca-case-study-section__container__problem__title, .veca-case-study-section__container__solution__title, .veca-case-study-section__container__result__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.veca-case-study-section__container__about__description, .veca-case-study-section__container__problem__description, .veca-case-study-section__container__solution__description, .veca-case-study-section__container__result__description {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .veca-case-study-section__container__about__description, .veca-case-study-section__container__problem__description, .veca-case-study-section__container__solution__description, .veca-case-study-section__container__result__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.roadbull-case-study-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.roadbull-case-study-section__container {
  width: 1120px;
  padding: 100px 60px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .roadbull-case-study-section__container {
    width: 90%;
    padding: 60px 30px;
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container {
    width: 87%;
    padding: 40px 20px;
    gap: 30px;
  }
}
.roadbull-case-study-section__container__close {
  position: absolute;
  right: 32px;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .roadbull-case-study-section__container__close {
    right: 18px;
    top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container__close {
    right: 5px;
    top: 5px;
  }
}
.roadbull-case-study-section__container__close:hover {
  cursor: pointer;
  background: #CD3636;
}
.roadbull-case-study-section__container__close:hover::before, .roadbull-case-study-section__container__close:hover::after {
  background-color: #FFFFFF;
}
.roadbull-case-study-section__container__close:before, .roadbull-case-study-section__container__close:after {
  position: absolute;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #CD3636;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container__close:before, .roadbull-case-study-section__container__close:after {
    width: 2px;
    height: 22px;
  }
}
.roadbull-case-study-section__container__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.roadbull-case-study-section__container__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.roadbull-case-study-section__container__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.roadbull-case-study-section__container__headline__title {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container__headline__title {
    font-size: 35px;
  }
}
.roadbull-case-study-section__container__headline__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.roadbull-case-study-section__container__headline__tag__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  background-color: #000000;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.roadbull-case-study-section__container__headline__tag__name {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
}
.roadbull-case-study-section__container__img-project > img {
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.roadbull-case-study-section__container__about, .roadbull-case-study-section__container__problem, .roadbull-case-study-section__container__solution, .roadbull-case-study-section__container__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.roadbull-case-study-section__container__about__title, .roadbull-case-study-section__container__problem__title, .roadbull-case-study-section__container__solution__title, .roadbull-case-study-section__container__result__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container__about__title, .roadbull-case-study-section__container__problem__title, .roadbull-case-study-section__container__solution__title, .roadbull-case-study-section__container__result__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.roadbull-case-study-section__container__about__description, .roadbull-case-study-section__container__problem__description, .roadbull-case-study-section__container__solution__description, .roadbull-case-study-section__container__result__description {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container__about__description, .roadbull-case-study-section__container__problem__description, .roadbull-case-study-section__container__solution__description, .roadbull-case-study-section__container__result__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.roadbull-case-study-section__container__about__benefit, .roadbull-case-study-section__container__problem__benefit, .roadbull-case-study-section__container__solution__benefit, .roadbull-case-study-section__container__result__benefit {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .roadbull-case-study-section__container__about__benefit, .roadbull-case-study-section__container__problem__benefit, .roadbull-case-study-section__container__solution__benefit, .roadbull-case-study-section__container__result__benefit {
    gap: 10px;
  }
}
.roadbull-case-study-section__container__about__benefit__delivery, .roadbull-case-study-section__container__problem__benefit__delivery, .roadbull-case-study-section__container__solution__benefit__delivery, .roadbull-case-study-section__container__result__benefit__delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 475px;
  height: 200px;
  padding: 10px 60px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background: #FBF2CB;
}
@media screen and (max-width: 1200px) {
  .roadbull-case-study-section__container__about__benefit__delivery, .roadbull-case-study-section__container__problem__benefit__delivery, .roadbull-case-study-section__container__solution__benefit__delivery, .roadbull-case-study-section__container__result__benefit__delivery {
    width: 50%;
    padding: 10px 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media screen and (max-width: 992px) {
  .roadbull-case-study-section__container__about__benefit__delivery, .roadbull-case-study-section__container__problem__benefit__delivery, .roadbull-case-study-section__container__solution__benefit__delivery, .roadbull-case-study-section__container__result__benefit__delivery {
    height: 160px;
    gap: 20px;
  }
  .roadbull-case-study-section__container__about__benefit__delivery > img, .roadbull-case-study-section__container__problem__benefit__delivery > img, .roadbull-case-study-section__container__solution__benefit__delivery > img, .roadbull-case-study-section__container__result__benefit__delivery > img {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container__about__benefit__delivery, .roadbull-case-study-section__container__problem__benefit__delivery, .roadbull-case-study-section__container__solution__benefit__delivery, .roadbull-case-study-section__container__result__benefit__delivery {
    height: 65px;
    padding: 3px 19px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
  }
}
.roadbull-case-study-section__container__about__benefit__delivery__statistics__number, .roadbull-case-study-section__container__problem__benefit__delivery__statistics__number, .roadbull-case-study-section__container__solution__benefit__delivery__statistics__number, .roadbull-case-study-section__container__result__benefit__delivery__statistics__number {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .roadbull-case-study-section__container__about__benefit__delivery__statistics__number, .roadbull-case-study-section__container__problem__benefit__delivery__statistics__number, .roadbull-case-study-section__container__solution__benefit__delivery__statistics__number, .roadbull-case-study-section__container__result__benefit__delivery__statistics__number {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container__about__benefit__delivery__statistics__number, .roadbull-case-study-section__container__problem__benefit__delivery__statistics__number, .roadbull-case-study-section__container__solution__benefit__delivery__statistics__number, .roadbull-case-study-section__container__result__benefit__delivery__statistics__number {
    font-size: 23px;
    line-height: 29px;
  }
}
.roadbull-case-study-section__container__about__benefit__delivery__statistics__title, .roadbull-case-study-section__container__problem__benefit__delivery__statistics__title, .roadbull-case-study-section__container__solution__benefit__delivery__statistics__title, .roadbull-case-study-section__container__result__benefit__delivery__statistics__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .roadbull-case-study-section__container__about__benefit__delivery__statistics__title, .roadbull-case-study-section__container__problem__benefit__delivery__statistics__title, .roadbull-case-study-section__container__solution__benefit__delivery__statistics__title, .roadbull-case-study-section__container__result__benefit__delivery__statistics__title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container__about__benefit__delivery__statistics__title, .roadbull-case-study-section__container__problem__benefit__delivery__statistics__title, .roadbull-case-study-section__container__solution__benefit__delivery__statistics__title, .roadbull-case-study-section__container__result__benefit__delivery__statistics__title {
    font-size: 7px;
    line-height: 10px;
  }
}
.roadbull-case-study-section__container__about__benefit__retention-rate, .roadbull-case-study-section__container__problem__benefit__retention-rate, .roadbull-case-study-section__container__solution__benefit__retention-rate, .roadbull-case-study-section__container__result__benefit__retention-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 475px;
  height: 200px;
  padding: 10px 60px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background: #D9F9E6;
}
@media screen and (max-width: 1200px) {
  .roadbull-case-study-section__container__about__benefit__retention-rate, .roadbull-case-study-section__container__problem__benefit__retention-rate, .roadbull-case-study-section__container__solution__benefit__retention-rate, .roadbull-case-study-section__container__result__benefit__retention-rate {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 992px) {
  .roadbull-case-study-section__container__about__benefit__retention-rate, .roadbull-case-study-section__container__problem__benefit__retention-rate, .roadbull-case-study-section__container__solution__benefit__retention-rate, .roadbull-case-study-section__container__result__benefit__retention-rate {
    height: 160px;
    gap: 20px;
  }
  .roadbull-case-study-section__container__about__benefit__retention-rate > img, .roadbull-case-study-section__container__problem__benefit__retention-rate > img, .roadbull-case-study-section__container__solution__benefit__retention-rate > img, .roadbull-case-study-section__container__result__benefit__retention-rate > img {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container__about__benefit__retention-rate, .roadbull-case-study-section__container__problem__benefit__retention-rate, .roadbull-case-study-section__container__solution__benefit__retention-rate, .roadbull-case-study-section__container__result__benefit__retention-rate {
    height: 65px;
    padding: 3px 19px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
  }
}
.roadbull-case-study-section__container__about__benefit__retention-rate__title, .roadbull-case-study-section__container__problem__benefit__retention-rate__title, .roadbull-case-study-section__container__solution__benefit__retention-rate__title, .roadbull-case-study-section__container__result__benefit__retention-rate__title {
  width: 218px;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .roadbull-case-study-section__container__about__benefit__retention-rate__title, .roadbull-case-study-section__container__problem__benefit__retention-rate__title, .roadbull-case-study-section__container__solution__benefit__retention-rate__title, .roadbull-case-study-section__container__result__benefit__retention-rate__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .roadbull-case-study-section__container__about__benefit__retention-rate__title, .roadbull-case-study-section__container__problem__benefit__retention-rate__title, .roadbull-case-study-section__container__solution__benefit__retention-rate__title, .roadbull-case-study-section__container__result__benefit__retention-rate__title {
    font-size: 11px;
    line-height: 14px;
  }
}
.kyndle-case-study-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.kyndle-case-study-section__container {
  width: 1120px;
  padding: 100px 60px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .kyndle-case-study-section__container {
    width: 90%;
    padding: 60px 30px;
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .kyndle-case-study-section__container {
    width: 87%;
    padding: 40px 20px;
    gap: 30px;
  }
}
.kyndle-case-study-section__container__close {
  position: absolute;
  right: 32px;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .kyndle-case-study-section__container__close {
    right: 18px;
    top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .kyndle-case-study-section__container__close {
    right: 5px;
    top: 5px;
  }
}
.kyndle-case-study-section__container__close:hover {
  cursor: pointer;
  background: #CD3636;
}
.kyndle-case-study-section__container__close:hover::before, .kyndle-case-study-section__container__close:hover::after {
  background-color: #FFFFFF;
}
.kyndle-case-study-section__container__close:before, .kyndle-case-study-section__container__close:after {
  position: absolute;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #CD3636;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .kyndle-case-study-section__container__close:before, .kyndle-case-study-section__container__close:after {
    width: 2px;
    height: 22px;
  }
}
.kyndle-case-study-section__container__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.kyndle-case-study-section__container__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.kyndle-case-study-section__container__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.kyndle-case-study-section__container__headline__title {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .kyndle-case-study-section__container__headline__title {
    font-size: 35px;
  }
}
.kyndle-case-study-section__container__headline__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.kyndle-case-study-section__container__headline__tag__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  background-color: #000000;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.kyndle-case-study-section__container__headline__tag__name {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
}
.kyndle-case-study-section__container__img-project {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.kyndle-case-study-section__container__img-project::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(51%, rgba(255, 255, 255, 0)), to(rgba(0, 13, 126, 0.3)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 51%, rgba(0, 13, 126, 0.3) 100%);
  background-repeat: "no-repeat";
  background-size: "100%";
}
.kyndle-case-study-section__container__img-project img {
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.kyndle-case-study-section__container__about, .kyndle-case-study-section__container__problem, .kyndle-case-study-section__container__solution, .kyndle-case-study-section__container__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.kyndle-case-study-section__container__about__title, .kyndle-case-study-section__container__problem__title, .kyndle-case-study-section__container__solution__title, .kyndle-case-study-section__container__result__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .kyndle-case-study-section__container__about__title, .kyndle-case-study-section__container__problem__title, .kyndle-case-study-section__container__solution__title, .kyndle-case-study-section__container__result__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.kyndle-case-study-section__container__about__description, .kyndle-case-study-section__container__problem__description, .kyndle-case-study-section__container__solution__description, .kyndle-case-study-section__container__result__description {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .kyndle-case-study-section__container__about__description, .kyndle-case-study-section__container__problem__description, .kyndle-case-study-section__container__solution__description, .kyndle-case-study-section__container__result__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.kyndle-case-study-section__container__solution__partner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
  .kyndle-case-study-section__container__solution__partner {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .kyndle-case-study-section__container__solution__partner > img {
    width: 30%;
  }
}
.kyndle-case-study-section__container__solution__partner__plus-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.kyndle-case-study-section__container__solution__partner__plus-button::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 10px;
  background: #FFFFFF url(/img/case-studies/plus.svg) no-repeat center/cover;
  border: 1px solid #E5E7E8;
}
.efex-case-study-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.efex-case-study-section__container {
  width: 1120px;
  padding: 100px 60px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .efex-case-study-section__container {
    width: 90%;
    padding: 60px 30px;
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .efex-case-study-section__container {
    width: 87%;
    padding: 40px 20px;
    gap: 30px;
  }
}
.efex-case-study-section__container__close {
  position: absolute;
  right: 32px;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .efex-case-study-section__container__close {
    right: 18px;
    top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .efex-case-study-section__container__close {
    right: 5px;
    top: 5px;
  }
}
.efex-case-study-section__container__close:hover {
  cursor: pointer;
  background: #CD3636;
}
.efex-case-study-section__container__close:hover::before, .efex-case-study-section__container__close:hover::after {
  background-color: #FFFFFF;
}
.efex-case-study-section__container__close:before, .efex-case-study-section__container__close:after {
  position: absolute;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #CD3636;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .efex-case-study-section__container__close:before, .efex-case-study-section__container__close:after {
    width: 2px;
    height: 22px;
  }
}
.efex-case-study-section__container__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.efex-case-study-section__container__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.efex-case-study-section__container__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.efex-case-study-section__container__headline__title {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .efex-case-study-section__container__headline__title {
    font-size: 35px;
  }
}
.efex-case-study-section__container__headline__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.efex-case-study-section__container__headline__tag__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  background-color: #000000;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.efex-case-study-section__container__headline__tag__name {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
}
.efex-case-study-section__container__img-project {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.efex-case-study-section__container__img-project::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(51%, rgba(255, 255, 255, 0)), to(rgba(0, 13, 126, 0.3)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 51%, rgba(0, 13, 126, 0.3) 100%);
  background-repeat: "no-repeat";
  background-size: "100%";
}
.efex-case-study-section__container__img-project img {
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.efex-case-study-section__container__about, .efex-case-study-section__container__problem, .efex-case-study-section__container__solution, .efex-case-study-section__container__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.efex-case-study-section__container__about__title, .efex-case-study-section__container__problem__title, .efex-case-study-section__container__solution__title, .efex-case-study-section__container__result__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .efex-case-study-section__container__about__title, .efex-case-study-section__container__problem__title, .efex-case-study-section__container__solution__title, .efex-case-study-section__container__result__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.efex-case-study-section__container__about__description, .efex-case-study-section__container__problem__description, .efex-case-study-section__container__solution__description, .efex-case-study-section__container__result__description {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .efex-case-study-section__container__about__description, .efex-case-study-section__container__problem__description, .efex-case-study-section__container__solution__description, .efex-case-study-section__container__result__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.efex-case-study-section__container__about__benefit, .efex-case-study-section__container__problem__benefit, .efex-case-study-section__container__solution__benefit, .efex-case-study-section__container__result__benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 596px;
  height: 200px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background: #FBF2CB;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .efex-case-study-section__container__about__benefit, .efex-case-study-section__container__problem__benefit, .efex-case-study-section__container__solution__benefit, .efex-case-study-section__container__result__benefit {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .efex-case-study-section__container__about__benefit, .efex-case-study-section__container__problem__benefit, .efex-case-study-section__container__solution__benefit, .efex-case-study-section__container__result__benefit {
    height: 150px;
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .efex-case-study-section__container__about__benefit img, .efex-case-study-section__container__problem__benefit img, .efex-case-study-section__container__solution__benefit img, .efex-case-study-section__container__result__benefit img {
    width: 20%;
  }
}
.efex-case-study-section__container__about__benefit__statistics__number, .efex-case-study-section__container__problem__benefit__statistics__number, .efex-case-study-section__container__solution__benefit__statistics__number, .efex-case-study-section__container__result__benefit__statistics__number {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 120px;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .efex-case-study-section__container__about__benefit__statistics__number, .efex-case-study-section__container__problem__benefit__statistics__number, .efex-case-study-section__container__solution__benefit__statistics__number, .efex-case-study-section__container__result__benefit__statistics__number {
    font-size: 48px;
    line-height: 60px;
  }
}
.efex-case-study-section__container__about__benefit__statistics__title, .efex-case-study-section__container__problem__benefit__statistics__title, .efex-case-study-section__container__solution__benefit__statistics__title, .efex-case-study-section__container__result__benefit__statistics__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .efex-case-study-section__container__about__benefit__statistics__title, .efex-case-study-section__container__problem__benefit__statistics__title, .efex-case-study-section__container__solution__benefit__statistics__title, .efex-case-study-section__container__result__benefit__statistics__title {
    font-size: 12px;
    line-height: 16px;
  }
}
.sticky-note-problem-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .sticky-note-problem-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .sticky-note-problem-section__middle--arrow {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .sticky-note-problem-section__middle--arrow-down {
    display: none;
  }
}
.sticky-note-problem-section__left, .sticky-note-problem-section__right {
  width: 325px;
  height: 264px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 22px;
          border-radius: 22px;
  padding: 30px;
}
@media screen and (max-width: 576px) {
  .sticky-note-problem-section__left, .sticky-note-problem-section__right {
    width: 100%;
    height: auto;
  }
}
.sticky-note-problem-section__left__title, .sticky-note-problem-section__right__title {
  color: #383F45;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
.sticky-note-problem-section__left__description, .sticky-note-problem-section__right__description {
  color: #383F45;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
}
.sticky-note-problem-section__left {
  background: #FAC7C7;
}
.sticky-note-problem-section__right {
  background: #FDE57E;
}

.sticky-note-solution-sample-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media screen and (max-width: 1200px) {
  .sticky-note-solution-sample-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sticky-note-solution-sample-a__plus-button--1, .sticky-note-solution-sample-a__plus-button--2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky-note-solution-sample-a__plus-button--1::after, .sticky-note-solution-sample-a__plus-button--2::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 10px;
  background: #FFFFFF url(/img/case-studies/plus.svg) no-repeat center/cover;
  border: 1px solid #E5E7E8;
}
.sticky-note-solution-sample-a__plus-button--1 {
  z-index: 5;
}
.sticky-note-solution-sample-a__plus-button--2 {
  z-index: 3;
}
.sticky-note-solution-sample-a__left, .sticky-note-solution-sample-a__middle, .sticky-note-solution-sample-a__right {
  padding: 30px 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
}
.sticky-note-solution-sample-a__left__title, .sticky-note-solution-sample-a__middle__title, .sticky-note-solution-sample-a__right__title {
  color: #383F45;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
.sticky-note-solution-sample-a__left {
  width: 261px;
  height: 226px;
  background: #FDE57E;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-a__left {
    width: 90%;
  }
}
.sticky-note-solution-sample-a__middle {
  width: 261px;
  height: 226px;
  background: #FFD16A;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
  z-index: 4;
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-a__middle {
    width: 90%;
  }
}
.sticky-note-solution-sample-a__right {
  width: 261px;
  height: 194px;
  background: #B8F1D2;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-a__right {
    width: 90%;
  }
}

.sticky-note-solution-sample-b {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b {
    gap: 40px;
  }
}
@media screen and (max-width: 389px) {
  .sticky-note-solution-sample-b {
    gap: 20px;
  }
}
.sticky-note-solution-sample-b__title {
  color: #383F45;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__title {
    font-size: 9px;
    line-height: 12px;
  }
}
.sticky-note-solution-sample-b__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 389px) {
  .sticky-note-solution-sample-b__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sticky-note-solution-sample-b__top__left, .sticky-note-solution-sample-b__top__middle, .sticky-note-solution-sample-b__top__right {
  padding: 30px 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__top__left, .sticky-note-solution-sample-b__top__middle, .sticky-note-solution-sample-b__top__right {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__top__left, .sticky-note-solution-sample-b__top__middle, .sticky-note-solution-sample-b__top__right {
    -webkit-border-radius: 8px;
            border-radius: 8px;
    padding: 8px;
  }
}
.sticky-note-solution-sample-b__top__left {
  width: 261px;
  height: 258px;
  background: #FFD16A;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__top__left {
    width: 230px;
    height: 170px;
  }
}
@media screen and (max-width: 876px) {
  .sticky-note-solution-sample-b__top__left {
    width: 160px;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__top__left {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 389px) {
  .sticky-note-solution-sample-b__top__left {
    width: 120px;
    height: 80px;
  }
}
@media screen and (max-width: 320px) {
  .sticky-note-solution-sample-b__top__left {
    width: 110px;
  }
}
.sticky-note-solution-sample-b__top__middle {
  width: 261px;
  height: 226px;
  background: #FAC7C7;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
  z-index: 9;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__top__middle {
    width: 200px;
    height: 150px;
  }
}
@media screen and (max-width: 876px) {
  .sticky-note-solution-sample-b__top__middle {
    width: 160px;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__top__middle {
    width: 100px;
    height: 85px;
  }
}
@media screen and (max-width: 389px) {
  .sticky-note-solution-sample-b__top__middle {
    width: 120px;
    height: 65px;
  }
}
@media screen and (max-width: 320px) {
  .sticky-note-solution-sample-b__top__middle {
    width: 110px;
  }
}
.sticky-note-solution-sample-b__top__right {
  width: 261px;
  height: 258px;
  background: #B8F1D2;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 8;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__top__right {
    width: 230px;
    height: 170px;
  }
}
@media screen and (max-width: 876px) {
  .sticky-note-solution-sample-b__top__right {
    width: 160px;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__top__right {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 389px) {
  .sticky-note-solution-sample-b__top__right {
    width: 120px;
    height: 80px;
  }
}
@media screen and (max-width: 320px) {
  .sticky-note-solution-sample-b__top__right {
    width: 110px;
  }
}
.sticky-note-solution-sample-b__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__bottom {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 389px) {
  .sticky-note-solution-sample-b__bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sticky-note-solution-sample-b__bottom__left, .sticky-note-solution-sample-b__bottom__middle, .sticky-note-solution-sample-b__bottom__right {
  padding: 30px 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__bottom__left, .sticky-note-solution-sample-b__bottom__middle, .sticky-note-solution-sample-b__bottom__right {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__bottom__left, .sticky-note-solution-sample-b__bottom__middle, .sticky-note-solution-sample-b__bottom__right {
    -webkit-border-radius: 8px;
            border-radius: 8px;
    padding: 8px;
  }
}
.sticky-note-solution-sample-b__bottom__left {
  width: 261px;
  height: 226px;
  background: #FDE9E9;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__bottom__left {
    width: 230px;
    height: 190px;
  }
}
@media screen and (max-width: 876px) {
  .sticky-note-solution-sample-b__bottom__left {
    width: 160px;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__bottom__left {
    width: 100px;
    height: 85px;
  }
}
@media screen and (max-width: 389px) {
  .sticky-note-solution-sample-b__bottom__left {
    width: 120px;
    height: 80px;
  }
}
@media screen and (max-width: 320px) {
  .sticky-note-solution-sample-b__bottom__left {
    width: 110px;
  }
}
.sticky-note-solution-sample-b__bottom__middle {
  width: 261px;
  height: 194px;
  background: #8EE4BA;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
  z-index: 9;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__bottom__middle {
    width: 230px;
    height: 160px;
  }
}
@media screen and (max-width: 876px) {
  .sticky-note-solution-sample-b__bottom__middle {
    width: 160px;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__bottom__middle {
    width: 100px;
    height: 75px;
  }
}
@media screen and (max-width: 389px) {
  .sticky-note-solution-sample-b__bottom__middle {
    width: 120px;
    height: 80px;
  }
}
@media screen and (max-width: 320px) {
  .sticky-note-solution-sample-b__bottom__middle {
    width: 110px;
  }
}
.sticky-note-solution-sample-b__bottom__right {
  width: 261px;
  height: 290px;
  background: #FBF2CB;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 8;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-b__bottom__right {
    width: 230px;
    height: 210px;
  }
}
@media screen and (max-width: 876px) {
  .sticky-note-solution-sample-b__bottom__right {
    width: 160px;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-b__bottom__right {
    width: 100px;
    height: 110px;
  }
}
@media screen and (max-width: 389px) {
  .sticky-note-solution-sample-b__bottom__right {
    width: 120px;
    height: 80px;
  }
}
@media screen and (max-width: 320px) {
  .sticky-note-solution-sample-b__bottom__right {
    width: 110px;
  }
}

.sticky-note-solution-sample-c {
  height: 550px;
}
@media screen and (max-width: 768px) {
  .sticky-note-solution-sample-c {
    height: 500px;
  }
}
@media screen and (max-width: 625px) {
  .sticky-note-solution-sample-c {
    height: 190px;
  }
}
.sticky-note-solution-sample-c__title {
  color: #383F45;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .sticky-note-solution-sample-c__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sticky-note-solution-sample-c__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 720px) {
  .sticky-note-solution-sample-c__title {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 625px) {
  .sticky-note-solution-sample-c__title {
    font-size: 9px;
    line-height: 12px;
  }
}
.sticky-note-solution-sample-c__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sticky-note-solution-sample-c__top__left, .sticky-note-solution-sample-c__top__middle, .sticky-note-solution-sample-c__top__right {
  padding: 30px 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 625px) {
  .sticky-note-solution-sample-c__top__left, .sticky-note-solution-sample-c__top__middle, .sticky-note-solution-sample-c__top__right {
    padding: 11px 8px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
  }
}
.sticky-note-solution-sample-c__top__left {
  width: 261px;
  height: 298px;
  background: #FFD16A;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sticky-note-solution-sample-c__top__left {
    height: 290px;
  }
}
@media screen and (max-width: 625px) {
  .sticky-note-solution-sample-c__top__left {
    width: 98px;
    height: 113px;
  }
}
.sticky-note-solution-sample-c__top__left__title {
  color: #383F45;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
@media screen and (max-width: 786px) {
  .sticky-note-solution-sample-c__top__left__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  .sticky-note-solution-sample-c__top__left__title {
    font-size: 13px;
    line-height: 25px;
  }
}
@media screen and (max-width: 625px) {
  .sticky-note-solution-sample-c__top__left__title {
    font-size: 7px;
    line-height: 11px;
  }
}
.sticky-note-solution-sample-c__top__middle {
  width: 261px;
  height: 226px;
  background: #FAC7C7;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .sticky-note-solution-sample-c__top__middle {
    height: 180px;
  }
}
@media screen and (max-width: 625px) {
  .sticky-note-solution-sample-c__top__middle {
    width: 98px;
    height: 86px;
  }
}
.sticky-note-solution-sample-c__top__right {
  width: 261px;
  height: 226px;
  background: #B8F1D2;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .sticky-note-solution-sample-c__top__right {
    height: 180px;
  }
}
@media screen and (max-width: 625px) {
  .sticky-note-solution-sample-c__top__right {
    width: 98px;
    height: 86px;
  }
}
.sticky-note-solution-sample-c__bottom {
  position: relative;
  top: -80px;
  z-index: 11;
}
@media screen and (max-width: 625px) {
  .sticky-note-solution-sample-c__bottom {
    top: -30px;
  }
}
.sticky-note-solution-sample-c__bottom__container {
  width: 445px;
  height: 290px;
  background: #FDE9E9;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  padding: 30px 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
@media screen and (max-width: 786px) {
  .sticky-note-solution-sample-c__bottom__container {
    height: 270px;
  }
}
@media screen and (max-width: 625px) {
  .sticky-note-solution-sample-c__bottom__container {
    width: 168px;
    height: 110px;
  }
}

.sticky-note-solution-sample-d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .sticky-note-solution-sample-d {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-d {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 340px) {
  .sticky-note-solution-sample-d {
    row-gap: 10px;
  }
}
@media screen and (min-width: 340px) and (max-width: 1200px) {
  .sticky-note-solution-sample-d__arrow-short-2 {
    display: none;
  }
}
.sticky-note-solution-sample-d__container-1, .sticky-note-solution-sample-d__container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 340px) {
  .sticky-note-solution-sample-d__container-1, .sticky-note-solution-sample-d__container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sticky-note-solution-sample-d__arrow-short-2 {
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-d__arrow-short-1, .sticky-note-solution-sample-d__arrow-short-2, .sticky-note-solution-sample-d__arrow-short-3 {
    width: 10%;
  }
}
@media screen and (max-width: 340px) {
  .sticky-note-solution-sample-d__arrow-short-1, .sticky-note-solution-sample-d__arrow-short-2, .sticky-note-solution-sample-d__arrow-short-3 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sticky-note-solution-sample-d__step-1, .sticky-note-solution-sample-d__step-2, .sticky-note-solution-sample-d__step-3, .sticky-note-solution-sample-d__step-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  padding: 30px 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-d__step-1, .sticky-note-solution-sample-d__step-2, .sticky-note-solution-sample-d__step-3, .sticky-note-solution-sample-d__step-4 {
    gap: 11px;
    padding: 18px;
    -webkit-border-radius: 13px;
            border-radius: 13px;
  }
}
.sticky-note-solution-sample-d__title {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-d__title {
    font-size: 11px;
    line-height: 17px;
  }
}
.sticky-note-solution-sample-d__description {
  color: #383F45;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-d__description {
    font-size: 11px;
    line-height: 17px;
  }
}
@media screen and (max-width: 340px) {
  .sticky-note-solution-sample-d__description {
    width: 100%;
  }
}
.sticky-note-solution-sample-d__step-1 {
  width: 226px;
  height: 220px;
  background: #FDE9E9;
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-d__step-1 {
    width: 134px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 340px) {
  .sticky-note-solution-sample-d__step-1 {
    width: 100%;
  }
}
.sticky-note-solution-sample-d__step-2 {
  width: 192px;
  height: 220px;
  background: #8EE4BA;
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-d__step-2 {
    width: 114px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 340px) {
  .sticky-note-solution-sample-d__step-2 {
    width: 100%;
  }
}
.sticky-note-solution-sample-d__step-3 {
  width: 174px;
  height: 226px;
  background: #FDE57E;
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-d__step-3 {
    width: 103px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 340px) {
  .sticky-note-solution-sample-d__step-3 {
    width: 100%;
  }
}
.sticky-note-solution-sample-d__step-4 {
  width: 213px;
  height: 226px;
  background: #FBF2CB;
}
@media screen and (max-width: 576px) {
  .sticky-note-solution-sample-d__step-4 {
    width: 116px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 340px) {
  .sticky-note-solution-sample-d__step-4 {
    width: 100%;
  }
}

.testimonial-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .testimonial-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .testimonial-section {
    width: 87%;
    padding: 20px 0;
  }
}
.testimonial-section__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 230px;
}
@media screen and (max-width: 1200px) {
  .testimonial-section__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .testimonial-section__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.testimonial-section__item__client {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .testimonial-section__item__client {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .testimonial-section__item__client {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.testimonial-section__item__client__avatar {
  -webkit-border-radius: 150px;
          border-radius: 150px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 0 100vw white;
          box-shadow: inset 0 100vw white;
  border: 3px solid transparent;
  padding: 7px;
  margin-bottom: 10px;
}
.testimonial-section__item__client__name {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
.testimonial-section__item__client__position {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}
.testimonial-section__item__comment {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .testimonial-section__item__comment {
    width: 100%;
  }
}
.testimonial-section__item__comment__hightlight {
  color: #596066;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}
.testimonial-section__item__comment__text {
  color: #596066;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.testimonial-section__progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.testimonial-section__progress__indicator {
  position: relative;
  width: 990px;
  height: 4px;
  background-color: #F6F7F9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 20px 0;
}
.testimonial-section__progress__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.testimonial-section__progress__btn__prev, .testimonial-section__progress__btn__next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial-section__progress__btn__prev {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px;
  border: 1px solid transparent;
  outline: none;
  background-color: #1414BE;
}
.testimonial-section__progress__btn__next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0 10px 10px 0;
          border-radius: 0 10px 10px 0;
  border: 1px solid #1414BE;
  outline: none;
  background-color: #FFFFFF;
}
.testimonial-section__progress__btn__next path {
  stroke: #1414BE;
}

.certified-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .certified-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .certified-section {
    width: 87%;
    padding: 20px 0;
  }
}
.certified-section__slider {
  margin-top: 10px;
}
.certified-section__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.certified-section__slider .slick-slide {
  width: 100% !important;
}
.certified-section__slider__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.certified-section__slider__item__image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .certified-section__slider__item__image {
    max-width: 50px;
  }
}
.certified-section__slider__item__image[alt="AWS certified"] {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .certified-section__slider__item__image[alt="AWS certified"] {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    max-width: 100px;
  }
}

.technical-stack-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .technical-stack-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .technical-stack-section {
    width: 87%;
    padding: 20px 0;
  }
}
.technical-stack-section__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #B9E119;
}
@media screen and (max-width: 576px) {
  .technical-stack-section__title {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
}
.technical-stack-section__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .technical-stack-section__container {
    display: none;
  }
}
.technical-stack-section__container--mobile {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .technical-stack-section__container--mobile {
    display: none !important;
  }
}
.technical-stack-section__container--mobile__title {
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#1414BE), to(#00CFFF));
  background-image: linear-gradient(270deg, #1414BE 0%, #00CFFF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.technical-stack-section__container--mobile__front-end, .technical-stack-section__container--mobile__back-end, .technical-stack-section__container--mobile__databases, .technical-stack-section__container--mobile__deployment {
  width: 290px;
  height: 450px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border: 2px solid transparent;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  padding: 20px;
}
.technical-stack-section__container--mobile__front-end__logo-technical, .technical-stack-section__container--mobile__back-end__logo-technical, .technical-stack-section__container--mobile__deployment__logo-technical {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 20px;
}
.technical-stack-section__container--mobile__databases__logo-technical {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 20px;
}
.technical-stack-section__container--mobile__databases__logo-technical img:nth-child(3), .technical-stack-section__container--mobile__databases__logo-technical img:nth-child(6) {
  grid-column: span 2;
}
.technical-stack-section__container--mobile__databases__logo-technical img:nth-child(6) {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.technical-stack-section__container--mobile__deployment {
  padding: 20px;
}
.technical-stack-section__container--mobile__deployment__logo-technical {
  gap: 30px;
}
.technical-stack-section__container__title {
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#1414BE), to(#00CFFF));
  background-image: linear-gradient(270deg, #1414BE 0%, #00CFFF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
}
.technical-stack-section__container__front-end, .technical-stack-section__container__back-end, .technical-stack-section__container__databases, .technical-stack-section__container__deployment {
  width: 290px;
  height: 450px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border: 2px solid transparent;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .technical-stack-section__container__front-end, .technical-stack-section__container__back-end, .technical-stack-section__container__databases, .technical-stack-section__container__deployment {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.technical-stack-section__container__front-end__logo-technical, .technical-stack-section__container__back-end__logo-technical, .technical-stack-section__container__deployment__logo-technical {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 20px;
}
.technical-stack-section__container__databases__logo-technical {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 20px;
}
.technical-stack-section__container__databases__logo-technical img:nth-child(3), .technical-stack-section__container__databases__logo-technical img:nth-child(6) {
  grid-column: span 2;
}
.technical-stack-section__container__databases__logo-technical img:nth-child(6) {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.technical-stack-section__container__deployment {
  padding: 20px;
}
.technical-stack-section__container__deployment__logo-technical {
  gap: 30px;
}
.technical-stack-section .slick-list {
  margin: 0 -10px;
}
.technical-stack-section .slick-slide {
  padding: 10px;
}

.engagement-model-section {
  width: 1134px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .engagement-model-section {
    display: none;
  }
}
.engagement-model-section__title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #B9E119;
}
@media screen and (max-width: 576px) {
  .engagement-model-section__title {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
}
.engagement-model-section__table {
  width: 100%;
}
.engagement-model-section__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 14px;
}
.engagement-model-section__table thead tr th:first-child {
  width: 220px;
}
.engagement-model-section__table thead tr th {
  width: 300px;
  height: 75px;
  position: relative;
}
.engagement-model-section__table thead tr th div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  position: absolute;
  top: -40px;
  left: 0;
}
.engagement-model-section__table thead tr th h3 {
  color: #001955;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
}
.engagement-model-section__table thead tr th:last-child h3 {
  width: 100px;
}
.engagement-model-section__table thead tr th:not(:first-child) {
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border: 2px solid transparent;
  -webkit-border-top-left-radius: 40px;
          border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
          border-top-right-radius: 40px;
}
.engagement-model-section__table tbody tr td:first-child {
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border: 2px solid transparent;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 20px 25px;
  text-align: center;
}
.engagement-model-section__table tbody tr td:first-child span {
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#1414BE), to(#00CFFF));
  background-image: linear-gradient(270deg, #1414BE 0%, #00CFFF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.engagement-model-section__table tbody tr td:not(:first-child) {
  color: #001759;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18.15px;
  font-weight: 500;
  line-height: 22.12px;
  text-align: center;
}
.engagement-model-section__table tbody tr:not(:nth-child(odd)) td:not(:first-child) {
  background-color: rgba(0, 210, 255, 0.1);
}
.engagement-model-section__table__note {
  color: #001759;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18.15px;
  font-style: italic;
  font-weight: 500;
  line-height: 22.12px;
  text-align: right;
  -webkit-transform: translateX(-14px);
      -ms-transform: translateX(-14px);
          transform: translateX(-14px);
}

/******************** ENGAGEMENT MODEL SECTION MOBILE ********************/
.engagement-model-section--mobile {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .engagement-model-section--mobile {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .engagement-model-section--mobile {
    width: 87%;
    padding: 20px 0;
  }
}
.engagement-model-section--mobile__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.engagement-model-section--mobile__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #B9E119;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .engagement-model-section--mobile__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.engagement-model-section--mobile__cards-item {
  width: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw #1414BE;
          box-shadow: inset 100vh 100vw #1414BE;
  border: 2px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .engagement-model-section--mobile__cards-item {
    width: 100%;
  }
}
.engagement-model-section--mobile__cards-item__title {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.engagement-model-section--mobile__cards-item__title::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/img/our-services/plus.svg) no-repeat center;
}
.engagement-model-section--mobile__cards-item__table {
  width: 380px;
  min-height: 0;
  height: 0;
  opacity: 0;
  border-collapse: separate;
  border-spacing: 0;
  visibility: collapse;
}
@media screen and (max-width: 576px) {
  .engagement-model-section--mobile__cards-item__table {
    width: 100%;
  }
}
.engagement-model-section--mobile__cards-item__table tbody tr th:first-child {
  width: 140px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border: 2px solid transparent;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 20px 0;
  text-align: center;
}
.engagement-model-section--mobile__cards-item__table tbody tr th:first-child span {
  width: 100%;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#1414BE), to(#00CFFF));
  background-image: linear-gradient(270deg, #1414BE 0%, #00CFFF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}
.engagement-model-section--mobile__cards-item__table tbody tr td:not(:first-child) {
  color: #001759;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: center;
}
.engagement-model-section--mobile__cards-item__table tbody tr:not(:nth-child(odd)) td:not(:first-child) {
  background-color: rgba(0, 210, 255, 0.1);
}
.engagement-model-section--mobile__cards-item__table--active {
  opacity: 1;
  visibility: visible;
  border-spacing: 12px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.logo-brands-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .logo-brands-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .logo-brands-section {
    width: 87%;
    padding: 20px 0;
  }
}
.logo-brands-section__slider {
  margin-top: 10px;
}
.logo-brands-section__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-brands-section__slider .slick-slide {
  margin: 0 50px;
}
.logo-brands-section__slider__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.logo-brands-section__slider__item__image {
  max-width: 120px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .logo-brands-section__slider__item__image {
    max-width: 100px;
    height: auto;
  }
}

.hero-section-home {
  background: #001955 no-repeat center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  height: 720px;
}
@media screen and (max-width: 992px) {
  .hero-section-home {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-home {
    height: 200px;
  }
}
.hero-section-home__left-image, .hero-section-home__right-image {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 60px;
}
.hero-section-home__left-image img, .hero-section-home__right-image img {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .hero-section-home__left-image img, .hero-section-home__right-image img {
    width: 334px;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-home__left-image img, .hero-section-home__right-image img {
    width: 200px;
  }
}
.hero-section-home__left-image {
  left: 0;
}
@media screen and (max-width: 1600px) {
  .hero-section-home__left-image {
    -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
@media screen and (max-width: 1200px) {
  .hero-section-home__left-image {
    -webkit-transform: translateX(-125px);
        -ms-transform: translateX(-125px);
            transform: translateX(-125px);
  }
}
@media screen and (max-width: 992px) {
  .hero-section-home__left-image {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-145px);
        -ms-transform: translateX(-145px);
            transform: translateX(-145px);
  }
}
@media screen and (max-width: 576px) {
  .hero-section-home__left-image {
    -webkit-transform: translateX(-90px);
        -ms-transform: translateX(-90px);
            transform: translateX(-90px);
  }
}
.hero-section-home__right-image {
  right: 0;
}
@media screen and (max-width: 1600px) {
  .hero-section-home__right-image {
    -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@media screen and (max-width: 1200px) {
  .hero-section-home__right-image {
    -webkit-transform: translateX(125px);
        -ms-transform: translateX(125px);
            transform: translateX(125px);
  }
}
@media screen and (max-width: 992px) {
  .hero-section-home__right-image {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(145px);
        -ms-transform: translateX(145px);
            transform: translateX(145px);
  }
}
@media screen and (max-width: 576px) {
  .hero-section-home__right-image {
    -webkit-transform: translateX(90px);
        -ms-transform: translateX(90px);
            transform: translateX(90px);
  }
}
.hero-section-home__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  z-index: 10;
}
.hero-section-home__container__title {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .hero-section-home__container__title {
    width: 90%;
  }
}
.hero-section-home__container__title {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 68.2px;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .hero-section-home__container__title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-home__container__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.hero-section-home__container__description {
  width: 690px;
  color: #F6F7F9;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .hero-section-home__container__description {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-home__container__description {
    width: 70%;
    font-size: 12px;
    line-height: 18px;
  }
}
.hero-section-home__container__cards {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .hero-section-home__container__cards {
    visibility: hidden;
    padding-top: 0;
    height: 0;
  }
}
.hero-section-home__container__cards__item {
  width: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  cursor: default;
}
.hero-section-home__container__cards__item .UserStarSVG .user_star_rect, .hero-section-home__container__cards__item .UserStarSVG .user_star_path_1, .hero-section-home__container__cards__item .UserStarSVG .user_star_path_2, .hero-section-home__container__cards__item .UserStarSVG .user_star_path_3 {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hero-section-home__container__cards__item .UserStarSVG .user_star_rect_hover, .hero-section-home__container__cards__item .UserStarSVG .user_star_path_1_hover, .hero-section-home__container__cards__item .UserStarSVG .user_star_path_2_hover, .hero-section-home__container__cards__item .UserStarSVG .user_star_path_3_hover {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hero-section-home__container__cards__item .InvoiceSVG .invoice_rect, .hero-section-home__container__cards__item .InvoiceSVG .invoice_path_1, .hero-section-home__container__cards__item .InvoiceSVG .invoice_path_2, .hero-section-home__container__cards__item .InvoiceSVG .invoice_path_3 {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hero-section-home__container__cards__item .InvoiceSVG .invoice_rect_hover, .hero-section-home__container__cards__item .InvoiceSVG .invoice_path_1_hover, .hero-section-home__container__cards__item .InvoiceSVG .invoice_path_2_hover, .hero-section-home__container__cards__item .InvoiceSVG .invoice_path_3_hover {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hero-section-home__container__cards__item .UsersGroupSVG .users_group_rect, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_1, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_2, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_3, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_4, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_5, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_6 {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hero-section-home__container__cards__item .UsersGroupSVG .users_group_rect_hover, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_1_hover, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_2_hover, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_3_hover, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_4_hover, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_5_hover, .hero-section-home__container__cards__item .UsersGroupSVG .users_group_path_6_hover {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hero-section-home__container__cards__item:hover .UserStarSVG .user_star_rect, .hero-section-home__container__cards__item:hover .UserStarSVG .user_star_path_1, .hero-section-home__container__cards__item:hover .UserStarSVG .user_star_path_2, .hero-section-home__container__cards__item:hover .UserStarSVG .user_star_path_3 {
  opacity: 0;
}
.hero-section-home__container__cards__item:hover .UserStarSVG .user_star_rect_hover, .hero-section-home__container__cards__item:hover .UserStarSVG .user_star_path_1_hover, .hero-section-home__container__cards__item:hover .UserStarSVG .user_star_path_3_hover {
  opacity: 1;
}
.hero-section-home__container__cards__item:hover .UserStarSVG .user_star_path_2_hover {
  opacity: 0.4;
}
.hero-section-home__container__cards__item:hover .InvoiceSVG .invoice_rect, .hero-section-home__container__cards__item:hover .InvoiceSVG .invoice_path_1, .hero-section-home__container__cards__item:hover .InvoiceSVG .invoice_path_3 {
  opacity: 0;
}
.hero-section-home__container__cards__item:hover .InvoiceSVG .invoice_rect_hover, .hero-section-home__container__cards__item:hover .InvoiceSVG .invoice_path_2_hover, .hero-section-home__container__cards__item:hover .InvoiceSVG .invoice_path_3_hover {
  opacity: 1;
}
.hero-section-home__container__cards__item:hover .InvoiceSVG .invoice_path_1_hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_rect, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_1, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_2, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_3, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_4, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_5, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_6 {
  opacity: 0;
}
.hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_rect_hover, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_2_hover, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_4_hover, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_6_hover {
  opacity: 1;
}
.hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_1_hover, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_3_hover, .hero-section-home__container__cards__item:hover .UsersGroupSVG .users_group_path_5_hover {
  opacity: 0.4;
}
.hero-section-home__container__cards__item:hover .hero-section-home__container__cards__item__title {
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (max-width: 576px) {
  .hero-section-home__container__cards__item {
    width: 164px;
    padding: 11px;
  }
}
@media screen and (max-width: 389px) {
  .hero-section-home__container__cards__item {
    width: 150px;
    padding: 11px 8px;
  }
}
.hero-section-home__container__cards__item__title {
  color: #FAFAFA;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .hero-section-home__container__cards__item__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.hero-section-home__container__cards__item__description {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .hero-section-home__container__cards__item__description {
    font-size: 9px;
    line-height: 12px;
  }
}

.about-us-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .about-us-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .about-us-section {
    width: 87%;
    padding: 20px 0;
  }
}
.about-us-section__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-text-decoration: underline #B9E119;
          text-decoration: underline #B9E119;
  text-underline-offset: 10px;
}
@media screen and (max-width: 576px) {
  .about-us-section__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.about-us-section__title-index {
  padding: 0 20px;
  -webkit-border-radius: 56px;
          border-radius: 56px;
  background-color: #B9E119;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .about-us-section__title-index {
    font-size: 12px;
    line-height: 18px;
  }
}
.about-us-section__description-1 {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .about-us-section__description-1 {
    font-size: 12px;
    line-height: 18px;
  }
}
.about-us-section__description-2 {
  width: 580px;
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding: 20px 0;
  margin-left: 60px;
}
@media screen and (max-width: 1200px) {
  .about-us-section__description-2 {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .about-us-section__description-2 {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }
}
.about-us-section__description-2 span {
  color: #1414BE;
}
.about-us-section__solution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .about-us-section__solution__img {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .about-us-section__solution__img {
    width: 97px;
    height: 108px;
  }
}
.about-us-section__solution__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.about-us-section__solution__content__desc-1 {
  width: 643px;
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .about-us-section__solution__content__desc-1 {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .about-us-section__solution__content__desc-1 {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
}
.about-us-section__solution__content__desc-1 span {
  font-weight: 700;
}
.about-us-section__solution__content__desc-2 {
  width: 583px;
  margin-left: 60px;
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about-us-section__solution__content__desc-2 {
    width: 100%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .about-us-section__solution__content__desc-2 {
    width: 90%;
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
}
.about-us-section__solution__content__desc-2 span {
  font-weight: 700;
}
.about-us-section__solution__content__desc-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 3px;
  height: 100%;
  background-color: #00CFFF;
}
.about-us-section__solution__content__btn--desktop, .about-us-section__solution__content__btn--mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0 0 50px;
}
@media screen and (max-width: 1200px) {
  .about-us-section__solution__content__btn--desktop {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .about-us-section__solution__content__btn--mobile {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .about-us-section__solution__content__btn--mobile {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .about-us-section__solution__content__btn--mobile {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 420px) {
  .about-us-section__solution__content__btn--mobile {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
.about-us-section__solution__content__btn__our-work {
  height: auto;
  padding: 10px 18px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #1414BE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .about-us-section__solution__content__btn__our-work {
    padding: 9px 16px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 389px) {
  .about-us-section__solution__content__btn__our-work {
    padding: 7px 13px;
    gap: 4px;
  }
}
.about-us-section__solution__content__btn__our-work:hover {
  color: #FFFFFF;
}
.about-us-section__solution__content__btn__our-work::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/img/arrow-right-white.svg") no-repeat center/contain;
}
@media screen and (max-width: 576px) {
  .about-us-section__solution__content__btn__our-work::after {
    width: 16.5px;
    height: 16.5px;
  }
}
.about-us-section__solution__content__btn__case-study {
  height: auto;
  padding: 10px 18px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .about-us-section__solution__content__btn__case-study {
    padding: 9px 16px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 389px) {
  .about-us-section__solution__content__btn__case-study {
    padding: 7px 13px;
    gap: 4px;
  }
}
.about-us-section__solution__content__btn__case-study:hover {
  color: #000000;
}
.about-us-section__solution__content__btn__case-study::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/img/arrow-right-black.svg") no-repeat center/contain;
}
@media screen and (max-width: 576px) {
  .about-us-section__solution__content__btn__case-study::after {
    width: 16.5px;
    height: 16.5px;
  }
}

.core-value-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .core-value-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .core-value-section {
    width: 87%;
    padding: 20px 0;
  }
}
.core-value-section__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  border-bottom: 3px solid #B9E119;
}
@media screen and (max-width: 576px) {
  .core-value-section__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 390px) {
  .core-value-section__title {
    width: 70%;
  }
}
@media screen and (max-width: 320px) {
  .core-value-section__title {
    width: 90%;
  }
}
.core-value-section__title-index {
  padding: 0 20px;
  -webkit-border-radius: 56px;
          border-radius: 56px;
  background-color: #B9E119;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .core-value-section__title-index {
    font-size: 12px;
    line-height: 18px;
  }
}
.core-value-section__description-1 {
  width: 720px;
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .core-value-section__description-1 {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .core-value-section__description-1 {
    font-size: 12px;
    line-height: 18px;
  }
}
.core-value-section__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .core-value-section__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 389px) {
  .core-value-section__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.core-value-section__cards__item {
  width: 258px;
  height: 238px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  background-image: -webkit-gradient(linear, right top, left top, from(#1414BE), to(#00CFFF));
  background-image: linear-gradient(270deg, #1414BE 0%, #00CFFF 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border: 2px solid transparent;
  cursor: default;
}
.core-value-section__cards__item .UserStarSVG .user_star_rect, .core-value-section__cards__item .UserStarSVG .user_star_path_1, .core-value-section__cards__item .UserStarSVG .user_star_path_2, .core-value-section__cards__item .UserStarSVG .user_star_path_3 {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.core-value-section__cards__item .UserStarSVG .user_star_rect_hover, .core-value-section__cards__item .UserStarSVG .user_star_path_1_hover, .core-value-section__cards__item .UserStarSVG .user_star_path_2_hover, .core-value-section__cards__item .UserStarSVG .user_star_path_3_hover {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.core-value-section__cards__item .InvoiceSVG .invoice_rect, .core-value-section__cards__item .InvoiceSVG .invoice_path_1, .core-value-section__cards__item .InvoiceSVG .invoice_path_2, .core-value-section__cards__item .InvoiceSVG .invoice_path_3 {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.core-value-section__cards__item .InvoiceSVG .invoice_rect_hover, .core-value-section__cards__item .InvoiceSVG .invoice_path_1_hover, .core-value-section__cards__item .InvoiceSVG .invoice_path_2_hover, .core-value-section__cards__item .InvoiceSVG .invoice_path_3_hover {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.core-value-section__cards__item .UserTagSVG .user_tag_rect, .core-value-section__cards__item .UserTagSVG .user_tag_path_1, .core-value-section__cards__item .UserTagSVG .user_tag_path_2 {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.core-value-section__cards__item .UserTagSVG .user_tag_rect_hover, .core-value-section__cards__item .UserTagSVG .user_tag_path_1_hover, .core-value-section__cards__item .UserTagSVG .user_tag_path_2_hover {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.core-value-section__cards__item .LikeTagSVG .like_tag_rect, .core-value-section__cards__item .LikeTagSVG .like_tag_path_1, .core-value-section__cards__item .LikeTagSVG .like_tag_path_2 {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.core-value-section__cards__item .LikeTagSVG .like_tag_rect_hover, .core-value-section__cards__item .LikeTagSVG .like_tag_path_1_hover, .core-value-section__cards__item .LikeTagSVG .like_tag_path_2_hover {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .core-value-section__cards__item {
    width: 166px;
    height: 204px;
    padding: 10px;
  }
}
@media screen and (max-width: 389px) {
  .core-value-section__cards__item {
    width: 186px;
  }
}
.core-value-section__cards__item:hover .UserStarSVG .user_star_rect, .core-value-section__cards__item:hover .UserStarSVG .user_star_path_1, .core-value-section__cards__item:hover .UserStarSVG .user_star_path_2, .core-value-section__cards__item:hover .UserStarSVG .user_star_path_3 {
  opacity: 0;
}
.core-value-section__cards__item:hover .UserStarSVG .user_star_rect_hover, .core-value-section__cards__item:hover .UserStarSVG .user_star_path_1_hover, .core-value-section__cards__item:hover .UserStarSVG .user_star_path_3_hover {
  opacity: 1;
}
.core-value-section__cards__item:hover .UserStarSVG .user_star_path_2_hover {
  opacity: 0.4;
}
.core-value-section__cards__item:hover .InvoiceSVG .invoice_rect, .core-value-section__cards__item:hover .InvoiceSVG .invoice_path_1, .core-value-section__cards__item:hover .InvoiceSVG .invoice_path_3 {
  opacity: 0;
}
.core-value-section__cards__item:hover .InvoiceSVG .invoice_rect_hover, .core-value-section__cards__item:hover .InvoiceSVG .invoice_path_2_hover, .core-value-section__cards__item:hover .InvoiceSVG .invoice_path_3_hover {
  opacity: 1;
}
.core-value-section__cards__item:hover .InvoiceSVG .invoice_path_1_hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.core-value-section__cards__item:hover .UserTagSVG .user_tag_rect, .core-value-section__cards__item:hover .UserTagSVG .user_tag_path_1, .core-value-section__cards__item:hover .UserTagSVG .user_tag_path_2 {
  opacity: 0;
}
.core-value-section__cards__item:hover .UserTagSVG .user_tag_rect_hover, .core-value-section__cards__item:hover .UserTagSVG .user_tag_path_2_hover {
  opacity: 1;
}
.core-value-section__cards__item:hover .UserTagSVG .user_tag_path_1_hover {
  opacity: 0.4;
}
.core-value-section__cards__item:hover .LikeTagSVG .like_tag_rect, .core-value-section__cards__item:hover .LikeTagSVG .like_tag_path_1, .core-value-section__cards__item:hover .LikeTagSVG .like_tag_path_2 {
  opacity: 0;
}
.core-value-section__cards__item:hover .LikeTagSVG .like_tag_rect_hover, .core-value-section__cards__item:hover .LikeTagSVG .like_tag_path_2_hover {
  opacity: 1;
}
.core-value-section__cards__item:hover .LikeTagSVG .like_tag_path_1_hover {
  opacity: 0.4;
}
.core-value-section__cards__item:hover .core-value-section__cards__item__title {
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
.core-value-section__cards__item__title {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .core-value-section__cards__item__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.core-value-section__cards__item__description {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .core-value-section__cards__item__description {
    font-size: 12px;
    line-height: 18px;
  }
}

.how-we-help-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 60px 0;
  background-color: #FAFAFA;
}
@media screen and (max-width: 1200px) {
  .how-we-help-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .how-we-help-section {
    width: 87%;
    padding: 20px 0;
  }
}
.how-we-help-section__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-text-decoration: underline #B9E119;
          text-decoration: underline #B9E119;
  text-underline-offset: 10px;
}
@media screen and (max-width: 576px) {
  .how-we-help-section__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.how-we-help-section__title-index {
  padding: 0 20px;
  -webkit-border-radius: 56px;
          border-radius: 56px;
  background-color: #B9E119;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .how-we-help-section__title-index {
    font-size: 12px;
    line-height: 18px;
  }
}
.how-we-help-section__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .how-we-help-section__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .how-we-help-section__cards {
    gap: 20px;
  }
}
@media screen and (max-width: 389px) {
  .how-we-help-section__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.how-we-help-section__cards__item {
  width: 250px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw #FAFAFA;
          box-shadow: inset 100vh 100vw #FAFAFA;
  border: 2px solid #FAFAFA;
  cursor: default;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .how-we-help-section__cards__item:hover {
    background: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
    background: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
    border-color: transparent;
  }
  .how-we-help-section__cards__item:hover .how-we-help-section__cards__item__title {
    color: transparent;
    background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
    background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
    -webkit-background-clip: text;
            background-clip: text;
  }
}
@media screen and (max-width: 1200px) {
  .how-we-help-section__cards__item {
    background: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
    background: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
    border-color: transparent;
  }
}
@media screen and (max-width: 576px) {
  .how-we-help-section__cards__item {
    width: 166px;
    padding: 10px;
  }
}
.how-we-help-section__cards__item__title {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .how-we-help-section__cards__item__title {
    color: transparent;
    background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
    background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
    -webkit-background-clip: text;
            background-clip: text;
  }
}
@media screen and (max-width: 576px) {
  .how-we-help-section__cards__item__title {
    font-size: 17px;
    line-height: 23px;
  }
}
.how-we-help-section__cards__item__description {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .how-we-help-section__cards__item__description {
    font-size: 12px;
    line-height: 15px;
  }
}

.cta-section-home {
  background: #001955 no-repeat center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 720px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .cta-section-home {
    height: 600px;
  }
}
@media screen and (max-width: 576px) {
  .cta-section-home {
    height: 550px;
  }
}
.cta-section-home__left-image, .cta-section-home__right-image {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 60px;
}
.cta-section-home__left-image img, .cta-section-home__right-image img {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .cta-section-home__left-image img, .cta-section-home__right-image img {
    width: 334px;
  }
}
.cta-section-home__left-image {
  left: 0;
}
@media screen and (max-width: 1600px) {
  .cta-section-home__left-image {
    -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
@media screen and (max-width: 1200px) {
  .cta-section-home__left-image {
    -webkit-transform: translateX(-125px);
        -ms-transform: translateX(-125px);
            transform: translateX(-125px);
  }
}
@media screen and (max-width: 992px) {
  .cta-section-home__left-image {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@media screen and (max-width: 576px) {
  .cta-section-home__left-image {
    display: none;
  }
}
.cta-section-home__right-image {
  right: 0;
}
@media screen and (max-width: 1600px) {
  .cta-section-home__right-image {
    -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@media screen and (max-width: 1200px) {
  .cta-section-home__right-image {
    -webkit-transform: translateX(125px);
        -ms-transform: translateX(125px);
            transform: translateX(125px);
  }
}
@media screen and (max-width: 992px) {
  .cta-section-home__right-image {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@media screen and (max-width: 390.99px) {
  .cta-section-home__right-image {
    -webkit-transform: translateX(110px);
        -ms-transform: translateX(110px);
            transform: translateX(110px);
  }
}
.cta-section-home__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 10;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
}
.cta-section-home__container__title, .cta-section-home__container__name-company {
  width: 1080px;
}
@media screen and (max-width: 1200px) {
  .cta-section-home__container__title, .cta-section-home__container__name-company {
    width: 90%;
  }
}
.cta-section-home__container__name-company {
  color: #B9E119;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.cta-section-home__container__title {
  width: 866px;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .cta-section-home__container__title {
    width: 90%;
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (max-width: 576px) {
  .cta-section-home__container__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.cta-section-home__container__cta-btn {
  margin-top: 20px;
  padding: 18px 26px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .cta-section-home__container__cta-btn {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
  }
}
.cta-section-home__container__cta-btn:hover {
  color: #1414BE;
}
.cta-section-home__container__cta-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  background: url("/img/arrow-right-cta.svg") no-repeat center/cover;
}

.our-services-section {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.our-services-section__container {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .our-services-section__container {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .our-services-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .our-services-section__container {
    width: 87%;
    padding: 20px 0;
  }
}
.our-services-section__container__left {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .our-services-section__container__left {
    width: 100%;
  }
}
.our-services-section__container__left__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .our-services-section__container__left__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.our-services-section__container__left__wrapper__title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
  border-bottom: 3px solid #B9E119;
}
@media screen and (max-width: 576px) {
  .our-services-section__container__left__wrapper__title {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
}
.our-services-section__container__left__wrapper__description {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .our-services-section__container__left__wrapper__description {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
}
.our-services-section__container__left__wrapper__link {
  width: 145px;
  height: 40px;
  padding: 10px 18px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #1414BE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.our-services-section__container__left__wrapper__link:hover {
  color: #FFFFFF;
}
.our-services-section__container__left__wrapper__link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/img/arrow-right-white.svg") no-repeat center/contain;
}
@media screen and (max-width: 576px) {
  .our-services-section__container__left__wrapper__link::after {
    width: 14px;
    height: 14px;
  }
}
.our-services-section__container__right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 992px) {
  .our-services-section__container__right {
    width: 100%;
  }
}
.our-services-section__container__right__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  justify-self: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border-bottom: 2px solid transparent;
}
.our-services-section__container__right__item:first-child {
  padding: 0 20px 30px 20px;
}
.our-services-section__container__right__item:hover .our-services-section__container__right__item__link {
  color: #FFFFFF;
  background-color: #1414BE;
  border-color: transparent;
}
.our-services-section__container__right__item:hover .our-services-section__container__right__item__link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/img/arrow-right-white.svg") no-repeat center/cover;
}
.our-services-section__container__right__item__title {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .our-services-section__container__right__item__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.our-services-section__container__right__item__description {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .our-services-section__container__right__item__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.our-services-section__container__right__item__link {
  width: 145px;
  height: 40px;
  padding: 10px 18px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid #454C52;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.our-services-section__container__right__item__link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/img/arrow-right-black.svg") no-repeat center/cover;
}
@media screen and (max-width: 576px) {
  .our-services-section__container__right__item__link::after {
    width: 14px;
    height: 14px;
  }
}

.industry-expertise-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 60px 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 1200px) {
  .industry-expertise-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .industry-expertise-section {
    width: 87%;
    padding: 20px 0;
  }
}
.industry-expertise-section__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #B9E119;
}
@media screen and (max-width: 576px) {
  .industry-expertise-section__title {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
}
.industry-expertise-section__description {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .industry-expertise-section__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.industry-expertise-section__link {
  width: 145px;
  height: 40px;
  padding: 10px 18px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #1414BE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.industry-expertise-section__link:hover {
  color: #FFFFFF;
}
.industry-expertise-section__link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/img/arrow-right-white.svg") no-repeat center/contain;
}
@media screen and (max-width: 576px) {
  .industry-expertise-section__link::after {
    width: 14px;
    height: 14px;
  }
}
.industry-expertise-section__container:nth-last-child(1) {
  margin-top: 40px;
}
.industry-expertise-section__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .industry-expertise-section__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .industry-expertise-section__container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.industry-expertise-section__container__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .industry-expertise-section__container__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.industry-expertise-section__container__content__title {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .industry-expertise-section__container__content__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.industry-expertise-section__container__content__marketplace {
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  .industry-expertise-section__container__content__marketplace {
    width: 100%;
  }
}
@media screen and (max-width: 389px) {
  .industry-expertise-section__container__content__marketplace {
    width: 150px;
  }
}
.industry-expertise-section__container__content__marketplace__shopee {
  width: 40px;
  height: 40px;
}
.industry-expertise-section__container__content__marketplace__ezbuy {
  width: 40px;
  height: 27px;
}
.industry-expertise-section__container__content__marketplace__tiktok-shop {
  width: 40px;
  height: 44px;
}
.industry-expertise-section__container__content__marketplace__qoo10 {
  width: 38px;
  height: 15px;
}
.industry-expertise-section__container__content__marketplace__lazada {
  width: 40px;
  height: 22px;
}
.industry-expertise-section__container__solution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 55px;
  border: 1px solid rgb(158, 165, 173);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 26px 32px;
}
@media screen and (max-width: 992px) {
  .industry-expertise-section__container__solution {
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .industry-expertise-section__container__solution {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.industry-expertise-section__container__solution__first, .industry-expertise-section__container__solution__second {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.industry-expertise-section__container__solution__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.industry-expertise-section__container__solution__wrapper__icon {
  border: 1px solid #015ecf;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 10px;
  background-color: #FFFFFF;
  z-index: 10;
}
.industry-expertise-section__container__solution__wrapper__title-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 33px;
  background: -webkit-gradient(linear, left top, right top, from(#1500B5), to(#0065D1));
  background: linear-gradient(90deg, #1500B5 0%, #0065D1 100%);
  -webkit-transform: skew(-20deg) translateX(-30px) translateY(5px);
      -ms-transform: skew(-20deg) translateX(-30px) translateY(5px);
          transform: skew(-20deg) translateX(-30px) translateY(5px);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  z-index: 5;
}
@media screen and (max-width: 576px) {
  .industry-expertise-section__container__solution__wrapper__title-card {
    width: 100%;
    -webkit-transform: skew(-20deg) translateX(-10px) translateY(5px);
        -ms-transform: skew(-20deg) translateX(-10px) translateY(5px);
            transform: skew(-20deg) translateX(-10px) translateY(5px);
  }
}
.industry-expertise-section__container__solution__wrapper__title-card > h3 {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
}
.industry-expertise-section__container__solution__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}
.industry-expertise-section__container__solution__lists span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.hero-section-case-study {
  background: #001955 no-repeat center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 480px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .hero-section-case-study {
    height: 440px;
  }
}
.hero-section-case-study__left-image, .hero-section-case-study__right-image {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 60px;
}
.hero-section-case-study__left-image img, .hero-section-case-study__right-image img {
  height: 100%;
}
@media screen and (max-width: 576px) {
  .hero-section-case-study__left-image img, .hero-section-case-study__right-image img {
    width: 240px;
  }
}
@media screen and (max-width: 320px) {
  .hero-section-case-study__left-image img, .hero-section-case-study__right-image img {
    width: 220px;
  }
}
.hero-section-case-study__left-image {
  left: 0;
}
@media screen and (max-width: 1600px) {
  .hero-section-case-study__left-image {
    -webkit-transform: translateX(-85px);
        -ms-transform: translateX(-85px);
            transform: translateX(-85px);
  }
}
@media screen and (max-width: 1200px) {
  .hero-section-case-study__left-image {
    -webkit-transform: translateX(-145px);
        -ms-transform: translateX(-145px);
            transform: translateX(-145px);
  }
}
@media screen and (max-width: 992px) {
  .hero-section-case-study__left-image {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-case-study__left-image {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
.hero-section-case-study__right-image {
  right: 0;
}
@media screen and (max-width: 1600px) {
  .hero-section-case-study__right-image {
    -webkit-transform: translateX(85px);
        -ms-transform: translateX(85px);
            transform: translateX(85px);
  }
}
@media screen and (max-width: 1200px) {
  .hero-section-case-study__right-image {
    -webkit-transform: translateX(145px);
        -ms-transform: translateX(145px);
            transform: translateX(145px);
  }
}
@media screen and (max-width: 992px) {
  .hero-section-case-study__right-image {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-case-study__right-image {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
}
.hero-section-case-study__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  z-index: 10;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .hero-section-case-study__container {
    padding-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hero-section-case-study__container__title {
  color: #B9E119;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 68.2px;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .hero-section-case-study__container__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.hero-section-case-study__container__description {
  color: #F6F7F9;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .hero-section-case-study__container__description {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .hero-section-case-study__container__description {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-case-study__container__description {
    width: 90%;
    font-size: 12px;
    line-height: 18px;
  }
}

.full-case-studies-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .full-case-studies-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .full-case-studies-section {
    width: 87%;
    padding: 20px 0;
  }
}
.full-case-studies-section__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .full-case-studies-section__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.full-case-studies-section__wrapper__card {
  width: 540px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .full-case-studies-section__wrapper__card {
    width: 100%;
  }
}
.full-case-studies-section__wrapper__card__img-project {
  height: 310px;
  background-color: #1414BE;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .full-case-studies-section__wrapper__card__img-project:hover {
    background-color: #B9E119;
  }
}
@media screen and (min-width: 1200px) {
  .full-case-studies-section__wrapper__card__img-project:hover .full-case-studies-section__wrapper__card__img-project__info {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(76.5%, rgba(0, 0, 0, 0.73)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 76.5%);
  }
}
@media screen and (min-width: 1200px) {
  .full-case-studies-section__wrapper__card__img-project:hover .full-case-studies-section__wrapper__card__img-project__info__description {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .full-case-studies-section__wrapper__card__img-project:hover .full-case-studies-section__wrapper__card__img-project__img {
    -webkit-transform: rotate(-10deg) scale(0.9);
        -ms-transform: rotate(-10deg) scale(0.9);
            transform: rotate(-10deg) scale(0.9);
  }
}
.full-case-studies-section__wrapper__card__img-project__img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(-15deg) scale(0.9);
      -ms-transform: rotate(-15deg) scale(0.9);
          transform: rotate(-15deg) scale(0.9);
  position: relative;
  top: -30px;
  left: 20px;
}
@media screen and (max-width: 576px) {
  .full-case-studies-section__wrapper__card__img-project__img {
    top: 0;
    left: 0;
    -webkit-transform: rotate(-15deg) scale(1.2);
        -ms-transform: rotate(-15deg) scale(1.2);
            transform: rotate(-15deg) scale(1.2);
  }
}
.full-case-studies-section__wrapper__card__img-project__info {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 14px 20px;
  z-index: 10;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .full-case-studies-section__wrapper__card__img-project__info {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(76.5%, rgba(0, 0, 0, 0.73)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 76.5%);
  }
}
.full-case-studies-section__wrapper__card__img-project__info__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(144.58deg, rgba(255, 255, 255, 0.8) 8.44%, rgba(255, 255, 255, 0.4) 91.56%);
  -webkit-border-radius: 0px 100px 100px 0px;
          border-radius: 0px 100px 100px 0px;
  border-width: 1px, 1px, 1px, 0px;
  border-style: solid;
  border-color: rgb(229, 231, 234);
}
@media screen and (max-width: 576px) {
  .full-case-studies-section__wrapper__card__img-project__info__link {
    width: 60px;
  }
}
.full-case-studies-section__wrapper__card__img-project__info__link:hover {
  background-color: #FFFFFF;
  border: none;
}
.full-case-studies-section__wrapper__card__img-project__info__link img {
  width: 20px;
  height: 20px;
}
.full-case-studies-section__wrapper__card__img-project__info__description {
  width: 450px;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .full-case-studies-section__wrapper__card__img-project__info__description {
    visibility: visible;
    opacity: 1;
  }
}
.full-case-studies-section__wrapper__card__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .full-case-studies-section__wrapper__card__tag {
    gap: 5px;
  }
}
.full-case-studies-section__wrapper__card__tag__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  background-color: #000000;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.full-case-studies-section__wrapper__card__tag__name {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .full-case-studies-section__wrapper__card__tag__name {
    font-size: 12px;
    line-height: 16px;
  }
}
.full-case-studies-section__wrapper__card__name-project {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}

.cta-section-case-study {
  background: #001955 no-repeat center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 720px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .cta-section-case-study {
    height: 600px;
  }
}
@media screen and (max-width: 576px) {
  .cta-section-case-study {
    height: 550px;
  }
}
.cta-section-case-study__left-image, .cta-section-case-study__right-image {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 60px;
}
.cta-section-case-study__left-image img, .cta-section-case-study__right-image img {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .cta-section-case-study__left-image img, .cta-section-case-study__right-image img {
    width: 420px;
  }
}
.cta-section-case-study__left-image {
  left: 0;
}
@media screen and (max-width: 1600px) {
  .cta-section-case-study__left-image {
    -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
@media screen and (max-width: 1200px) {
  .cta-section-case-study__left-image {
    -webkit-transform: translateX(-125px);
        -ms-transform: translateX(-125px);
            transform: translateX(-125px);
  }
}
@media screen and (max-width: 992px) {
  .cta-section-case-study__left-image {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .cta-section-case-study__left-image {
    display: none;
  }
}
.cta-section-case-study__right-image {
  right: 0;
}
@media screen and (max-width: 1600px) {
  .cta-section-case-study__right-image {
    -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@media screen and (max-width: 1200px) {
  .cta-section-case-study__right-image {
    -webkit-transform: translateX(125px);
        -ms-transform: translateX(125px);
            transform: translateX(125px);
  }
}
@media screen and (max-width: 992px) {
  .cta-section-case-study__right-image {
    top: auto;
    bottom: 0;
  }
}
.cta-section-case-study__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 10;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
}
.cta-section-case-study__container__title, .cta-section-case-study__container__name-company {
  width: 1080px;
}
@media screen and (max-width: 1200px) {
  .cta-section-case-study__container__title, .cta-section-case-study__container__name-company {
    width: 90%;
  }
}
.cta-section-case-study__container__name-company {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.cta-section-case-study__container__title {
  width: 866px;
  color: #B9E119;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .cta-section-case-study__container__title {
    width: 90%;
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (max-width: 576px) {
  .cta-section-case-study__container__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.cta-section-case-study__container__cta-btn {
  margin-top: 20px;
  padding: 18px 26px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .cta-section-case-study__container__cta-btn {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
  }
}
.cta-section-case-study__container__cta-btn:hover {
  color: #1414BE;
}
.cta-section-case-study__container__cta-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  background: url("/img/arrow-right-cta.svg") no-repeat center/cover;
}

.hero-section-our-services {
  background: #001955 no-repeat center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 480px;
  position: relative;
}
.hero-section-our-services__left-image, .hero-section-our-services__right-image {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 60px;
}
.hero-section-our-services__left-image img, .hero-section-our-services__right-image img {
  height: 100%;
}
@media screen and (max-width: 576px) {
  .hero-section-our-services__left-image img, .hero-section-our-services__right-image img {
    width: 240px;
  }
}
@media screen and (max-width: 320px) {
  .hero-section-our-services__left-image img, .hero-section-our-services__right-image img {
    width: 220px;
  }
}
.hero-section-our-services__left-image {
  left: 0;
}
@media screen and (max-width: 1600px) {
  .hero-section-our-services__left-image {
    -webkit-transform: translateX(-85px);
        -ms-transform: translateX(-85px);
            transform: translateX(-85px);
  }
}
@media screen and (max-width: 1200px) {
  .hero-section-our-services__left-image {
    -webkit-transform: translateX(-145px);
        -ms-transform: translateX(-145px);
            transform: translateX(-145px);
  }
}
@media screen and (max-width: 992px) {
  .hero-section-our-services__left-image {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-our-services__left-image {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
.hero-section-our-services__right-image {
  right: 0;
}
@media screen and (max-width: 1600px) {
  .hero-section-our-services__right-image {
    -webkit-transform: translateX(85px);
        -ms-transform: translateX(85px);
            transform: translateX(85px);
  }
}
@media screen and (max-width: 1200px) {
  .hero-section-our-services__right-image {
    -webkit-transform: translateX(145px);
        -ms-transform: translateX(145px);
            transform: translateX(145px);
  }
}
@media screen and (max-width: 992px) {
  .hero-section-our-services__right-image {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-our-services__right-image {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
}
.hero-section-our-services__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  z-index: 10;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .hero-section-our-services__container {
    padding-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hero-section-our-services__container__title {
  color: #00CFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 68.2px;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .hero-section-our-services__container__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.hero-section-our-services__container__description {
  width: 798px;
  color: #F6F7F9;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .hero-section-our-services__container__description {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .hero-section-our-services__container__description {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-our-services__container__description {
    width: 90%;
    font-size: 12px;
    line-height: 18px;
  }
}

.cta-section-services {
  background: #001955 no-repeat center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 720px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .cta-section-services {
    height: 600px;
  }
}
@media screen and (max-width: 576px) {
  .cta-section-services {
    height: 550px;
  }
}
.cta-section-services__left-image, .cta-section-services__right-image {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 60px;
}
.cta-section-services__left-image img, .cta-section-services__right-image img {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .cta-section-services__left-image img, .cta-section-services__right-image img {
    width: 420px;
  }
}
.cta-section-services__left-image {
  left: 0;
}
@media screen and (max-width: 1600px) {
  .cta-section-services__left-image {
    -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
@media screen and (max-width: 1200px) {
  .cta-section-services__left-image {
    -webkit-transform: translateX(-125px);
        -ms-transform: translateX(-125px);
            transform: translateX(-125px);
  }
}
@media screen and (max-width: 992px) {
  .cta-section-services__left-image {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .cta-section-services__left-image {
    display: none;
  }
}
.cta-section-services__right-image {
  right: 0;
}
@media screen and (max-width: 1600px) {
  .cta-section-services__right-image {
    -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@media screen and (max-width: 1200px) {
  .cta-section-services__right-image {
    -webkit-transform: translateX(125px);
        -ms-transform: translateX(125px);
            transform: translateX(125px);
  }
}
@media screen and (max-width: 992px) {
  .cta-section-services__right-image {
    top: auto;
    bottom: 0;
  }
}
.cta-section-services__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 10;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
}
.cta-section-services__container__title, .cta-section-services__container__name-company {
  width: 1080px;
}
@media screen and (max-width: 1200px) {
  .cta-section-services__container__title, .cta-section-services__container__name-company {
    width: 90%;
  }
}
.cta-section-services__container__name-company {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.cta-section-services__container__title {
  width: 866px;
  color: #00CFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .cta-section-services__container__title {
    width: 90%;
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (max-width: 576px) {
  .cta-section-services__container__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.cta-section-services__container__cta-btn {
  margin-top: 20px;
  padding: 18px 26px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .cta-section-services__container__cta-btn {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
  }
}
.cta-section-services__container__cta-btn:hover {
  color: #1414BE;
}
.cta-section-services__container__cta-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  background: url("/img/arrow-right-cta.svg") no-repeat center/cover;
}

.fulfillment-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .fulfillment-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .fulfillment-section {
    width: 87%;
    padding: 20px 0;
  }
}
.fulfillment-section__title {
  width: 100%;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-text-decoration: underline #B9E119;
          text-decoration: underline #B9E119;
  text-underline-offset: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .fulfillment-section__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.fulfillment-section__description {
  width: 100%;
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .fulfillment-section__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.fulfillment-section__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .fulfillment-section__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fulfillment-section__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .fulfillment-section__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 389px) {
  .fulfillment-section__container {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.fulfillment-section__container__card {
  width: 347px;
  height: 262px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  cursor: default;
  background: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 0 100vw white;
          box-shadow: inset 0 100vw white;
  border: 2px solid transparent;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background-position: right;
}
@media screen and (max-width: 576px) {
  .fulfillment-section__container__card {
    width: 171px;
    height: 220px;
    padding: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 389px) {
  .fulfillment-section__container__card {
    width: 80%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.fulfillment-section__container__card:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1414BE), color-stop(50%, #B9E119));
  background: linear-gradient(to right, #1414BE 50%, #B9E119 50%);
  background-size: 200%;
  background-position: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid white;
}
.fulfillment-section__container__card:hover .fulfillment-section__container__card__icon {
  background: url(/img/our-services/chevron-right-white.svg) no-repeat center/cover;
  -webkit-animation: leftToRightAndRotateServices 0.3s ease-in-out forwards;
          animation: leftToRightAndRotateServices 0.3s ease-in-out forwards;
}
.fulfillment-section__container__card:hover .fulfillment-section__container__card__title, .fulfillment-section__container__card:hover .fulfillment-section__container__card__description {
  color: #FFFFFF;
  background: none;
}
.fulfillment-section__container__card__title {
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#1414BE), to(#00CFFF));
  background-image: linear-gradient(270deg, #1414BE 0%, #00CFFF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .fulfillment-section__container__card__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.fulfillment-section__container__card__description {
  color: #596066;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .fulfillment-section__container__card__description {
    color: #9EA5AD;
    font-size: 12px;
    line-height: 18px;
  }
}
.fulfillment-section__container__card__icon {
  width: 30px;
  height: 30px;
  background: url(/img/our-services/chevron-right.svg) no-repeat center/cover;
}
@media screen and (max-width: 576px) {
  .fulfillment-section__container__card__icon {
    display: none;
  }
}
.fulfillment-section__container__card__add-animation-card-out-hover {
  -webkit-animation: cardFulfillment 0.3s ease-in-out forwards;
          animation: cardFulfillment 0.3s ease-in-out forwards;
}
.fulfillment-section__container__card__add-animation-icon-out-hover {
  -webkit-animation: rightToLeftAndRotateServices 0.3s ease-in-out forwards;
          animation: rightToLeftAndRotateServices 0.3s ease-in-out forwards;
}

.ecommerce-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .ecommerce-section {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .ecommerce-section {
    width: 87%;
    padding: 20px 0;
  }
}
.ecommerce-section__left {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .ecommerce-section__left {
    width: 100%;
  }
}
.ecommerce-section__left__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
@media screen and (max-width: 1200px) {
  .ecommerce-section__left__wrapper > img {
    width: 70%;
    margin: 0 auto;
  }
}
.ecommerce-section__left__wrapper__title {
  width: 100%;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
  -webkit-text-decoration: underline #B9E119;
          text-decoration: underline #B9E119;
  text-underline-offset: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .ecommerce-section__left__wrapper__title {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .ecommerce-section__left__wrapper__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.ecommerce-section__left__wrapper__description {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .ecommerce-section__left__wrapper__description {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .ecommerce-section__left__wrapper__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.ecommerce-section__right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .ecommerce-section__right {
    width: 100%;
  }
}
.ecommerce-section__right__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  justify-self: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border-bottom: 2px solid transparent;
  position: -webkit-sticky;
  position: sticky;
  top: -50%;
}
@media screen and (max-width: 1200px) {
  .ecommerce-section__right__item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .ecommerce-section__right__item__icon {
    width: 50px;
    height: 50px;
  }
}
.ecommerce-section__right__item__title {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .ecommerce-section__right__item__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.ecommerce-section__right__item__description {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .ecommerce-section__right__item__description {
    font-size: 12px;
    line-height: 18px;
  }
}

.digital-transformation-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .digital-transformation-section {
    width: 87%;
    padding: 20px 0;
  }
}
.digital-transformation-section__tagline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.digital-transformation-section__tagline__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-text-decoration: underline #B9E119;
          text-decoration: underline #B9E119;
  text-underline-offset: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .digital-transformation-section__tagline__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.digital-transformation-section__tagline__description {
  width: 600px;
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-section__tagline__description {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .digital-transformation-section__tagline__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.digital-transformation-section__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-section__container {
    grid-template-columns: 1fr;
  }
}
.digital-transformation-section__container__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.digital-transformation-section__container__left__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 0 100vw #1414BE;
          box-shadow: inset 0 100vw #1414BE;
  border: 2px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-section__container__left__card {
    gap: 10px;
  }
}
.digital-transformation-section__container__left__card__title {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .digital-transformation-section__container__left__card__title::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/img/our-services/plus.svg) no-repeat center;
  }
}
@media screen and (max-width: 576px) {
  .digital-transformation-section__container__left__card__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.digital-transformation-section__container__left__card__description {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 0;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-section__container__left__card__description {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .digital-transformation-section__container__left__card__description--active {
    opacity: 1;
    padding: 10px 0 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 75px;
  }
}
@media screen and (max-width: 576px) {
  .digital-transformation-section__container__left__card__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.digital-transformation-section__container__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-section__container__right {
    display: none;
  }
}
.digital-transformation-section__container__right__icon--active {
  -webkit-animation: 0.3s fade linear;
          animation: 0.3s fade linear;
}

.custom-software-development-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .custom-software-development-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .custom-software-development-section {
    width: 87%;
    padding: 20px 0;
  }
}
.custom-software-development-section__title {
  width: 100%;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-text-decoration: underline #B9E119;
          text-decoration: underline #B9E119;
  text-underline-offset: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .custom-software-development-section__title {
    text-decoration: none;
    text-underline-offset: 0;
    border-bottom: 3px solid #B9E119;
  }
}
@media screen and (max-width: 576px) {
  .custom-software-development-section__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.custom-software-development-section__description {
  width: 950px;
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .custom-software-development-section__description {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .custom-software-development-section__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.custom-software-development-section__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 40px;
  -webkit-column-gap: 39px;
     -moz-column-gap: 39px;
          column-gap: 39px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .custom-software-development-section__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .custom-software-development-section__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .custom-software-development-section__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 389px) {
  .custom-software-development-section__container {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.custom-software-development-section__container__card {
  width: 347px;
  height: 262px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  cursor: default;
  background: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border: 2px solid transparent;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background-position: right;
}
@media screen and (max-width: 576px) {
  .custom-software-development-section__container__card {
    width: 171px;
    height: 220px;
    padding: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 389px) {
  .custom-software-development-section__container__card {
    width: 80%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.custom-software-development-section__container__card:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1414BE), color-stop(50%, #B9E119));
  background: linear-gradient(to right, #1414BE 50%, #B9E119 50%);
  background-size: 200%;
  background-position: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid white;
}
.custom-software-development-section__container__card:hover .custom-software-development-section__container__card__icon {
  background: url(/img/our-services/chevron-right-white.svg) no-repeat center/cover;
  -webkit-animation: leftToRightAndRotateServices 0.3s ease-in-out forwards;
          animation: leftToRightAndRotateServices 0.3s ease-in-out forwards;
}
.custom-software-development-section__container__card:hover .custom-software-development-section__container__card__title, .custom-software-development-section__container__card:hover .custom-software-development-section__container__card__description {
  color: #FFFFFF;
  background: none;
}
.custom-software-development-section__container__card__title {
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#1414BE), to(#00CFFF));
  background-image: linear-gradient(270deg, #1414BE 0%, #00CFFF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .custom-software-development-section__container__card__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.custom-software-development-section__container__card__description {
  color: #596066;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .custom-software-development-section__container__card__description {
    color: #9EA5AD;
    font-size: 12px;
    line-height: 18px;
  }
}
.custom-software-development-section__container__card__icon {
  width: 30px;
  height: 30px;
  background: url(/img/our-services/chevron-right.svg) no-repeat center/cover;
}
@media screen and (max-width: 576px) {
  .custom-software-development-section__container__card__icon {
    display: none;
  }
}
.custom-software-development-section__container__card__add-animation-card-out-hover {
  -webkit-animation: cardFulfillment 0.3s ease-in-out forwards;
          animation: cardFulfillment 0.3s ease-in-out forwards;
}
.custom-software-development-section__container__card__add-animation-icon-out-hover {
  -webkit-animation: rightToLeftAndRotateServices 0.3s ease-in-out forwards;
          animation: rightToLeftAndRotateServices 0.3s ease-in-out forwards;
}

.digital-transformation-services-section {
  width: 1120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  padding: 40px 0 60px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-services-section {
    width: 90%;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media screen and (max-width: 576px) {
  .digital-transformation-services-section {
    width: 87%;
    padding: 20px 0;
  }
}
.digital-transformation-services-section__title {
  width: 100%;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
  -webkit-text-decoration: underline #B9E119;
          text-decoration: underline #B9E119;
  text-underline-offset: 10px;
  text-transform: uppercase;
  z-index: 10;
  background-color: #FFFFFF;
  padding-top: 20px;
  grid-column: span 2;
}
@media screen and (min-width: 1200px) {
  .digital-transformation-services-section__title {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .digital-transformation-services-section__title {
    text-align: center;
    text-decoration: none;
    text-underline-offset: 0;
    border-bottom: 3px solid #B9E119;
  }
}
@media screen and (max-width: 576px) {
  .digital-transformation-services-section__title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .digital-transformation-services-section__left {
    width: 100%;
  }
}
.digital-transformation-services-section__left__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-services-section__left__wrapper > img {
    width: 70%;
    margin: 0 auto;
  }
}
.digital-transformation-services-section__left__wrapper__description {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-services-section__left__wrapper__description {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .digital-transformation-services-section__left__wrapper__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.digital-transformation-services-section__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-services-section__right {
    width: 100%;
    grid-column: span 2;
  }
}
.digital-transformation-services-section__right__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  justify-self: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 100vh 100vw white;
          box-shadow: inset 100vh 100vw white;
  border-bottom: 2px solid transparent;
  position: -webkit-sticky;
  position: sticky;
  top: -50%;
}
@media screen and (max-width: 1200px) {
  .digital-transformation-services-section__right__item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .digital-transformation-services-section__right__item__icon {
    width: 50px;
    height: 50px;
  }
}
.digital-transformation-services-section__right__item__title {
  color: #454C52;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .digital-transformation-services-section__right__item__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.digital-transformation-services-section__right__item__description {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .digital-transformation-services-section__right__item__description {
    font-size: 12px;
    line-height: 18px;
  }
}

.hero-section-blog {
  background: #001955 no-repeat center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 480px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .hero-section-blog {
    height: 550px;
  }
}
.hero-section-blog__left-image, .hero-section-blog__right-image {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 60px;
}
.hero-section-blog__left-image img, .hero-section-blog__right-image img {
  height: 100%;
}
@media screen and (max-width: 576px) {
  .hero-section-blog__left-image img, .hero-section-blog__right-image img {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  .hero-section-blog__left-image img, .hero-section-blog__right-image img {
    width: 220px;
  }
}
.hero-section-blog__left-image {
  left: 0;
}
@media screen and (max-width: 1600px) {
  .hero-section-blog__left-image {
    -webkit-transform: translateX(-85px);
        -ms-transform: translateX(-85px);
            transform: translateX(-85px);
  }
}
@media screen and (max-width: 1200px) {
  .hero-section-blog__left-image {
    -webkit-transform: translateX(-145px);
        -ms-transform: translateX(-145px);
            transform: translateX(-145px);
  }
}
@media screen and (max-width: 992px) {
  .hero-section-blog__left-image {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-blog__left-image {
    display: none;
  }
}
.hero-section-blog__right-image {
  right: 0;
}
@media screen and (max-width: 1600px) {
  .hero-section-blog__right-image {
    -webkit-transform: translateX(85px);
        -ms-transform: translateX(85px);
            transform: translateX(85px);
  }
}
@media screen and (max-width: 1200px) {
  .hero-section-blog__right-image {
    -webkit-transform: translateX(145px);
        -ms-transform: translateX(145px);
            transform: translateX(145px);
  }
}
@media screen and (max-width: 992px) {
  .hero-section-blog__right-image {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-blog__right-image {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.hero-section-blog__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .hero-section-blog__container {
    padding-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hero-section-blog__container__title {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 68.2px;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .hero-section-blog__container__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.hero-section-blog__container__description {
  color: #E5E7EA;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .hero-section-blog__container__description {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .hero-section-blog__container__description {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .hero-section-blog__container__description {
    width: 90%;
    font-size: 12px;
    line-height: 18px;
  }
}
.hero-section-blog__container__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-top: 20px;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .hero-section-blog__container__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.hero-section-blog__container__form__input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  height: 40px;
}
@media screen and (max-width: 576px) {
  .hero-section-blog__container__form__input-container {
    width: 100%;
  }
}
.hero-section-blog__container__form__input-container > img {
  background: #F6F7F9;
  padding: 10px 14px;
  height: 40px;
  -webkit-border-radius: 8px 0 0 8px;
          border-radius: 8px 0 0 8px;
}
.hero-section-blog__container__form__input-container > input {
  border: none;
  -webkit-border-radius: 0 8px 8px 0;
          border-radius: 0 8px 8px 0;
  padding: 0px 14px;
  height: 40px;
}
@media screen and (max-width: 576px) {
  .hero-section-blog__container__form__input-container > input {
    width: 70%;
  }
}
.hero-section-blog__container__form > button {
  height: 40px;
  padding: 10px 18px;
  border: none;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #001955;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #B9E119;
}
.hero-section-blog__container__form > button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/img/blog/arrow-right.svg") no-repeat center/cover;
}

.hot-articles-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  .hot-articles-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .hot-articles-section {
    width: 87%;
    padding: 20px 0;
  }
}
.hot-articles-section__headline {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hot-articles-section__headline__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .hot-articles-section__headline__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.hot-articles-section__headline__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .hot-articles-section__headline__btn {
    display: none;
  }
}
.hot-articles-section__headline__btn__prev, .hot-articles-section__headline__btn__next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hot-articles-section__headline__btn__prev {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px;
  border: 1px solid transparent;
  outline: none;
  background-color: #1414BE;
}
.hot-articles-section__headline__btn__next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0 10px 10px 0;
          border-radius: 0 10px 10px 0;
  border: 1px solid #1414BE;
  outline: none;
  background-color: #FFFFFF;
}
.hot-articles-section__headline__btn__next path {
  stroke: #1414BE;
}
.hot-articles-section__list-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .hot-articles-section__list-articles {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}
.hot-articles-section__list-articles__item {
  width: 354px;
  height: 358px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 0 100vw white;
          box-shadow: inset 0 100vw white;
  border: 2px solid transparent;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .hot-articles-section__list-articles__item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hot-articles-section__list-articles__item__thumbnail {
  width: 354px;
  height: 190px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .hot-articles-section__list-articles__item__thumbnail {
    width: 200px;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .hot-articles-section__list-articles__item__thumbnail {
    width: 110px;
    height: 100%;
  }
}
.hot-articles-section__list-articles__item__thumbnail__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hot-articles-section__list-articles__item__thumbnail__image:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.hot-articles-section__list-articles__item__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #1414BE;
}
.hot-articles-section__list-articles__item__content__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .hot-articles-section__list-articles__item__content__head {
    font-size: 14px;
    line-height: 20px;
  }
}
.hot-articles-section__list-articles__item__content__title {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .hot-articles-section__list-articles__item__content__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.hot-articles-section__list-articles__item__content__title:hover {
  color: #FFFFFF;
}
.hot-articles-section__list-articles__item__content__date {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .hot-articles-section__list-articles__item__content__date {
    font-size: 14px;
    line-height: 20px;
  }
}

.blog-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  .blog-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-section {
    width: 87%;
    padding: 20px 0;
  }
}
.blog-section__headline {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .blog-section__headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.blog-section__headline__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .blog-section__headline__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.blog-section__headline__genre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.blog-section__headline__genre__all, .blog-section__headline__genre__digital-transformation, .blog-section__headline__genre__fulfillment, .blog-section__headline__genre__ecommerce {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.blog-section__headline__genre__all:hover, .blog-section__headline__genre__digital-transformation:hover, .blog-section__headline__genre__fulfillment:hover, .blog-section__headline__genre__ecommerce:hover {
  color: #596066;
  border-bottom: 1px solid #596066;
}
.blog-section__headline__genre__all--active, .blog-section__headline__genre__digital-transformation--active, .blog-section__headline__genre__fulfillment--active, .blog-section__headline__genre__ecommerce--active {
  color: #596066;
  border-bottom: 1px solid #596066;
  pointer-events: none;
}
.blog-section__list-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .blog-section__list-articles {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}
.blog-section__list-articles__item {
  width: 354px;
  height: 358px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  background-origin: border-box;
  -webkit-box-shadow: inset 0 100vw #FFFFFF;
          box-shadow: inset 0 100vw #FFFFFF;
  border: 2px solid transparent;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .blog-section__list-articles__item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blog-section__list-articles__item__thumbnail {
  width: 354px;
  height: 190px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .blog-section__list-articles__item__thumbnail {
    width: 200px;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .blog-section__list-articles__item__thumbnail {
    width: 110px;
    height: 100%;
  }
}
.blog-section__list-articles__item__thumbnail__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.blog-section__list-articles__item__thumbnail__image:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-section__list-articles__item__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #FFFFFF;
}
.blog-section__list-articles__item__content__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .blog-section__list-articles__item__content__head {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog-section__list-articles__item__content__title {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .blog-section__list-articles__item__content__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-section__list-articles__item__content__date {
  color: #676E76;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .blog-section__list-articles__item__content__date {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog-section__paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-section__paginate__btn-prev, .blog-section__paginate__btn-next, .blog-section__paginate__page-number,
.blog-section__paginate .ellipsis-paginate {
  width: 40px;
  height: 40px;
  border: 1px solid #E5E7EA;
  outline: none;
}
.blog-section__paginate__btn-prev, .blog-section__paginate__btn-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
}
.blog-section__paginate__btn-prev--disabled, .blog-section__paginate__btn-next--disabled {
  display: none;
}
.blog-section__paginate__btn-prev {
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
}
.blog-section__paginate__btn-next {
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px;
}
.blog-section__paginate__page-number,
.blog-section__paginate .ellipsis-paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #596066;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  background: #FFFFFF;
}
.blog-section__paginate__page-number--active {
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  background: #000000;
}

.article-section {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  .article-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .article-section {
    width: 87%;
  }
}
.article-section__title {
  width: 100%;
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .article-section__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.article-section__wrapper-genre-and-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.article-section__wrapper-genre-and-date__genre {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#00CFFF), to(#B9E119));
  background-image: linear-gradient(270deg, #00CFFF 0%, #B9E119 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.article-section__wrapper-genre-and-date__date {
  color: #676E76;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.article-section__content {
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .article-section__content img {
    width: 100%;
    height: auto;
  }
}

.headline-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 0 60px 0;
}
.headline-section__title {
  width: 100%;
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .headline-section__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.headline-section__description {
  width: 840px;
  color: #596066;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .headline-section__description {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .headline-section__description {
    font-size: 12px;
    line-height: 18px;
  }
}

.section-contact {
  width: 1120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  -webkit-box-shadow: -2px 2px 0px 2px rgb(255, 255, 255);
          box-shadow: -2px 2px 0px 2px rgb(255, 255, 255);
  background: #FFFFFF;
  padding: 60px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
@media screen and (max-width: 1200px) {
  .section-contact {
    width: 90%;
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .section-contact {
    width: 87%;
    padding: 20px;
  }
}

.form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  grid-column: 1/2;
}
@media screen and (max-width: 1200px) {
  .form-section {
    grid-column: span 2;
  }
}
.form-section__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .form-section__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.form-section__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.form-section__form input,
.form-section__form textarea {
  padding: 10px 14px;
  border: 1px solid #E5E7EA;
}
.form-section__form input::-webkit-input-placeholder, .form-section__form textarea::-webkit-input-placeholder {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.form-section__form input::-moz-placeholder, .form-section__form textarea::-moz-placeholder {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.form-section__form input:-ms-input-placeholder, .form-section__form textarea:-ms-input-placeholder {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.form-section__form input::-ms-input-placeholder, .form-section__form textarea::-ms-input-placeholder {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.form-section__form input::placeholder,
.form-section__form textarea::placeholder {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.form-section__form input[name=first_name],
.form-section__form input[name=last_name] {
  background: url(/img/contact-us/user.svg) no-repeat left 10px center;
  text-indent: 28px;
}
.form-section__form input[name=email] {
  background: url(/img/contact-us/envelope.svg) no-repeat left 10px center;
  text-indent: 28px;
}
.form-section__form input[name=phone] {
  background: url(/img/contact-us/phone.svg) no-repeat left 10px center;
  text-indent: 28px;
}
.form-section__form textarea[name=messages] {
  grid-column: span 2;
  padding-right: 50px;
  background: url(/img/contact-us/help-circle.svg) no-repeat -webkit-calc(100% - 20px) 10px;
  background: url(/img/contact-us/help-circle.svg) no-repeat calc(100% - 20px) 10px;
}
.form-section__form__custom-select-jobtitle, .form-section__form__custom-select-industry, .form-section__form__custom-select-country {
  color: #9EA5AD;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .form-section__form__custom-select-jobtitle--container, .form-section__form__custom-select-industry--container {
    grid-column: span 2;
  }
}
.form-section__form__first-name, .form-section__form__last-name, .form-section__form__phone, .form-section__form__email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 576px) {
  .form-section__form__first-name, .form-section__form__last-name, .form-section__form__phone, .form-section__form__email {
    grid-column: span 2;
  }
}
.form-section__form__error {
  color: red;
}
.form-section__form__btn {
  width: 110px;
  height: 40px;
  padding: 10px 18px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  outline: none;
  border: none;
  background-color: #1414BE;
  color: #FFFFFF;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  grid-column: span 2;
}
.form-section__form__btn__icon {
  width: 18px;
  height: 18px;
  background: url("/img/arrow-right-white.svg") no-repeat center/cover;
}

.map-section {
  grid-column: 2/2;
}
@media screen and (max-width: 1200px) {
  .map-section {
    grid-column: span 2;
  }
}
@media screen and (max-width: 1200px) {
  .map-section iframe {
    height: 350px;
  }
}

.showMapOnMobile {
  width: 90%;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 1200px) {
  .showMapOnMobile {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .showMapOnMobile {
    width: 87%;
  }
}

.contact-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column: span 2;
}
@media screen and (max-width: 1200px) {
  .contact-info-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .contact-info-section {
    gap: 10px;
  }
}
.contact-info-section__phone, .contact-info-section__email, .contact-info-section__whatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact-info-section__phone__text, .contact-info-section__email__text, .contact-info-section__whatsapp__text {
  color: #596066;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.32px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .contact-info-section__phone__text, .contact-info-section__email__text, .contact-info-section__whatsapp__text {
    font-size: 13px;
    line-height: 18px;
  }
}

.blank-page-section {
  background: #F6F7F9;
  padding: 60px 0 300px 0;
}
@media screen and (max-width: 576px) {
  .blank-page-section {
    padding: 30px 0 100px 0;
  }
}
.blank-page-section__wrapper {
  width: 1120px;
  height: 325px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .blank-page-section__wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blank-page-section__wrapper {
    width: 87%;
  }
}
.blank-page-section__wrapper__title {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .blank-page-section__wrapper__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.blank-page-section__wrapper__description {
  color: #596066;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .blank-page-section__wrapper__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.blank-page-section__wrapper__link {
  width: 218px;
  height: 64px;
  color: #000000;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 18px 26px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(103, 110, 118, 0.16), 0px 2px 5px 0px rgba(103, 110, 118, 0.08);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(103, 110, 118, 0.16), 0px 2px 5px 0px rgba(103, 110, 118, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.eula-section {
  width: 1120px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .eula-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .eula-section {
    width: 87%;
    padding: 20px 0;
  }
}
.eula-section h1 {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.eula-section p {
  margin-bottom: 1em;
}
.eula-section__content {
  color: #383F45;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.privacy-policy-section {
  width: 1120px;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .privacy-policy-section {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .privacy-policy-section {
    width: 87%;
    padding: 20px 0;
  }
}
.privacy-policy-section h1 {
  color: #1414BE;
  font-family: "Neue Einstellung", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.privacy-policy-section p {
  margin-bottom: 1em;
}
.privacy-policy-section p:not(.privacy-policy-section__content__question, p:first-child) {
  padding-left: 20px;
}
.privacy-policy-section__content {
  color: #383F45;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.privacy-policy-section__content__question {
  font-weight: 700;
}

.animate-testimonial-next-click {
  -webkit-animation: clickNextAnimation 1s ease-in-out;
          animation: clickNextAnimation 1s ease-in-out;
}

.animate-testimonial-prev-click {
  -webkit-animation: clickPrevAnimation 1s ease-in-out;
          animation: clickPrevAnimation 1s ease-in-out;
}

@-webkit-keyframes leftToRightAndRotateWhyChooseUs {
  from {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(190px) rotate(180deg);
            transform: translateX(190px) rotate(180deg);
  }
}

@keyframes leftToRightAndRotateWhyChooseUs {
  from {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(190px) rotate(180deg);
            transform: translateX(190px) rotate(180deg);
  }
}
@-webkit-keyframes rightToLeftAndRotateWhyChooseUs {
  from {
    -webkit-transform: translateX(190px) rotate(180deg);
            transform: translateX(190px) rotate(180deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes rightToLeftAndRotateWhyChooseUs {
  from {
    -webkit-transform: translateX(190px) rotate(180deg);
            transform: translateX(190px) rotate(180deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes leftToRightAndRotateServices {
  from {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(270px) rotate(180deg);
            transform: translateX(270px) rotate(180deg);
  }
}
@keyframes leftToRightAndRotateServices {
  from {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(270px) rotate(180deg);
            transform: translateX(270px) rotate(180deg);
  }
}
@-webkit-keyframes rightToLeftAndRotateServices {
  from {
    -webkit-transform: translateX(270px) rotate(180deg);
            transform: translateX(270px) rotate(180deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes rightToLeftAndRotateServices {
  from {
    -webkit-transform: translateX(270px) rotate(180deg);
            transform: translateX(270px) rotate(180deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes clickNextAnimation {
  0% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-30%, -30%) scale(0.5);
            transform: translate(-30%, -30%) scale(0.5);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(50%, 0) scale(1);
            transform: translate(50%, 0) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes clickNextAnimation {
  0% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-30%, -30%) scale(0.5);
            transform: translate(-30%, -30%) scale(0.5);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(50%, 0) scale(1);
            transform: translate(50%, 0) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes clickPrevAnimation {
  0% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(50%, 0) scale(1);
            transform: translate(50%, 0) scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-30%, -30%) scale(0.5);
            transform: translate(-30%, -30%) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes clickPrevAnimation {
  0% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(50%, 0) scale(1);
            transform: translate(50%, 0) scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-30%, -30%) scale(0.5);
            transform: translate(-30%, -30%) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes burnishing-left-to-right {
  0% {
    opacity: 0.4;
    left: 0;
  }
  100% {
    opacity: 0.4;
    left: 120%;
  }
}
@keyframes burnishing-left-to-right {
  0% {
    opacity: 0.4;
    left: 0;
  }
  100% {
    opacity: 0.4;
    left: 120%;
  }
}
@-webkit-keyframes burnishing-right-to-left {
  0% {
    opacity: 0.4;
    left: 120%;
  }
  100% {
    opacity: 0.4;
    left: -30%;
  }
}
@keyframes burnishing-right-to-left {
  0% {
    opacity: 0.4;
    left: 120%;
  }
  100% {
    opacity: 0.4;
    left: -30%;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cardFulfillment {
  0% {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1414BE), color-stop(50%, #B9E119));
    background: linear-gradient(to right, #1414BE 50%, #B9E119 50%);
    background-size: 200%;
    background-position: left;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid transparent;
  }
  100% {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1414BE), color-stop(50%, #B9E119));
    background: linear-gradient(to right, #1414BE 50%, #B9E119 50%);
    background-size: 200%;
    background-position: right;
    -webkit-box-shadow: inset 0 100vw white;
            box-shadow: inset 0 100vw white;
    border: 2px solid transparent;
  }
}
@keyframes cardFulfillment {
  0% {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1414BE), color-stop(50%, #B9E119));
    background: linear-gradient(to right, #1414BE 50%, #B9E119 50%);
    background-size: 200%;
    background-position: left;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid transparent;
  }
  100% {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1414BE), color-stop(50%, #B9E119));
    background: linear-gradient(to right, #1414BE 50%, #B9E119 50%);
    background-size: 200%;
    background-position: right;
    -webkit-box-shadow: inset 0 100vw white;
            box-shadow: inset 0 100vw white;
    border: 2px solid transparent;
  }
}
.btnScrollToTop {
  position: fixed;
  bottom: 70px;
  right: 50px;
  padding: 10px 20px;
  font-size: 20px;
  background-color: #1414BE;
  color: #FFFFFF;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 992px) {
  .btnScrollToTop {
    right: 20px;
  }
}
