@charset "utf-8";

:root {
  --msp-home-blue: #1687ff;
  --msp-home-blue-strong: #0068c9;
  --msp-home-ink: #0a1220;
  --msp-home-ink-soft: #3f4b5c;
  --msp-home-line: #d9e0e8;
  --msp-home-surface: #f4f7fa;
  --msp-home-dark: #07111f;
  --msp-home-dark-soft: #101e31;
  --msp-home-white: #fff;
  --msp-home-gutter: clamp(24px, 4.16vw, 80px);
  --msp-home-max: 1600px;
  --msp-home-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

#main {
  background: var(--msp-home-white);
  overflow: clip;
}

.msp-home {
  min-width: 0;
  overflow: clip;
}

:where(
  .msp-home-hero,
  .msp-home-solutions,
  .msp-home-business,
  .msp-home-cta
) {
  box-sizing: border-box;
  font-family: "Poppins", "Pretendard", "Noto Sans KR", sans-serif;
  min-width: 0;
}

:where(
  .msp-home-hero,
  .msp-home-solutions,
  .msp-home-business,
  .msp-home-cta
) *,
:where(
  .msp-home-hero,
  .msp-home-solutions,
  .msp-home-business,
  .msp-home-cta
) *::before,
:where(
  .msp-home-hero,
  .msp-home-solutions,
  .msp-home-business,
  .msp-home-cta
) *::after {
  box-sizing: border-box;
}

:where(
  .msp-home-hero,
  .msp-home-solutions,
  .msp-home-business,
  .msp-home-cta
) img {
  display: block;
  height: auto;
  max-width: 100%;
}

:where(
  .msp-home-hero,
  .msp-home-solutions,
  .msp-home-business,
  .msp-home-cta
) :where(a, button):focus-visible {
  outline: 3px solid var(--msp-home-blue);
  outline-offset: 4px;
}

[data-msp-home-reveal] {
  transform: translateY(28px);
  transition: transform 750ms var(--msp-home-ease);
}

[data-msp-home-reveal].is-revealed {
  transform: translateY(0);
}

.msp-home-business__card:nth-child(2) {
  transition-delay: 100ms;
}

html[lang="en"] :where(
  .msp-home-hero,
  .msp-home-solutions,
  .msp-home-business,
  .msp-home-cta
) {
  word-break: normal;
}

/* Hero */
.msp-home-hero {
  background: var(--msp-home-dark);
  color: var(--msp-home-white);
  height: min(930px, 100svh);
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.msp-home-hero__viewport,
.msp-home-hero__slides,
.msp-home-hero__track {
  height: 100%;
  min-height: inherit;
  position: relative;
  width: 100%;
}

.msp-home-hero__slide {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transition: visibility 0s linear 900ms;
  visibility: hidden;
}

.msp-home-hero__slide[aria-hidden="false"],
.msp-home-hero__slide.is-active {
  pointer-events: auto;
  transition: visibility 0s linear 0s;
  visibility: visible;
  z-index: 1;
}

.msp-home-hero__slide[hidden] {
  display: none !important;
}

.msp-home-hero__media,
.msp-home-hero__picture {
  inset: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 900ms ease;
}

.msp-home-hero__slide[aria-hidden="false"] .msp-home-hero__media,
.msp-home-hero__slide.is-active .msp-home-hero__media,
.msp-home-hero__slide[aria-hidden="false"] .msp-home-hero__picture,
.msp-home-hero__slide.is-active .msp-home-hero__picture {
  opacity: 1;
}

.msp-home-hero__image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.045);
  width: 100%;
}

.msp-home-hero__slide[aria-hidden="false"] .msp-home-hero__image,
.msp-home-hero__slide.is-active .msp-home-hero__image {
  animation: msp-home-hero-scale 7.5s ease-out both;
}

