.ci-vendors-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(680px, 54vw, 810px);
  overflow: hidden;
  color: #06194e;
  background: #fff;
  scroll-margin-top: 96px;
  margin-top: 0px;
}

.ci-vendors-hero,
.ci-vendors-hero * {
  box-sizing: border-box;
}

.ci-vendors-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .99) 48%, rgba(255, 255, 255, .84) 56%, rgba(255, 255, 255, 0) 68%);
  content: "";
  pointer-events: none;
}

.ci-vendors-hero__inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 128px), 1320px);
  margin: 0 auto;
}

.ci-vendors-hero__content {
  width: min(61%, 790px);
  padding: clamp(86px, 7vw, 108px) 0 clamp(74px, 6vw, 96px);
}

.ci-vendors-hero__eyebrow {
  margin: 0 0 clamp(23px, 2vw, 30px);
  color: #4a557a;
  font-family: var(--paragraph-font, sans-serif);
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ci-vendors-hero__title {
  margin: 0;
  color: #06194e;
  font-family: var(--title-font, sans-serif);
  font-size: clamp(52px, 4.55vw, 70px);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .99;
}

.ci-vendors-hero__title > span {
  display: block;
}

.ci-vendors-hero__title-accent {
  margin-top: 4px;
  color: #0a78f7;
}

.ci-vendors-hero__copy {
  width: min(100%, 720px);
  margin-top: clamp(30px, 2.6vw, 40px);
}

.ci-vendors-hero__copy p {
  margin: 0;
  color: #3e496e;
  font-family: var(--paragraph-font, sans-serif);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 400;
  line-height: 1.48;
}

.ci-vendors-hero__copy p + p {
  margin-top: clamp(21px, 1.8vw, 28px);
}

.ci-vendors-hero__actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
  margin-top: clamp(36px, 3vw, 46px);
}

.ci-vendors-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: var(--paragraph-font, sans-serif);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.ci-vendors-hero__button svg {
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ci-vendors-hero__button--primary {
  min-width: 390px;
  min-height: 62px;
  padding: 17px 28px;
  border: 2px solid #0a78f7;
  border-radius: 7px;
  color: #fff;
  background: #0a78f7;
  box-shadow: 0 8px 20px rgba(0, 83, 195, .17);
}

.ci-vendors-hero__button--primary svg {
  width: 25px;
  height: 18px;
}

.ci-vendors-hero__button--secondary {
  min-height: 42px;
  justify-content: flex-start;
  padding: 5px 1px;
  color: #0a78f7;
}

.ci-vendors-hero__button--secondary svg {
  width: 16px;
  height: 21px;
}

.ci-vendors-hero__button--primary:hover {
  color: #0a78f7;
  background: #fff;
  transform: translateY(-2px);
}

.ci-vendors-hero__button--secondary:hover {
  color: #06194e;
  transform: translateY(3px);
}

.ci-vendors-hero__button:focus-visible {
  outline: 3px solid rgba(10, 120, 247, .35);
  outline-offset: 5px;
}

.ci-vendors-hero__media {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  display: block;
  width: clamp(490px, 45vw, 720px);
  height: 100%;
}

.ci-vendors-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1180px) {
  .ci-vendors-hero__inner {
    width: min(calc(100% - 80px), 1080px);
  }

  .ci-vendors-hero__content {
    width: 63%;
  }

  .ci-vendors-hero__title {
    font-size: clamp(48px, 5.2vw, 62px);
  }

  .ci-vendors-hero__copy {
    max-width: 630px;
  }

  .ci-vendors-hero__copy p {
    font-size: 19px;
  }

  .ci-vendors-hero__media {
    right: -5%;
    width: 48vw;
  }
}

@media (max-width: 767px) {
  .ci-vendors-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .ci-vendors-hero::after {
    display: none;
  }

  .ci-vendors-hero__inner {
    width: calc(100% - 40px);
  }

  .ci-vendors-hero__content {
    width: 100%;
    padding: 54px 0 44px;
  }

  .ci-vendors-hero__title {
    font-size: clamp(43px, 12.4vw, 58px);
    line-height: 1;
  }

  .ci-vendors-hero__copy p {
    font-size: 18px;
    line-height: 1.5;
  }

  .ci-vendors-hero__actions {
    width: 100%;
    margin-top: 30px;
  }

  .ci-vendors-hero__button--primary {
    width: 100%;
    min-width: 0;
  }

  .ci-vendors-hero__media {
    position: relative;
    z-index: auto;
    right: auto;
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.18;
  }

  .ci-vendors-hero__media img {
    object-position: center 44%;
  }
}

@media (max-width: 420px) {
  .ci-vendors-hero__inner {
    width: calc(100% - 32px);
  }

  .ci-vendors-hero__content {
    padding-top: 48px;
  }

  .ci-vendors-hero__title {
    font-size: 41px;
  }

  .ci-vendors-hero__eyebrow {
    letter-spacing: .15em;
  }

  .ci-vendors-hero__button--primary {
    justify-content: space-between;
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ci-vendors-hero__button {
    transition: none;
  }
}
