.gss-poly-page {
  margin: 0;
}

.gss-poly-page .gss-hero {
  height: 500px;
  max-height: 500px;
}

.gss-poly-page .gss-hero picture,
.gss-poly-page .gss-hero img {
  width: 100%;
  height: 100%;
}

.gss-poly-page .gss-hero img {
  display: block;
  object-fit: cover;
  object-position: center 48%;
}

.gss-poly-page .gss-intro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  font-weight: 700;
}

.gss-poly-page .gss-intro-points li::before {
  content: "\2713";
  margin-right: 7px;
  color: #63cbd0;
}

.gss-poly-page .gss-finishes-section,
.gss-poly-page .gss-use-cases-section,
.gss-poly-page .gss-gallery-section {
  padding: clamp(70px, 8vw, 120px) 24px;
}

.gss-poly-page .gss-application-flex-section .grid-container-template-1l {
  grid-template-columns: minmax(0, 1fr) 560px;
  grid-template-areas: none;
  align-content: start;
}

.gss-poly-page .gss-application-flex-section .gss-poly-copy-column {
  min-width: 0;
  grid-column: 1;
}

.gss-poly-page .gss-application-flex-section .grid-container-template-1a,
.gss-poly-page .gss-application-flex-section .grid-container-template-1b,
.gss-poly-page .gss-application-flex-section .grid-container-template-1c {
  grid-area: auto;
}

.gss-poly-page .gss-application-flex-section .grid-container-template-1a {
  padding-bottom: 8px;
}

.gss-poly-page .gss-application-flex-section .grid-container-template-1c {
  grid-column: 2;
  grid-row: 1;
}

.gss-poly-page .gss-poly-copy-column .gss-copy-carousel {
  width: 100%;
  margin-top: 38px;
}

.gss-modern-page.gss-application-page.gss-poly-page .gss-poly-copy-column .gss-copy-carousel .gss-carousel {
  width: 100%;
  max-width: 560px;
  margin-right: auto !important;
  margin-left: 0 !important;
}

.gss-poly-page .gss-poly-copy-column .gss-copy-carousel .gss-viewport {
  margin-right: auto;
  margin-left: 0;
}

.gss-poly-page .gss-poly-opening-section .text-block h2 {
  margin: clamp(34px, 4vw, 54px) 0 18px;
  font-size: clamp(1.7rem, 2.3vw, 2.25rem);
  line-height: 1.18;
}

.gss-poly-page .gss-finishes-section,
.gss-poly-page .gss-use-cases-section,
.gss-poly-page .gss-gallery-section {
  position: relative;
  left: 50%;
  box-sizing: border-box;
  width: min(calc(100vw - 32px), 1760px);
  max-width: 1760px;
  transform: translateX(-50%);
}

.gss-poly-page .gss-finish-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(22px, 2.5vw, 34px);
  border-radius: 16px;
  background: #f2f3f4;
}

.gss-poly-page .gss-finish-card img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 12px;
}

.gss-poly-page .gss-finish-card h3 {
  margin: 24px 0 12px;
}

.gss-poly-page .gss-finish-card p {
  flex: 1;
}

.gss-poly-page .gss-finishes-section .gss-showcase-intro {
  margin-bottom: 0;
  padding-top: clamp(40px, 5vw, 72px);
  color: #fff;
}

.gss-poly-page .gss-finishes-section.gss-case-carousel-section--light {
  padding-top: clamp(52px, 5vw, 72px);
}

.gss-poly-page .gss-finishes-section.gss-case-carousel-section--light .gss-showcase-intro {
  padding-top: 0;
}

.gss-poly-page .gss-finishes-section .gss-showcase-intro p,
.gss-poly-page .gss-gallery-section .gss-showcase-intro p {
  color: #d7d7d7;
}

.gss-poly-page .gss-card-carousel {
  max-width: 1760px;
  margin: 0 auto;
}

.gss-poly-page .gss-card-carousel .gss-viewport {
  max-width: none;
}

.gss-poly-page .gss-card-carousel .gss-item {
  flex: 0 0 min(340px, 82vw);
  width: min(340px, 82vw);
  max-width: 340px;
}

.gss-poly-page .gss-gallery-section .gss-card-carousel .gss-item {
  flex-basis: 200px;
  width: 200px;
  max-width: 200px;
}

.gss-poly-page .gss-use-case-card {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #f2f3f4;
}

.gss-modern-page.gss-application-page.gss-poly-page .gss-case-carousel-section--light {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
  background: #fff;
  color: #17191b;
}

.gss-poly-page .gss-case-carousel-section--light .gss-showcase-intro {
  margin-bottom: 0;
  color: #17191b;
}

.gss-poly-page .gss-case-carousel-section--light .gss-showcase-intro p {
  color: #555;
}

.gss-poly-page .gss-case-carousel-section--light .case-carousel {
  width: 100%;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
  padding: 38px 0 24px;
  background: #fff;
}

.gss-poly-page .gss-case-carousel-section--light .case-carousel-card {
  flex-basis: 350px;
  background: #f2f3f4;
  color: #17191b;
}

@media (max-width: 767px) {
  .gss-poly-page .gss-finishes-section .case-carousel-card {
    flex-basis: min(280px, 78vw);
  }
}

.gss-poly-page .gss-use-case-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gss-poly-page .gss-use-case-card__body {
  display: flex;
  min-height: 270px;
  padding: 24px;
  flex-direction: column;
}

.gss-poly-page .gss-use-case-card__body h3 {
  margin-top: 0;
}

.gss-poly-page .gss-use-case-card__body p {
  flex: 1;
}

.gss-poly-page .gss-gallery-card img {
  display: block;
  width: 200px;
  height: 270px;
  object-fit: cover;
  border-radius: 14px;
}

.gss-poly-page .gss-gallery-link-card {
  display: flex;
  width: 200px;
  height: 270px;
  box-sizing: border-box;
  padding: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #087cff;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .gss-poly-page .gss-hero {
    height: 500px;
  }

  .gss-poly-page .gss-hero img {
    object-position: 52% center;
  }

}

@media (min-width: 700px) and (max-width: 1099px) {
  .gss-poly-page .gss-application-flex-section .grid-container-template-1l {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  .gss-poly-page .gss-application-flex-section .gss-poly-copy-column {
    display: contents;
  }

  .gss-poly-page .gss-application-flex-section .grid-container-template-1l {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "a"
      "c"
      "b";
  }

  .gss-poly-page .gss-application-flex-section .grid-container-template-1a {
    grid-area: a;
  }

  .gss-poly-page .gss-application-flex-section .grid-container-template-1b {
    grid-area: b;
  }

  .gss-poly-page .gss-application-flex-section .grid-container-template-1c {
    grid-area: c;
  }
}
