:root {
  --color-black: #111111;
  --color-white: #ffffff;
  --color-red: #dd0000;
  --color-soft: #f3f3f3;
  --font-body: "Jost", "Inter", "Helvetica Neue", Arial, sans-serif;
  --container-wide: 1605px;
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/jost-400.ttf") format("truetype");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/jost-500.ttf") format("truetype");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/jost-600.ttf") format("truetype");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/jost-700.ttf") format("truetype");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/instrument-serif-italic.ttf") format("truetype");
}

@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-tight-400.ttf") format("truetype");
}

@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-tight-700.ttf") format("truetype");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-black);
  font-family: var(--font-body);
  overflow-x: hidden;
  background: var(--color-white);
}

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

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 999px;
}

.site-header {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 114px;
  padding-top: 18.637px;
  overflow-x: clip;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  top: 12px;
  left: max(10px, calc((100vw - 1920px) / 2 + 37px));
  width: min(calc(100% - 70px), 1850px);
  height: 102px;
  content: "";
  background: url("../images/figma/nav-vector-135-figma.svg") center / 100% 100% no-repeat;
  border-radius: 30px;
  box-shadow: none;
}

.site-header::after {
  display: none;
}

.site-header__shell {
  display: flex;
  align-items: center;
  width: min(calc(100% - 292px), 1605.2px);
  min-height: 77.363px;
  margin-left: max(24px, calc((100vw - 1920px) / 2 + 145.8px));
  margin-right: auto;
}

.site-header__logo {
  position: relative;
  display: block;
  flex: 0 0 89.45px;
  width: 89.45px;
  height: 77.363px;
  overflow: hidden;
}

.site-header__logo img {
  position: absolute;
  top: -0.94%;
  left: -5.54%;
  width: 111.22%;
  height: 102.19%;
  max-width: none;
  object-fit: fill;
}

.primary-nav {
  margin-left: 137.77px;
}

.primary-nav__list {
  display: flex;
  align-items: center;
  gap: 37px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-nav__item {
  position: relative;
}

.primary-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0;
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.primary-nav__icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.primary-nav__icon--plus {
  width: 16px;
  height: 16px;
}

.primary-nav__item--has-icon .primary-nav__link {
  justify-content: flex-start;
  gap: 4px;
}

.primary-nav__item--has-dropdown .primary-nav__link {
  justify-content: space-between;
  gap: 0;
}

.primary-nav__item:nth-child(1) .primary-nav__link {
  width: 85px;
}

.primary-nav__item:nth-child(2) .primary-nav__link {
  width: 86px;
}

.primary-nav__item:nth-child(3) .primary-nav__link {
  width: 274px;
}

.primary-nav__item:nth-child(4) .primary-nav__link {
  width: 184px;
}

.primary-nav__item:nth-child(5) .primary-nav__link {
  width: 57px;
}

.primary-nav__item:nth-child(6) .primary-nav__link {
  width: 116px;
}

.primary-nav__link:hover,
.primary-nav__link:focus-visible {
  color: var(--color-red);
}

.primary-nav__submenu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 12px);
  left: 0;
  display: grid;
  min-width: 240px;
  padding: 12px;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  background: var(--color-white);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.14);
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.primary-nav__item--wide .primary-nav__submenu {
  min-width: 294px;
}

.primary-nav__item:hover .primary-nav__submenu,
.primary-nav__item:focus-within .primary-nav__submenu,
.primary-nav__button[aria-expanded="true"] + .primary-nav__submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.primary-nav__submenu a {
  display: block;
  padding: 11px 12px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 10px;
}

.primary-nav__submenu a:hover,
.primary-nav__submenu a:focus-visible {
  color: var(--color-red);
  background: var(--color-soft);
}

.hero-banner__title,
.section-title,
.solutions-section__title,
.why-choose-section__title,
.sap-cta-section__title,
.industries-section__title,
.testimonials-section__title,
.career-section__title,
.site-footer__cta h2,
.solution-card h3,
.why-feature h3,
.industry-card h3,
.career-card h3 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.site-header__actions {
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  gap: 10px;
  margin-top: 13.363px;
  margin-left: auto;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 82px;
  height: 52px;
  padding: 0 16px 0 20px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: var(--color-soft);
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}

.language-toggle img {
  width: 20px;
  height: 20px;
}

.site-header__translate {
  position: relative;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 82px;
  height: 52px;
}

.site-header__translate .gtranslate_wrapper,
.site-header__translate .gt_switcher,
.site-header__translate .gt_container,
.site-header__translate .gt_float_switcher {
  width: 100%;
}

.site-header__translate #gt_float_wrapper {
  position: relative !important;
  box-sizing: border-box !important;
  width: 82px !important;
  height: 52px !important;
}

.site-header__translate .gt_float_switcher {
  position: relative !important;
  box-sizing: border-box !important;
  width: 82px !important;
  height: 52px !important;
  overflow: visible !important;
  font-family: "Jost", Arial, sans-serif !important;
  background: var(--color-soft) !important;
  border-radius: 30px !important;
  box-shadow: none !important;
}

.site-header__translate .gt_float_switcher .gt-selected,
.site-header__translate .gt_float_switcher .gt-current-lang {
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  width: 82px !important;
  height: 52px !important;
  padding: 0 16px 0 20px !important;
  color: var(--color-black) !important;
  background: transparent !important;
  border-radius: 30px !important;
}

.site-header__translate .gt_float_switcher .gt-selected {
  position: relative !important;
  z-index: 2 !important;
  overflow: hidden !important;
  padding: 0 !important;
  background: var(--color-soft) !important;
  border-radius: 30px !important;
}

.site-header__translate .gt_float_switcher .gt-current-lang {
  position: relative !important;
  justify-content: flex-start !important;
  left: 0 !important;
  top: 0 !important;
}

.site-header__translate .gt_float_switcher img {
  display: none !important;
}

.site-header__translate .gt_float_switcher .gt-lang-code {
  display: block !important;
  width: 24px !important;
  max-width: 24px !important;
  overflow: hidden !important;
  color: var(--color-black) !important;
  font-family: "Jost", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.site-header__translate .gt_float_switcher .gt_float_switcher-arrow {
  display: none !important;
}

.site-header__translate .gt_float_switcher .gt-current-lang::after {
  content: "" !important;
  position: absolute !important;
  right: 17px !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid var(--color-black) !important;
  border-bottom: 2px solid var(--color-black) !important;
  transform: translateY(-68%) rotate(45deg) !important;
}

.site-header__translate .gt_float_switcher .gt_options {
  position: absolute !important;
  z-index: 1 !important;
  top: 60px !important;
  right: 0 !important;
  left: auto !important;
  box-sizing: border-box !important;
  width: 156px !important;
  height: auto !important;
  max-height: none !important;
  padding: 8px !important;
  overflow: hidden !important;
  background: var(--color-white) !important;
  border: 1px solid #e5e8ed !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 30px rgba(25, 34, 50, 0.16) !important;
}

.site-header__translate .gt_float_switcher .gt_options a {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 40px !important;
  padding: 8px 10px !important;
  color: var(--color-black) !important;
  font-family: "Jost", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  border-radius: 9px !important;
}

.site-header__translate .gt_float_switcher .gt_options a:hover,
.site-header__translate .gt_float_switcher .gt_options a:focus-visible,
.site-header__translate .gt_float_switcher .gt_options a.gt-current {
  color: var(--color-red) !important;
  background: #f7f7f8 !important;
}

.site-header__translate .gt_float_switcher .gt_options img {
  display: block !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 16px !important;
  margin: 0 !important;
  object-fit: cover !important;
}

.site-header__translate select,
.site-header__translate .gt_selector {
  width: 82px;
  height: 52px;
  padding: 0 16px 0 20px;
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background-color: var(--color-soft);
  border: 0;
  border-radius: 30px;
  outline: 0;
  cursor: pointer;
}

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

.gt_float_switcher .gt_options a {
  display: block;
  text-decoration: none;
  padding: 17px 8px;
  color: #444;
  transition: color .4s linear;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0;
  border-radius: 120px;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button--primary {
  gap: 15px;
  padding: 14px 25px;
  background: var(--color-red);
}

.button--primary:hover,
.button--primary:focus-visible {
  color: var(--color-red);
  background: var(--color-white);
  box-shadow: inset 0 0 0 1px var(--color-red);
}

.button__arrow {
  flex: 0 0 auto;
  width: 13px;
  height: 11px;
  object-fit: contain;
  transition: filter 180ms ease;
}

.button--primary:hover .button__arrow,
.button--primary:focus-visible .button__arrow,
.button--primary:hover > img,
.button--primary:focus-visible > img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(6474%) hue-rotate(0deg) brightness(88%) contrast(121%);
}

.button__arrow--header {
  width: 30px;
  height: 30px;
}

.button__arrow--circle {
  width: 31.5px;
  height: 31.5px;
}

.site-header__actions .button--primary {
  width: 275px;
  min-height: 58px;
  padding: 14px 25px;
}

@media (min-width: 1701px) {
  .site-header__actions {
    margin-left: 24px;
  }
}

.hero-banner {
  position: relative;
  width: min(calc(100% - 60px), 1859px);
  min-height: 895px;
  margin: -83px auto 0;
  overflow: visible;
  color: var(--color-white);
  background: #0c0e12;
  border-radius: 24px;
}

.hero-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  border-radius: inherit;
}

.hero-banner__shade {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  border-radius: inherit;
}

.hero-banner__shade--top {
  top: 0;
  height: 472px;
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.78) 0%, rgba(12, 14, 18, 0) 72%);
}

.hero-banner__shade--bottom {
  bottom: 0;
  height: 551px;
  background: linear-gradient(0deg, #0c0e12 12%, rgba(12, 14, 18, 0) 72%);
}

.hero-banner__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 993px) 555px;
  align-items: end;
  justify-content: space-between;
  min-height: 895px;
  padding: 0 69px 95px;
  gap: 80px;
}

.hero-banner__headline-group {
  max-width: 993px;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 7px 17px;
  margin: 0 0 24px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  white-space: nowrap;
  background: #ece646;
  border: 1px solid #d8d232;
  border-radius: 30px;
}

.eyebrow-pill img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.hero-banner__title {
  max-width: 993px;
  margin: 0;
  font-family: "Inter Tight", "Arial Narrow", Arial, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 82px;
  letter-spacing: 0;
}

.hero-banner__title-line {
  display: block;
}

.hero-banner__title-line--light {
  font-size: 60px;
  font-weight: 400;
}

.hero-banner__title-line--script {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 75px;
  font-style: italic;
  font-weight: 400;
}

.hero-banner__aside {
  max-width: 555px;
  padding-bottom: 0;
}

.hero-banner__aside p {
  margin: 0 0 31px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.hero-banner__chat {
  position: absolute;
  z-index: 2;
  right: 65px;
  bottom: -29px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  background: var(--color-white);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 32px rgba(6, 84, 170, 0.12);
}

.hero-banner__chat img {
  width: 23.333px;
  height: 23.333px;
  object-fit: contain;
}

.about-section {
  width: min(calc(100% - 200px), 1723px);
  margin: 73px auto 0;
  color: var(--color-black);
}

.about-section__header {
  display: grid;
  grid-template-columns: 458px minmax(0, 747px);
  justify-content: space-between;
  align-items: start;
  gap: 80px;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 17px;
  margin: 0 0 27px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: anywhere;
  hyphens: auto;
  background: #ece646;
  border: 1px solid rgba(64, 43, 42, 0.2);
  border-radius: 30px;
}

.section-title {
  margin: 0;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0;
}

.section-title em {
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.about-section__intro {
  max-width: 747px;
  margin: 2px 0 0;
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.about-section__body {
  display: grid;
  grid-template-columns: 857px minmax(0, 809px);
  gap: 54px;
  align-items: start;
  margin-top: 51px;
}

.about-section__media {
  position: relative;
  height: 594px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #f2f2f2;
}

.about-section__media::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  content: "";
  background: linear-gradient(270deg, rgba(12, 14, 18, 0.54) 12%, rgba(12, 14, 18, 0) 72%);
  pointer-events: none;
}

.about-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.about-section__cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
}

.about-card {
  position: relative;
  width: 100%;
  padding: 36px;
  background: var(--color-white);
  border-radius: 30px;
}

.about-card.is-active {
  min-height: 288px;
  border: 0;
  box-shadow: 0 4px 71px 29px #f0f0f0;
}

.about-card:not(.is-active) {
  min-height: 191px;
  border: 1px solid #eeeeee;
  box-shadow: none;
}

.about-card__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 19px;
}

.about-card--compact .about-card__icon {
  width: 46px;
  height: 41px;
  margin-bottom: 15px;
}

.about-card__arrow {
  position: absolute;
  top: 29px;
  right: 24px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.about-card__arrow img {
  width: 40px;
  height: 40px;
}

.about-card__arrow:focus-visible {
  outline: 2px solid var(--color-red);
  outline-offset: 4px;
}

.about-card__label {
  margin: 0 0 13px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.about-card h3 {
  margin: 0 0 14px;
  color: var(--color-black);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.about-card__panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 360ms ease, opacity 260ms ease;
}

.about-card__panel.is-open {
  opacity: 1;
}

.about-card__panel p {
  max-width: 744px;
  margin: 0;
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .about-card__panel {
    transition: none;
  }
}

.about-section__button {
  min-width: 171px;
}

.solutions-section {
  position: relative;
  width: min(calc(100% - 60px), 1859px);
  min-height: 1057px;
  margin: 98px auto 0;
  overflow: hidden;
  color: var(--color-black);
  background: url("../images/figma/solutions-section-background.png") center / cover no-repeat;
  border-radius: 30px;
  background-color: #eff4ff;
}

.solutions-section__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 102px;
  text-align: center;
}

.solutions-section__header .section-pill {
  margin-bottom: 31px;
  border-color: rgba(64, 43, 42, 0.2);
}

.solutions-section__title {
  max-width: 1002px;
  margin: 0;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.solutions-section__title strong {
  display: inline-block;
  color: var(--color-red);
  font-weight: 700;
}

.solutions-section__title em {
  display: inline-block;
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.solutions-section__intro {
  max-width: 1318px;
  margin: 46px 0 0;
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.solutions-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  --solution-card-collapsed: 306px;
  --solution-card-expanded: 719px;
  --solution-grid-template: var(--solution-card-collapsed) var(--solution-card-expanded) var(--solution-card-collapsed) var(--solution-card-collapsed);
  grid-template-columns: var(--solution-grid-template);
  justify-content: center;
  align-items: stretch;
  gap: 27px;
  margin-top: 48px;
  transition: grid-template-columns 360ms ease;
}

@media (min-width: 1280px) {
  .solutions-section__grid:has(.solution-card:nth-child(1).is-active) {
    --solution-grid-template: var(--solution-card-expanded) var(--solution-card-collapsed) var(--solution-card-collapsed) var(--solution-card-collapsed);
  }

  .solutions-section__grid:has(.solution-card:nth-child(2).is-active) {
    --solution-grid-template: var(--solution-card-collapsed) var(--solution-card-expanded) var(--solution-card-collapsed) var(--solution-card-collapsed);
  }

  .solutions-section__grid:has(.solution-card:nth-child(3).is-active) {
    --solution-grid-template: var(--solution-card-collapsed) var(--solution-card-collapsed) var(--solution-card-expanded) var(--solution-card-collapsed);
  }

  .solutions-section__grid:has(.solution-card:nth-child(4).is-active) {
    --solution-grid-template: var(--solution-card-collapsed) var(--solution-card-collapsed) var(--solution-card-collapsed) var(--solution-card-expanded);
  }
}

.solution-card {
  position: relative;
  min-height: 417px;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 20px 38px rgba(60, 71, 98, 0.08);
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.solution-card:focus-visible {
  outline: 2px solid var(--color-red);
  outline-offset: 5px;
}

.solution-card--map {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.04);
}

.solution-card--map::before {
  position: absolute;
  right: -14px;
  bottom: 0;
  width: 164px;
  height: 104px;
  content: "";
  opacity: 0.12;
  background-image: url("../images/figma/solutions-hex-pattern.png");
  background-size: 220px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.solution-card--featured {
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.04);
}

.solution-card__preview {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.04);
  transition: opacity 320ms ease, transform 420ms ease;
}

.solution-card.is-active .solution-card__preview {
  opacity: 1;
  transform: scale(1);
}

.solution-card::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 62%;
  content: "";
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(12, 14, 18, 0.9) 0%, rgba(12, 14, 18, 0.7) 42%, rgba(12, 14, 18, 0) 100%);
  transition: opacity 320ms ease;
}

.solution-card.is-active::after {
  opacity: 1;
}

.solution-card--pattern {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.04);
}

.solution-card__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: url("../images/figma/solutions-hex-pattern.png");
  background-size: 220px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.solution-card__art,
