.light-banner {
  background: #F6F3F0;
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}
.light-banner__bg-shape {
  position: absolute;
  right: -15%;
  top: -30%;
  width: 70%;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.light-banner__bg-shape img {
  width: 100%;
  height: auto;
  display: block;
}
.light-banner .container {
  position: relative;
  z-index: 1;
}
.light-banner__header {
  margin-bottom: 2.5rem;
}
.light-banner__subtitle {
  color: #3A7594;
  margin-bottom: 0.85rem;
}
.light-banner__title {
  margin-bottom: 0;
}
.light-banner__body {
  display: block;
}
.light-banner__body--two-col {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0 5rem;
  align-items: start;
}
.light-banner__body--desc-only .light-banner__body__desc-col {
  max-width: 760px;
}
.light-banner__anchor-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.light-banner__anchor-item {
  border-top: 1px solid rgba(31, 54, 66, 0.12);
}
.light-banner__anchor-item:last-child {
  border-bottom: 1px solid rgba(31, 54, 66, 0.12);
}
.light-banner__anchor-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  text-decoration: none;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(14px, 1.4vw, 22px);
  font-weight: 400;
  color: #1F3642;
  letter-spacing: -0.04em;
  transition: color 180ms ease;
}
.light-banner__anchor-link svg {
  flex-shrink: 0;
  opacity: 0.4;
  transition: opacity 180ms ease, transform 180ms ease;
}
.light-banner__anchor-link:hover {
  color: #3A7594;
  text-decoration: none;
}
.light-banner__anchor-link:hover svg {
  opacity: 1;
  transform: translateX(3px);
}
.light-banner__description {
  line-height: 1.5;
  color: #1F3642;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .light-banner__body--two-col {
    gap: 0 3rem;
  }
}
@media screen and (max-width: 900px) {
  .light-banner__body--two-col {
    grid-template-columns: 1fr;
    gap: 2.5rem 0;
  }
}/*# sourceMappingURL=light-page-banner.css.map */