body.home {
  background-color: var(--black);
  color: var(--white);
  font-family: var(--font-main);
  font-size: var(--fs-21);
  line-height: 1.2;
  font-weight: 500;
  overflow-x: hidden;
}

body.home main {
  background-color: var(--black);
}

body.home .site-main,
body.home .section--wrapper,
body.home .section--intro {
  background-color: var(--black);
}

body.home:not(.intro-complete) .site-header__brand,
body.home.in-intro-view .site-header__brand {
  opacity: 0;
  visibility: hidden;
}

body.home.intro-complete .site-header:not(.is-on-dark) {
  --header-dark-top: 0px !important;
  --header-dark-height: 0px !important;
  --logo-dark-top: 0px !important;
  --logo-dark-height: 0px !important;
}

body.home.intro-complete .site-header:not(.is-on-dark) .site-header__layer--mask {
  clip-path: inset(0 0 100% 0) !important;
}

#reveal {
  position: fixed;
  inset: 0;
  z-index: 200000;
  background-color: var(--black);
}

.site-main.home {
  position: relative;
  z-index: 5;
  background-color: var(--black);
  color: var(--white);
}

.site-main.home > :first-child {
  padding-top: 0;
}

.section__title {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  color: var(--white);
  text-align: center;
  font-family: var(--font-special);
  font-weight: 400;
  font-size: var(--fs-14);
  text-transform: uppercase;
}

.section__title .section__title__line {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  width: 20px;
  height: 1px;
  background-color: var(--white);
}

.section__title.section__title--inverted {
  color: var(--brown);
}

.section__title.section__title--inverted .section__title__line {
  background-color: var(--brown);
}

.section--wrapper {
  position: relative;
}

.news-card picture,
.program-item picture,
.program-feature__media picture,
.reflection-feature__media picture,
.home-resources__link picture,
.magazine-feature__media picture,
.newsletter__image__holder picture {
  display: contents;
}

.section--intro .intro__images {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: var(--black);
}

.section--intro .intro__images::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: var(--black);
  opacity: 0.63;
}

.section--intro .intro__images__image {
  position: absolute;
}

.section--intro .intro__images__image:nth-child(1) {
  top: -10%;
  left: 15%;
  width: 20%;
}

.section--intro .intro__images__image:nth-child(2) {
  top: 4%;
  left: 55%;
  width: 18%;
}

.section--intro .intro__images__image:nth-child(3) {
  top: -35%;
  left: 82%;
  width: 45%;
}

.section--intro .intro__images__image:nth-child(4) {
  top: 35%;
  left: 75%;
  width: 23%;
}

.section--intro .intro__images__image:nth-child(5) {
  top: 80%;
  left: 75%;
  width: 48%;
}

.section--intro .intro__images__image:nth-child(6) {
  top: 71%;
  left: 33%;
  width: 17%;
}

.section--intro .intro__images__image:nth-child(7) {
  top: 66%;
  left: -2%;
  width: 22%;
}

.section--intro .intro__images__image:nth-child(8) {
  top: -10%;
  left: -38%;
  width: 34%;
}

.section--intro .intro__images__image:nth-child(9) {
  top: 80%;
  left: -89%;
  width: 80%;
}

.section--intro .intro__images__image:nth-child(10) {
  top: 40%;
  left: 130%;
  width: 15%;
}

.section--intro .intro__title {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100dvh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-special-italic);
  font-weight: 400;
  color: var(--white);
  font-size: inherit;
  line-height: inherit;
}

.section--intro .intro__title__image {
  width: 60%;
  max-width: 480px;
  margin: 20px;
  vertical-align: top;
}

.section--intro .intro__title__text {
  color: var(--white);
  letter-spacing: 0;
}

.section--intro .intro__content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 150vh 0 500px;
  padding-bottom: 3em;
  font-size: var(--fs-21);
  line-height: 1.2;
}

.section--intro .intro__content p {
  max-width: 100%;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.section--intro .intro__content__text {
  display: block;
}

.section--intro .intro__scroll {
  position: fixed;
  bottom: 40px;
  left: 0;
  display: flex;
  width: 100%;
  height: 20px;
  justify-content: center;
  font-family: var(--font-special);
  font-weight: 400;
  font-size: var(--fs-cta);
  text-transform: uppercase;
  color: var(--white);
}

.section--intro .intro__scroll__text {
  color: var(--white);
}

.section--intro .intro__scroll__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  margin-top: -30px;
  background-color: var(--white);
  animation: scroll-line 3s linear infinite;
}