.solution-card__icons {
  position: relative;
  z-index: 1;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.solution-card.is-active .solution-card__art,
.solution-card.is-active .solution-card__icons {
  visibility: hidden;
  opacity: 0;
}

.solution-card__art {
  padding: 36px 25px 0;
}

.solution-card__art::before,
.solution-card__icons::before {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 52px;
  width: 50px;
  height: 56px;
  content: "";
  background: url("../images/figma/solution-icon-bg.svg") center / contain no-repeat;
}

.solution-card__icon {
  width: 42px;
  height: 42px;
}

.solution-card__icon--cloud {
  width: 45px;
  height: 40px;
}

.solution-card__icon--enterprise {
  width: 48px;
  height: 48px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(6474%) hue-rotate(0deg) brightness(88%) contrast(121%);
}

.solution-card__icons {
  display: flex;
  align-items: center;
  padding: 36px 25px 0;
}

.solution-card__icons img:first-child {
  width: 42px;
  height: 42px;
}

.solution-card__icons img:last-child {
  width: 53px;
  height: 53px;
}

.solution-card__content {
  position: absolute;
  z-index: 1;
  left: 25px;
  right: 25px;
  bottom: 25px;
}

.solution-card:not(.is-active) .solution-card__content {
  top: 117px;
  bottom: auto;
}

.solution-card.is-active .solution-card__content {
  top: auto;
  right: 28px;
  bottom: 24px;
  left: 28px;
  width: auto;
  color: var(--color-white);
}

.solution-card--pattern .solution-card__content {
  left: 25px;
  right: 25px;
}

.solution-card__mark {
  display: none;
  width: 42px;
  height: 50px;
  margin-bottom: 17px;
}

.solution-card.is-active .solution-card__mark {
  display: block;
}

.solution-card h3 {
  max-width: 235px;
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.solution-card.is-active h3 {
  max-width: 326px;
  margin-bottom: 10px;
}

.solution-card:not(.solution-card--featured) h3 {
  max-width: 230px;
}

.solution-card p {
  max-width: 225px;
  margin: 0;
  color: #565656;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.solution-card.is-active p {
  max-width: 453px;
  color: var(--color-white);
  font-size: 15px;
  line-height: 22px;
}

.solution-card__arrow {
  position: absolute;
  left: 25px;
  bottom: 25px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
}

.solution-card--featured .solution-card__arrow {
  position: static;
  margin-top: 0;
}

.solution-card.is-active .solution-card__arrow {
  display: none;
}

.solution-card__arrow img {
  width: 40px;
  height: 40px;
}

.solutions-section__button {
  position: relative;
  z-index: 1;
  display: flex;
  width: 217px;
  margin: 40px auto 0;
}

@media (max-width: 1700px) and (min-width: 1501px) {
  .solutions-section__grid {
    --solution-card-collapsed: 270px;
    --solution-card-expanded: 620px;
    gap: 20px;
  }
}

.why-choose-section {
  position: relative;
  width: min(calc(100% - 192px), 1724px);
  min-height: 1027px;
  margin: 88px auto 0;
  color: var(--color-black);
  overflow: hidden;
}

.why-choose-section__pattern {
  position: absolute;
  top: 0;
  right: -340px;
  width: 1456px;
  height: 747px;
  pointer-events: none;
  /* opacity: 0.42; */
  background-image: url("../images/figma/why-choose-background.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.why-choose-section__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 919px 560px;
  justify-content: space-between;
  align-items: start;
  gap: 72px;
}

.why-choose-section__heading .section-pill {
  margin-bottom: 31px;
}

.why-choose-section__title {
  max-width: 919px;
  margin: 0;
  font-family: "Inter Tight", "Jost", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0;
}

.why-choose-section__title span {
  display: block;
}

.why-choose-section__title strong {
  display: inline-block;
  color: var(--color-red);
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
}

.why-choose-section__title em {
  display: inline-block;
  margin-left: 12px;
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 62px;
  font-style: italic;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0;
}

.why-choose-section__intro {
  max-width: 560px;
  margin: 77px 0 0;
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.why-choose-section__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 843px 824px;
  gap: 52px;
  align-items: stretch;
  margin-top: 46px;
}

.why-choose-section__media {
  width: 843px;
  height: auto;
  min-height: 663px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
}

.why-choose-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 41% 50%;
}

.why-choose-section__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 71px;
  row-gap: 80px;
  padding-top: 13px;
}

.why-feature {
  min-width: 0;
}

.why-feature__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 89px;
  margin-bottom: 29px;
}

.why-feature__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 166px;
  height: 176px;
  transform: translate(-50%, -50%);
  background-image: url("../images/figma/why-feature-icon-background.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  transition: filter 0.2s ease;
}

.why-feature__icon img {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  object-fit: contain;
  transition: filter 0.2s ease;
}

.why-feature:hover .why-feature__icon img,
.why-feature:focus-within .why-feature__icon img {
  filter: brightness(0) invert(1);
}

.why-feature:hover .why-feature__icon::before,
.why-feature:focus-within .why-feature__icon::before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(99%) saturate(7475%) hue-rotate(5deg) brightness(93%) contrast(116%);
}

.why-feature h3 {
  margin: 0 0 23px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0;
}

.why-feature p {
  margin: 0;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.why-feature a {
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 2px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  transition: color 0.2s ease;
}

.why-feature a:hover,
.why-feature a:focus-visible {
  color: var(--color-red);
}

.why-choose-section__button {
  position: relative;
  z-index: 1;
  display: flex;
  width: 217px;
  margin: 52px auto 0;
}

.sap-cta-section {
  position: relative;
  display: grid;
  width: min(calc(100% - 60px), 1859px);
  min-height: 607px;
  margin: 96px auto 0;
  overflow: hidden;
  place-items: center;
  color: var(--color-white);
  border-radius: 30px;
  background: #24080d;
}

.sap-cta-section__media,
.sap-cta-section__overlay {
  position: absolute;
  inset: 0;
}

.sap-cta-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sap-cta-section__overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(120deg, rgba(140, 8, 8, 0.6) 0%, rgba(114, 110, 2, 0.5) 100%);
}

.sap-cta-section__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(100% - 80px), 1253px);
  padding: 91px 0;
  text-align: center;
}

.sap-cta-section__pill {
  margin-bottom: 35px;
  background: #ece646;
  border-color: rgba(64, 43, 42, 0.2);
}

.sap-cta-section__title {
  width: min(100%, 1179px);
  margin: 0;
  color: var(--color-white);
  font-family: "Inter Tight", "Jost", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0;
}

.sap-cta-section__title span {
  display: block;
}

.sap-cta-section__title strong {
  display: inline-block;
  color: var(--color-red);
  font-size: 62px;
  line-height: 70px;
}

.sap-cta-section__title em {
  display: inline-block;
  margin-left: 9px;
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 62px;
  font-style: italic;
  font-weight: 400;
  line-height: 70px;
}

.sap-cta-section__text {
  max-width: 1253px;
  margin: 40px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.sap-cta-section__button {
  gap: 15px;
  width: 224px;
  margin-top: 34px;
}

.sap-cta-section__button img {
  width: 31.5px;
  height: 31.5px;
}

.industries-section {
  width: min(calc(100% - 196px), 1723px);
  margin: 103px auto 0;
  padding-bottom: 100px;
}

.industries-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 555px;
  gap: 72px;
  align-items: end;
}

.industries-section__title,
.testimonials-section__title,
.career-section__title,
.site-footer__cta h2 {
  margin: 21px 0 0;
  font-family: "Inter Tight", "Jost", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0;
}

.industries-section__title span,
.testimonials-section__title span,
.career-section__title span,
.site-footer__cta h2 span {
  display: block;
}