.msp-home-hero__overlay {
  background:
    linear-gradient(90deg, rgba(3, 10, 19, 0.94) 0%, rgba(3, 10, 19, 0.77) 36%, rgba(3, 10, 19, 0.25) 68%, rgba(3, 10, 19, 0.2) 100%),
    linear-gradient(0deg, rgba(3, 10, 19, 0.66) 0%, transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.msp-home-hero__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--msp-home-max);
  padding: 112px var(--msp-home-gutter) 148px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.msp-home-hero__slide[aria-hidden="true"] .msp-home-hero__content {
  visibility: hidden;
}

.msp-home-hero__eyebrow,
.msp-home-solutions__eyebrow,
.msp-home-business__eyebrow,
.msp-home-cta__eyebrow {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 13px;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.msp-home-hero__eyebrow {
  color: #80c1ff;
  margin-bottom: 26px;
}

.msp-home-hero__eyebrow::before,
.msp-home-solutions__eyebrow::before,
.msp-home-business__eyebrow::before,
.msp-home-cta__eyebrow::before {
  background: currentColor;
  content: "";
  flex: 0 0 32px;
  height: 2px;
}

.msp-home-hero__title {
  color: var(--msp-home-white);
  font-size: clamp(66px, 5.15vw, 99px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.96;
  max-width: 980px;
  text-transform: uppercase;
}

.msp-home-hero__title > span {
  display: block;
}

.msp-home-hero__description {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 400;
  line-height: 1.72;
  margin-top: 34px;
  max-width: 720px;
}

.msp-home-hero__slide[aria-hidden="false"] :where(
  .msp-home-hero__eyebrow,
  .msp-home-hero__title,
  .msp-home-hero__description
),
.msp-home-hero__slide.is-active :where(
  .msp-home-hero__eyebrow,
  .msp-home-hero__title,
  .msp-home-hero__description
) {
  animation: msp-home-hero-copy 850ms var(--msp-home-ease) both;
}

.msp-home-hero__slide[aria-hidden="false"] .msp-home-hero__title,
.msp-home-hero__slide.is-active .msp-home-hero__title {
  animation-delay: 90ms;
}

.msp-home-hero__slide[aria-hidden="false"] .msp-home-hero__description,
.msp-home-hero__slide.is-active .msp-home-hero__description {
  animation-delay: 180ms;
}

.msp-home-hero__controls {
  align-items: center;
  bottom: 58px;
  display: flex;
  gap: 14px;
  left: 50%;
  max-width: var(--msp-home-max);
  padding: 0 var(--msp-home-gutter);
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
}

.msp-home-hero__button,
.msp-home-hero__previous,
.msp-home-hero__next,
.msp-home-hero__pause {
  align-items: center;
  background: rgba(4, 14, 26, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: var(--msp-home-white);
  display: inline-flex;
  flex: 0 0 44px;
  font-family: inherit;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
  width: 44px;
}

.msp-home-hero__button:hover,
.msp-home-hero__previous:hover,
.msp-home-hero__next:hover,
.msp-home-hero__pause:hover {
  background: var(--msp-home-blue-strong);
  border-color: var(--msp-home-white);
  color: var(--msp-home-white);
  transform: translateY(-2px);
}

.msp-home-hero__count {
  align-items: baseline;
  color: var(--msp-home-white);
  display: inline-flex;
  font-family: "Pretendard", sans-serif;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  gap: 7px;
  letter-spacing: 0.08em;
  margin: 0 5px;
  min-width: 48px;
}

.msp-home-hero__count-separator,
.msp-home-hero__count-total,
.msp-home-hero__count > span:nth-child(n + 2) {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 500;
}

.msp-home-hero__dots {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-left: 14px;
}

.msp-home-hero__dot {
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  border-radius: 999px;
  color: transparent;
  display: block;
  height: 8px;
  min-height: 8px;
  overflow: hidden;
  padding: 0;
  transition:
    background-color 280ms ease,
    width 420ms var(--msp-home-ease);
  width: 8px;
}

.msp-home-hero__dot[aria-current="true"],
.msp-home-hero__dot.is-active {
  background: var(--msp-home-white);
  width: 38px;
}

.msp-home-hero__status,
.msp-home-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* Solutions */
.msp-home-solutions {
  background: var(--msp-home-white);
  color: var(--msp-home-ink);
  padding: clamp(108px, 8.3vw, 160px) var(--msp-home-gutter) clamp(120px, 9.4vw, 180px);
  position: relative;
}

.msp-home-solutions__inner,
.msp-home-business__inner,
.msp-home-cta__inner {
  margin: 0 auto;
  max-width: var(--msp-home-max);
  min-width: 0;
  width: 100%;
}

.msp-home-solutions__inner.inner1560,
.msp-home-business__inner.inner1560,
.msp-home-cta__inner.inner1560 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.msp-home-solutions__header,
.msp-home-business__header {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  margin-bottom: clamp(60px, 5vw, 96px);
  row-gap: 23px;
}

.msp-home-solutions__eyebrow {
  color: var(--msp-home-blue-strong);
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.msp-home-solutions__heading,
.msp-home-business__heading {
  color: var(--msp-home-ink);
  font-size: clamp(43px, 3.35vw, 64px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.08;
  max-width: 900px;
}

.msp-home-solutions__description,
.msp-home-business__description {
  color: var(--msp-home-ink-soft);
  font-size: 18px;
  line-height: 1.72;
  max-width: 590px;
}

.msp-home-solution-tabs {
  border-bottom: 1px solid var(--msp-home-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 58px;
  min-width: 0;
  overflow: visible;
}

.msp-home-solution-tabs__tab,
.msp-home-solution-tab {
  align-items: center;
  background: transparent;
  border: 0;
  color: #596577;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-size: 14px;
  font-weight: 650;
  gap: 7px;
  justify-content: center;
  letter-spacing: -0.015em;
  line-height: 1.35;
  min-height: 76px;
  padding: 13px 12px 20px;
  position: relative;
  text-align: center;
  transition: color 220ms ease;
  width: 100%;
}

.msp-home-solution-tabs__tab > span,
.msp-home-solution-tab > span {
  color: #7a8798;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.msp-home-solution-tabs__tab > strong,
.msp-home-solution-tab > strong {
  color: inherit;
  font: inherit;
}

.msp-home-solution-tabs__tab::after,
.msp-home-solution-tab::after {
  background: var(--msp-home-blue-strong);
  bottom: -1px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 320ms var(--msp-home-ease);
  width: 100%;
}

.msp-home-solution-tabs__tab:hover,
.msp-home-solution-tab:hover,
.msp-home-solution-tabs__tab[aria-selected="true"],
.msp-home-solution-tab[aria-selected="true"] {
  color: var(--msp-home-blue-strong);
}

.msp-home-solution-tabs__tab[aria-selected="true"]::after,
.msp-home-solution-tab[aria-selected="true"]::after {
  transform: translateX(-50%) scaleX(1);
}

.msp-home-solution-panels {
  min-width: 0;
  position: relative;
}

.msp-home-solution-panel {
  align-items: stretch;
  background: var(--msp-home-surface);
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(390px, 0.64fr);
  min-height: 610px;
  min-width: 0;
  overflow: hidden;
}

.msp-home-solution-panel[hidden] {
  display: none !important;
}

.msp-home-solution-panel:not([hidden]) {
  animation: msp-home-panel-in 620ms var(--msp-home-ease) both;
}

.msp-home-solution-panel__media,
.msp-home-solution-panel__picture {
  background: #dce4eb;
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.msp-home-solution-panel__media::after,
.msp-home-solution-panel__picture::after {
  background: linear-gradient(90deg, transparent 74%, rgba(7, 17, 31, 0.08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.msp-home-solution-panel__image {
  height: 100%;
  object-fit: cover;
  transition: transform 850ms var(--msp-home-ease);
  width: 100%;
}

.msp-home-solution-panel:hover .msp-home-solution-panel__image {
  transform: scale(1.025);
}

.msp-home-solution-panel__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(48px, 4.2vw, 80px);
}

.msp-home-solution-panel__number {
  color: var(--msp-home-blue-strong);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  letter-spacing: 0.14em;
  margin-bottom: 19px;
}

.msp-home-solution-panel__title {
  color: var(--msp-home-ink);
  font-size: clamp(34px, 2.5vw, 48px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.msp-home-solution-panel__description {
  color: var(--msp-home-ink-soft);
  font-size: 17px;
  line-height: 1.75;
  margin-top: 25px;
  max-width: 500px;
}

.msp-home-solution-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.msp-home-solution-panel__tag {
  background: var(--msp-home-white);
  border: 1px solid #ccd6e1;
  border-radius: 999px;
  color: #334155;
  font-family: "Pretendard", "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  padding: 8px 12px;
}

.msp-home-solution-panel__link,
.msp-home-business__link {
  align-items: center;
  color: var(--msp-home-ink);
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 14px;
  letter-spacing: 0.01em;
  margin-top: 40px;
  min-height: 44px;
  text-decoration: none;
}

.msp-home-solution-panel__link:link,
.msp-home-solution-panel__link:visited {
  color: var(--msp-home-ink);
}

.msp-home-solution-panel__link::after,
.msp-home-business__link::after {
  align-items: center;
  background: var(--msp-home-blue-strong);
  border-radius: 50%;
  color: var(--msp-home-white);
  content: "\2192";
  display: inline-flex;
  flex: 0 0 40px;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  transition:
    background-color 220ms ease,
    transform 320ms var(--msp-home-ease);
  width: 40px;
}

.msp-home-solution-panel__link:hover,
.msp-home-business__link:hover {
  color: var(--msp-home-blue-strong);
}

.msp-home-solution-panel__link:hover::after,
.msp-home-business__link:hover::after {
  background: var(--msp-home-ink);
  transform: translateX(5px);
}

.msp-home-solution-panel__link > span[aria-hidden="true"],
.msp-home-business__link > span[aria-hidden="true"],
.msp-home-cta__link > span[aria-hidden="true"] {
  display: none;
}

/* Business areas */
.msp-home-business {
  background:
    radial-gradient(circle at 82% 12%, rgba(22, 135, 255, 0.18), transparent 32%),
    var(--msp-home-dark);
  color: var(--msp-home-white);
  overflow: hidden;
  padding: clamp(112px, 8.3vw, 160px) var(--msp-home-gutter) clamp(120px, 9.4vw, 180px);
  position: relative;
}

.msp-home-business::before {
  border: 1px solid rgba(128, 193, 255, 0.13);
  border-radius: 50%;
  content: "";
  height: min(46vw, 760px);
  pointer-events: none;
  position: absolute;
  right: -16vw;
  top: -22vw;
  width: min(46vw, 760px);
}

.msp-home-business__inner {
  position: relative;
  z-index: 1;
}

.msp-home-business__eyebrow {
  color: #80c1ff;
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.msp-home-business__heading {
  color: var(--msp-home-white);
}

.msp-home-business__description {
  color: rgba(255, 255, 255, 0.7);
}

.msp-home-business__grid,
.msp-home-business__cards {
  display: grid;
  gap: clamp(22px, 2vw, 38px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

.msp-home-business__card {
  background: var(--msp-home-dark-soft);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition:
    border-color 280ms ease,
    transform 420ms var(--msp-home-ease);
}

.msp-home-business__card:hover {
  border-color: rgba(128, 193, 255, 0.7);
  transform: translateY(-7px);
}

.msp-home-business__media,
.msp-home-business__picture {
  aspect-ratio: 8 / 5;
  background: #152338;
  overflow: hidden;
  position: relative;
}

.msp-home-business__media::after,
.msp-home-business__picture::after {
  background: linear-gradient(0deg, rgba(7, 17, 31, 0.44), transparent 44%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.msp-home-business__image {
  height: 100%;
  object-fit: cover;
  transition: transform 850ms var(--msp-home-ease);
  width: 100%;
}

.msp-home-business__card:hover .msp-home-business__image {
  transform: scale(1.035);
}

.msp-home-business__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(32px, 3vw, 52px);
}

.msp-home-business__number {
  color: #80c1ff;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}

.msp-home-business__title {
  color: var(--msp-home-white);
  font-size: clamp(29px, 2.05vw, 39px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.16;
}

.msp-home-business__card-description,
.msp-home-business__content > .msp-home-business__description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.72;
  margin-top: 20px;
  max-width: 620px;
}

.msp-home-business__link {
  color: var(--msp-home-white);
  margin-top: auto;
  padding-top: 35px;
}

.msp-home-business__link:link,
.msp-home-business__link:visited {
  color: var(--msp-home-white);
}

.msp-home-business__link:hover {
  color: #a7d3ff;
}

.msp-home-business__link:hover::after {
  background: var(--msp-home-white);
  color: var(--msp-home-dark);
}

/* Closing call to action */
.msp-home-cta {
  background:
    linear-gradient(135deg, rgba(22, 135, 255, 0.08), transparent 47%),
    var(--msp-home-surface);
  color: var(--msp-home-ink);
  overflow: hidden;
  padding: clamp(112px, 8.3vw, 160px) var(--msp-home-gutter) clamp(120px, 9.4vw, 180px);
  position: relative;
}

.msp-home-cta::after {
  border: clamp(50px, 6vw, 110px) solid rgba(22, 135, 255, 0.055);
  border-radius: 50%;
  content: "";
  height: clamp(340px, 39vw, 720px);
  pointer-events: none;
  position: absolute;
  right: clamp(-330px, -16vw, -120px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(340px, 39vw, 720px);
}

.msp-home-cta__inner {
  position: relative;
  z-index: 1;
}

.msp-home-cta__content {
  align-items: start;
  column-gap: clamp(70px, 8vw, 150px);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  min-width: 0;
}

.msp-home-cta__eyebrow {
  color: var(--msp-home-blue-strong);
  margin-bottom: 26px;
}

.msp-home-cta__title {
  color: var(--msp-home-ink);
  font-size: clamp(47px, 4.1vw, 79px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.01;
  text-transform: uppercase;
}

.msp-home-cta__title > span {
  display: block;
}

.msp-home-cta__description {
  color: var(--msp-home-ink-soft);
  font-size: 17px;
  line-height: 1.76;
  margin-top: 34px;
  max-width: 760px;
}

.msp-home-cta__links {
  align-self: start;
  border-top: 1px solid #bac6d3;
  grid-column: 2;
  grid-row: 1 / span 3;
  min-width: 0;
}

.msp-home-cta__link {
  align-items: center;
  border-bottom: 1px solid #bac6d3;
  color: var(--msp-home-ink);
  display: flex;
  font-size: 18px;
  font-weight: 650;
  justify-content: space-between;
  line-height: 1.4;
  min-height: 82px;
  padding: 12px 5px;
  text-decoration: none;
  transition:
    color 220ms ease,
    padding 320ms var(--msp-home-ease);
}

.msp-home-cta__link:link,
.msp-home-cta__link:visited {
  color: var(--msp-home-ink);
}

.msp-home-cta__link::after {
  align-items: center;
  border: 1px solid #8a99aa;
  border-radius: 50%;
  color: var(--msp-home-ink);
  content: "\2197";
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 17px;
  height: 42px;
  justify-content: center;
  margin-left: 20px;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    transform 320ms var(--msp-home-ease);
  width: 42px;
}

.msp-home-cta__link:hover {
  color: var(--msp-home-blue-strong);
  padding-left: 10px;
}

.msp-home-cta__link:hover::after {
  background: var(--msp-home-blue-strong);
  border-color: var(--msp-home-blue-strong);
  color: var(--msp-home-white);
  transform: rotate(45deg);
}

@keyframes msp-home-hero-scale {
  from { transform: scale(1.045); }
  to { transform: scale(1); }
}

@keyframes msp-home-hero-copy {
  from { transform: translateY(34px); }
  to {
    transform: translateY(0);
  }
}

@keyframes msp-home-panel-in {
  from { transform: translateY(16px); }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 1400px) {
  :root {
    --msp-home-gutter: clamp(32px, 4vw, 56px);
  }

  .msp-home-hero__title {
    font-size: clamp(64px, 5.5vw, 82px);
  }

  .msp-home-solution-panel {
    grid-template-columns: minmax(0, 1.2fr) minmax(370px, 0.8fr);
    min-height: 560px;
  }
}

@media (max-width: 1100px) {
  .msp-home-hero__title {
    font-size: clamp(58px, 7vw, 76px);
    max-width: 780px;
  }

  .msp-home-solution-tabs {
    display: flex;
    margin-left: calc(var(--msp-home-gutter) * -1);
    margin-right: calc(var(--msp-home-gutter) * -1);
    overflow-x: auto;
    padding-left: var(--msp-home-gutter);
    padding-right: var(--msp-home-gutter);
    scrollbar-color: #9aabba transparent;
    scrollbar-width: thin;
  }

  .msp-home-solution-tabs__tab,
  .msp-home-solution-tab {
    flex: 0 0 178px;
  }

  .msp-home-solution-panel {
    grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
  }

  .msp-home-solution-panel__content {
    padding: 46px;
  }

  .msp-home-cta__inner {
    max-width: var(--msp-home-max);
  }

  .msp-home-cta__content {
    column-gap: 65px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  }
}

@media (max-width: 960px) {
  :root {
    --msp-home-gutter: clamp(30px, 5.2vw, 44px);
  }

  .msp-home-solutions,
  .msp-home-business,
  .msp-home-cta {
    padding-bottom: 112px;
    padding-top: 104px;
  }

  .msp-home-solutions__header,
  .msp-home-business__header {
    align-items: start;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 58px;
  }

  .msp-home-solutions__eyebrow,
  .msp-home-business__eyebrow {
    grid-column: 1;
  }

  .msp-home-solutions__description,
  .msp-home-business__description {
    max-width: 690px;
  }

  .msp-home-solution-panel {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .msp-home-solution-panel__media,
  .msp-home-solution-panel__picture {
    aspect-ratio: 14 / 8.4;
    min-height: 0;
  }

  .msp-home-solution-panel__content {
    min-height: 420px;
    padding: 52px;
  }

  .msp-home-business__grid,
  .msp-home-business__cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .msp-home-business__card {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    grid-template-rows: auto;
  }

  .msp-home-business__media,
  .msp-home-business__picture {
    aspect-ratio: auto;
    min-height: 330px;
  }

  .msp-home-cta__content {
    grid-template-columns: minmax(0, 1fr);
  }

  .msp-home-cta__links {
    grid-column: 1;
    grid-row: auto;
    margin-top: 58px;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  :root {
    --msp-home-gutter: 24px;
  }

  .msp-home-hero {
    height: 100svh;
    min-height: 700px;
  }

  .msp-home-hero__overlay {
    background:
      linear-gradient(90deg, rgba(3, 10, 19, 0.9), rgba(3, 10, 19, 0.42)),
      linear-gradient(0deg, rgba(3, 10, 19, 0.88) 0%, transparent 56%);
  }

  .msp-home-hero__image {
    object-position: 62% center;
  }

  .msp-home-hero__content {
    justify-content: flex-end;
    padding-bottom: 152px;
    padding-top: 120px;
  }

  .msp-home-hero__eyebrow,
  .msp-home-solutions__eyebrow,
  .msp-home-business__eyebrow,
  .msp-home-cta__eyebrow {
    font-size: 12px;
    letter-spacing: 0.13em;
  }

  .msp-home-hero__eyebrow {
    margin-bottom: 18px;
  }

  .msp-home-hero__title {
    font-size: clamp(43px, 12.2vw, 58px);
    letter-spacing: -0.06em;
    line-height: 0.98;
  }

  .msp-home-hero__description {
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.63;
    margin-top: 23px;
    max-width: 540px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .msp-home-hero__controls {
    bottom: 34px;
    gap: 9px;
  }

  .msp-home-hero__button,
  .msp-home-hero__previous,
  .msp-home-hero__next,
  .msp-home-hero__pause {
    flex-basis: 40px;
    height: 40px;
    width: 40px;
  }

  .msp-home-hero__dots {
    gap: 6px;
    margin-left: 5px;
  }

  .msp-home-hero__dot[aria-current="true"],
  .msp-home-hero__dot.is-active {
    width: 28px;
  }

  .msp-home-solutions,
  .msp-home-business,
  .msp-home-cta {
    padding-bottom: 88px;
    padding-top: 82px;
  }

  .msp-home-solutions__header,
  .msp-home-business__header {
    gap: 20px;
    margin-bottom: 46px;
  }

  .msp-home-solutions__heading,
  .msp-home-business__heading {
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .msp-home-solutions__description,
  .msp-home-business__description {
    font-size: 16px;
    line-height: 1.66;
  }

  .msp-home-solution-tabs {
    margin-bottom: 36px;
  }

  .msp-home-solution-tabs__tab,
  .msp-home-solution-tab {
    flex-basis: 152px;
    font-size: 13px;
    min-height: 64px;
    padding: 10px 10px 16px;
  }

  .msp-home-solution-panel__media,
  .msp-home-solution-panel__picture {
    aspect-ratio: 7 / 5;
  }

  .msp-home-solution-panel__content {
    min-height: 0;
    padding: 36px 28px 40px;
  }

  .msp-home-solution-panel__number {
    margin-bottom: 14px;
  }

  .msp-home-solution-panel__title {
    font-size: clamp(30px, 8vw, 38px);
  }

  .msp-home-solution-panel__description {
    font-size: 15px;
    line-height: 1.67;
    margin-top: 18px;
  }

  .msp-home-solution-panel__tags {
    margin-top: 22px;
  }

  .msp-home-solution-panel__tag {
    font-size: 12px;
    padding: 7px 10px;
  }

  .msp-home-solution-panel__link,
  .msp-home-business__link {
    margin-top: 28px;
  }

  .msp-home-business__card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
  }

  .msp-home-business__media,
  .msp-home-business__picture {
    aspect-ratio: 8 / 5;
    min-height: 0;
  }

  .msp-home-business__content {
    padding: 30px 28px 34px;
  }

  .msp-home-business__title {
    font-size: clamp(27px, 7.5vw, 34px);
  }

  .msp-home-business__card-description,
  .msp-home-business__content > .msp-home-business__description {
    font-size: 15px;
    line-height: 1.65;
  }

  .msp-home-cta::after {
    opacity: 0.6;
    right: -250px;
    top: 22%;
  }

  .msp-home-cta__links {
    margin-top: 46px;
  }

  .msp-home-cta__title {
    font-size: clamp(38px, 10.7vw, 50px);
    line-height: 1.03;
  }

  .msp-home-cta__description {
    font-size: 15px;
    line-height: 1.68;
    margin-top: 24px;
  }

  .msp-home-cta__link {
    font-size: 16px;
    min-height: 68px;
  }

  .msp-home-cta__link::after {
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }
}

@media (max-width: 480px) {
  :root {
    --msp-home-gutter: 20px;
  }

  .msp-home-hero {
    min-height: 680px;
  }

  .msp-home-hero__title {
    font-size: clamp(40px, 11.5vw, 48px);
  }

  .msp-home-hero__description {
    -webkit-line-clamp: 4;
  }

  .msp-home-hero__count {
    display: none;
  }

  .msp-home-solutions__heading,
  .msp-home-business__heading {
    font-size: 34px;
  }

  .msp-home-solution-panel__content,
  .msp-home-business__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .msp-home-cta__title {
    font-size: clamp(35px, 9.7vw, 42px);
  }
}

@media (max-height: 720px) and (min-width: 768px) {
  .msp-home-hero {
    height: 100svh;
    min-height: 620px;
  }

  .msp-home-hero__content {
    padding-bottom: 112px;
    padding-top: 104px;
  }

  .msp-home-hero__eyebrow {
    margin-bottom: 16px;
  }

  .msp-home-hero__title {
    font-size: clamp(52px, 7.4vh, 68px);
  }

  .msp-home-hero__description {
    margin-top: 21px;
  }

  .msp-home-hero__controls {
    bottom: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-msp-home-reveal] {
    transform: none !important;
  }

  .msp-home-hero__slide,
  .msp-home-hero__image,
  .msp-home-hero__slide :where(
    .msp-home-hero__eyebrow,
    .msp-home-hero__title,
    .msp-home-hero__description
  ),
  .msp-home-solution-panel:not([hidden]),
  .msp-home-solution-panel__image,
  .msp-home-business__card,
  .msp-home-business__image,
  .msp-home-cta__link,
  .msp-home-cta__link::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .msp-home-hero__image {
    transform: none !important;
  }

  .msp-home-business__card:hover,
  .msp-home-solution-panel:hover .msp-home-solution-panel__image,
  .msp-home-business__card:hover .msp-home-business__image {
    transform: none;
  }
}

@media (forced-colors: active) {
  .msp-home-hero__overlay {
    background: Canvas;
    opacity: 0.75;
  }

  .msp-home-solution-tabs__tab::after,
  .msp-home-solution-tab::after,
  .msp-home-hero__dot {
    background: ButtonText;
  }

  .msp-home-business__card,
  .msp-home-solution-panel,
  .msp-home-cta__link {
    border: 1px solid CanvasText;
  }
}