@keyframes scroll-line {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  15% {
    top: 0;
    height: 20px;
    opacity: 1;
  }

  15.1% {
    top: auto;
    bottom: 30px;
  }

  29% {
    opacity: 1;
  }

  30% {
    top: auto;
    bottom: 30px;
    height: 0;
    opacity: 0;
  }
}

@media (min-width: 800px) {
  .section--intro .intro__content {
    width: 100%;
    padding-bottom: 1em;
    font-size: var(--fs-45);
    line-height: 1.2;
  }

  .section--intro .intro__content p {
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  .section__title {
    margin-bottom: 90px;
  }

  .section--intro .intro__content p {
    max-width: 900px;
  }
}

.home-panels {
  position: relative;
  z-index: 6;
  padding-top: 118px;
  padding-bottom: 180px;
  background-color: var(--white);
  color: var(--black);
}

.home-panels__grid {
  display: grid;
  gap: 20px;
}

.home-panels__intro {
  display: contents;
}

.home-panel {
  position: relative;
  min-height: 0;
}

.home-panel--primary {
  aspect-ratio: 360 / 320;
  background-color: #fff;
}

.home-panel__icon {
  position: absolute;
  top: 18px;
  left: 21px;
  width: auto;
  height: auto;
  max-width: none;
}

.home-panel__icon--symbol {
  width: 71px;
  height: 71px;
}

.home-panel__icon--vector {
  width: 63px;
  height: 57px;
}

.home-panel__copy,
.home-panel__note {
  font-family: var(--font-main);
  font-size: 13px;
  line-height: 1.2;
  color: var(--black);
}

.home-panel__copy strong,
.home-panel__note strong {
  font-family: var(--font-main-bold);
  font-weight: normal;
}

.home-panel__copy {
  position: absolute;
  top: 167px;
  left: 21px;
  width: calc(100% - 42px);
}

.home-panel__link {
  position: absolute;
  left: 21px;
  bottom: 35px;
  color: var(--black);
}

.home-panel-stack {
  display: grid;
  gap: 20px;
}

.home-panel--secondary {
  display: flex;
  align-items: center;
  padding: 17px 21px;
  background-color: rgba(245, 238, 234, 0.63);
  transition: background-color 0.35s ease, opacity 0.35s ease;
}

.home-panel__note {
  color: rgba(69, 9, 9, 0.63);
  transition: color 0.35s ease;
}

.home-panel__note p {
  margin: 0;
}

.home-panel__show {
  display: none;
  margin-top: 18px;
  font-family: var(--font-special);
  font-size: var(--fs-cta);
  line-height: 1.2;
  color: rgba(69, 9, 9, 0.63);
  transition: color 0.35s ease;
}

.home-panel--secondary:hover,
.home-panel--secondary:focus-within {
  background-color: rgba(245, 238, 234, 1);
}

.home-panel--secondary:hover .home-panel__note,
.home-panel--secondary:focus-within .home-panel__note,
.home-panel--secondary:hover .home-panel__show,
.home-panel--secondary:focus-within .home-panel__show {
  color: rgba(69, 9, 9, 1);
}

.home-panel-stack .home-panel--secondary:first-child {
  aspect-ratio: 360 / 90;
}

.home-panel-stack .home-panel--secondary:last-child {
  aspect-ratio: 360 / 103;
}

@media (min-width: 800px) {
  .home-panels__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .home-panel-stack {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .home-panel__show {
    display: inline-flex;
  }

  .program-item__view {
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .home-panels {
    padding-top: 118px;
    padding-bottom: 180px;
  }

  .home-panels__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .home-panel--primary,
  .home-panel-stack {
    grid-column: span 3;
  }

  .home-panel__icon--symbol {
    width: 106.5px;
    height: 106.5px;
  }

  .home-panel__icon--vector {
    width: 94.5px;
    height: 85.5px;
  }

  .home-panel-stack {
    grid-template-columns: 1fr;
  }

  .home-panel-stack .home-panel--secondary:first-child,
  .home-panel-stack .home-panel--secondary:last-child {
    aspect-ratio: auto;
  }

  .home-panel--secondary {
    padding: 21px;
  }
}

.home-programs {
  position: relative;
  z-index: 6;
  padding-top: 0;
  padding-bottom: 180px;
  background-color: var(--white);
  color: var(--brown);
}

.program-list {
  display: grid;
  gap: 28px;
  margin-bottom: 120px;
  position: relative;
}

.program-empty {
  width: min(100%, 760px);
  margin: 0 auto 120px;
  text-align: center;
}

.program-empty__text,
.program-empty__text p {
  margin: 0;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.2;
  color: var(--brown);
}

.program-item {
  display: grid;
  gap: 10px;
  position: relative;
  transition: opacity 0.35s ease;
  text-decoration: none;
}

.program-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.program-item__date {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: var(--fs-cta);
  line-height: 1.2;
  color: var(--brown);
}

.program-item__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 17px;
  padding: 1px 10px 2px;
  background-color: #f5eeea;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--brown);
}

.program-item__title {
  max-width: 740px;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.2;
  color: var(--brown);
}

.program-item__view {
  display: none;
  font-family: var(--font-special);
  font-size: var(--fs-cta);
  line-height: 1.2;
  color: var(--brown);
}

.program-item__preview {
  display: none;
}

.program-feature {
  display: grid;
  gap: 32px;
  align-items: center;
}

.program-feature__media {
  position: relative;
  width: min(100%, 458px);
  aspect-ratio: 458 / 248;
  margin: 0 auto;
}

.program-feature__image {
  position: absolute;
  object-fit: cover;
  will-change: left, top, width, transform, opacity;
}

.program-feature__image--left,
.program-feature__image--right {
  width: 30.131%;
  aspect-ratio: 138 / 178;
  top: 14.516%;
  z-index: 1;
}

.program-feature__image--left {
  left: 0;
}

.program-feature__image--right {
  left: 54.148%;
}

.program-feature__image--center {
  width: 41.921%;
  aspect-ratio: 192 / 248;
  left: 21.179%;
  top: 0;
  z-index: 2;
}

.program-feature__content {
  display: grid;
  gap: 18px;
  max-width: 436px;
}

.program-feature__text {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: var(--brown);
}

.program-feature__text strong {
  font-family: var(--font-main-bold);
  font-weight: normal;
}

.program-feature__cta {
  color: var(--brown);
}

.program-feature__cta--plain::after {
  display: none;
}

@media (min-width: 800px) {
  .program-feature {
    grid-template-columns: minmax(280px, 458px) minmax(280px, 436px);
    justify-content: space-between;
    gap: 40px;
  }

  .program-feature__media {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .home-programs {
    padding-bottom: 180px;
  }

  .program-list {
    margin-bottom: 160px;
  }

  .program-empty {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    width: 100%;
    margin-bottom: 160px;
  }

  .program-empty__text {
    grid-column: 3 / span 8;
    max-width: none;
  }

  .program-item {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
    column-gap: 20px;
  }

  .program-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -13px;
    height: 1px;
    background-color: var(--brown);
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .program-item__meta {
    grid-column: 4 / span 2;
    padding-top: 11px;
  }

  .program-item__title {
    grid-column: 7 / span 6;
    max-width: none;
  }

  .program-item__view {
    grid-column: 7 / span 6;
  }

  .program-item__preview {
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
    width: 234px;
    height: auto;
    max-height: 300px;
    transform: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }

  .program-list:hover .program-item,
  .program-list:focus-within .program-item {
    opacity: 0.45;
  }

  .program-list:hover .program-item:hover,
  .program-list:focus-within .program-item:focus-within {
    opacity: 1;
  }

  .program-list:hover .program-item:hover::before,
  .program-list:focus-within .program-item:focus-within::before {
    opacity: 1;
  }

  .program-list:hover .program-item:hover .program-item__preview,
  .program-list:focus-within .program-item:focus-within .program-item__preview {
    opacity: 1;
  }

  .program-feature {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 20px;
    align-items: center;
  }

  .program-feature__media {
    grid-column: 4 / span 3;
    width: 100%;
    margin: 0;
    justify-self: start;
  }

  .program-feature__content {
    grid-column: 7 / span 4;
    max-width: none;
  }
}

.home-news {
  position: relative;
  z-index: 6;
  padding-top: 0;
  padding-bottom: 180px;
  background-color: var(--white);
  color: var(--brown);
}

.home-news__grid {
  display: grid;
  gap: 20px;
}

.news-card {
  position: relative;
  display: block;
  aspect-ratio: 360 / 479;
  overflow: hidden;
  color: var(--white);
}

.news-card--image {
  background-color: var(--black);
}

.news-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.news-card__meta {
  position: absolute;
  top: 16px;
  left: 24px;
  right: 24px;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
  will-change: transform;
}

.news-card__meta--feed {
  top: 16px;
}

.news-card__line {
  width: 20px;
  height: 1px;
  margin-top: 12px;
  background-color: currentColor;
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-card__text {
  font-family: var(--font-special);
  font-size: var(--fs-cta);
  line-height: 1.2;
  color: var(--white);
}

.news-card--feed {
  background-color: var(--black);
}

.news-card__cta {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-special);
  font-size: var(--fs-cta);
  line-height: 1.2;
  font-weight: 400;
  color: var(--white);
}

.news-card__hover {
  margin-top: 6px;
  font-family: var(--font-special-italic);
  font-size: var(--fs-cta);
  line-height: 1.2;
  color: var(--white);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.35s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-card:hover .news-card__line,
.news-card:focus-within .news-card__line {
  width: var(--news-hover-width, 20px);
}

.news-card:hover .news-card__hover,
.news-card:focus-within .news-card__hover {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .news-card__hover {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 799px) {
  .section--intro .intro__title__text {
    font-size: 0.67em;
  }

  .section--intro .intro__scroll {
    font-size: 0.45em;
  }

  .section__title {
    margin-bottom: 56px;
  }

  .home-panels {
    padding-top: 96px;
    padding-bottom: 120px;
  }

  .home-panels__grid {
    gap: 0;
  }

  .home-panel-stack {
    gap: var(--container-padding);
    margin-top: var(--container-padding);
  }

  .home-panels__intro {
    display: flex;
    gap: var(--container-padding);
    margin-right: calc(var(--container-padding) * -1);
    padding-right: var(--container-padding);
    padding-bottom: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .home-panels__intro::-webkit-scrollbar {
    display: none;
  }

  .home-panel--primary {
    flex: 0 0 75%;
    display: grid;
    grid-template-rows: 98px 1fr auto;
    aspect-ratio: auto;
    padding: 11px 16px 16px;
    scroll-snap-align: start;
  }

  .home-panel__icon {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    align-self: start;
    margin-bottom: 0;
  }

  .home-panel__copy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-bottom: 26px;
  }

  .home-panel__link {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-flex;
  }

  .home-panel-stack .home-panel--secondary:first-child,
  .home-panel-stack .home-panel--secondary:last-child {
    aspect-ratio: auto;
    min-height: 90px;
  }

  .home-panel--secondary {
    padding: 9px 11px;
  }

  .home-panel__show {
    display: inline-flex;
  }

  .program-item__view {
    display: inline-flex;
  }

  .home-programs,
  .home-news,
  .home-reflections,
  .home-magazine {
    padding-bottom: 120px;
  }

  .program-list {
    margin-bottom: 84px;
  }

  .program-feature__content,
  .reflection-copy__text,
  .magazine-feature__text {
    max-width: none;
  }

  .home-news__grid {
    display: flex;
    gap: 20px;
    margin-right: calc(var(--container-padding) * -1);
    padding-right: var(--container-padding);
    padding-bottom: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .home-news__grid::-webkit-scrollbar {
    display: none;
  }

  .home-news .news-card {
    flex: 0 0 min(78vw, 340px);
    scroll-snap-align: start;
  }

  .news-card__meta {
    top: 8px;
    left: 12px;
    right: 12px;
  }

  .home-resources {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .home-resources__row {
    font-size: 36px;
  }

  .magazine-feature__image {
    object-fit: cover;
  }

  .section--newsletter .newsletter__bg .newsletter__bg__inner {
    background-image: url("../../img/mobile/bg-news.jpg");
  }
}

@media (min-width: 800px) {
  .home-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .home-news {
    padding-bottom: 180px;
  }

  .home-news__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .news-card {
    grid-column: span 3;
  }

  .news-card__meta {
    top: 16px;
    left: 24px;
    right: 24px;
  }
}

.home-reflections {
  position: relative;
  z-index: 6;
  padding-top: 0;
  padding-bottom: 180px;
  background-color: var(--white);
  color: var(--brown);
}

.reflection-feature {
  display: grid;
  gap: 44px;
}

.reflection-feature__article {
  display: grid;
  justify-items: center;
  color: var(--brown);
  text-decoration: none;
}

.reflection-feature__date {
  width: 100%;
  margin-bottom: 21px;
  font-family: var(--font-main);
  font-size: var(--fs-14);
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: var(--brown);
}

.reflection-feature__title {
  width: 100%;
  max-width: 485px;
  margin-bottom: 42px;
  font-family: var(--font-main);
  font-size: var(--fs-30);
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: var(--brown);
}

.reflection-feature__media {
  width: min(100%, 281px);
  aspect-ratio: 234 / 300;
  overflow: hidden;
}

.reflection-feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reflection-feature__link {
  margin-top: 22px;
  text-align: center;
  color: var(--brown);
}

.reflection-copy {
  display: grid;
  gap: 22px;
  padding-top: 25px;
  border-top: 1px solid var(--brown);
}

.reflection-copy__text {
  max-width: 477px;
  font-family: var(--font-special);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--brown);
}

.reflection-copy__link {
  display: inline-flex;
  justify-self: start;
  color: var(--brown);
}

@media (min-width: 1200px) {
  .home-reflections {
    padding-bottom: 180px;
  }

  .reflection-feature {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 20px;
  }

  .reflection-feature__article {
    grid-column: 5 / span 4;
  }

  .reflection-copy {
    grid-column: 5 / span 4;
  }
}

.home-resources {
  position: relative;
  z-index: 6;
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: var(--black);
  color: var(--white);
}

.home-resources__content {
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-resources__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  font-family: var(--font-special);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  font-feature-settings: "lnum" 1, "tnum" 1;
  color: var(--white);
}

.home-resources__link {
  position: relative;
  display: inline-flex;
  color: var(--white);
  text-decoration: none;
  transition: opacity 0.35s ease;
}

@media (hover: hover) {
  .home-resources__content:hover .home-resources__link,
  .home-resources__content:focus-within .home-resources__link {
    opacity: 0.27;
  }

  .home-resources__content:hover .home-resources__link:hover,
  .home-resources__content:focus-within .home-resources__link:focus-visible {
    opacity: 1;
  }

}

@media (min-width: 1200px) {
  .home-resources__row {
    font-size: 45px;
  }
}

@media (max-width: 799px) {
  .home-resources {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.home-magazine {
  position: relative;
  z-index: 6;
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: var(--white);
  color: var(--brown);
}

.magazine-feature {
  display: grid;
  gap: 40px;
}

.magazine-feature__media {
  position: relative;
  width: 100%;
  aspect-ratio: 740 / 531;
  overflow: hidden;
}

.magazine-feature__image {
  position: absolute;
  top: -43.97%;
  left: 0;
  width: 100%;
  height: 174.19%;
  object-fit: fill;
  will-change: transform;
}

.magazine-feature__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.magazine-feature__mark {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 234px;
  height: 62px;
  transform: translateX(-50%);
  object-fit: contain;
}

.magazine-feature__copy {
  display: grid;
  gap: 27px;
}

.magazine-feature__text {
  max-width: 477px;
  font-family: var(--font-special);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--brown);
}

.magazine-feature__link {
  display: inline-flex;
  justify-self: start;
  color: var(--brown);
}

@media (min-width: 1200px) {
  .magazine-feature {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 20px;
  }

  .magazine-feature__media {
    grid-column: 4 / span 6;
  }

  .magazine-feature__copy {
    grid-column: 5 / span 4;
  }
}

@media (max-width: 1199px) {
  .magazine-feature__mark {
    top: 31px;
    width: 117px;
    height: 31px;
  }
}

.section--newsletter {
  position: relative;
  padding: 84px 0;
  display: flex;
  min-height: auto;
  background-color: var(--black);
  overflow: hidden;
}

.section--newsletter .newsletter__bg {
  overflow: hidden;
  position: absolute;
  inset: 0;
}

.section--newsletter .newsletter__bg .newsletter__bg__inner {
  position: absolute;
  inset: 0;
  background-image: url("../../img/bg-news.jpg");
  background-size: cover;
  background-position: center;
}

.section--newsletter .newsletter__bg .newsletter__bg__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: .36;
}

.section--newsletter .newsletter__holder {
  margin: auto;
}

.section--newsletter .newsletter {
  padding: 20px;
  background-color: var(--white);
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.section--newsletter .newsletter .newsletter__image__holder {
  display: none;
  border-radius: var(--radius);
  height: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.section--newsletter .newsletter .newsletter__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}

.section--newsletter .newsletter .newsletter__content {
  display: flex;
  flex-direction: column;
  color: var(--brown);
  height: 100%;
  font-size: var(--fs-14);
}

.section--newsletter .newsletter .newsletter__content .newsletter__logo {
  max-width: 300px;
  margin: auto 0;
  width: 100%;
}

.section--newsletter .newsletter .newsletter__content .newsletter__title {
  font-size: var(--fs-21);
  margin: 2em 0 1em;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent !important;
  max-width: none !important;
  width: 100% !important;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
  background-color: var(--red);
  position: relative;
  margin: 4em 0 1em;
  padding: 0 !important;
  width: 100% !important;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-block-form,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-block-form {
  position: relative;
  width: 100% !important;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  margin: 0 !important;
  width: 100% !important;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: var(--white) !important;
  border: 3px solid var(--red) !important;
  overflow: hidden !important;
  cursor: pointer !important;
  height: 100%;
  width: 40px !important;
  min-width: 40px !important;
  position: relative;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button::after,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button::after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../../img/icons/arrow-right.svg");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover::after,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover::after {
  animation: arrow-slide 1.5s ease forwards;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  padding: 8px 15px !important;
  font-size: var(--fs-14) !important;
  font-family: var(--font-main) !important;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus,
.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus-visible,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::placeholder,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::placeholder {
  opacity: .45;
  color: var(--brown);
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0;
  margin: 3em 0 1em;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  margin: 0;
  padding: 8px 15px !important;
  background-color: var(--brown) !important;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  display: none;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  font-size: var(--fs-14) !important;
  font-family: var(--font-main) !important;
  color: var(--red) !important;
  position: relative;
}

.section--newsletter .newsletter .newsletter__content #mlb2-40047979.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p::after,
.section--newsletter .newsletter .newsletter__content .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p::after {
  content: "";
  display: inline-block;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  background-image: url("../../img/icons/tick.svg");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

.section--newsletter .newsletter .newsletter__content .newsletter__note {
  font-size: calc(var(--fs-14) * .85);
  opacity: .54;
}

.section--newsletter .newsletter .newsletter__content .newsletter__note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.08em;
}

.section--newsletter .newsletter .row {
  margin: 0;
  display: block;
}

.section--newsletter .newsletter .row > * {
  width: 100%;
  padding: 0;
}

@media (min-width: 600px) {
  .section--newsletter {
    padding: 96px 0;
    height: auto;
  }

  .section--newsletter .newsletter__holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section--newsletter .newsletter {
    margin: 0 auto;
  }

  .section--newsletter .newsletter .newsletter__image__holder {
    aspect-ratio: auto;
  }

  .section--newsletter .newsletter .newsletter__content .newsletter__logo {
    margin: 0 0 auto;
  }

  .section--newsletter .newsletter .row {
    margin: 0;
  }

  .section--newsletter .newsletter .row > * {
    padding: 0;
  }
}

@media (min-width: 800px) {
  .section--newsletter .newsletter {
    height: auto;
  }

  .section--newsletter .newsletter .row {
    height: auto;
  }

  .section--newsletter .newsletter .row > * {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .section--newsletter {
    padding: 0;
    min-height: 100dvh;
  }

  .section--newsletter .newsletter__holder {
    height: 100dvh;
  }

  .section--newsletter .newsletter {
    max-width: 720px;
    height: 450px;
  }

  .section--newsletter .newsletter .row {
    display: flex;
    gap: 20px;
    height: 100%;
  }

  .section--newsletter .newsletter .row > * {
    height: 100%;
  }

  .section--newsletter .newsletter .col-sm-3-7 {
    width: calc((100% - 20px) * 0.45);
  }

  .section--newsletter .newsletter .col-sm-4-7 {
    width: calc((100% - 20px) * 0.55);
  }

  .section--newsletter .newsletter .newsletter__image__holder {
    display: block;
    aspect-ratio: auto;
  }

  .section--newsletter .newsletter .newsletter__content .newsletter__title {
    margin-top: 0em;
  }
}

@media (max-width: 799px) {
  .section--newsletter {
    padding: 84px 0;
    min-height: auto;
  }

  .section--newsletter .newsletter {
    max-width: none;
  }

  .section--newsletter .newsletter .row {
    display: block;
  }

  .section--newsletter .newsletter .row > *,
  .section--newsletter .newsletter .col-sm-3-7,
  .section--newsletter .newsletter .col-sm-4-7 {
    width: 100%;
  }
}

@keyframes arrow-slide {
  0%   { transform: translateX(0); }
  40%  { transform: translateX(150%); }
  41%  { transform: translateX(-150%); }
  100% { transform: translateX(0); }
}