.testimonials-section__title {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.testimonials-section__title span,
.testimonials-section__title strong,
.testimonials-section__title em {
  display: inline;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.industries-section__title em,
.testimonials-section__title em,
.site-footer__cta h2 em {
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.industries-section__intro,
.testimonials-section__intro,
.career-section__heading p,
.site-footer__cta p {
  margin: 0;
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.industries-section__slider {
  margin-top: 70px;
  overflow: hidden;
}

.industries-section__grid {
  align-items: stretch;
}

.industry-card {
  height: auto;
  min-width: 0;
  padding: 25px 25px 35px;
  background: var(--color-white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.industry-card--active,
.industry-card:hover {
  box-shadow: 0 25px 70px rgba(17, 17, 17, 0.12);
}

.industry-card__image {
  width: 100%;
  aspect-ratio: 507 / 360;
  object-fit: cover;
  border-radius: 22px;
}

.industry-card__content {
  padding-top: 35px;
}

.industry-card__icon {
  display: grid;
  width: 66px;
  height: 56px;
  margin-bottom: 28px;
  place-items: center;
}

.industry-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.industry-card h3 {
  margin: 0 0 19px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.industry-card p {
  margin: 0;
  color: #565656;
  font-size: 18px;
  line-height: 28px;
}

.industry-card__link {
  display: inline-block;
  margin-top: 22px;
  padding-bottom: 2px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  transition: color 0.2s ease;
}

.industry-card__link:hover,
.industry-card__link:focus-visible {
  color: var(--color-red);
}

.section-carousel-bar {
  display: grid;
  grid-template-columns: 217px minmax(120px, 1fr) auto;
  gap: 31px;
  align-items: center;
  margin-top: 50px;
}

.section-carousel-bar__button {
  gap: 15px;
  width: 217px;
}

.section-carousel-bar__track {
  position: relative;
  height: 3px;
  overflow: hidden;
  background: #e6e6e6;
  border-radius: 999px;
}

.section-carousel-bar__track.swiper-pagination-progressbar {
  position: relative;
}

.section-carousel-bar__track .swiper-pagination-progressbar-fill {
  background: var(--color-red);
  border-radius: inherit;
  transform-origin: left center;
}

.section-carousel-bar__arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-carousel-bar__arrows button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 50%;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.section-carousel-bar__arrows button:last-child {
  color: var(--color-white);
  background: var(--color-red);
  border-color: var(--color-red);
}

.section-carousel-bar__arrows button:not(:last-child):not(:hover):not(:focus-visible) {
  color: var(--color-black);
  background: var(--color-white);
  border-color: rgba(17, 17, 17, 0.14);
}

.section-carousel-bar__arrows button:not(:disabled):hover,
.section-carousel-bar__arrows button:not(:disabled):focus-visible {
  color: var(--color-white);
  background: var(--color-red);
  border-color: var(--color-red);
}

.section-carousel-bar__arrows button:disabled {
  color: rgba(17, 17, 17, 0.35);
  background: #f3f3f3;
  border-color: rgba(17, 17, 17, 0.08);
  cursor: not-allowed;
}

.testimonials-section {
  position: relative;
  width: min(calc(100% - 60px), 1859px);
  margin: 0 auto;
  padding: 101px 71px 96px;
  overflow: hidden;
  background: #f5f8ff url("../images/figma/solutions-section-background.png") center / cover no-repeat;
  border-radius: 30px;
}

.testimonials-section__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 880px) minmax(360px, 627px);
  gap: 94px;
  align-items: start;
}

.testimonials-section__title strong {
  color: var(--color-red);
}

.career-section__title strong {
  display: block;
  color: var(--color-black);
}

.career-section__title em {
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.testimonials-section__slider {
  position: relative;
  z-index: 1;
  margin-top: 102px;
  padding-top: 46px;
  overflow-x: hidden;
  overflow-y: visible;
}

.testimonials-section__grid {
  align-items: stretch;
}

.testimonial-card {
  position: relative;
  min-width: 0;
  min-height: 409px;
  padding: 82px 35px 34px;
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: 0 22px 56px rgba(17, 17, 17, 0.07);
}

.testimonial-card__quote {
  position: absolute;
  top: -31px;
  left: 35px;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  background: url("../images/figma/testimonial-quote-bg.svg") center / contain no-repeat;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.testimonial-card__quote img {
  width: 42px;
  height: 32px;
  object-fit: contain;
  transition: filter 0.2s ease;
}

.testimonial-card--active .testimonial-card__quote {
  background: var(--color-red);
}

.testimonial-card--active .testimonial-card__quote img {
  filter: brightness(0) invert(1);
}

.testimonial-card__stars {
  display: block;
  width: 120px;
  height: 24px;
  object-fit: contain;
}

.testimonial-card p {
  margin: 24px 0 0;
  color: #565656;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-card__person {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 34px;
}

.testimonial-card__person img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-card__person h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.testimonial-card__person span {
  display: block;
  color: #565656;
  font-size: 15px;
  line-height: 22px;
}

.section-carousel-bar--testimonials {
  grid-template-columns: minmax(120px, 1fr) auto;
  margin-top: 61px;
}

.career-section {
  width: min(calc(100% - 198px), 1721px);
  margin: 0 auto 0;
  padding-bottom: 89px;
}

.career-section__heading {
  max-width: 1265px;
  margin-inline: auto;
  text-align: center;
}

.career-section__heading .section-pill {
  margin-inline: auto;
  font-weight: 600;
}

.career-section__title {
  margin-top: 19px;
}

.career-section__heading p {
  max-width: 1080px;
  margin: 24px auto 0;
}

.career-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 557px));
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.career-card {
  position: relative;
  min-width: 0;
  min-height: 348px;
  padding: 43px 29px 38px;
  text-align: left;
  background: var(--color-white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  box-shadow: 0 4px 21px -4px #d1daed;
  overflow: hidden;
}

.career-card__content {
  position: relative;
  z-index: 1;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.career-card__hover-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.24s ease, transform 0.36s ease;
}

.career-card:hover .career-card__content {
  opacity: 0;
  transform: translateY(10px);
}

.career-card:hover .career-card__hover-image {
  opacity: 1;
  transform: scale(1);
}

.career-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: var(--color-red);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.career-card__meta span:first-child {
  padding: 5px 11px;
  color: var(--color-red);
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  border: 1px solid #ffd0d0;
  border-radius: 30px;
}

.career-card__meta span:last-child {
  color: var(--color-black);
}

.career-card h3 {
  margin: 27px 0 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.career-card__type {
  position: relative;
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--color-black);
  font-size: 12px;
  line-height: 16px;
}

.career-card__type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url("../images/figma/career-check-icon.svg") center / contain no-repeat;
}

.career-card p:not(.career-card__type) {
  margin: 28px 0 0;
  color: #565656;
  font-size: 16px;
  line-height: 28px;
}

.career-card a {
  position: relative;
  display: inline-block;
  margin-top: 36px;
  padding-top: 30px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.career-card a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 498px;
  max-width: calc(100vw - 64px);
  height: 1px;
  background: #eee;
}

.career-card:first-child a {
  color: var(--color-red);
}

.career-section__button {
  display: flex;
  width: 217px;
  margin: 54px auto 0;
}

.career-section__media {
  height: 348px;
  overflow: hidden;
  border-radius: 30px;
}

.career-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  position: relative;
  width: min(calc(100% - 60px), 1859px);
  min-height: 1137px;
  margin: 11px auto 30px;
  padding: 248px 70px 31px;
  overflow: hidden;
  color: var(--color-white);
  background: transparent;
}

.site-footer::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: min(100%, 1850px);
  height: 102px;
  content: "";
  background: url("../images/figma/footer-assets/footer-asset-04.svg") center top / 100% 100% no-repeat;
  transform: translateX(-50%);
}

.site-footer::after {
  position: absolute;
  z-index: 0;
  inset: 17px 0 0;
  content: "";
  background:
    linear-gradient(rgba(17, 17, 17, 0.88), rgba(17, 17, 17, 0.94)),
    url("../images/figma/footer-network-bg.png") center / cover no-repeat,
    #111111;
  border-radius: 30px;
}

.site-footer__logo {
  position: absolute;
  z-index: 3;
  top: 63px;
  left: 50%;
  width: 180px;
  transform: translateX(-50%);
}

.site-footer__logo img {
  width: 100%;
  height: auto;
}

.site-footer__cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 735px) minmax(360px, 537px);
  justify-content: space-between;
  gap: 80px;
  align-items: end;
}

.site-footer .section-pill {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.6px;
  background: #ece646;
}

.site-footer__cta h2 {
  color: var(--color-white);
}

.site-footer__cta p {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__button {
  gap: 15px;
  width: 370px;
  margin-top: 34px;
}

.site-footer__button img {
  width: 31.5px;
  height: 31.5px;
}

.site-footer__contact {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 0;
  padding: 27px 0 30px;
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__contact-item {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 28px;
  overflow-wrap: anywhere;
  transition: color 180ms ease;
}

.site-footer__contact-item + .site-footer__contact-item {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__contact-item > span:first-child {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid #393939;
  border-radius: 50%;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.site-footer__contact-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: filter 180ms ease;
}

.site-footer__contact-item:hover,
.site-footer__contact-item:focus-visible {
  color: var(--color-red);
}

.site-footer__contact-item:hover > span:first-child,
.site-footer__contact-item:focus-visible > span:first-child {
  background: var(--color-red);
  border-color: var(--color-red);
}

.site-footer__contact-item:hover img,
.site-footer__contact-item:focus-visible img {
  filter: none;
}

.site-footer__main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns:
    minmax(340px, 389px)
    276px
    344px
    minmax(170px, 1fr);
  justify-content: space-between;
  gap: clamp(24px, 2vw, 38px);
  padding: 86px 22px 0;
}

.site-footer__main h3 {
  margin: 0 0 21px;
  color: var(--color-white);
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.site-footer__newsletter h3 {
  max-width: 389px;
  margin-bottom: 34px;
  font-size: 24px;
  line-height: 36px;
}

.site-footer__form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 389px;
  min-height: 58px;
  padding: 0 20px;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}

.site-footer__form-row input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  color: var(--color-black);
  font-size: 18px;
  line-height: 28px;
  background: transparent;
  border: 0;
  outline: 0;
}

.site-footer__form-row img {
  flex: 0 0 20px;
  width: 20px;
  height: 14px;
}

.site-footer__subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 389px;
  min-height: 58px;
  margin-top: 21px;
  padding: 0 24px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  background: var(--color-red);
  border: 0;
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-footer__subscribe:hover,
.site-footer__subscribe:focus-visible {
  color: var(--color-red);
  background: var(--color-white);
  box-shadow: inset 0 0 0 1px var(--color-red);
  transform: translateY(-1px);
}

.site-footer__newsletter .gform_wrapper {
  width: 389px;
  max-width: 100%;
}

.site-footer__newsletter .gform_wrapper.gravity-theme form,
.site-footer__newsletter .gform_wrapper form {
  margin: 0;
}

.site-footer__newsletter .gform_wrapper.gravity-theme,
.site-footer__newsletter .gform_wrapper {
  margin: 0;
}

.site-footer__newsletter .gform_wrapper.gravity-theme .gform_body,
.site-footer__newsletter .gform_wrapper .gform_body,
.site-footer__newsletter .gform_wrapper.gravity-theme .gform_fields,
.site-footer__newsletter .gform_wrapper .gform_fields {
  display: block;
  margin: 0;
  padding: 0;
}

.site-footer__newsletter .gform_wrapper.gravity-theme .gfield,
.site-footer__newsletter .gform_wrapper .gfield {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-footer__newsletter .gform_wrapper.gravity-theme .gfield_label,
.site-footer__newsletter .gform_wrapper .gfield_label {
  display: none;
}

.site-footer__newsletter .gform_wrapper.gravity-theme input[type="email"],
.site-footer__newsletter .gform_wrapper input[type="email"] {
  width: 100%;
  min-height: 58px;
  padding: 0 56px 0 20px;
  color: var(--color-black);
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 28px;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  outline: 0;
  box-shadow: none;
}

.site-footer__newsletter .gform_wrapper.gravity-theme .gfield::after,
.site-footer__newsletter .gform_wrapper .gfield::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 14px;
  content: "";
  background: url("../images/figma/footer-assets/footer-asset-10.svg") center / contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.site-footer__newsletter .gform_wrapper.gravity-theme .gform_footer,
.site-footer__newsletter .gform_wrapper .gform_footer {
  display: block;
  margin: 21px 0 0;
  padding: 0;
}

.site-footer__newsletter .gform_wrapper.gravity-theme .gform_button,
.site-footer__newsletter .gform_wrapper .gform_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 0 24px;
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  background: var(--color-red);
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  box-shadow: none;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-footer__newsletter .gform_wrapper.gravity-theme .gform_button:hover,
.site-footer__newsletter .gform_wrapper.gravity-theme .gform_button:focus-visible,
.site-footer__newsletter .gform_wrapper .gform_button:hover,
.site-footer__newsletter .gform_wrapper .gform_button:focus-visible {
  color: var(--color-white);
  background: #c40000;
  box-shadow: none;
  transform: translateY(-1px);
}

.site-footer__newsletter .gform_confirmation_message,
.site-footer__newsletter .gform_validation_errors,
.site-footer__newsletter .gfield_validation_message {
  color: var(--color-white);
}

.site-footer__newsletter .gform_wrapper.gravity-theme input[type="email"],
.site-footer__newsletter .gform_wrapper input[type="email"] {
  min-height: 58px !important;
  padding: 0 56px 0 20px !important;
  color: var(--color-black) !important;
  font-family: var(--font-primary) !important;
  font-size: 18px !important;
  line-height: 28px !important;
  background: var(--color-white) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.site-footer__newsletter .gform_wrapper.gravity-theme .gform_button,
.site-footer__newsletter .gform_wrapper .gform_button {
  width: 100% !important;
  height: auto !important;
  min-height: 58px !important;
  padding: 0 24px !important;
  color: var(--color-white) !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
  background: var(--color-red) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.site-footer__nav,
.site-footer__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.site-footer__nav ul,
.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__nav li,
.site-footer__menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__nav a {
  display: block;
  white-space: nowrap;
}

.site-footer__nav a,
.site-footer__info a,
.site-footer__info p {
  margin: 0 0 9px;
  color: var(--color-white);
  font-size: 18px;
  line-height: 28px;
}

.site-footer__info p {
  margin-bottom: 17px;
}

.site-footer__info a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer__socials {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 25px;
}

.site-footer__socials a {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0;
  place-items: center;
  background: #2d2d2d;
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-footer__socials a:hover,
.site-footer__socials a:focus-visible {
  background: var(--color-red);
}

.site-footer__socials a:hover,
.site-footer__socials a:focus-visible {
  transform: translateY(-2px);
}

.site-footer__socials img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.site-footer__copyright {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  margin: 71px 8px 0;
  color: var(--color-white);
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-header__menu-toggle {
  display: none;
}

:focus-visible {
  outline: 2px solid var(--color-red);
  outline-offset: 4px;
}

@media (max-width: 1439px) {
  .site-header__shell {
    width: min(calc(100% - 48px), 1180px);
    margin-inline: auto;
  }

  .primary-nav__list {
    gap: 18px;
  }

  .primary-nav {
    margin-left: 40px;
  }

  .primary-nav__link,
  .language-toggle,
  .button {
    font-size: 14px;
  }
}

@media (max-width: 1700px) and (min-width: 1501px) {
  .site-header::before {
    left: 30px;
    width: calc(100% - 60px);
    background: url("../images/figma/nav-vector-135-figma.svg") center / 100% 102px no-repeat;
  }

  .site-header::after {
    display: none;
  }

  .site-header__shell {
    width: calc(100% - 240px);
    margin-left: 120px;
    margin-right: auto;
  }

  .primary-nav {
    margin-left: 54px;
  }

  .primary-nav__list {
    gap: 8px;
  }

  .primary-nav__link,
  .language-toggle,
  .site-header__actions .button--primary {
    font-size: 14px;
  }

  .site-header__actions {
    gap: 10px;
  }

  .language-toggle {
    min-width: 82px;
    height: 52px;
    padding: 0 16px 0 20px;
  }

  .site-header__actions .button--primary {
    width: 265px;
    min-height: 58px;
    padding-inline: 22px;
  }

  .button__arrow--header {
    width: 30px;
    height: 30px;
  }

  .solutions-intro h2 {
    font-size: 54px;
    line-height: 62px;
  }

  .solutions-intro h3 {
    font-size: 28px;
    line-height: 36px;
    white-space: nowrap;
  }

  .solutions-intro p {
    font-size: 17px;
    line-height: 27px;
  }

  .solution-card__icons {
    justify-content: space-between;
    gap: 0;
    padding-inline: 32px;
  }

  .why-choose-section {
    width: min(calc(100% - 48px), 1392px);
    min-height: 0;
    padding-bottom: 72px;
  }

  .why-choose-section__pattern {
    right: -320px;
  }

  .why-choose-section__header {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .why-choose-section__intro {
    max-width: 920px;
    margin-top: 0;
  }

  .why-choose-section__body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
  }

  .why-choose-section__media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }

  .why-choose-section__features {
    column-gap: 36px;
    row-gap: 58px;
  }
}

@media (max-width: 1886px) and (min-width: 1701px) {
  .site-header::before {
    left: 30px;
    width: calc(100% - 60px);
    background: url("../images/figma/nav-vector-135-figma.svg") center / 100% 102px no-repeat;
  }

  .site-header::after {
    display: none;
  }
}

@media (max-width: 1500px) and (min-width: 1440px) {
  .site-header::before {
    left: 24px;
    width: calc(100% - 48px);
    background: url("../images/figma/nav-vector-135-figma.svg") center / 100% 102px no-repeat;
  }

  .site-header::after {
    display: none;
  }

  .site-header__shell {
    width: calc(100% - 200px);
    margin-inline: auto;
  }

  .primary-nav {
    margin-left: 24px;
  }

  .primary-nav__list {
    gap: 8px;
  }

  .primary-nav__link,
  .language-toggle,
  .site-header__actions .button--primary {
    font-size: 14px;
  }

  .primary-nav__item:nth-child(1) .primary-nav__link,
  .primary-nav__item:nth-child(2) .primary-nav__link,
  .primary-nav__item:nth-child(3) .primary-nav__link,
  .primary-nav__item:nth-child(4) .primary-nav__link,
  .primary-nav__item:nth-child(5) .primary-nav__link,
  .primary-nav__item:nth-child(6) .primary-nav__link {
    width: auto;
  }

  .primary-nav__item--has-icon .primary-nav__link,
  .primary-nav__item--has-dropdown .primary-nav__link {
    gap: 8px;
  }

  .site-header__actions {
    gap: 8px;
  }

  .language-toggle {
    min-width: 76px;
    height: 52px;
    padding: 0 14px 0 18px;
  }

  .site-header__actions .button--primary {
    width: 232px;
    min-height: 58px;
    padding-inline: 16px;
  }

  .button__arrow--header {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 1439px) {
  .site-header::before {
    top: 12px;
    width: calc(100% - 20px);
    background: var(--color-white);
    border-radius: 0 0 24px 24px;
  }

  .site-header__shell {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    column-gap: 16px;
    justify-content: space-between;
  }

  .site-header__logo {
    grid-column: 1;
  }

  .site-header__menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 52px;
    height: 52px;
    padding: 0;
    background: var(--color-soft);
    border: 0;
    border-radius: 999px;
  }

  .site-header__menu-toggle {
    justify-self: center;
    grid-column: 4;
    grid-row: 1;
  }

  .site-header__menu-bar {
    width: 22px;
    height: 2px;
    margin-inline: auto;
    background: var(--color-black);
    border-radius: 2px;
  }

  .primary-nav {
    position: absolute;
    top: 104px;
    left: 24px;
    right: 24px;
    display: none;
    padding: 22px;
    background: var(--color-white);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(20, 22, 30, 0.12);
    margin-left: 0;
  }

  .site-header.is-open .primary-nav {
    display: block;
  }

  .primary-nav__list {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  .primary-nav__link {
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    white-space: normal;
  }

  .primary-nav__submenu {
    position: static;
    display: none;
    min-width: 0;
    padding: 4px 0 8px 16px;
    visibility: visible;
    opacity: 1;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    transition: none;
  }

  .primary-nav__button[aria-expanded="true"] + .primary-nav__submenu {
    display: grid;
  }

  .primary-nav__submenu a {
    padding: 10px 12px;
    white-space: normal;
  }

  .primary-nav__item:nth-child(1) .primary-nav__link,
  .primary-nav__item:nth-child(2) .primary-nav__link,
  .primary-nav__item:nth-child(3) .primary-nav__link,
  .primary-nav__item:nth-child(4) .primary-nav__link,
  .primary-nav__item:nth-child(5) .primary-nav__link,
  .primary-nav__item:nth-child(6) .primary-nav__link {
    width: 100%;
  }

  .site-header__actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-left: 0;
  }
}

@media (max-width: 1100px) {
  .site-header__shell {
    width: calc(100% - 80px);
  }

  .site-header__actions .button--primary span:first-child {
    display: none;
  }

  .site-header__actions .button--primary {
    width: 58px;
    min-height: 58px;
    padding: 14px;
  }

  .site-header__actions {
    gap: 16px;
  }
}

@media (max-width: 900px) {
  .site-header__shell {
    width: calc(100% - 80px);
  }

  .site-header__actions .button--primary span:first-child {
    display: none;
  }

  .site-header__actions .button--primary {
    width: 58px;
    min-height: 58px;
    padding: 14px;
  }

  .site-header__actions {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-top: 8px;
  }

  .site-header::after {
    display: none;
  }

  .site-header::before {
    top: 8px;
    width: calc(100% - 20px);
    height: 88px;
    background: var(--color-white);
    border-radius: 0 0 24px 24px;
  }

  .site-header__shell {
    width: calc(100% - 32px);
    min-height: 78px;
    column-gap: 12px;
  }

  .site-header__logo,
  .site-header__logo img {
    width: 70px;
    height: 60px;
  }

  .site-header__logo {
    flex-basis: 70px;
  }

  .site-header__logo img {
    width: 111.22%;
    height: 102.19%;
  }

  .site-header__actions .button--primary span:first-child {
    display: none;
  }

  .language-toggle {
    display: inline-flex;
    min-width: 60px;
    width: 60px;
    height: 48px;
    padding: 0 9px;
    font-size: 14px;
  }

  .site-header__translate,
  .site-header__translate #gt_float_wrapper,
  .site-header__translate .gt_float_switcher,
  .site-header__translate .gt_float_switcher .gt-selected,
  .site-header__translate .gt_float_switcher .gt-current-lang,
  .site-header__translate select,
  .site-header__translate .gt_selector {
    width: 82px !important;
    min-width: 82px !important;
    height: 52px !important;
    font-size: 16px;
  }

  .site-header__translate .gt_float_switcher .gt-selected,
  .site-header__translate .gt_float_switcher .gt-current-lang {
    padding: 0 16px 0 20px !important;
  }

  .site-header__translate .gt_float_switcher .gt-selected {
    padding: 0 !important;
  }

  .site-header__translate,
  .site-header__translate #gt_float_wrapper,
  .site-header__translate .gt_float_switcher {
    padding: 0 !important;
  }

  .site-header__translate .gt_float_switcher .gt-lang-code {
    width: 24px !important;
    max-width: 24px !important;
    font-size: 16px !important;
    line-height: 52px !important;
  }

  .site-header__translate .gt_float_switcher .gt-current-lang::after {
    right: 17px !important;
  }

  .language-toggle img {
    width: 18px;
    height: 18px;
  }

  .button--primary {
    min-height: 48px;
    padding: 9px;
  }

  .site-header__actions .button--primary {
    width: 48px;
    min-height: 48px;
    padding: 9px;
  }

  .site-header__actions {
    gap: 8px;
  }

  .site-header__menu-toggle {
    width: 48px;
    height: 48px;
  }

  .primary-nav {
    top: 96px;
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 1500px) {
  .hero-banner {
    width: min(calc(100% - 48px), 1392px);
    min-height: 760px;
    margin-top: -83px;
  }

  .hero-banner__content {
    grid-template-columns: 1fr;
    align-content: end;
    min-height: 760px;
    padding: 0 48px 78px;
    gap: 34px;
  }

  .hero-banner__aside {
    max-width: 620px;
  }

  .hero-banner__title {
    max-width: 900px;
    font-size: clamp(54px, 5vw, 75px);
    line-height: 1.1;
  }

  .hero-banner__title-line--light {
    font-size: clamp(44px, 4.1vw, 60px);
  }

  .hero-banner__title-line--script {
    font-size: clamp(54px, 5vw, 75px);
  }
}

@media (max-width: 767px) {
  .hero-banner {
    width: calc(100% - 20px);
    min-height: 720px;
    margin-top: -96px;
    border-radius: 0 0 18px 18px;
  }

  .hero-banner__image {
    object-position: 58% center;
  }

  .hero-banner__content {
    min-height: 720px;
    padding: 150px 20px 72px;
    gap: 28px;
  }

  .eyebrow-pill {
    align-items: flex-start;
    max-width: 100%;
    white-space: normal;
  }

  .hero-banner__title,
  .hero-banner__title-line--script {
    overflow-wrap: anywhere;
    hyphens: auto;
    font-size: clamp(34px, 11vw, 52px);
    line-height: 1.08;
  }

  .hero-banner__title-line--light {
    font-size: clamp(30px, 8.8vw, 42px);
  }

  .hero-banner__aside p {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-banner__aside .button {
    width: 100%;
    white-space: normal;
  }

  .hero-banner__chat {
    right: 18px;
    bottom: -26px;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 1500px) {
  .about-section {
    width: min(calc(100% - 48px), 1320px);
    margin-top: 72px;
  }

  .about-section__header,
  .about-section__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-section__intro {
    max-width: 980px;
  }

  .about-section__body {
    margin-top: 42px;
  }

  .about-section__media {
    width: 100%;
    height: auto;
    aspect-ratio: 857 / 594;
  }
}

@media (max-width: 767px) {
  .about-section {
    width: calc(100% - 32px);
    margin-top: 62px;
  }

  .about-section__header {
    gap: 24px;
  }

  .section-title {
    font-size: clamp(40px, 13vw, 52px);
    line-height: 1.1;
  }

  .about-section__intro,
  .about-card__panel p {
    font-size: 16px;
    line-height: 26px;
  }

  .about-section__media {
    aspect-ratio: 1 / 1.05;
    border-radius: 22px;
  }

  .about-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .about-card h3 {
    padding-right: 24px;
    font-size: 26px;
    line-height: 34px;
  }

  .about-card__arrow {
    top: 24px;
    right: 18px;
  }

  .about-section__button {
    width: 100%;
  }
}

@media (max-width: 1500px) and (min-width: 1280px) {
  .solutions-section {
    width: min(calc(100% - 48px), 1392px);
    min-height: 0;
    padding-bottom: 72px;
  }

  .solutions-section__title {
    max-width: 980px;
    font-size: clamp(44px, 4.4vw, 62px);
    line-height: 1.12;
  }

  .solutions-section__intro {
    max-width: 1080px;
    padding-inline: 48px;
  }

  .solutions-section__grid {
    --solution-card-collapsed: 260px;
    --solution-card-expanded: minmax(420px, 1fr);
    width: min(calc(100% - 48px), 1344px);
    gap: 18px;
    margin-inline: auto;
  }

  .solution-card {
    min-height: 360px;
  }

  .solution-card:not(.solution-card--featured) .solution-card__content {
    top: 117px;
  }

  .solution-card:not(.solution-card--featured) h3 {
    max-width: 208px;
  }

  .solution-card p {
    max-width: 208px;
  }

  .solution-card__icons {
    justify-content: space-between;
    gap: 0;
    padding-inline: 32px;
  }
}

@media (max-width: 1279px) {
  .solutions-section {
    width: min(calc(100% - 48px), 900px);
    min-height: 0;
    padding-bottom: 72px;
  }

  .solutions-section__title {
    max-width: 980px;
    font-size: clamp(44px, 4.4vw, 62px);
    line-height: 1.12;
  }

  .solutions-section__intro {
    max-width: 1080px;
    padding-inline: 48px;
  }

  .solutions-section__grid {
    --solution-grid-template: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    width: min(calc(100% - 96px), 760px);
    margin-inline: auto;
  }

  .solution-card {
    min-height: 430px;
  }

}

@media (max-width: 767px) {
  .solutions-section {
    width: calc(100% - 20px);
    margin-top: 70px;
    padding-bottom: 52px;
  }

  .solutions-section__header {
    padding: 64px 24px 0;
  }

  .solutions-section__title {
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.12;
  }

  .solutions-section__intro {
    padding-inline: 0;
    margin-top: 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .solutions-section__grid {
    width: calc(100% - 32px);
    gap: 20px;
    margin-top: 36px;
  }

  .solution-card {
    min-height: 390px;
    border-radius: 22px;
  }

  .solution-card__content {
    left: 24px;
    right: 24px;
    bottom: 30px;
  }

  .solution-card.is-active .solution-card__content {
    top: auto;
    right: 24px;
    left: 24px;
    width: auto;
  }

  .solution-card h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .solution-card p,
  .solution-card--featured p {
    font-size: 16px;
    line-height: 26px;
  }

  .solution-card__arrow {
    left: 24px;
    bottom: 24px;
  }

  .solutions-section__button {
    width: calc(100% - 32px);
  }
}

@media (max-width: 1500px) {
  .why-choose-section {
    width: min(calc(100% - 48px), 1320px);
    min-height: 0;
    padding-bottom: 72px;
  }

  .why-choose-section__header {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .why-choose-section__intro {
    max-width: 920px;
    margin-top: 0;
  }

  .why-choose-section__body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
  }

  .why-choose-section__media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }

  .why-choose-section__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 36px;
    row-gap: 58px;
  }
}

@media (max-width: 1100px) {
  .why-choose-section__body {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 50px;
  }

  .why-choose-section__media {
    height: auto;
    aspect-ratio: 843 / 663;
  }

  .why-choose-section__features {
    width: min(100%, 960px);
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .why-choose-section {
    width: calc(100% - 32px);
    margin-top: 62px;
    padding-bottom: 58px;
  }

  .why-choose-section__pattern {
    display: none;
  }

  .why-choose-section__heading .section-pill {
    white-space: normal;
  }

  .why-choose-section__title,
  .why-choose-section__title strong {
    font-size: clamp(40px, 11vw, 52px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .why-choose-section__title em {
    margin-left: 0;
    font-size: clamp(42px, 12vw, 54px);
    line-height: 1;
  }

  .why-choose-section__intro,
  .why-feature p {
    font-size: 16px;
    line-height: 26px;
  }

  .why-choose-section__body {
    gap: 40px;
    margin-top: 42px;
  }

  .why-choose-section__media {
    aspect-ratio: 1 / 0.92;
    border-radius: 22px;
  }

  .why-choose-section__media img {
    object-position: 42% center;
  }

  .why-choose-section__features {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .why-feature__icon {
    width: 68px;
    height: 80px;
    margin-bottom: 22px;
  }

  .why-feature__icon::before {
    width: 149px;
    height: 158px;
  }

  .why-feature__icon img {
    width: 34px;
    height: 34px;
  }

  .why-feature h3 {
    margin-bottom: 16px;
    font-size: 25px;
    line-height: 32px;
  }

  .why-feature a {
    margin-top: 18px;
  }

  .why-choose-section__button {
    width: 100%;
    margin-top: 42px;
  }
}

@media (max-width: 1500px) {
  .sap-cta-section {
    width: min(calc(100% - 48px), 1392px);
    min-height: 540px;
  }

  .sap-cta-section__content {
    width: min(calc(100% - 72px), 1120px);
    padding-block: 84px;
  }

  .sap-cta-section__title,
  .sap-cta-section__title strong,
  .sap-cta-section__title em {
    font-size: clamp(46px, 4.5vw, 62px);
    line-height: 1.12;
  }
}

@media (max-width: 767px) {
  .sap-cta-section {
    width: calc(100% - 20px);
    min-height: 0;
    margin-top: 56px;
    border-radius: 22px;
  }

  .sap-cta-section__media img {
    object-position: center;
  }

  .sap-cta-section__content {
    width: calc(100% - 40px);
    padding-block: 64px;
  }

  .sap-cta-section__pill {
    max-width: 100%;
    margin-bottom: 28px;
    white-space: normal;
  }

  .sap-cta-section__title,
  .sap-cta-section__title strong,
  .sap-cta-section__title em {
    font-size: clamp(34px, 9.6vw, 44px);
    line-height: 1.12;
  }

  .sap-cta-section__title em {
    margin-left: 0;
  }

  .sap-cta-section__text {
    margin-top: 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .sap-cta-section__button {
    width: min(100%, 224px);
    margin-top: 30px;
  }
}

@media (max-width: 1500px) {
  .industries-section,
  .career-section {
    width: min(calc(100% - 48px), 1320px);
  }

  .industries-section__header,
  .testimonials-section__header,
  .site-footer__cta {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .industries-section__intro,
  .testimonials-section__intro,
  .site-footer__cta p {
    max-width: 860px;
  }

  .industries-section__slider,
  .testimonials-section__slider {
    margin-top: 46px;
  }

  .industry-card,
  .testimonial-card,
  .career-card {
    padding-inline: 28px;
  }

  .testimonials-section {
    width: min(calc(100% - 48px), 1392px);
    padding-inline: 48px;
  }

  .career-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-section__media {
    order: -1;
    grid-column: 1 / -1;
    height: auto;
    aspect-ratio: 1320 / 520;
  }

  .site-footer {
    width: min(calc(100% - 48px), 1392px);
    padding-inline: 48px;
  }

  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 901px) and (max-width: 1700px) {
  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(60px, 8vw, 120px);
    row-gap: 56px;
  }

  .site-footer__nav a {
    white-space: normal;
  }
}

@media (max-width: 1100px) {
  .industry-card {
    display: grid;
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
  }

  .industry-card__content {
    padding-top: 0;
  }

  .testimonial-card {
    min-height: 0;
  }

  .site-footer__contact {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .career-opening-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-carousel-bar {
    grid-template-columns: 1fr auto;
  }

  .section-carousel-bar__button {
    grid-column: 1 / -1;
  }

  .career-section__grid,
  .site-footer__main {
    grid-template-columns: minmax(0, 1fr);
  }

  .career-section__media {
    aspect-ratio: 1.16 / 1;
  }
}

@media (max-width: 767px) {
  .solutions-section__title,
  .testimonials-section__title,
  .testimonials-section__title span,
  .testimonials-section__title strong,
  .testimonials-section__title em {
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
  }

  .industries-section,
  .career-section {
    width: calc(100% - 32px);
    margin-top: 64px;
    padding-bottom: 62px;
  }

  .industries-section__title,
  .testimonials-section__title,
  .career-section__title,
  .site-footer__cta h2,
  .industries-section__title em,
  .testimonials-section__title em,
  .career-section__title em,
  .site-footer__cta h2 em {
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.12;
  }

  .testimonials-section__title {
    white-space: normal;
  }

  .industries-section__intro,
  .testimonials-section__intro,
  .career-section__heading p,
  .site-footer__cta p,
  .industry-card p,
  .testimonial-card p,
  .career-card p:not(.career-card__type),
  .site-footer__contact-item,
  .site-footer__nav a,
  .site-footer__info a,
  .site-footer__info p {
    font-size: 16px;
    line-height: 26px;
  }

  .industries-section__slider,
  .testimonials-section__slider,
  .career-section__grid {
    margin-top: 46px;
  }

  .industry-card {
    display: block;
    padding: 18px 18px 28px;
    border-radius: 24px;
  }

  .industry-card__image {
    border-radius: 18px;
  }

  .industry-card__content {
    padding-top: 28px;
  }

  .industry-card h3,
  .career-card h3 {
    font-size: 25px;
    line-height: 32px;
  }

  .section-carousel-bar {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin-top: 36px;
  }

  .section-carousel-bar__button {
    width: 100%;
  }

  .section-carousel-bar__arrows {
    justify-content: center;
  }

  .testimonials-section {
    width: calc(100% - 20px);
    margin-top: 0;
    padding: 64px 20px 56px;
    border-radius: 24px;
  }

  .testimonial-card {
    padding: 72px 22px 28px;
    border-radius: 24px;
  }

  .testimonial-card__quote {
    left: 22px;
  }

  .testimonial-card__person {
    align-items: flex-start;
  }

  .career-section__media,
  .career-card {
    border-radius: 24px;
  }

  .career-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .career-section__button {
    width: 100%;
    margin-top: 42px;
  }

  .career-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    width: calc(100% - 20px);
    min-height: 0;
    margin-top: 0;
    padding: 148px 20px 28px;
    border-radius: 24px;
  }

  .site-footer::before {
    left: -1px;
    width: calc(100% + 2px);
    height: 76px;
    background-size: 100% 76px;
    transform: none;
  }

  .site-footer__logo {
    top: 34px;
    width: 118px;
  }

  .site-footer .section-pill {
    max-width: 100%;
    white-space: normal;
  }

  .site-footer__cta {
    padding-top: 45px;
  }

  .site-footer__button {
    width: 100%;
    white-space: normal;
  }

  .site-footer__contact {
    padding-block: 32px;
    margin-top: 42px;
  }

  .site-footer__contact-item {
    justify-content: flex-start;
  }

  .site-footer__contact-item + .site-footer__contact-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .site-footer__main {
    gap: 34px;
    padding-top: 38px;
  }

  .site-footer__nav a {
    white-space: normal;
  }

  .site-footer__newsletter h3 {
    font-size: 25px;
    line-height: 34px;
  }

  .site-footer__form-row {
    width: 100%;
  }

  .site-footer__form-row input {
    min-height: 48px;
  }

  .site-footer__subscribe {
    min-height: 50px;
    width: 100%;
  }

  .site-footer__copyright {
    margin-top: 34px;
  }
}

/* Responsive typography standards */
@media (min-width: 768px) and (max-width: 1024px) {
  .solution-card:not(.solution-card--featured) h3 {
    max-width: 100%;
  }

  .solution-card p {
    max-width: 100%;
  }

  .solution-card {
    min-height: 330px;
  }

  h1,
  .hero-banner__title,
  .hero-banner__title-line--light,
  .hero-banner__title-line--script {
    font-size: 48px;
  }

  h2,
  .section-title,
  .solutions-section__title,
  .why-choose-section__title,
  .why-choose-section__title strong,
  .sap-cta-section__title,
  .sap-cta-section__title strong,
  .industries-section__title,
  .testimonials-section__title,
  .career-section__title,
  .site-footer__cta h2 {
    font-size: 40px;
  }

  .section-title em,
  .solutions-section__title em,
  .why-choose-section__title em,
  .sap-cta-section__title em,
  .industries-section__title em,
  .testimonials-section__title em,
  .career-section__title em,
  .site-footer__cta h2 em {
    font-size: inherit;
  }

  h3,
  .about-card h3,
  .solution-card h3,
  .why-feature h3,
  .industry-card h3,
  .career-card h3,
  .site-footer__nav h3,
  .site-footer__info h3,
  .site-footer__newsletter h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  p,
  li {
    font-size: 16px;
  }

  th,
  td,
  code,
  pre {
    font-size: 14px;
  }

  label {
    font-size: 15px;
  }

  button,
  .button,
  input[type="button"],
  input[type="submit"] {
    font-size: 15px;
  }

  input,
  .site-footer__form-row input,
  textarea,
  select,
  option {
    font-size: 16px;
  }

  small,
  figcaption,
  caption {
    font-size: 13px;
  }

  blockquote {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .solution-card:not(.solution-card--featured) h3 {
    max-width: 100%;
  }

  .solution-card p {
    max-width: 100%;
  }

  .solution-card {
    min-height: 303px;
  }

  h1,
  .hero-banner__title,
  .hero-banner__title-line--light,
  .hero-banner__title-line--script {
    font-size: 36px;
  }

  h2,
  .section-title,
  .solutions-section__title,
  .why-choose-section__title,
  .why-choose-section__title strong,
  .sap-cta-section__title,
  .sap-cta-section__title strong,
  .industries-section__title,
  .testimonials-section__title,
  .career-section__title,
  .site-footer__cta h2 {
    font-size: 32px;
  }

  .section-title em,
  .solutions-section__title em,
  .why-choose-section__title em,
  .sap-cta-section__title em,
  .industries-section__title em,
  .testimonials-section__title em,
  .career-section__title em,
  .site-footer__cta h2 em {
    font-size: inherit;
  }

  h3,
  .about-card h3,
  .solution-card h3,
  .why-feature h3,
  .industry-card h3,
  .career-card h3,
  .site-footer__nav h3,
  .site-footer__info h3,
  .site-footer__newsletter h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  p,
  li {
    font-size: 16px;
  }

  label {
    font-size: 14px;
  }

  button,
  .button,
  input[type="button"],
  input[type="submit"] {
    font-size: 15px;
  }

  input,
  .site-footer__form-row input,
  textarea,
  select,
  option {
    font-size: 16px;
  }

  small,
  figcaption,
  caption {
    font-size: 13px;
  }

  blockquote {
    font-size: 20px;
  }

  th,
  td {
    font-size: 14px;
  }

  code,
  pre {
    font-size: 13px;
  }
}

/* About page */
.about-page main {
  margin-top: -114px;
}

.about-hero {
  position: relative;
  width: min(calc(100% - 60px), 1859px);
  height: 430px;
  margin: 31px auto 0;
  overflow: hidden;
  border-radius: 30px;
  background: #111;
}

.about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.about-hero__shade {
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
}

.about-hero__shade--top {
  top: 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.72), rgba(12, 14, 18, 0));
}

.about-hero__shade--bottom {
  bottom: 0;
  height: 72%;
  background: linear-gradient(0deg, rgba(12, 14, 18, 0.9), rgba(12, 14, 18, 0));
}

.about-hero__title {
  position: absolute;
  left: 70px;
  bottom: 66px;
  width: calc(100% - 140px);
  max-width: 1500px;
  margin: 0;
  color: #fff;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 82px;
}

.about-hero__title span,
.about-hero__title strong {
  display: block;
}

.about-hero__title strong {
  font-size: 75px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .about-hero__title strong {
    white-space: nowrap;
  }
}

.about-hero__title em,
.about-page h2 em {
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.about-hero__title em {
  color: var(--color-white);
  display: inline;
  font-size: 75px;
  line-height: 82px;
}

.about-story,
.about-split {
  display: grid;
  grid-template-columns: minmax(360px, 857px) minmax(360px, 777px);
  align-items: center;
  gap: 94px;
  width: min(calc(100% - 196px), 1720px);
  margin: 100px auto 0;
}

.about-story {
  grid-template-columns: minmax(0, 857px) minmax(0, 777px);
  align-items: start;
  gap: 54px;
}

.about-story__media,
.about-split__media {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
}

.about-story__media {
  height: 501px;
  border-radius: 30px;
}

.about-split__media {
  height: 501px;
}

.about-story__media img,
.about-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story__content h2,
.about-split__content h2 {
  margin: 0;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
}

.about-story__content {
  align-self: start;
  margin-top: 115px;
}

.about-story__content h3,
.about-section-head h3 {
  margin: 15px 0 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 70px;
}

.about-story__content h3 {
  line-height: 38px;
}

@media (min-width: 1200px) {
  .about-story__content h3 {
    white-space: nowrap;
  }
}

.about-story__content p,
.about-split__content p,
.about-copy p {
  margin: 24px 0 0;
  color: #565656;
  font-size: 18px;
  line-height: 28px;
}

.about-story__content p {
  max-width: 757px;
}

.about-strengths,
.about-trust {
  width: min(calc(100% - 60px), 1859px);
  margin: 100px auto 0;
  padding: 102px 70px 98px;
  overflow: hidden;
  border-radius: 30px;
  background: #eff4ff url("../images/figma/about-page/why-bg.png") center / cover no-repeat;
}

.about-strengths {
  min-height: 1209px;
  background-image: url("../images/figma/solutions-section-background.png");
}

.about-section-head {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.about-section-head h2 {
  margin: 0;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 71px;
}

.about-strengths .about-section-head h2 em {
  display: block;
}

.about-section-head p {
  max-width: 921px;
  margin: 15px auto 0;
  color: #565656;
  font-size: 18px;
  line-height: 28px;
}

.about-strengths__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 330px));
  justify-content: space-between;
  gap: 86px 64px;
  margin-top: 86px;
}

.about-strength-card {
  min-width: 0;
}

.about-strength-card:nth-child(5) {
  grid-column: 1;
}

.about-strength-card:nth-child(n + 5) {
  transform: translateX(calc(50% + 32px));
}

.about-strength-card__icon,
.about-trust article span {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 89px;
  margin-bottom: 33px;
}

.about-strength-card__icon::before,
.about-trust article span::before {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 166px;
  height: 176px;
  content: "";
  transform: translate(-50%, -50%);
  background: url("../images/figma/why-feature-icon-background.svg") center / contain no-repeat;
}

.about-strength-card__icon img,
.about-trust article span img {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.about-strength-card h3,
.about-trust article h3 {
  margin: 0 0 23px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.about-strength-card p,
.about-trust article p {
  margin: 0;
  color: #565656;
  font-size: 16px;
  line-height: 24px;
}

.about-split {
  grid-template-columns: minmax(360px, 747px) minmax(360px, 857px);
  gap: 116px;
}

.about-split--vision {
  grid-template-columns: minmax(0, 782px) minmax(0, 843px);
  align-items: start;
  gap: 95px;
}

.about-split--vision .about-split__media {
  height: auto;
  aspect-ratio: 843 / 569;
  margin-top: 3px;
  border-radius: 30px;
}

.about-split--vision .about-split__content h2 {
  max-width: none;
  line-height: 69px;
}

.about-split--vision .about-split__content {
  margin-top: 12px;
}

.about-split--vision .about-split__content h2 em {
  display: block;
}

.about-split--vision .about-split__content > p {
  margin-top: 14px;
  font-size: 32px;
  line-height: 40px;
}

.about-split--vision .about-copy {
  max-width: 790px;
  margin-top: 26px;
}

.about-split--vision .about-copy h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.about-split--vision .about-copy p {
  margin-top: 14px;
  max-width: 746px;
}

.about-split--vision .about-copy p + p {
  max-width: 766px;
  margin-top: 12px;
}

.about-split--vision .about-copy p + h3 {
  margin-top: 18px;
}

.about-split--vision .about-copy h3 + p {
  max-width: 744px;
}

.about-split--communication {
  grid-template-columns: minmax(0, 782px) minmax(0, 857px);
  align-items: start;
  gap: 81px;
}

.about-split--communication .about-split__content {
  margin-top: 17px;
}

.about-split--communication .about-split__content h2 {
  max-width: none;
}

@media (min-width: 1200px) {
  .about-split--communication .about-split__content h2 {
    white-space: nowrap;
  }
}

.about-split--reverse {
  grid-template-columns: minmax(0, 843px) minmax(0, 825px);
  align-items: start;
  gap: 61px;
  width: min(calc(100% - 60px), 1859px);
  min-height: 769px;
  padding: 100px 59px;
  overflow: hidden;
  border-radius: 30px;
  background: #eff4ff url("../images/figma/solutions-section-background.png") center / cover no-repeat;
}

.about-split--reverse .about-split__media {
  height: auto;
  aspect-ratio: 843 / 569;
  border-radius: 30px;
}

.about-split--reverse .about-split__content h2 {
  max-width: none;
}

.about-split--reverse .about-split__content {
  margin-top: 39px;
}

@media (min-width: 1200px) {
  .about-split--reverse .about-split__content h2 {
    white-space: nowrap;
  }
}

.about-split__content h2 {
  max-width: 780px;
}

.about-split__content > p {
  margin-top: 8px;
  color: var(--color-black);
  font-weight: 500;
}

.about-split--reverse .about-split__content > p {
  margin-top: 8px;
  font-size: 32px;
  line-height: 40px;
}

.about-split--reverse .about-copy {
  margin-top: 19px;
}

.about-split--reverse .about-copy p {
  margin-top: 10px;
}

.about-split--reverse .about-copy p:first-child {
  margin-top: 0;
}

.about-copy__lead {
  color: #565656;
}

.about-split--reverse .about-copy h3 {
  margin: 24px 0 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.about-split__content ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  color: #565656;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
}

.about-split__content li {
  position: relative;
  padding-left: 28px;
}

.about-split__content li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  content: "";
  background: url("../images/figma/about-page/about-check-bullet.svg") center / contain no-repeat;
}

.about-split--communication .about-split__content > p {
  margin-top: 19px;
  font-size: 32px;
  line-height: 40px;
}

.about-split--communication .about-split__content ul {
  gap: 16px;
  margin-top: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.about-split--communication .about-split__content li {
  padding-left: 25px;
}

.about-split--communication .about-split__content li::before {
  top: 4px;
}

.about-split--communication .about-split__media {
  border-radius: 30px;
}

.about-text-link {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 2px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  transition: color 0.2s ease;
}

.about-text-link:hover,
.about-text-link:focus-visible {
  color: var(--color-red);
}

.about-trust {
  min-height: 1091px;
  margin-top: 168px;
  padding-top: 98px;
  padding-bottom: 100px;
  background-image: url("../images/figma/solutions-section-background.png");
}

.about-trust .about-section-head h3 {
  margin-top: 12px;
  line-height: 22px;
}

.about-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.about-trust article {
  min-height: 360px;
  padding: 32px 24px 28px;
  border: 1px solid rgba(17, 17, 17, 0.04);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 38px rgba(60, 71, 98, 0.08);
}

.about-trust article span {
  width: 92px;
  height: 91px;
  margin-bottom: 27px;
}

.about-trust article span::before {
  inset: 1px auto auto 31px;
  width: 50px;
  height: 56px;
  transform: none;
  background-image: url("../images/figma/about-page/trust-icon-bg.svg");
}

.about-trust article span img {
  position: absolute;
  left: 1px;
  top: 21px;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}

.about-trust article:nth-child(1) span img {
  left: 0;
  top: 22px;
}

.about-trust article:nth-child(2) span img {
  top: 20px;
}

.about-trust article:nth-child(3) span img {
  top: 23px;
}

.about-trust article:nth-child(4) span img {
  top: 19px;
}

.about-trust article:nth-child(5) span img {
  left: 1px;
  top: 23px;
  width: 50px;
  height: 53px;
}

.about-trust article:nth-child(6) span img {
  left: 1px;
  top: 22px;
  width: 53px;
  height: 53px;
}

.about-trust article:nth-child(7) span img {
  left: 1px;
  top: 21px;
  width: 56px;
  height: 55px;
}

.about-trust article:nth-child(8) span img {
  left: 0;
  top: 21px;
  width: 54px;
  height: 54px;
}

.about-trust article h3 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}

.about-trust article p {
  font-size: 14px;
  line-height: 22px;
}

.about-split--final {
  grid-template-columns: minmax(0, 848px) minmax(0, 714px);
  align-items: start;
  gap: 77px;
  margin-bottom: 135px;
}

.about-split--final .about-split__media {
  width: 843px;
  height: auto;
  aspect-ratio: 843 / 569;
  margin-left: 5px;
  border-radius: 28px;
}

.about-split--final .about-split__content {
  margin-top: 104px;
}

.about-split--final .about-split__content h2 {
  max-width: none;
  line-height: 70px;
  white-space: nowrap;
}

.about-split--final .about-split__content > p {
  margin-top: 8px;
  font-size: 32px;
  line-height: 40px;
}

.about-split--final .about-copy {
  margin-top: 28px;
}

.about-split--final .about-copy h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.about-split--final .about-copy p {
  max-width: 704px;
  margin-top: 26px;
  font-size: 18px;
  line-height: 28px;
}

.about-page .site-footer {
  margin-top: 0;
  padding-top: 192px;
}

.about-page .site-footer__contact {
  margin-top: 52px;
}

.about-page .site-footer__copyright {
  margin-top: 45px;
}

/* Solutions page */
.solutions-page main {
  margin-top: -114px;
}

.solutions-hero {
  position: relative;
  width: min(calc(100% - 60px), 1859px);
  height: 430px;
  margin: 31px auto 0;
  overflow: hidden;
  color: var(--color-white);
  border-radius: 30px;
}

.solutions-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.solutions-hero__shade {
  position: absolute;
  inset-inline: 0;
  pointer-events: none;
}

.solutions-hero__shade--top {
  top: 0;
  height: 190px;
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.86), rgba(12, 14, 18, 0));
}

.solutions-hero__shade--bottom {
  bottom: 0;
  height: 350px;
  background: linear-gradient(0deg, rgba(12, 14, 18, 0.86), rgba(12, 14, 18, 0));
}

.solutions-hero__title {
  position: absolute;
  left: 70px;
  bottom: 67px;
  margin: 0;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 82px;
}

.solutions-intro {
  display: grid;
  grid-template-columns: minmax(0, 727px) minmax(0, 923px);
  gap: 70px;
  align-items: start;
  width: min(calc(100% - 200px), 1720px);
  margin: 100px auto 0;
}

.solutions-intro__media,
.solutions-detail__media,
.solutions-showcase figure {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
}

.solutions-intro__media {
  height: 635px;
}

.solutions-intro__media img,
.solutions-detail__media img,
.solutions-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-intro__content {
  max-width: 922px;
  padding-top: 73px;
}

.solutions-intro h2,
.solutions-detail h2,
.solutions-success h2 {
  margin: 0;
  color: var(--color-black);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0;
}

.solutions-intro h2 em,
.solutions-detail h2 em,
.solutions-success h2 em,
.solutions-showcase h3 em {
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.solutions-intro h2 em {
  display: inline;
  white-space: nowrap;
}

.solutions-intro h2 > span,
.solutions-intro h2 > em {
  display: block;
}

.solutions-intro h2 > span {
  white-space: nowrap;
}

.solutions-intro h3,
.solutions-detail h3,
.solutions-success h3 {
  margin: 33px 0 0;
  color: var(--color-black);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.solutions-intro p,
.solutions-success p,
.solutions-showcase p {
  margin: 31px 0 0;
  color: #565656;
  font-size: 18px;
  line-height: 28px;
}

.solutions-intro h3 {
  margin-top: 13px;
}

.solutions-intro p {
  margin-top: 22px;
}

.solutions-intro p + p {
  margin-top: 22px;
}

@media (max-width: 1886px) and (min-width: 1701px) {
  .solutions-intro {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: 64px;
    width: min(calc(100% - 200px), 1545px);
  }

  .solutions-intro__media {
    height: auto;
    aspect-ratio: 727 / 635;
  }

  .solutions-intro h2 {
    font-size: 54px;
    line-height: 62px;
  }

  .solutions-intro h3 {
    font-size: 28px;
    line-height: 36px;
    white-space: nowrap;
  }

  .solutions-intro p {
    font-size: 17px;
    line-height: 27px;
  }

  .solutions-intro__content {
    padding-top: 64px;
  }

  .solutions-intro h2 {
    font-size: 54px;
    line-height: 62px;
  }

  .solutions-intro h3 {
    font-size: 28px;
    line-height: 36px;
    white-space: nowrap;
  }

  .solutions-intro p {
    font-size: 17px;
    line-height: 27px;
  }
}

.solutions-detail {
  width: min(calc(100% - 60px), 1859px);
  min-height: 1449px;
  margin: 100px auto 0;
  padding: 118px 70px 92px;
  overflow: hidden;
  border-radius: 30px;
  background: #eff4ff url("../images/figma/solutions-section-background.png") center / cover no-repeat;
}

.solutions-detail__top,
.solutions-detail__bottom {
  display: grid;
  align-items: start;
}

.solutions-detail__top {
  grid-template-columns: minmax(0, 745px) minmax(0, 816px);
  gap: 159px;
}

.solutions-detail__bottom {
  grid-template-columns: minmax(0, 857px) minmax(0, 766px);
  gap: 97px;
  margin-top: 100px;
}

.solutions-detail__media--top {
  height: 606px;
  margin-top: -18px;
}

.solutions-detail__media--bottom {
  height: 543px;
}

.solutions-detail h3 {
  margin-top: 13px;
  white-space: nowrap;
}

.solutions-detail h2 {
  line-height: 70px;
}

.solutions-detail__top h3 {
  margin-top: 37px;
}

.solutions-detail__bottom h3 {
  margin-top: 26px;
}

.solutions-detail__bottom .solutions-detail__content {
  margin-top: 39px;
}

.solutions-detail__content p {
  max-width: 723px;
  margin: 22px 0 0;
  color: #565656;
  font-size: 18px;
  line-height: 28px;
}

.solutions-list-grid {
  display: grid;
  grid-template-columns: 291px 306px;
  gap: 51px;
  margin-top: 29px;
}

.solutions-detail__bottom .solutions-list-grid {
  grid-template-columns: 369px 369px;
  gap: 0;
  margin-top: 23px;
}

.solutions-detail__bottom .solutions-list-grid ul:nth-child(2) {
  transform: translateX(-24px);
}

.solutions-list-grid ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  color: #565656;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  list-style: none;
}

.solutions-list-grid li {
  position: relative;
  padding-left: 24px;
}

.solutions-list-grid li::before,
.solutions-tags span::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 17px;
  height: 17px;
  content: "";
  background: url("../images/figma/about-page/about-check-bullet.svg") center / contain no-repeat;
}

.solutions-success {
  width: min(calc(100% - 200px), 1720px);
  margin: 111px auto 0;
  text-align: center;
}

.solutions-success h2 {
  font-size: 62px;
  line-height: 70px;
}

.solutions-success h3 {
  margin-top: 33px;
  font-size: 32px;
  line-height: 40px;
}

.solutions-success p {
  max-width: 1110px;
  margin: 29px auto 0;
  font-size: 18px;
  line-height: 28px;
}

.solutions-success__head p:first-of-type {
  max-width: 654px;
  margin-top: 35px;
  line-height: 28px;
}

.solutions-success__head p:nth-of-type(3) {
  max-width: 1098px;
  margin-top: 31px;
  line-height: 28px;
}

.solutions-showcase {
  display: grid;
  grid-template-columns: minmax(0, 412px) minmax(0, 1284px);
  gap: 24px;
  margin-top: 59px;
  text-align: left;
}

.solutions-showcase__tabs {
  min-height: 862px;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 6px;
  background: var(--color-white);
}

.solutions-showcase__tabs a {
  position: relative;
  display: flex;
  min-height: 70px;
  align-items: center;
  padding: 0 30px;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px solid #dedede;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.solutions-showcase__tabs a::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 2px;
  height: 16px;
  content: "";
  background: var(--color-red);
  opacity: 0;
  transform: translateY(-50%);
}

.solutions-showcase__tabs a:hover,
.solutions-showcase__tabs a:focus-visible,
.solutions-showcase__tabs a.is-active {
  color: var(--color-red);
}

.solutions-showcase__tabs a.is-active::before {
  opacity: 1;
}

.solutions-showcase__tabs figure {
  height: 360px;
  margin: 62px 27px 26px;
  border-radius: 30px;
}

.solutions-showcase__panel figure {
  height: 501px;
  border-radius: 30px;
  transform: translateY(-3px);
}

.solutions-showcase h3 {
  margin: 39px 0 0;
  color: var(--color-black);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
}

.solutions-showcase h4 {
  margin: 30px 0 0;
  color: var(--color-black);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.solutions-showcase p {
  max-width: 1178px;
  margin-top: 26px;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  line-height: 28px;
}

.solutions-showcase p + p {
  margin-top: 18px;
}

.solutions-showcase__panel p:first-of-type {
  max-width: 476px;
  line-height: 28px;
}

.solutions-showcase__panel p:nth-of-type(2) {
  max-width: 1178px;
  margin-top: 28px;
  line-height: 28px;
}

.solutions-showcase h5 {
  margin: 30px 0 0;
  color: var(--color-black);
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.solutions-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 24px;
  margin-top: 15px;
}

.solutions-tags span {
  position: relative;
  padding-left: 24px;
  color: #565656;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
}

.solutions-tags span::before {
  top: 10.5px;
}

.solutions-page .site-footer {
  margin-top: 73px;
}

@media (max-width: 1700px) {
  .solutions-intro {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: 64px;
    width: min(calc(100% - 96px), 1500px);
  }

  .solutions-intro__media {
    height: auto;
    aspect-ratio: 727 / 635;
  }

  .solutions-intro h2 {
    font-size: 50px;
    line-height: 58px;
  }

  .solutions-intro h3 {
    font-size: 28px;
    line-height: 36px;
    white-space: nowrap;
  }

  .solutions-intro p {
    font-size: 17px;
    line-height: 27px;
  }

  .solutions-detail {
    padding-inline: 48px;
  }

  .solutions-detail__top {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 70px;
  }

  .solutions-detail__bottom {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 70px;
  }

  .solutions-success {
    width: min(calc(100% - 96px), 1500px);
  }

  .about-split--communication .about-split__content h2,
  .about-split--reverse .about-split__content h2,
  .about-split--final .about-split__content h2 {
    white-space: normal;
  }

  .about-split--reverse {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: 48px;
    padding-inline: 48px;
  }

  .about-split--final {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: 64px;
  }

  .about-split--final .about-split__media {
    width: 100%;
    margin-left: 0;
  }

  .about-split--final .about-split__content {
    margin-top: 64px;
  }
}

@media (max-width: 1500px) {
  .solutions-hero {
    width: min(calc(100% - 48px), 1392px);
  }

  .solutions-detail h3 {
    white-space: normal;
  }

  .solutions-intro h2,
  .solutions-detail h2 {
    font-size: 46px;
    line-height: 54px;
  }

  .solutions-intro h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .solutions-intro p {
    font-size: 16px;
    line-height: 26px;
  }

  .solutions-detail__media--top,
  .solutions-detail__media--bottom,
  .solutions-showcase__panel figure {
    height: auto;
    aspect-ratio: 857 / 543;
  }

  .solutions-showcase {
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  }

  .about-hero,
  .about-strengths,
  .about-trust {
    width: min(calc(100% - 48px), 1392px);
  }

  .about-story,
  .about-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    width: min(calc(100% - 48px), 1320px);
    gap: 64px;
  }

  .about-story__content {
    margin-top: clamp(40px, 6vw, 90px);
  }

  .about-hero__title {
    left: 48px;
    bottom: 54px;
    width: calc(100% - 96px);
    font-size: 52px;
    line-height: 1.1;
  }

  .about-hero__title strong {
    font-size: 64px;
    line-height: 1.1;
  }

  .about-strengths,
  .about-trust {
    padding-inline: 48px;
  }

  .about-split--final .about-split__media {
    width: 100%;
    margin-left: 0;
  }

  .about-split--final .about-split__content {
    margin-top: clamp(40px, 5vw, 80px);
  }

  .about-split--final .about-split__content h2 {
    white-space: normal;
  }
}

@media (max-width: 1199px) {
  .solutions-intro,
  .solutions-detail__top,
  .solutions-detail__bottom,
  .solutions-showcase {
    grid-template-columns: 1fr;
  }

  .solutions-intro__content {
    padding-top: 0;
  }

  .solutions-intro h3 {
    white-space: normal;
  }

  .solutions-detail {
    min-height: 0;
  }

  .solutions-detail__content,
  .solutions-detail__media {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .solutions-detail h3 {
    white-space: normal;
  }

  .solutions-detail__bottom {
    margin-top: 64px;
  }

  .solutions-detail__bottom .solutions-detail__content {
    margin-top: 0;
  }

  .solutions-detail__bottom .solutions-list-grid ul:nth-child(2) {
    transform: none;
  }

  .solutions-showcase__tabs {
    min-height: 0;
  }

  .solutions-showcase__tabs a {
    min-height: 62px;
    padding: 0 28px;
  }

  .solutions-showcase__tabs figure {
    display: none;
  }

  .about-story,
  .about-split,
  .about-split--reverse {
    grid-template-columns: 1fr;
  }

  .about-story__content {
    margin-top: 0;
  }

  .about-split--communication .about-split__content {
    margin-top: 0;
  }

  .about-split--final .about-split__content {
    margin-top: 0;
  }

  .about-split--reverse {
    gap: 40px;
    padding: 96px 48px;
  }

  .about-story__media,
  .about-split__media {
    height: auto;
    aspect-ratio: 857 / 501;
  }

  .about-split--reverse .about-split__media {
    aspect-ratio: 843 / 569;
  }

  .about-strengths__grid,
  .about-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-strength-card:nth-child(5) {
    grid-column: auto;
  }

  .about-strength-card:nth-child(n + 5) {
    transform: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .solutions-hero__title {
    font-size: 48px;
    line-height: 56px;
  }

  .solutions-intro h2,
  .solutions-detail h2,
  .solutions-success h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .solutions-intro h3,
  .solutions-detail h3,
  .solutions-success h3,
  .solutions-showcase h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .solutions-showcase h4 {
    font-size: 28px;
    line-height: 34px;
  }

  .solutions-intro p,
  .solutions-detail__content p,
  .solutions-list-grid ul,
  .solutions-success p,
  .solutions-success__head p:first-of-type,
  .solutions-success__head p:nth-of-type(3),
  .solutions-showcase p,
  .solutions-showcase__panel p:first-of-type,
  .solutions-showcase__panel p:nth-of-type(2),
  .solutions-tags span {
    font-size: 16px;
    line-height: 26px;
  }

  .solutions-showcase h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .solutions-tags span::before {
    top: 4.5px;
  }

  .about-hero__title,
  .about-hero__title strong,
  .about-hero__title em {
    font-size: 48px;
  }

  .about-story__content h2,
  .about-split__content h2,
  .about-section-head h2 {
    font-size: 40px;
  }

  .about-story__content h3,
  .about-section-head h3,
  .about-strength-card h3,
  .about-trust article h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .about-trust article p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .solutions-page main {
    margin-top: -100px;
  }

  .solutions-hero {
    width: calc(100% - 20px);
    height: 260px;
    margin-top: 20px;
    border-radius: 24px;
  }

  .solutions-hero__title {
    left: 20px;
    bottom: 36px;
    font-size: 36px;
    line-height: 40px;
  }

  .solutions-intro,
  .solutions-success {
    width: calc(100% - 32px);
    margin-top: 64px;
  }

  .solutions-detail {
    width: calc(100% - 20px);
    margin-top: 64px;
    padding: 64px 20px;
    border-radius: 24px;
  }

  .solutions-intro h2,
  .solutions-detail h2,
  .solutions-success h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .solutions-intro h2 > span,
  .solutions-intro h2 em {
    white-space: normal;
  }

  .solutions-intro h3,
  .solutions-detail h3,
  .solutions-success h3,
  .solutions-showcase h3 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .solutions-showcase h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .solutions-intro p,
  .solutions-detail__content p,
  .solutions-list-grid ul,
  .solutions-success p,
  .solutions-success__head p:first-of-type,
  .solutions-success__head p:nth-of-type(3),
  .solutions-showcase p,
  .solutions-showcase__panel p:first-of-type,
  .solutions-showcase__panel p:nth-of-type(2),
  .solutions-tags span {
    font-size: 16px;
    line-height: 26px;
  }

  .solutions-showcase h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .solutions-tags span::before {
    top: 4.5px;
  }

  .solutions-list-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
  }

  .solutions-detail__bottom .solutions-list-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .solutions-showcase__panel figure {
    height: auto;
    aspect-ratio: 857 / 543;
    border-radius: 24px;
  }

  .solutions-showcase__tabs a {
    min-height: 56px;
    padding: 0 22px;
    font-size: 16px;
    line-height: 22px;
  }

  .solutions-showcase__tabs a::before {
    left: 12px;
  }

  .solutions-tags {
    gap: 10px;
  }

  .about-page main {
    margin-top: -100px;
  }

  .about-hero {
    width: calc(100% - 20px);
    height: 430px;
    margin-top: 20px;
    border-radius: 24px;
  }

  .about-hero__image {
    object-position: 58% center;
  }

  .about-hero__title,
  .about-hero__title strong,
  .about-hero__title em {
    left: 20px;
    right: 20px;
    bottom: 34px;
    font-size: 36px;
    line-height: 1.08;
  }

  .about-story,
  .about-split,
  .about-split--reverse {
    width: calc(100% - 32px);
    margin-top: 64px;
    gap: 30px;
  }

  .about-split--reverse {
    width: calc(100% - 20px);
    min-height: 0;
    padding: 64px 20px;
    border-radius: 24px;
  }

  .about-story__content h2,
  .about-split__content h2,
  .about-section-head h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .about-story__content h3,
  .about-section-head h3,
  .about-strength-card h3,
  .about-trust article h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .about-trust article p {
    font-size: 16px;
    line-height: 26px;
  }

  .about-story__content h3,
  .about-section-head h3 {
    margin-top: 16px;
  }

  .about-split--communication .about-split__content > p {
    margin-top: 16px;
    font-size: 28px;
    line-height: 32px;
  }

  .about-split--reverse .about-split__content > p {
    margin-top: 16px;
    font-size: 28px;
    line-height: 32px;
  }

  .about-split--reverse .about-copy {
    margin-top: 22px;
  }

  .about-split--reverse .about-copy h3 {
    margin-top: 28px;
    font-size: 24px;
    line-height: 30px;
  }

  .about-split--communication .about-split__content ul {
    gap: 12px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-story__content p,
  .about-split__content p,
  .about-copy p,
  .about-section-head p {
    font-size: 16px;
    line-height: 26px;
  }

  .about-strengths,
  .about-trust {
    width: calc(100% - 20px);
    margin-top: 64px;
    padding: 64px 20px;
    border-radius: 24px;
  }

  .about-strengths__grid,
  .about-trust__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 42px;
  }

  .about-strength-card__icon {
    margin-bottom: 22px;
  }

  .about-trust article {
    min-height: 0;
  }

  .about-split--final {
    margin-bottom: 64px;
  }
}

/* SAP consulting page */
.sap-page main {
  margin-top: -114px;
}

.sap-hero {
  position: relative;
  width: min(calc(100% - 60px), 1859px);
  height: 430px;
  margin: 31px auto 0;
  overflow: hidden;
  color: var(--color-white);
  border-radius: 30px;
}

.sap-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.sap-hero__shade {
  position: absolute;
  inset-inline: 0;
  pointer-events: none;
}

.sap-hero__shade--top {
  top: 0;
  height: 190px;
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.86), rgba(12, 14, 18, 0));
}

.sap-hero__shade--bottom {
  bottom: 0;
  height: 350px;
  background: linear-gradient(0deg, rgba(12, 14, 18, 0.88), rgba(12, 14, 18, 0));
}

.sap-hero__title {
  position: absolute;
  left: 70px;
  bottom: 68px;
  width: min(1166px, calc(100% - 140px));
  margin: 0;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 82px;
  letter-spacing: 0;
}

.sap-hero__title em,
.sap-intro h2 em,
.sap-industries h2 em,
.sap-section-head h2 em,
.sap-solutions__panel h3 em {
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.sap-intro {
  display: grid;
  grid-template-columns: minmax(0, 857px) minmax(0, 809px);
  column-gap: 54px;
  row-gap: 0;
  align-items: start;
  width: min(calc(100% - 200px), 1720px);
  margin: 100px auto 0;
}

.sap-intro__media,
.sap-industries__media,
.sap-solutions figure {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
}

.sap-intro__media {
  height: 501px;
}

.sap-intro__media img,
.sap-industries__media img,
.sap-solutions img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sap-intro__content {
  padding-top: 45px;
}

.sap-intro__extra {
  grid-column: 1 / -1;
  max-width: 1622px;
  margin-top: 45px;
}

.sap-intro h2,
.sap-industries h2,
.sap-section-head h2,
.sap-solutions__panel h3 {
  margin: 0;
  color: var(--color-black);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0;
}

.sap-intro h3,
.sap-industries h3,
.sap-section-head h3,
.sap-solutions__panel h4 {
  margin: 24px 0 0;
  color: var(--color-black);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.sap-intro p,
.sap-industries p,
.sap-benefit-card p,
.sap-solutions__panel p {
  margin: 15px 0 0;
  color: #565656;
  font-size: 18px;
  line-height: 20px;
}

.sap-intro p + p {
  margin-top: 28px;
}

.sap-intro__extra p {
  margin: 0;
}

.sap-intro__extra p + p {
  margin-top: 34px;
}

.sap-industries {
  display: grid;
  grid-template-columns: minmax(0, 857px) minmax(0, 766px);
  gap: 97px;
  align-items: start;
  width: min(calc(100% - 60px), 1859px);
  margin: 100px auto 0;
  padding: 100px 70px 92px;
  overflow: hidden;
  border-radius: 30px;
  background: #eff4ff url("../images/figma/solutions-section-background.png") center / cover no-repeat;
}

.sap-industries__media {
  height: 500px;
}

.sap-industries__content {
  padding-top: 22px;
}

.sap-industries h3 {
  margin-top: 26px;
}

.sap-industries p {
  max-width: 723px;
  margin-top: 22px;
}

.sap-list-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  margin-top: 25px;
}

.sap-list-grid ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  color: #565656;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  list-style: none;
}

.sap-list-grid li {
  position: relative;
  padding-left: 24px;
}

.sap-list-grid li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 17px;
  height: 17px;
  content: "";
  background: url("../images/figma/about-page/about-check-bullet.svg") center / contain no-repeat;
}

.sap-benefits {
  width: min(calc(100% - 200px), 1720px);
  margin: 96px auto 0;
}

.sap-section-head {
  text-align: center;
}

.sap-section-head h2 {
  max-width: 760px;
  margin-inline: auto;
}

.sap-benefits .sap-section-head h3 {
  margin-top: 32px;
}

.sap-benefits__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  margin-top: 58px;
}

.sap-benefit-card {
  min-height: 291px;
  padding: 26px 24px 28px;
  background: var(--color-white);
  border: 1px solid #eeeeee;
  border-radius: 30px;
}

.sap-benefit-card:nth-child(1),
.sap-benefit-card:nth-child(2),
.sap-benefit-card:nth-child(3) {
  grid-column: span 2;
}

.sap-benefit-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.sap-benefit-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.sap-benefit-card > span {
  position: relative;
  display: block;
  width: 89px;
  height: 78px;
  overflow: visible;
}

.sap-benefit-card > span::before {
  position: absolute;
  top: 0;
  left: 25px;
  width: 50px;
  height: 56px;
  content: "";
  background: url("../images/figma/sap-page/sap-benefit-icon-bg.svg") center / contain no-repeat;
}

.sap-benefit-card:nth-child(1) > span::before {
  left: 39px;
}

.sap-benefit-card:nth-child(3) > span::before {
  left: 28px;
}

.sap-benefit-card > span img {
  position: absolute;
  top: 18px;
  left: 0;
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 59px;
  object-fit: contain;
}

.sap-benefit-card h3 {
  margin: 28px 0 0;
  color: var(--color-black);
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.sap-benefit-card p {
  margin-top: 19px;
  font-size: 16px;
  line-height: 24px;
}

.sap-solutions {
  width: min(calc(100% - 60px), 1859px);
  margin: 101px auto 0;
  padding: 100px 70px 20px;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0.88) 65%, #ffffff 100%),
    url("../images/figma/sap-page/sap-solutions-background.png") center / cover no-repeat;
  background-color: #eff4ff;
}

.sap-solutions .sap-section-head h2 {
  max-width: 1337px;
}

.sap-solutions .sap-section-head h3 {
  margin-top: 9px;
}

.sap-solutions__showcase {
  display: grid;
  grid-template-columns: minmax(0, 412px) minmax(0, 1284px);
  gap: 24px;
  align-items: start;
  margin-top: 58px;
}

.sap-solutions__tabs {
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  background: var(--color-white);
}

.sap-solutions__tabs a {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  margin: 0 31px;
  padding: 0 0 0 13px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.sap-solutions__tabs a:nth-child(-n + 3) {
  min-height: 89px;
}

.sap-solutions__tabs a:hover,
.sap-solutions__tabs a:focus-visible,
.sap-solutions__tabs a.is-active {
  color: var(--color-red);
}

.sap-solutions__tabs a.is-active::before {
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 2px;
  content: "";
  background: var(--color-red);
}

.sap-solutions__tabs figure {
  height: 205px;
  margin: 25px 23px 0;
  border-radius: 30px 30px 0 0;
}

.sap-solutions__panel figure {
  height: 501px;
}

.sap-solutions__panel h3 {
  max-width: 933px;
  margin-top: 46px;
}

.sap-solutions__panel h4 {
  margin-top: 32px;
}

.sap-solutions__panel p {
  max-width: 1178px;
  margin-top: 29px;
}

.sap-page .site-footer {
  margin-top: 12px;
}

@media (max-width: 1700px) {
  .sap-intro {
    grid-template-columns: minmax(0, 1.059fr) minmax(0, 1fr);
    column-gap: clamp(36px, 2.8125vw, 54px);
    row-gap: 0;
    width: min(calc(100% - 96px), 1500px);
  }

  .sap-industries {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: 64px;
    padding-inline: 48px;
  }

  .sap-benefits {
    width: min(calc(100% - 96px), 1500px);
  }

  .sap-solutions {
    padding-inline: 48px;
  }

  .sap-solutions__showcase {
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    gap: 36px;
  }
}

@media (max-width: 1500px) {
  .sap-hero {
    width: min(calc(100% - 48px), 1392px);
  }

  .sap-hero__title {
    font-size: 58px;
    line-height: 66px;
  }

  .sap-intro h2,
  .sap-industries h2,
  .sap-section-head h2,
  .sap-solutions__panel h3 {
    font-size: 46px;
    line-height: 54px;
  }

  .sap-intro h3,
  .sap-industries h3,
  .sap-section-head h3,
  .sap-solutions__panel h4 {
    font-size: 26px;
    line-height: 34px;
  }

  .sap-intro p,
  .sap-industries p,
  .sap-list-grid ul,
  .sap-benefit-card p,
  .sap-solutions__panel p {
    font-size: 16px;
    line-height: 26px;
  }

  .sap-benefit-card h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1199px) {
  .sap-intro,
  .sap-industries,
  .sap-solutions__showcase {
    grid-template-columns: 1fr;
  }

  .sap-intro {
    row-gap: 42px;
  }

  .sap-intro__media,
  .sap-industries__media,
  .sap-solutions__panel figure {
    height: auto;
    aspect-ratio: 857 / 501;
  }

  .sap-intro__content,
  .sap-industries__content {
    padding-top: 0;
  }

  .sap-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sap-benefit-card:nth-child(n) {
    grid-column: auto;
  }

  .sap-solutions__tabs figure {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sap-hero__title {
    font-size: 48px;
    line-height: 56px;
  }

  .sap-intro h2,
  .sap-industries h2,
  .sap-section-head h2,
  .sap-solutions__panel h3 {
    font-size: 40px;
    line-height: 48px;
  }

  .sap-intro h3,
  .sap-industries h3,
  .sap-section-head h3,
  .sap-solutions__panel h4 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .sap-page main {
    margin-top: -100px;
  }

  .sap-hero {
    width: calc(100% - 20px);
    height: 260px;
    margin-top: 20px;
    border-radius: 24px;
  }

  .sap-hero__title {
    left: 20px;
    bottom: 34px;
    width: calc(100% - 40px);
    font-size: 34px;
    line-height: 40px;
  }

  .sap-intro,
  .sap-benefits {
    width: calc(100% - 32px);
    margin-top: 64px;
  }

  .sap-intro {
    row-gap: 32px;
  }

  .sap-industries,
  .sap-solutions {
    width: calc(100% - 20px);
    margin-top: 64px;
    padding: 64px 20px;
    border-radius: 24px;
  }

  .sap-intro h2,
  .sap-industries h2,
  .sap-section-head h2,
  .sap-solutions__panel h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .sap-intro h3,
  .sap-industries h3,
  .sap-section-head h3,
  .sap-solutions__panel h4 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .sap-list-grid,
  .sap-benefits__grid {
    grid-template-columns: 1fr;
  }

  .sap-benefits__grid {
    gap: 18px;
    margin-top: 36px;
  }

  .sap-benefit-card {
    min-height: 0;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .sap-solutions__showcase {
    gap: 28px;
    margin-top: 36px;
  }

  .sap-solutions__tabs a {
    min-height: 48px;
    margin-inline: 14px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .sap-solutions__tabs a:nth-child(-n + 3) {
    min-height: 64px;
  }

  .sap-solutions__tabs a.is-active::before {
    top: 16px;
    bottom: 16px;
  }

  .sap-solutions__panel figure {
    border-radius: 24px;
  }
}

/* Unsere SAP-Kompetenz page */

.sap-competence-page main {
  margin-top: -114px;
  overflow: hidden;
}

.sap-competence-hero {
  position: relative;
  width: min(calc(100% - 60px), 1859px);
  height: 430px;
  margin: 31px auto 0;
  overflow: hidden;
  border-radius: 30px;
  color: var(--color-white);
}

.sap-competence-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 37%;
  display: block;
}

.sap-competence-hero__shade {
  position: absolute;
  pointer-events: none;
}

.sap-competence-hero__shade {
  inset-inline: 0;
  z-index: 1;
}

.sap-competence-hero__shade--top {
  top: 0;
  height: 252px;
  background: linear-gradient(180deg, rgb(12 14 18 / 5%), rgba(12, 14, 18, 0));
}

.sap-competence-hero__shade--bottom {
  bottom: 0;
  height: 347px;
  background: linear-gradient(0deg, rgba(12, 14, 18, 0.88), rgba(12, 14, 18, 0));
}

.sap-competence-hero h1 {
  position: absolute;
  left: 68px;
  bottom: 54px;
  z-index: 2;
  margin: 0;
  color: var(--color-white);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 82px;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.sap-competence-hero em,
.sap-competence-intro h2 em,
.sap-methodology h2 em,
.sap-roadmap h2 em,
.sap-roadmap__panel h3 em,
.sap-innovation h2 em {
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.sap-competence-hero em {
  color: var(--color-white);
}

.sap-competence-intro {
  position: relative;
  width: min(calc(100% - 200px), 1720px);
  min-height: 1460px;
  margin: 100px auto 0;
}

.sap-competence-intro__media {
  height: 582px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
}

.sap-competence-intro__media img,
.sap-competence-intro__people,
.sap-roadmap img,
.sap-innovation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sap-competence-intro__content {
  max-width: 1142px;
  margin-top: 50px;
  text-align: left;
}

.sap-competence-intro h2,
.sap-methodology h2,
.sap-roadmap h2,
.sap-roadmap__panel h3,
.sap-innovation h2 {
  margin: 0;
  color: var(--color-black);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0;
}

.sap-competence-intro h2 {
  white-space: nowrap;
}

.sap-competence-intro h3,
.sap-methodology h3,
.sap-roadmap .sap-section-head h3,
.sap-roadmap__panel h4,
.sap-innovation h3 {
  margin: 24px 0 0;
  color: var(--color-black);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.sap-competence-intro h3 {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
}

.sap-competence-intro p,
.sap-methodology p,
.sap-roadmap__panel p,
.sap-roadmap__panel li,
.sap-innovation p {
  margin: 29px 0 0;
  color: #565656;
  font-size: 18px;
  line-height: 28px;
}

.sap-competence-intro__content p {
  margin-top: 18px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 400;
}

.sap-competence-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 35px;
  justify-content: flex-start;
  margin: 19px 0 0;
  padding: 0;
  color: #565656;
  font-family: "Jost", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  list-style: none;
}

.sap-competence-pill-list li,
.sap-competence-modules li,
.sap-roadmap__panel li {
  position: relative;
  padding-left: 25px;
}

.sap-competence-pill-list li::before,
.sap-competence-modules li::before,
.sap-roadmap__panel li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 17px;
  height: 17px;
  content: "";
  background: url("../images/figma/about-page/about-check-bullet.svg") center / contain no-repeat;
}

.sap-competence-modules {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 402px) minmax(0, 310px) minmax(0, 276px) minmax(0, 230px);
  justify-content: space-between;
  gap: 0;
  margin-top: 67px;
}

.sap-competence-modules article + article {
  position: relative;
  border-left: 0;
  padding-left: 49px;
}

.sap-competence-modules article + article::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 190px;
  content: "";
  background: #eeeeee;
}

.sap-competence-modules h3 {
  margin: 0 0 24px;
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  white-space: nowrap;
}

.sap-competence-modules ul,
.sap-roadmap__panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  color: #565656;
  font-family: "Jost", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  list-style: none;
}

.sap-competence-modules li {
  white-space: nowrap;
}

.sap-competence-intro__people {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 1080px;
  bottom: auto;
  display: block;
  width: 560px;
  height: auto;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

.sap-methodology {
  width: min(calc(100% - 60px), 1859px);
  margin: 0 auto 0;
  padding: 100px 70px 91px;
  overflow: hidden;
  border-radius: 30px;
  background: #eff4ff url("../images/figma/solutions-section-background.png") center / cover no-repeat;
}

.sap-methodology__head {
  max-width: 972px;
  margin-inline: auto;
  text-align: center;
}

.sap-methodology__head h3 {
  margin-top: 30px;
}

.sap-methodology__head p {
  margin-top: 28px;
}

.sap-methodology__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  margin-top: 62px;
}

.sap-methodology__grid article {
  min-height: 209px;
  padding: 28px 23px;
  border-radius: 8px;
  background: var(--color-white);
}

.sap-methodology__icon {
  position: relative;
  display: inline-flex;
  width: 78px;
  height: 88px;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  background: url("../images/figma/sap-competence-page/methodology-icon-bg.svg") right top / 50px 56px no-repeat;
}

.sap-methodology__icon img {
  position: absolute;
  left: 0;
  top: 17px;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.sap-methodology__grid h3 {
  margin-top: 24px;
  font-size: 26px;
  line-height: 36px;
}

.sap-methodology__grid p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.sap-roadmap {
  box-sizing: border-box;
  width: min(calc(100% - 60px), 1859px);
  margin: 100px auto 0;
  padding: 100px 70px 64px;
  overflow: hidden;
  border-radius: 30px;
  background: transparent;
}

.sap-roadmap .sap-section-head h2 {
  max-width: 1327px;
  margin-inline: auto;
}

.sap-roadmap .sap-section-head h3 {
  margin-top: 27px;
}

.sap-roadmap__layout {
  display: grid;
  grid-template-columns: minmax(0, 412px) minmax(0, 1284px);
  gap: 24px;
  align-items: start;
  margin-top: 58px;
}

.sap-roadmap__tabs {
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  background: var(--color-white);
  box-shadow: 0 16px 34px rgba(23, 54, 102, 0.12);
}

.sap-roadmap__tabs a {
  position: relative;
  display: flex;
  min-height: 61px;
  align-items: center;
  margin: 0 20px;
  padding-left: 13px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.sap-roadmap__tabs a.is-active,
.sap-roadmap__tabs a:hover,
.sap-roadmap__tabs a:focus-visible {
  color: var(--color-red);
}

.sap-roadmap__tabs a.is-active::before {
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 2px;
  content: "";
  background: var(--color-red);
}

.sap-roadmap__tabs figure {
  height: 411px;
  margin: 25px 26px 26px;
  overflow: hidden;
  border-radius: 30px;
}

.sap-roadmap__panel figure {
  aspect-ratio: 1284 / 501;
  height: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
}

.sap-roadmap__panel > :not(figure) {
  margin-left: 0;
}

.sap-roadmap__panel h3 {
  max-width: 1261px;
  margin-top: 28px;
}

.sap-roadmap__panel h3 em {
  display: block;
}

.sap-roadmap__panel h4 {
  margin-top: 32px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
}

.sap-roadmap__panel p {
  max-width: 1178px;
  font-family: "Jost", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.sap-roadmap__panel h5 {
  margin: 36px 0 0;
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.sap-roadmap__panel ul {
  grid-template-columns: 237px 322px 244px 306px;
  justify-content: start;
  gap: 0 48px;
  margin: 2px 0 0;
  font-family: "Jost", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
}

.sap-roadmap__panel li {
  padding-right: 12px;
  white-space: nowrap;
}

.sap-roadmap__panel li::before {
  top: 11px;
}

.sap-roadmap__closing {
  font-weight: 500;
}

.sap-innovation {
  width: min(calc(100% - 60px), 1859px);
  margin: 100px auto 0;
  padding: 100px 70px 91px;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.9) 78%, #ffffff 100%),
    url("../images/figma/solutions-section-background.png") center / cover no-repeat;
  background-color: #eff4ff;
}

.sap-innovation__top {
  display: grid;
  grid-template-columns: minmax(0, 857px) minmax(0, 809px);
  gap: 54px;
  align-items: start;
}

.sap-innovation figure {
  height: 460px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
}

.sap-innovation__top > div {
  padding-top: 28px;
}

.sap-innovation h3 {
  margin-top: 32px;
}

.sap-innovation p {
  max-width: 760px;
}

.sap-innovation h3 + p {
  margin-top: 24px;
}

.sap-innovation p + p {
  margin-top: 22px;
}

.sap-innovation__copy {
  margin-top: 42px;
}

.sap-innovation__copy p {
  max-width: 1637px;
}

.sap-innovation__copy h3 {
  margin-top: 32px;
  color: #565656;
  font-size: 18px;
  line-height: 28px;
}

.sap-innovation__copy h4 {
  margin: 24px 0 0;
  color: var(--color-black);
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.sap-competence-page .site-footer {
  margin-top: 96px;
}

/* Karriere page */

.career-page main {
  margin-top: -114px;
  overflow: hidden;
}

.career-page .primary-nav__item:nth-child(5) .primary-nav__link,
.career-page .primary-nav__link[aria-current="page"] {
  color: var(--color-red);
}

.career-hero {
  position: relative;
  width: min(calc(100% - 60px), 1859px);
  height: 430px;
  margin: 31px auto 0;
  overflow: hidden;
  color: var(--color-white);
  border-radius: 30px;
}

.career-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.career-hero__shade {
  position: absolute;
  inset-inline: 0;
  z-index: 1;
  pointer-events: none;
}

.career-hero__shade--top {
  top: 0;
  height: 190px;
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.64), rgba(12, 14, 18, 0));
}

.career-hero__shade--bottom {
  bottom: 0;
  height: 347px;
  background: linear-gradient(0deg, rgb(12 14 18 / 163%) 1%, rgba(12, 14, 18, 0) 60%);
}

.career-hero h1 {
  position: absolute;
  z-index: 2;
  left: 68px;
  bottom: 54px;
  margin: 0;
  color: var(--color-white);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 82px;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.career-openings {
  width: min(calc(100% - 200px), 1720px);
  margin: 100px auto 0;
}

.career-openings__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 557px));
  gap: 30px 26px;
}

.career-opening-card {
  min-width: 0;
  height: 348px;
  min-height: 348px;
  padding: 43px 29px 38px;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid #eeeeee;
  border-radius: 30px;
}

.career-opening-card--featured {
  box-shadow: 0 4px 21px -4px #d1daed;
}

.career-opening-card__meta {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  color: var(--color-black);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.career-opening-card__meta span:first-child {
  flex: 0 1 auto;
  padding: 5px 11px;
  color: var(--color-red);
  font-family: "Jost", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #ffd0d0;
  border-radius: 30px;
}

.career-opening-card__meta span:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
}

.career-opening-card h3 {
  max-width: 501px;
  margin: 27px 0 0;
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.career-opening-card__type {
  position: relative;
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.career-opening-card__type::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: url("../images/figma/career-check-icon.svg") center / contain no-repeat;
}

.career-opening-card p:not(.career-opening-card__type) {
  max-width: 500px;
  margin: 18px 0 0;
  color: #565656;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.career-opening-card a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 498px;
  margin-top: 20px;
  padding-top: 24px;
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color 180ms ease, text-decoration-color 180ms ease, letter-spacing 180ms ease;
}

.career-opening-card a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #eeeeee;
}

.career-opening-card a:hover,
.career-opening-card a:focus-visible {
  color: var(--color-red);
  letter-spacing: 1.8px;
}

.career-pagination {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 50px;
}

.career-pagination a,
.career-pagination span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  background: var(--color-white);
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.career-pagination .current,
.career-pagination a.is-active,
.career-pagination a:hover,
.career-pagination a:focus-visible {
  color: var(--color-white);
  background: var(--color-red);
  border-color: var(--color-red);
  box-shadow: 0 8px 18px rgba(221, 0, 0, 0.18);
  transform: translateY(-1px);
}

.career-page .site-footer {
  margin-top: 67px;
  padding-top: 192px;
}

.career-page .site-footer__main {
  padding-top: 54px;
}

.career-page .site-footer__copyright {
  margin-top: 49px;
}

.career-page .site-footer__form-row,
.career-page .site-footer__subscribe {
  width: 100%;
  max-width: 389px;
}

/* Anfrageformular page */

.request-page main {
  margin-top: -114px;
  overflow: hidden;
}

.request-page .primary-nav__item:nth-child(6) .primary-nav__link,
.request-page .primary-nav__link[aria-current="page"] {
  color: var(--color-red);
}

.request-hero {
  position: relative;
  width: min(calc(100% - 60px), 1859px);
  height: 430px;
  margin: 31px auto 0;
  overflow: hidden;
  color: var(--color-white);
  border-radius: 30px;
}

.request-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.request-hero__shade {
  position: absolute;
  inset-inline: 0;
  z-index: 1;
  pointer-events: none;
}

.request-hero__shade--top {
  top: 0;
  height: 190px;
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.62), rgba(12, 14, 18, 0));
}

.request-hero__shade--bottom {
  bottom: 0;
  height: 347px;
  background: linear-gradient(0deg, rgba(12, 14, 18, 0.88) 1%, rgba(12, 14, 18, 0) 60%);
}

.request-hero h1 {
  position: absolute;
  z-index: 2;
  left: 68px;
  bottom: 54px;
  margin: 0;
  color: var(--color-white);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 82px;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.request-form-section {
  width: min(calc(100% - 314px), 1286px);
  margin: 100px auto 0;
}

.request-form {
  padding: 50px 40px 56px;
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: 0 4px 21px -4px #d1daed;
}

.request-form h2 {
  margin: 0;
  color: var(--color-black);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 63px;
  text-align: center;
  letter-spacing: 0;
}

.request-form h2 em,
.request-contact h2 em {
  color: var(--color-red);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.request-form h2 em {
  display: inline-block;
}

.request-contact h2 em {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.9em;
  line-height: 0.95;
  vertical-align: baseline;
}

.request-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
  margin-top: 32px;
}

.request-form .gform_wrapper {
  margin: 35px 0 0;
}

.request-form .gform_wrapper.gravity-theme form,
.request-form .gform_wrapper form,
.request-form .gform_wrapper.gravity-theme .gform_body,
.request-form .gform_wrapper .gform_body {
  width: 100% !important;
}

.request-form .gform_wrapper.gravity-theme .gform_fields,
.request-form .gform_wrapper .gform_fields {
  display: grid;
  width: min(100%, 1206px);
  margin: 0 auto !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 20px !important;
}

.request-form .gform_wrapper.gravity-theme .gfield,
.request-form .gform_wrapper .gfield {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  list-style: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.request-form .gform_wrapper.gravity-theme .gfield--type-textarea,
.request-form .gform_wrapper .gfield--type-textarea {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  justify-self: stretch !important;
}

.request-form .gform_wrapper.gravity-theme .ginput_container,
.request-form .gform_wrapper .ginput_container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
}

.request-form .gform_wrapper.gravity-theme .gfield_label,
.request-form .gform_wrapper .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.request-form label {
  position: relative;
  display: block;
  min-width: 0;
}

.request-form label span {
  position: absolute;
  top: 50%;
  left: 19px;
  color: #565656;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  pointer-events: none;
  transform: translateY(-50%);
}

.request-form__message span {
  top: 26px;
  transform: none;
}

.request-form input,
.request-form textarea,
.request-form .gform_wrapper.gravity-theme input[type="text"],
.request-form .gform_wrapper.gravity-theme input[type="tel"],
.request-form .gform_wrapper.gravity-theme input[type="email"],
.request-form .gform_wrapper.gravity-theme textarea,
.request-form .gform_wrapper input[type="text"],
.request-form .gform_wrapper input[type="tel"],
.request-form .gform_wrapper input[type="email"],
.request-form .gform_wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  min-height: 60px;
  padding: 16px 18px;
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  background: var(--color-white);
  border: 1px solid #e5e8ed;
  border-radius: 30px;
  outline: 0;
}

.request-form textarea,
.request-form .gform_wrapper.gravity-theme textarea,
.request-form .gform_wrapper textarea {
  display: block !important;
  width: 100% !important;
  inline-size: 100% !important;
  max-width: none !important;
  height: 138px !important;
  min-height: 138px !important;
  resize: vertical;
  border-radius: 15px;
}

/*
 * Google reCAPTCHA injects a hidden response textarea inside the form.
 * Keep it hidden even though the request-form textarea rules above use
 * !important declarations for the visible message field.
 */
.request-form textarea.g-recaptcha-response,
.request-form .gform_wrapper textarea.g-recaptcha-response {
  display: none !important;
  width: 0 !important;
  inline-size: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.request-form .gform_wrapper.gravity-theme .gfield--type-captcha,
.request-form .gform_wrapper .gfield--type-captcha {
  grid-column: 1 / -1 !important;
  justify-self: stretch !important;
}

.request-form .gform_wrapper.gravity-theme .gfield--type-captcha .ginput_container,
.request-form .gform_wrapper .gfield--type-captcha .ginput_container {
  display: flex !important;
  justify-content: center !important;
}

.request-form__message {
  grid-column: 1 / -1;
}

.request-form input:focus,
.request-form textarea:focus,
.request-form .gform_wrapper.gravity-theme input:focus,
.request-form .gform_wrapper.gravity-theme textarea:focus,
.request-form .gform_wrapper input:focus,
.request-form .gform_wrapper textarea:focus {
  border-color: var(--color-red);
  box-shadow: 0 0 0 3px rgba(221, 0, 0, 0.08);
}

.request-form button,
.request-form .gform_wrapper.gravity-theme .gform_button,
.request-form .gform_wrapper .gform_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 251px !important;
  max-width: 251px !important;
  height: 60px !important;
  min-height: 60px !important;
  margin: 0 auto !important;
  color: var(--color-white);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  background: var(--color-red);
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.request-form .gform_wrapper.gravity-theme .gform_footer,
.request-form .gform_wrapper .gform_footer {
  display: flex;
  justify-content: center;
  width: 100% !important;
  padding: 0 !important;
  margin: 19px 0 0 !important;
  clear: both;
}

@media (min-width: 1200px) {
  .request-form .gform_wrapper.gravity-theme .gfield--type-textarea,
  .request-form .gform_wrapper .gfield--type-textarea {
    transform: translateY(-3px);
  }

  .request-form .gform_wrapper.gravity-theme .gform_button,
  .request-form .gform_wrapper .gform_button {
    transform: translateX(36.5px);
  }

  .request-form .gform_wrapper.gravity-theme .gform_button:hover,
  .request-form .gform_wrapper.gravity-theme .gform_button:focus-visible,
  .request-form .gform_wrapper .gform_button:hover,
  .request-form .gform_wrapper .gform_button:focus-visible {
    transform: translate(36.5px, -1px);
  }
}

.request-form .gform_wrapper.gravity-theme .gform_validation_errors,
.request-form .gform_wrapper .gform_validation_errors,
.request-form .gform_confirmation_message {
  margin-top: 24px;
  font-family: "Jost", Arial, sans-serif;
}

.request-form button:hover,
.request-form button:focus-visible,
.request-form .gform_wrapper.gravity-theme .gform_button:hover,
.request-form .gform_wrapper.gravity-theme .gform_button:focus-visible,
.request-form .gform_wrapper .gform_button:hover,
.request-form .gform_wrapper .gform_button:focus-visible {
  background: #b90000;
  box-shadow: 0 10px 22px rgba(221, 0, 0, 0.18);
  transform: translateY(-1px);
}

.request-contact {
  width: min(calc(100% - 120px), 1510px);
  margin: 104px auto 0;
  text-align: center;
}

.request-contact h2 {
  margin: 0;
  color: var(--color-black);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0;
  white-space: nowrap;
}

.request-contact p {
  margin: 10px 0 0;
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.request-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 413px));
  gap: 22px;
  justify-content: center;
  margin-top: 30px;
}

.request-contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 227px;
  padding: 28px 22px;
  color: var(--color-black);
  text-align: center;
  background: var(--color-white);
  border: 1px solid #eeeeee;
  border-radius: 30px;
}

.request-contact-card > span {
  display: grid;
  width: 53px;
  height: 52px;
  place-items: center;
  margin-bottom: 20px;
}

.request-contact-card img {
  width: auto;
  height: auto;
  max-width: 53px;
  max-height: 52px;
  object-fit: contain;
}

.request-contact-card strong {
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.request-contact-card small {
  margin-top: 7px;
  color: #565656;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: anywhere;
}

.request-page .site-footer {
  margin-top: 67px;
  padding-top: 192px;
}

.request-page .site-footer__main {
  padding-top: 54px;
}

.request-page .site-footer__copyright {
  margin-top: 49px;
}

.request-page .site-footer__form-row,
.request-page .site-footer__subscribe {
  width: 100%;
  max-width: 389px;
}

/* WordPress CPT single pages */

.single-detail-hero h1,
.single-detail-hero .sap-hero__title {
  max-width: 1160px;
}

.single-detail-content {
  width: min(calc(100% - 200px), 1500px);
  margin: 100px auto 0;
}

.single-detail-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.34fr);
  gap: 30px;
  align-items: start;
  margin-top: 24px;
}

.single-detail-content__body,
.single-detail-content__aside {
  background: var(--color-white);
  border: 1px solid #eeeeee;
  border-radius: 30px;
  box-shadow: 0 4px 21px -4px #d1daed;
}

.single-detail-content__body {
  padding: 48px 50px 54px;
}

.single-detail-content__aside {
  padding: 38px 32px;
}

.single-detail-content h2 {
  margin: 0 0 24px;
  color: var(--color-black);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
}

.single-detail-content__copy {
  color: #565656;
  font-family: "Jost", Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.single-detail-content__copy > * {
  margin: 0 0 22px;
}

.single-detail-content__copy > :last-child {
  margin-bottom: 0;
}

.single-detail-content__button {
  margin-top: 34px;
}

.single-detail-content__aside h3 {
  margin: 0;
  color: var(--color-black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.single-detail-content__aside ul {
  display: grid;
  gap: 15px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.single-detail-content__aside li {
  position: relative;
  padding-left: 25px;
  color: #565656;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.single-detail-content__aside li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: url("../images/figma/sap-check-icon.svg") center / contain no-repeat;
}

@media (max-width: 1700px) {
  .career-hero {
    width: min(calc(100% - 48px), 1392px);
  }

  .request-hero {
    width: min(calc(100% - 48px), 1392px);
  }

  .career-openings {
    width: min(calc(100% - 96px), 1500px);
  }

  .request-form-section,
  .request-contact,
  .single-detail-content {
    width: min(calc(100% - 96px), 1286px);
  }

  .career-openings__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .career-opening-card {
    height: auto;
  }

  .sap-competence-intro {
    width: min(calc(100% - 96px), 1500px);
  }

  .sap-competence-intro__people {
    right: 0;
    top: 1080px;
    bottom: auto;
    width: 520px;
    height: auto;
  }

  .sap-competence-modules {
    gap: 0;
  }

  .sap-methodology,
  .sap-roadmap {
    padding-inline: 48px;
  }

  .sap-roadmap {
    width: calc(100% - 52px);
    padding-inline: 26px 62px;
  }

  .sap-roadmap__layout {
    grid-template-columns: minmax(0, 371px) minmax(0, 1fr);
    gap: 21px;
  }

  .sap-roadmap__panel figure {
    margin-left: 18px;
  }

  .sap-innovation__top {
    grid-template-columns: minmax(0, 1.059fr) minmax(0, 1fr);
    column-gap: clamp(36px, 2.8125vw, 54px);
  }
}

@media (max-width: 1500px) {
  .career-hero h1 {
    font-size: 58px;
    line-height: 66px;
  }

  .request-hero h1 {
    font-size: 58px;
    line-height: 66px;
  }

  .request-form h2,
  .request-contact h2 {
    font-size: 46px;
    line-height: 54px;
    white-space: normal;
  }

  .request-contact p {
    font-size: 26px;
    line-height: 34px;
  }

  .request-contact-card strong {
    font-size: 22px;
    line-height: 30px;
  }

  .single-detail-content h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .career-opening-card h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .career-opening-card p:not(.career-opening-card__type) {
    font-size: 16px;
    line-height: 26px;
  }

  .sap-competence-hero h1 {
    font-size: 58px;
    line-height: 66px;
  }

  .sap-competence-intro h2,
  .sap-methodology h2,
  .sap-roadmap h2,
  .sap-roadmap__panel h3,
  .sap-innovation h2 {
    font-size: 46px;
    line-height: 54px;
  }

  .sap-competence-intro h3,
  .sap-methodology h3,
  .sap-roadmap .sap-section-head h3,
  .sap-roadmap__panel h4,
  .sap-innovation h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .sap-competence-intro p,
  .sap-competence-pill-list,
  .sap-competence-modules ul,
  .sap-methodology p,
  .sap-roadmap__panel p,
  .sap-roadmap__panel li,
  .sap-innovation p {
    font-size: 16px;
    line-height: 26px;
  }

  .sap-competence-modules h3,
  .sap-methodology__grid h3,
  .sap-roadmap__panel h5,
  .sap-innovation__copy h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .sap-competence-modules {
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.88fr) minmax(0, 0.98fr) minmax(0, 0.92fr);
    gap: clamp(30px, 3.2vw, 50px);
    max-width: none;
  }

  .sap-competence-modules article + article {
    border-left: 1px solid #eeeeee;
    padding-left: clamp(24px, 2.6vw, 40px);
  }

  .sap-competence-intro__people {
    right: 0;
    top: 1100px;
    bottom: auto;
    display: block;
    width: min(40vw, 500px);
    height: auto;
  }

  .sap-roadmap__panel ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }

  .sap-roadmap__panel li {
    white-space: normal;
  }
}

@media (max-width: 1199px) {
  .career-openings__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .request-form__grid {
    grid-template-columns: 1fr;
  }

  .request-form .gform_wrapper.gravity-theme .gform_fields,
  .request-form .gform_wrapper .gform_fields {
    grid-template-columns: 1fr;
  }

  .request-form .gform_wrapper.gravity-theme .gfield--type-textarea,
  .request-form .gform_wrapper .gfield--type-textarea {
    width: 100%;
  }

  .request-contact__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .request-contact-card:last-child {
    grid-column: 1 / -1;
  }

  .single-detail-content__grid {
    grid-template-columns: 1fr;
  }

  .career-opening-card {
    min-height: 0;
  }

  .sap-competence-intro {
    min-height: 0;
  }

  .sap-competence-intro__media,
  .sap-innovation figure {
    height: auto;
    aspect-ratio: 857 / 501;
  }

  .sap-roadmap__panel figure {
    height: auto;
    margin-left: 0;
    aspect-ratio: 1284 / 501;
  }

  .sap-roadmap__panel > :not(figure) {
    margin-left: 0;
  }

  .sap-roadmap__panel h5 {
    margin-left: 0;
  }

  .sap-roadmap__panel li {
    white-space: normal;
  }

  .sap-competence-intro__content {
    max-width: none;
    margin-top: 56px;
    text-align: left;
  }

  .sap-competence-intro h2 {
    white-space: normal;
  }

  .sap-competence-pill-list {
    justify-content: flex-start;
  }

  .sap-competence-modules,
  .sap-methodology__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sap-competence-modules {
    max-width: none;
  }

  .sap-competence-modules article + article {
    border-left: 0;
    padding-left: 0;
  }

  .sap-competence-modules article + article::before {
    display: none;
  }

  .sap-competence-modules article:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }

  .sap-competence-intro__people {
    position: static;
    display: block;
    width: min(100%, 560px);
    height: auto;
    margin: 36px auto 0;
  }

  .sap-roadmap__layout,
  .sap-innovation__top {
    grid-template-columns: 1fr;
  }

  .sap-roadmap__tabs figure {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .career-hero h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .request-hero h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .request-form h2,
  .request-contact h2 {
    font-size: 40px;
    line-height: 48px;
    white-space: normal;
  }

  .request-contact p {
    font-size: 32px;
    line-height: 38px;
  }

  .single-detail-content h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .sap-competence-hero h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .sap-competence-intro h2,
  .sap-methodology h2,
  .sap-roadmap h2,
  .sap-roadmap__panel h3,
  .sap-innovation h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .sap-competence-intro h3,
  .sap-methodology h3,
  .sap-roadmap .sap-section-head h3,
  .sap-roadmap__panel h4,
  .sap-innovation h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 1024px) {
  .sap-competence-pill-list li::before,
  .sap-competence-modules li::before,
  .sap-roadmap__panel li::before {
    top: 3px;
  }
}

@media (max-width: 767px) {
  .career-page main {
    margin-top: -100px;
  }

  .request-page main {
    margin-top: -100px;
  }

  .career-hero {
    width: calc(100% - 20px);
    height: 260px;
    margin-top: 20px;
    border-radius: 24px;
  }

  .career-hero h1 {
    left: 20px;
    bottom: 34px;
    width: calc(100% - 40px);
    font-size: 34px;
    line-height: 40px;
  }

  .request-hero {
    width: calc(100% - 20px);
    height: 260px;
    margin-top: 20px;
    border-radius: 24px;
  }

  .request-hero img {
    object-position: center 44%;
  }

  .request-hero h1 {
    left: 20px;
    bottom: 34px;
    width: calc(100% - 40px);
    font-size: 34px;
    line-height: 40px;
    white-space: normal;
  }

  .request-form-section {
    width: calc(100% - 32px);
    margin-top: 64px;
  }

  .request-form {
    padding: 36px 20px;
    border-radius: 24px;
  }

  .request-form h2,
  .request-contact h2 {
    font-size: 32px;
    line-height: 36px;
    white-space: normal;
  }

  .request-form__grid {
    gap: 16px;
    margin-top: 28px;
  }

  .request-form input {
    min-height: 54px;
  }

  .request-form textarea,
  .request-form .gform_wrapper.gravity-theme textarea,
  .request-form .gform_wrapper textarea {
    height: 132px !important;
    min-height: 132px !important;
  }

  .request-form button,
  .request-form .gform_wrapper.gravity-theme .gform_button,
  .request-form .gform_wrapper .gform_button {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
  }

  .request-form .gform_wrapper.gravity-theme .gform_footer,
  .request-form .gform_wrapper .gform_footer {
    margin-top: 18px !important;
  }

  .request-contact {
    width: calc(100% - 32px);
    margin-top: 64px;
  }

  .request-contact p {
    font-size: 24px;
    line-height: 30px;
  }

  .request-contact__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .request-contact-card {
    min-height: 190px;
    border-radius: 24px;
  }

  .request-contact-card:last-child {
    grid-column: auto;
  }

  .request-page .site-footer {
    margin-top: 64px;
  }

  .single-detail-content {
    width: calc(100% - 32px);
    margin-top: 64px;
  }

  .single-detail-content__grid {
    gap: 18px;
    margin-top: 20px;
  }

  .single-detail-content__body,
  .single-detail-content__aside {
    border-radius: 24px;
  }

  .single-detail-content__body,
  .single-detail-content__aside {
    padding: 30px 22px;
  }

  .single-detail-content h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .single-detail-content__copy {
    font-size: 16px;
    line-height: 28px;
  }

  .career-openings {
    width: calc(100% - 32px);
    margin-top: 64px;
  }

  .career-openings__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .career-opening-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .career-opening-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .career-opening-card h3 {
    font-size: 25px;
    line-height: 32px;
  }

  .career-opening-card p:not(.career-opening-card__type) {
    font-size: 16px;
    line-height: 26px;
  }

  .career-opening-card a {
    margin-top: 30px;
  }

  .career-opening-card a::before {
    width: 100%;
  }

  .career-pagination {
    gap: 8px;
    margin-top: 36px;
  }

  .career-pagination a,
  .career-pagination span {
    width: 44px;
    height: 44px;
  }

  .career-page .site-footer {
    margin-top: 64px;
  }

  .sap-competence-page main {
    margin-top: -100px;
  }

  .sap-competence-hero {
    width: calc(100% - 20px);
    height: 260px;
    margin-top: 20px;
    border-radius: 24px;
  }

  .sap-competence-hero h1 {
    left: 20px;
    bottom: 34px;
    width: calc(100% - 40px);
    font-size: 34px;
    line-height: 40px;
    white-space: normal;
  }

  .sap-competence-intro {
    width: calc(100% - 32px);
    margin-top: 64px;
  }

  .sap-methodology,
  .sap-roadmap,
  .sap-innovation {
    width: calc(100% - 20px);
    margin-top: 64px;
    padding: 64px 20px;
    border-radius: 24px;
  }

  .sap-competence-intro h2,
  .sap-methodology h2,
  .sap-roadmap h2,
  .sap-roadmap__panel h3,
  .sap-innovation h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .sap-competence-intro h3,
  .sap-methodology h3,
  .sap-roadmap .sap-section-head h3,
  .sap-roadmap__panel h4,
  .sap-innovation h3 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .sap-competence-intro__content {
    margin-top: 32px;
    text-align: left;
  }

  .sap-competence-pill-list,
  .sap-competence-modules,
  .sap-methodology__grid,
  .sap-roadmap__panel ul {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .sap-competence-pill-list {
    display: grid;
    justify-content: start;
    gap: 0;
  }

  .sap-competence-modules {
    gap: 28px;
    margin-top: 42px;
  }

  .sap-competence-modules h3,
  .sap-competence-modules li {
    white-space: normal;
  }

  .sap-methodology__grid {
    gap: 18px;
    margin-top: 36px;
  }

  .sap-roadmap__layout {
    gap: 28px;
    margin-top: 36px;
  }

  .sap-roadmap__tabs a {
    min-height: 48px;
    margin-inline: 14px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .sap-roadmap__tabs a.is-active::before {
    top: 16px;
    bottom: 16px;
  }

  .sap-roadmap__panel figure,
  .sap-innovation figure {
    border-radius: 24px;
  }
}
/* Default WordPress page and 404 */
.default-page__main,
.error404-page__main {
  min-height: 70vh;
  background: #fff;
}

.default-page__content,
.error404-page__content {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.default-page__main {
  margin-top: -114px;
  overflow: hidden;
}

.error404-page__main {
  padding-top: 150px;
}

.default-page__hero {
  background: #181818;
}

.error404-page__content h1 {
  margin: 0;
  font: 500 clamp(42px, 6vw, 76px)/1.05 var(--font-body);
}

.default-page__content {
  padding-block: 70px 100px;
  color: #252525;
  font: 400 18px/1.75 var(--font-body);
}

.default-page__content > :first-child {
  margin-top: 0;
}

.default-page__content img {
  max-width: 100%;
  height: auto;
}

.error404-page__content {
  display: flex;
  min-height: 540px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 70px 100px;
  text-align: center;
}

.error404-page__code {
  margin: 0;
  color: var(--color-red, #d6252f);
  font: 700 clamp(100px, 18vw, 220px)/.8 var(--font-body);
  opacity: .14;
}

.error404-page__content h1 {
  color: #181818;
}

.error404-page__content > p:not(.error404-page__code) {
  max-width: 650px;
  margin: 24px auto 34px;
  color: #555;
  font: 400 18px/1.65 var(--font-body);
}

@media (max-width: 767px) {
  .error404-page__main {
    padding-top: 105px;
  }

  .default-page__content,
  .error404-page__content {
    width: min(100% - 24px, 1180px);
  }

  .default-page__content {
    padding-block: 45px 70px;
    font-size: 16px;
  }
}
