.gss-finish-page {
  background: #f5f6f7;
}

.gss-finish-page .sub19_no_mob {
  margin-top: -1px;
}

.gss-finish-page .sub19_mob {
  margin-top: -6px;
}

.gss-finish-switcher {
  background: #eef1f3;
  border-bottom: 1px solid #d7dde1;
  padding: 18px 20px;
}

.gss-finish-switcher__carousel {
  --gss-card-max: 128px;
}

.gss-finish-switcher__carousel .gss-track {
  justify-content: space-between;
}

.gss-finish-switcher__carousel .gss-item {
  min-width: 0;
}

.gss-finish-switcher__item {
  align-items: center;
  border-radius: 9px;
  color: #172b3b;
  display: flex;
  flex-direction: column;
  font-size: clamp(.76rem, 1.25vw, .95rem);
  font-weight: 700;
  gap: 8px;
  min-width: 0;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gss-finish-switcher__item img {
  aspect-ratio: 1;
  border: 3px solid transparent;
  border-radius: 50%;
  display: block;
  height: auto;
  max-width: 92px;
  object-fit: cover;
  width: 100%;
}

.gss-finish-switcher__item:hover,
.gss-finish-switcher__item:focus-visible {
  background: #fff;
  box-shadow: 0 6px 18px rgba(18, 43, 62, .12);
  transform: translateY(-2px);
}

.gss-finish-switcher__item.is-current {
  background: #fff;
  box-shadow: inset 0 0 0 2px #315f7f;
}

.gss-finish-switcher__item.is-current img {
  border-color: #87c8ff;
}

.gss-finish-switcher__item:focus-visible {
  outline: 3px solid #87c8ff;
  outline-offset: 3px;
}

.gss-finish-hero {
  background: #fff;
  padding: clamp(48px, 7vw, 96px) 22px;
}

.gss-finish-hero__inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 80px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
}

.gss-finish-hero__copy {
  text-align: left;
}

.gss-finish-hero__eyebrow {
  color: #315f7f;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .14em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.gss-finish-hero h1 {
  color: #111d28;
  font-size: clamp(2.3rem, 5.5vw, 4.7rem);
  letter-spacing: -.035em;
  line-height: 1.03;
  margin: 0 0 24px;
}

.gss-finish-hero__copy > p:not(.gss-finish-hero__eyebrow) {
  color: #384957;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.7;
  margin: 0 0 30px;
  max-width: 660px;
}

.gss-finish-hero__media {
  display: flex;
  justify-content: center;
}

.gss-finish-hero__media img {
  display: block;
  height: auto;
  max-width: min(450px, 100%);
  object-fit: contain;
  width: auto;
}

.gss-finish-summary {
  padding: clamp(50px, 7vw, 86px) 22px;
}

.gss-finish-summary__inner {
  max-width: 820px;
  text-align: center;
}

.gss-finish-summary h2,
.gss-finish-gallery h2 {
  color: #111d28;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin: 0 0 20px;
}

.gss-finish-summary p,
.gss-finish-gallery__intro p {
  color: #40505e;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gss-finish-gallery {
  background: #fff;
  padding: clamp(52px, 7vw, 90px) 22px;
}

.gss-finish-gallery__intro {
  margin: 0 auto 32px;
  max-width: 760px;
  text-align: center;
}

.gss-finish-static-gallery {
  max-width: 820px;
  text-align: center;
}

.gss-finish-static-gallery img {
  height: auto;
  max-width: 450px;
  width: 100%;
}

#ajax-gallery {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 800px) {
  .gss-finish-hero__inner {
    grid-template-columns: 1fr;
  }

  .gss-finish-hero__media {
    grid-row: 1;
  }
}

@media (max-width: 1100px) {
  .gss-finish-switcher__carousel .gss-track {
    justify-content: flex-start;
  }
}

@media (min-width: 901px) {
  .gss-finish-switcher__carousel {
    --gap: clamp(14px, 2vw, 30px);
  }

  .gss-finish-switcher__carousel .gss-viewport,
  .gss-finish-switcher__carousel .gss-track {
    max-width: none;
    width: 100%;
  }

  .gss-finish-switcher__carousel .gss-item {
    flex: 1 1 0;
    max-width: none;
  }
}
