@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Sohne Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/sponsored/assets/lib/fonts/soehne/soehne-mono-buch.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Affairs";
  font-style: normal;
  font-weight: 400;
  src: url("/sponsored/assets/lib/fonts/affairs/Affairs-Regular.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/affairs/Affairs-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Calibre";
  font-weight: 300;
  src: url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-Light.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Calibre";
  font-weight: 400;
  src: url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-Regular.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Calibre";
  font-style: italic;
  font-weight: 400;
  src: url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-RegularItalic.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-RegularItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Calibre";
  font-weight: 600;
  src: url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-Semibold.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-Semibold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Calibre";
  font-style: italic;
  font-weight: 600;
  src: url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-SemiboldItalic.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-SemiboldItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Calibre";
  font-weight: 700;
  src: url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-Bold.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Calibre";
  font-weight: 700;
  font-style: italic;
  src: url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-BoldItalic.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-BoldItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Calibre";
  font-weight: 900;
  src: url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-Black.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-Black.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Calibre";
  font-weight: 900;
  font-style: italic;
  src: url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-BlackItalic.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/calibre/CalibreWeb-BlackItalic.woff") format("woff");
}
.alt-header.scroll {
  background-color: #f8f8f8;
}

strong,
.leadin {
  font-weight: 600;
}

.c-main {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.c-article {
  background-color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: auto;
  max-width: 1600px;
  width: 95%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .c-article {
    padding: 0;
    width: 90.2%;
  }
}

.c-content-block {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-content-block {
    width: calc(100% - 1px);
  }
}

.c-sponsor-footer,
.footer {
  position: relative;
  z-index: 1;
}

.c-sponsor-logo__link {
  max-width: 150px;
}

.disabled {
  opacity: 0.5;
}
.disabled:hover {
  opacity: 0.5;
}

.label {
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Sohne Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  padding: 0 0 7px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .label {
    font-size: 10px;
    padding: 1px 0 7px;
  }
}

@media (min-width: 1024px) {
  .align-far-left {
    left: 0;
    position: absolute;
    top: 0;
  }
}

.block-appears {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s ease-in all;
}
.block-appears.inviewable--in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .float-left {
    float: left;
  }
}

.disabled {
  cursor: not-allowed;
}
.disabled:hover {
  cursor: not-allowed;
}

.fpo {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #909090;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Sohne Mono", monospace;
  height: 100%;
  justify-content: center;
  width: calc(100% - 10px);
}

.back-button {
  align-self: end;
  color: #000;
  display: block;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: auto;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.back-button:hover {
  color: #909090;
}

.inline-cta,
.contributor-bio {
  font-feature-settings: "clig" off, "liga" off;
  border-top: 1px solid #909090;
  color: #909090;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 87px;
  margin-top: 32px;
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .inline-cta,
  .contributor-bio {
    margin-top: 90px;
  }
}
.inline-cta a,
.contributor-bio a {
  color: #909090;
}
@media (min-width: 1024px) {
  .inline-cta,
  .contributor-bio {
    margin-left: auto;
    width: calc(50% - 10px);
  }
}

.inline-cta::before {
  content: "→ ";
}

.c-header,
.c-footer {
  background: #fff;
  border-bottom: 1px solid #000;
  display: block;
  padding: 15px 10px;
}
@media (min-width: 1024px) {
  .c-header,
  .c-footer {
    padding: 0 0 30px;
  }
}
.c-header .container,
.c-footer .container {
  box-sizing: border-box;
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  margin: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-header .container,
  .c-footer .container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 87px auto;
    padding: 0 20px;
  }
}
.c-header .content,
.c-footer .content {
  display: grid;
  font-family: "Calibre", sans-serif;
  font-size: 17px;
  grid-column-gap: 5%;
  line-height: 130%;
  opacity: 0.5;
  transition: opacity 0.6s ease-in-out;
}
@media (min-width: 1024px) {
  .c-header .content,
  .c-footer .content {
    font-size: 16px;
    grid-area: 2/1/3/3;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .c-header .content,
  .c-footer .content {
    font-size: 18px;
  }
}
.c-header .content--active,
.c-footer .content--active {
  opacity: 1;
}
.c-header .content p,
.c-footer .content p {
  margin: 0 0 18px;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .c-header .content p,
  .c-footer .content p {
    margin-bottom: 0;
  }
}
.c-header .article-nav,
.c-footer .article-nav {
  border-bottom: 1px solid #000;
  font-size: 17px;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .c-header .article-nav,
  .c-footer .article-nav {
    border-bottom: none;
  }
}
@media (min-width: 1440px) {
  .c-header .article-nav,
  .c-footer .article-nav {
    font-size: 18px;
  }
}
.c-header .article-nav ul,
.c-footer .article-nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
@media (min-width: 1024px) {
  .c-header .article-nav ul,
  .c-footer .article-nav ul {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 0;
  }
}
.c-header .article-nav li,
.c-footer .article-nav li {
  flex: 0 0 calc(25% - 10px);
}
.c-header .article-nav a,
.c-footer .article-nav a {
  opacity: 0.5;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  color: #000;
}
.c-header .article-nav a:hover,
.c-footer .article-nav a:hover {
  opacity: 1;
}
.c-header .article-nav span,
.c-footer .article-nav span {
  display: block;
  font-weight: 600;
}

.c-header {
  box-sizing: border-box;
  margin: auto;
  max-width: 1620px;
  width: 95%;
  box-shadow: 0 10px 0 0 #fff;
  height: 90px;
  overflow: hidden;
  position: sticky;
  top: 50px;
  transition: height 0.3s ease-in-out;
  z-index: 100;
}
@media (min-width: 1024px) {
  .c-header {
    width: 92%;
  }
}
.c-header--expanded {
  height: 100vh;
  max-height: -moz-max-content;
  max-height: max-content;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .c-header--expanded {
    height: 270px;
  }
}
.c-header .toggle {
  font-family: "Sohne Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  align-self: center;
  cursor: pointer;
  display: flex;
  line-height: 150%;
  margin-bottom: 15px;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-header .toggle {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-header .toggle {
    grid-area: 1/2/2/3;
    justify-content: end;
    margin-bottom: 0;
    text-align: right;
  }
}
.c-header .toggle::before {
  content: "+ ";
  display: block;
  margin-right: 10px;
}
.c-header .toggle--active::before {
  content: "− ";
}

.c-footer {
  box-sizing: border-box;
  margin: auto;
  max-width: 1600px;
  width: 95%;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .c-footer {
    width: 92%;
  }
}

.wordmark {
  align-self: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  display: grid;
  grid-template-columns: 100px auto;
  grid-template-rows: auto;
  padding: 25px 0 15px;
}
@media (min-width: 1024px) {
  .wordmark {
    grid-area: 1/1/2/2;
    grid-template-columns: 140px auto;
    padding: 10px 0 0 4px;
  }
}
.wordmark .logo {
  max-width: 100px;
}
@media (min-width: 1024px) {
  .wordmark .logo {
    max-width: 140px;
  }
}
.wordmark .issue {
  font-family: "Sohne Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .wordmark .issue {
    font-size: 13px;
  }
}

.c-main.c-main-article {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .c-main.c-main-article {
    position: relative;
    padding-top: 40px;
  }
  .c-main.c-main-article::before {
    border-left: 1px solid #000;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 40px;
    transform: translateX(-50%);
  }
}
.c-main.c-main-article::after {
  top: 40px;
}
.c-main.c-main-article .c-article-intro {
  display: grid;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-intro {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 145px;
  }
}
.c-main.c-main-article .c-article-intro__wrapper {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 70px;
  position: relative;
}
.c-main.c-main-article .c-article-intro__wrapper::before {
  border-left: 1px solid #000;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-intro__wrapper {
    margin-bottom: 0;
    padding-left: 10px;
  }
}
.c-main.c-main-article .c-article-intro__page-type, .c-main.c-main-article .c-article-intro__credit {
  background-color: #fff;
  color: #909090;
  font-family: "Sohne Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-intro__page-type, .c-main.c-main-article .c-article-intro__credit {
    font-size: 13px;
  }
}
.c-main.c-main-article .c-article-intro__page-type {
  letter-spacing: 0.1em;
  padding-bottom: 9px;
  padding-top: 36px;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-intro__page-type {
    padding-bottom: 3px;
    padding-top: 6px;
  }
}
.c-main.c-main-article .c-article-intro__credit {
  background-color: #fff;
  letter-spacing: 0.1em;
  margin-top: auto;
  padding-top: 1.3em;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-intro__credit {
    padding-top: 1.3em;
  }
}
.c-main.c-main-article .c-article-intro__title {
  background-color: #fff;
  font-family: "Affairs", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
  padding-bottom: 16px;
  text-align: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-intro__title {
    font-size: 60px;
    padding-bottom: 9px;
  }
}
.c-main.c-main-article .c-article-intro__dek {
  background-color: #fff;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  line-height: 155%;
  margin: 0 0 150px;
  padding-bottom: 1em;
  text-align: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-intro__dek {
    line-height: 150%;
  }
}
.c-main.c-main-article .c-image--main {
  box-sizing: border-box;
  grid-area: 1;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-image--main {
    grid-area: auto;
    padding-right: 10px;
  }
}
.c-main.c-main-article .looping-mp4--main {
  max-width: 100%;
  padding-right: 10px;
}
.c-main.c-main-article .looping-mp4--clip {
  max-width: 100%;
}
.c-main.c-main-article .looping-mp4--article-spot {
  padding-top: 20px;
  padding-bottom: 40px;
}
.c-main.c-main-article .c-article-content {
  position: relative;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-content {
    margin: 0 10px;
  }
}
.c-main.c-main-article .c-article-content p {
  font-family: "Calibre", sans-serif;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 1.25em auto;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-content p {
    width: calc(50% - 10px);
  }
}
.c-main.c-main-article .c-article-content p.add-margin {
  margin-bottom: 1.75em;
}
.c-main.c-main-article .c-article-content ol {
  font-family: "Calibre", sans-serif;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 1.25em auto;
  list-style-position: inside;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-content ol {
    width: calc(50% - 10px);
  }
}
.c-main.c-main-article .c-article-content ol.add-margin {
  margin-bottom: 1.75em;
}
.c-main.c-main-article .c-article-content small {
  display: block;
  line-height: 1;
}
.c-main.c-main-article .c-article-content h1 {
  font-family: "Affairs", serif;
  font-size: 30px;
  font-weight: 400;
  width: calc(50% - 10px);
  margin: 1.75em 0 1em auto;
}
.c-main.c-main-article .c-article-content h2 {
  font-family: "Calibre", sans-serif;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 1.25em auto;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 130%;
  margin-bottom: 1.8em;
  padding-top: 0.55em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-content h2 {
    width: calc(50% - 10px);
  }
}
.c-main.c-main-article .c-article-content h2.add-margin {
  margin-bottom: 1.75em;
}
.c-main.c-main-article .c-article-content h3,
.c-main.c-main-article .c-article-content h4,
.c-main.c-main-article .c-article-content h5,
.c-main.c-main-article .c-article-content h6 {
  font-family: "Calibre", sans-serif;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 1.25em auto;
  letter-spacing: 0.08em;
  line-height: 130%;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-content h3,
  .c-main.c-main-article .c-article-content h4,
  .c-main.c-main-article .c-article-content h5,
  .c-main.c-main-article .c-article-content h6 {
    width: calc(50% - 10px);
  }
}
.c-main.c-main-article .c-article-content h3.add-margin,
.c-main.c-main-article .c-article-content h4.add-margin,
.c-main.c-main-article .c-article-content h5.add-margin,
.c-main.c-main-article .c-article-content h6.add-margin {
  margin-bottom: 1.75em;
}
.c-main.c-main-article .c-article-content h3,
.c-main.c-main-article .c-article-content h4 {
  font-weight: 900;
}
.c-main.c-main-article .c-article-content h3 {
  padding-top: 5.5em;
}
.c-main.c-main-article .c-article-content h5,
.c-main.c-main-article .c-article-content h6 {
  font-weight: 400;
}
.c-main.c-main-article .c-article-content h6 {
  margin-bottom: 1.8em;
}
.c-main.c-main-article .c-article-content p.h7 {
  color: #909090;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
}
.c-main.c-main-article .c-article-content span.question, .c-main.c-main-article .c-article-content span.answer {
  display: block;
  float: left;
  font-family: "Sohne Mono", monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 150%;
  margin-bottom: 2em;
  transform: translateY(4px);
  width: 65px;
}
.c-main.c-main-article .c-article-content span.question.wide, .c-main.c-main-article .c-article-content span.answer.wide {
  width: 92px;
}
.c-main.c-main-article .c-article-content span.question {
  color: var(--secondary);
}
.c-main.c-main-article .c-article-content span.answer {
  color: var(--primary);
}
.c-main.c-main-article .c-article-content > .c-image {
  clear: both;
  margin: 0 0 1.25em auto;
  z-index: 1;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-content > .c-image {
    width: calc(50% - 10px);
  }
}
.c-main.c-main-article .c-article-content > .c-image.reduced-width .c-image__picture {
  display: block;
  margin: auto;
  max-width: 412px;
}
.c-main.c-main-article .c-article-content .c-image--article-spot {
  opacity: 1;
  padding: 1.25rem 0 0.75rem;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-content .c-image--article-spot {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-content .c-image--article-spot .c-image__caption {
    width: calc(50% - 10px);
  }
}

.c-image__caption {
  color: #909090;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  line-height: 130%;
  padding-top: 10px;
}

.c-pullquote {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-pullquote {
    float: left;
    margin: 0 auto 2em 0;
    padding: 0 30px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .c-pullquote.add-top-margin {
    margin-top: 102px;
  }
}
.c-pullquote.no-quotations blockquote::before, .c-pullquote.no-quotations blockquote::after {
  display: none;
}
.c-pullquote blockquote {
  color: var(--primary);
  display: block;
  font-family: "Affairs", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .c-pullquote blockquote {
    font-size: 30px;
  }
}
.c-pullquote blockquote::before {
  margin-left: 0;
}
.c-pullquote cite {
  color: #909090;
  display: block;
  font-family: "Calibre", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px;
  line-height: 130%;
  padding: 2em 0;
  text-transform: uppercase;
}
.c-pullquote cite strong {
  font-weight: 900;
}

.c-hyperlink {
  color: var(--primary);
}

.related-stories {
  box-sizing: border-box;
  margin: auto;
  max-width: 1600px;
  width: 95%;
  padding: 40px 0 50px;
}
@media (min-width: 1024px) {
  .related-stories {
    width: 92%;
  }
}
.related-stories__title {
  color: #000;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 150%;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.related-stories .container {
  border-bottom: 1px solid #000;
  display: grid;
  grid-auto-rows: auto;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
  margin: 0 10px 0 auto;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .related-stories .container {
    grid-column-gap: 1px;
    grid-row-gap: 0;
    grid-template-columns: repeat(3, 1fr);
    margin-right: 0;
    position: relative;
  }
}
.related-stories .c-image__media {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommended {
  margin: auto;
  max-width: 260px;
  padding-bottom: 68px;
  padding-top: 33px;
}
@media (min-width: 1024px) {
  .recommended {
    float: left;
    max-width: initial;
    padding-bottom: 0;
    padding-top: 0;
    width: calc(50% - 10px);
  }
}
.recommended__title {
  color: #000;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 150%;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin: 0 0 20px;
  padding-bottom: 9px;
  text-align: left;
}
@media (min-width: 1024px) {
  .recommended__title {
    margin: 0 10px 10px;
    padding-bottom: 14px;
  }
}
.recommended .container {
  margin: auto;
  max-width: 432px;
}
.recommended .card {
  padding: 0;
}
@media (min-width: 1024px) {
  .recommended .card {
    padding: 20px 2.5% 0;
  }
}
.recommended .c-image__media {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .recommended .c-image__media {
    aspect-ratio: 16/9;
  }
}

.c-content-slider {
  margin: 0 auto;
  padding: 0;
}
.c-content-slider .carousel {
  background-color: #000;
}
.c-content-slider .carousel__description {
  font-feature-settings: "clig" off, "liga" off;
  color: #909090;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  padding: 12px 0;
}
@media (min-width: 1024px) {
  .c-content-slider .carousel__description {
    width: calc(50% - 10px);
    position: absolute;
  }
}
.c-content-slider .slide {
  align-items: center;
  aspect-ratio: 64/35;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 700px;
}
.c-content-slider .slide.padded {
  padding: 100px;
}
.c-content-slider .slide .c-image__media {
  max-height: 500px;
}

.flickity-button {
  background: none;
  color: #909090;
}
.flickity-button:hover {
  background: none;
}

.flickity-prev-next-button {
  border-radius: 0;
  height: 700px;
  width: 44px;
}

.c-main.c-main-article .c-article-content .c-sidebar {
  background: #f4f4f4;
  box-sizing: border-box;
  color: var(--primary);
  margin-bottom: 20px;
  padding: 24px 16px 24px 20px;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-content .c-sidebar {
    clear: both;
    float: left;
    margin: 0;
    padding: 24px 30px;
    position: absolute;
    width: calc(50% - 10px);
  }
}
.c-main.c-main-article .c-article-content .c-sidebar h3,
.c-main.c-main-article .c-article-content .c-sidebar p {
  width: 100%;
}
.c-main.c-main-article .c-article-content .c-sidebar h3 {
  font-size: 16px;
  margin: 0 0 10px;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .c-main.c-main-article .c-article-content .c-sidebar h3 {
    margin-bottom: 20px;
  }
}
.c-main.c-main-article .c-article-content .c-sidebar p {
  color: var(--secondary);
  font-size: 18px;
  line-height: 125%;
  margin: 0 0 25px;
}
.c-main.c-main-article .c-article-content .c-sidebar > p:first-of-type {
  margin: 0 0 34px;
}
.c-main.c-main-article .c-article-content .c-sidebar ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-accordion {
  border-bottom: 1px solid;
  counter-reset: list-counter;
  margin-bottom: 16px;
}
.c-accordion__item__title {
  align-items: center;
  border-top: 1px solid;
  counter-increment: list-counter;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: "Affairs", serif;
  font-size: 20px;
  justify-content: center;
  line-height: 115%;
  padding: 15px 0 32px;
}
@media (min-width: 1024px) {
  .c-accordion__item__title {
    font-size: 25px;
    padding-bottom: 40px;
  }
}
.c-accordion__item__title::before {
  content: "0" counter(list-counter); /* Add a leading zero */
  display: block;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.3px;
  margin-right: 10px;
  text-transform: uppercase;
  transform: translateY(-5px);
}
@media (min-width: 1024px) {
  .c-accordion__item__title::before {
    transform: translateY(-9px);
  }
}
.c-accordion__item__title::after {
  content: "+";
  cursor: pointer;
  display: block;
  margin-left: auto;
}
.c-accordion__item__content {
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.5s ease-out;
}
.c-accordion__item__content.open {
  max-height: 1000px;
}
.c-accordion__item.open .c-accordion__item__title::after {
  content: "×";
}

.page--3923 h5 {
  color: var(--primary);
  font-family: "Affairs", serif !important;
  text-transform: initial !important;
  line-height: 115% !important;
  letter-spacing: 0 !important;
  margin-bottom: 1.25em !important;
}

@media (min-width: 1024px) {
  .cards {
    display: grid;
    grid-auto-rows: auto;
    grid-column-gap: 1px;
    grid-row-gap: 0;
    grid-row-gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    position: relative;
  }
}

.card {
  background-color: #fff;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 2.5% 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .card {
    padding: 20px 20px 0;
    width: calc(100% - 1px);
  }
}
.card__link {
  color: #000;
  text-decoration: none;
}
.card__link:hover .card__title,
.card__link:hover .card__dek {
  color: #909090;
}
.card__link.disabled {
  opacity: 0.5;
}
.card__link.disabled:hover {
  opacity: 0.5;
}
.card__link.disabled:hover .card__title,
.card__link.disabled:hover .card__dek {
  color: #000;
}
.card__label {
  font-feature-settings: "clig" off, "liga" off;
  color: #009371;
  font-family: "Sohne Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  padding: 28px 0 7px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .card__label {
    font-size: 10px;
    padding: 30px 0 7px;
  }
}
.card__title, .card__dek {
  transition: color 0.3s ease-in-out;
}
.card__title {
  font-family: "Affairs", serif;
  font-size: 25px;
  line-height: 115%;
  padding-bottom: 20px;
}
.card__dek {
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Calibre", sans-serif;
  font-size: 18px;
  line-height: 120%;
}
.card__credit {
  color: #909090;
  font-family: "Sohne Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 150%;
  text-transform: uppercase;
  padding: 22px 0 0;
}
@media (min-width: 1024px) {
  .card__credit {
    font-size: 10px;
    padding-bottom: 22px;
  }
}

.page--3841 .hero,
.page--3879 .hero,
.page--3901 .hero {
  align-items: center;
  aspect-ratio: 4/3;
  background-color: #142b25;
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  margin-bottom: 20px;
  min-height: 70vh;
  padding: 30px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .page--3841 .hero,
  .page--3879 .hero,
  .page--3901 .hero {
    min-height: calc(100vh - 109px);
    padding: 60px 0 0;
  }
}
.page--3841 .hero__content,
.page--3879 .hero__content,
.page--3901 .hero__content {
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  align-self: flex-end;
}
.page--3841 .hero__image,
.page--3879 .hero__image,
.page--3901 .hero__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-image: url("https://cdn.theatlantic.com/assets/marketing/prod/images/2023/11/cover_mockup-final-magtable-mobile.png");
}
@media (min-width: 1024px) {
  .page--3841 .hero__image,
  .page--3879 .hero__image,
  .page--3901 .hero__image {
    background-image: url("https://cdn.theatlantic.com/assets/marketing/prod/images/2023/11/TOP-cover_mockup-final-magbg_dVj1JYp.png");
  }
}
.page--3841 .hero svg,
.page--3879 .hero svg,
.page--3901 .hero svg {
  position: sticky;
  top: 60px;
  max-width: 80%;
}
@media (min-width: 1024px) {
  .page--3841 .hero svg,
  .page--3879 .hero svg,
  .page--3901 .hero svg {
    max-width: 52.5%;
  }
}
.page--3841 .cta,
.page--3879 .cta,
.page--3901 .cta {
  align-items: center;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-family: "Sohne Mono", monospace;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  gap: 0.5em;
  justify-content: center;
  line-height: 100%; /* 13px */
  margin: auto;
  padding: 17px;
  text-align: center;
  text-decoration: none;
}
.page--3841 .cta::after,
.page--3879 .cta::after,
.page--3901 .cta::after {
  content: " ↓";
}
.page--3841 .cta:hover,
.page--3879 .cta:hover,
.page--3901 .cta:hover {
  color: #009371;
  border-bottom: 1px solid #009371;
}
.page--3841 .hero .cta,
.page--3879 .hero .cta,
.page--3901 .hero .cta {
  bottom: 20px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 10;
  width: 90%;
}
@media (min-width: 1024px) {
  .page--3841 .hero .cta,
  .page--3879 .hero .cta,
  .page--3901 .hero .cta {
    width: 27.5%;
    bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .page--3841 .cta-prewrap,
  .page--3879 .cta-prewrap,
  .page--3901 .cta-prewrap {
    border-bottom: 20px solid #fff;
    border-top: 20px solid #fff;
  }
}
.page--3841 .cta-wrapper,
.page--3879 .cta-wrapper,
.page--3901 .cta-wrapper {
  background-color: #fff;
  margin: auto;
  max-width: 96%;
  margin-left: 2%;
  padding: 50px 0;
  width: 100%;
  border-bottom: 1px solid;
  border-top: 1px solid;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .page--3841 .cta-wrapper,
  .page--3879 .cta-wrapper,
  .page--3901 .cta-wrapper {
    padding: 50px 0;
    max-width: 98%;
    margin-left: 1%;
  }
}
.page--3841 .cta-wrapper p,
.page--3879 .cta-wrapper p,
.page--3901 .cta-wrapper p {
  font-family: "Calibre", sans-serif;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
  text-align: center;
  width: 90%;
}
@media (min-width: 1024px) {
  .page--3841 .cta-wrapper p,
  .page--3879 .cta-wrapper p,
  .page--3901 .cta-wrapper p {
    max-width: 380px;
    font-size: 20px;
    margin: 0;
  }
}
.page--3841 .cta-wrapper .cta,
.page--3879 .cta-wrapper .cta,
.page--3901 .cta-wrapper .cta {
  color: #fff;
  display: block;
  padding: 30px 0;
  text-decoration: none;
  width: 90%;
  background-color: #009371;
  margin-top: 50px;
  transition: 0.1s ease-in;
}
@media (min-width: 1024px) {
  .page--3841 .cta-wrapper .cta,
  .page--3879 .cta-wrapper .cta,
  .page--3901 .cta-wrapper .cta {
    margin-top: 50px;
    max-width: 380px;
    padding: 30px 0;
    width: 100%;
  }
}
.page--3841 .cta-wrapper .cta:hover,
.page--3879 .cta-wrapper .cta:hover,
.page--3901 .cta-wrapper .cta:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.page--3841 .c-article,
.page--3879 .c-article,
.page--3901 .c-article {
  background-color: white;
  background-image: linear-gradient(to right, transparent calc(50% - 0.5px), black calc(50% - 0.5px), black calc(50% + 0.5px), transparent calc(50% + 0.5px));
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .page--3841 .c-article,
  .page--3879 .c-article,
  .page--3901 .c-article {
    background-image: repeating-linear-gradient(to right, transparent, transparent calc(16.666% - 1px), #000 calc(16.666% - 1px), #000 16.666%);
    border-right: none;
  }
}
.page--3841 .dialogues-logo,
.page--3879 .dialogues-logo,
.page--3901 .dialogues-logo {
  background-color: #fff;
  box-sizing: border-box;
  margin: auto;
  padding: 10px 20px;
  position: sticky;
  top: 50px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .page--3841 .dialogues-logo,
  .page--3879 .dialogues-logo,
  .page--3901 .dialogues-logo {
    width: 33%;
  }
}
.page--3841 .dialogues-logo img,
.page--3879 .dialogues-logo img,
.page--3901 .dialogues-logo img {
  display: block;
  height: auto;
  width: 100%;
}
.page--3841 .dl-2,
.page--3879 .dl-2,
.page--3901 .dl-2 {
  top: 0px;
  padding-top: 20px;
  background: white;
}
.page--3841 .logo-2,
.page--3879 .logo-2,
.page--3901 .logo-2 {
  top: 50px;
  padding-top: 20px;
  position: sticky;
}
.page--3841 .headline .dialogues-logo,
.page--3879 .headline .dialogues-logo,
.page--3901 .headline .dialogues-logo {
  top: 97px;
}
.page--3841 .headline h2,
.page--3879 .headline h2,
.page--3901 .headline h2 {
  box-sizing: border-box;
  color: #000;
  font-family: "Affairs", serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 50px */
  margin: 0 auto;
  padding: 0 10px;
  position: sticky;
  text-align: center;
  top: 100px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .page--3841 .headline h2,
  .page--3879 .headline h2,
  .page--3901 .headline h2 {
    font-size: 4vw;
  }
}
@media (min-width: 1736px) {
  .page--3841 .headline h2,
  .page--3879 .headline h2,
  .page--3901 .headline h2 {
    font-size: 3vw;
  }
}
.page--3841 .headline h2.left,
.page--3879 .headline h2.left,
.page--3901 .headline h2.left {
  margin-left: 0;
  margin-top: 25vh;
}
@media (min-width: 1024px) {
  .page--3841 .headline h2.left,
  .page--3879 .headline h2.left,
  .page--3901 .headline h2.left {
    margin-top: 35vh;
  }
}
.page--3841 .headline h2.right,
.page--3879 .headline h2.right,
.page--3901 .headline h2.right {
  margin-right: 0;
  margin-top: 15vh;
}
@media (min-width: 1024px) {
  .page--3841 .headline h2.right,
  .page--3879 .headline h2.right,
  .page--3901 .headline h2.right {
    margin-top: 25vh;
  }
}
.page--3841 .headline h2.center,
.page--3879 .headline h2.center,
.page--3901 .headline h2.center {
  background: #fff;
  margin-top: 10vh;
  text-align: center;
  top: 120px;
  transform: translateY(120px);
  width: 100%;
}
@media (min-width: 1024px) {
  .page--3841 .headline h2.center,
  .page--3879 .headline h2.center,
  .page--3901 .headline h2.center {
    margin-top: 10vh;
    width: 50%;
  }
}
.page--3841 .intro,
.page--3879 .intro,
.page--3901 .intro {
  margin-top: 120px;
}
.page--3841 .intro .container,
.page--3879 .intro .container,
.page--3901 .intro .container {
  border-bottom: 80px solid #fff;
}
@media (min-width: 1024px) {
  .page--3841 .intro .container,
  .page--3879 .intro .container,
  .page--3901 .intro .container {
    padding-bottom: 210px;
    border: none;
  }
}
.page--3841 .intro .container > p,
.page--3879 .intro .container > p,
.page--3901 .intro .container > p {
  font-feature-settings: "clig" off, "liga" off;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "Calibre", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin: 0 auto;
  max-width: 95%;
}
@media (min-width: 1024px) {
  .page--3841 .intro .container > p,
  .page--3879 .intro .container > p,
  .page--3901 .intro .container > p {
    font-size: 20px;
  }
}
.page--3841 .intro .container p:first-of-type,
.page--3879 .intro .container p:first-of-type,
.page--3901 .intro .container p:first-of-type {
  margin-bottom: 0;
  padding-bottom: 25%;
  padding: 4rem 0 20px;
}
@media (min-width: 1024px) {
  .page--3841 .intro .container p:first-of-type,
  .page--3879 .intro .container p:first-of-type,
  .page--3901 .intro .container p:first-of-type {
    padding-bottom: 5%;
    padding-top: 10rem;
    width: 65%;
  }
}
.page--3841 .video,
.page--3879 .video,
.page--3901 .video {
  background-color: #ededed;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  box-sizing: border-box;
  left: 50%;
  padding: 10rem 5%;
  margin-bottom: 20%;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}
@media (min-width: 1024px) {
  .page--3841 .video,
  .page--3879 .video,
  .page--3901 .video {
    padding: 11rem 5%;
    margin-bottom: 0;
  }
}
.page--3841 .video p,
.page--3879 .video p,
.page--3901 .video p {
  margin: 0;
}
.page--3841 .looping-mp4,
.page--3879 .looping-mp4,
.page--3901 .looping-mp4 {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 1024px) {
  .page--3841 .looping-mp4,
  .page--3879 .looping-mp4,
  .page--3901 .looping-mp4 {
    width: 70%;
  }
}
.page--3841 .looping-mp4--clip,
.page--3879 .looping-mp4--clip,
.page--3901 .looping-mp4--clip {
  display: block;
  width: 100%;
}
.page--3841 .content p,
.page--3879 .content p,
.page--3901 .content p {
  margin: 0 auto;
}
.page--3841 .preview-text,
.page--3879 .preview-text,
.page--3901 .preview-text {
  background: #fff;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  margin: 0 auto 90px;
  padding-bottom: 1rem;
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page--3841 .preview-text,
  .page--3879 .preview-text,
  .page--3901 .preview-text {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .page--3841 .card:nth-of-type(2), .page--3841 .card:nth-of-type(5), .page--3841 .card:nth-of-type(8),
  .page--3879 .card:nth-of-type(2),
  .page--3879 .card:nth-of-type(5),
  .page--3879 .card:nth-of-type(8),
  .page--3901 .card:nth-of-type(2),
  .page--3901 .card:nth-of-type(5),
  .page--3901 .card:nth-of-type(8) {
    margin-top: 511px;
  }
}
@media (min-width: 1024px) {
  .page--3841 .card:nth-of-type(3), .page--3841 .card:nth-of-type(6), .page--3841 .card:nth-of-type(9),
  .page--3879 .card:nth-of-type(3),
  .page--3879 .card:nth-of-type(6),
  .page--3879 .card:nth-of-type(9),
  .page--3901 .card:nth-of-type(3),
  .page--3901 .card:nth-of-type(6),
  .page--3901 .card:nth-of-type(9) {
    margin-top: 231px;
  }
}
@media (min-width: 1024px) {
  .page--3841 .card:nth-of-type(4), .page--3841 .card:nth-of-type(7), .page--3841 .card:nth-of-type(10),
  .page--3879 .card:nth-of-type(4),
  .page--3879 .card:nth-of-type(7),
  .page--3879 .card:nth-of-type(10),
  .page--3901 .card:nth-of-type(4),
  .page--3901 .card:nth-of-type(7),
  .page--3901 .card:nth-of-type(10) {
    margin-top: 72px;
  }
}
.page--3841 .c-image--final,
.page--3879 .c-image--final,
.page--3901 .c-image--final {
  box-sizing: border-box;
  margin: 0;
  margin-left: 2%;
  padding: 80px 2% 0;
  width: 96%;
}
@media (min-width: 1024px) {
  .page--3841 .c-image--final,
  .page--3879 .c-image--final,
  .page--3901 .c-image--final {
    background: white;
    box-sizing: border-box;
    margin: 254px auto 0;
    padding: 20px 0 0;
    width: 30%;
  }
}
.page--3841 .c-image--final img,
.page--3879 .c-image--final img,
.page--3901 .c-image--final img {
  border-top: 16px solid white;
  border-bottom: 16px solid white;
}
@media (min-width: 1024px) {
  .page--3841 .c-image--final img,
  .page--3879 .c-image--final img,
  .page--3901 .c-image--final img {
    border-top: none;
    border-bottom: none;
  }
}
.page--3841 .contributors .container,
.page--3879 .contributors .container,
.page--3901 .contributors .container {
  background: #fff;
  margin: 0 auto;
  width: 95%;
}
.page--3841 .contributors p,
.page--3879 .contributors p,
.page--3901 .contributors p {
  margin: 0 auto;
}
.page--3841 .contributors p:first-of-type,
.page--3879 .contributors p:first-of-type,
.page--3901 .contributors p:first-of-type {
  background: #fff;
  font-family: "Sohne Mono", monospace;
  margin-bottom: 20px;
  padding-bottom: 1rem;
  padding-top: 20px;
  text-align: center;
  width: 33%;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .page--3841 .contributors p:first-of-type,
  .page--3879 .contributors p:first-of-type,
  .page--3901 .contributors p:first-of-type {
    margin-bottom: 72px;
    padding-top: 0;
  }
}
.page--3841 .contributors p:first-of-type::before,
.page--3879 .contributors p:first-of-type::before,
.page--3901 .contributors p:first-of-type::before {
  background-color: #000;
  content: "";
  display: block;
  height: 75px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
}
@media (min-width: 1024px) {
  .page--3841 .contributors p:first-of-type::before,
  .page--3879 .contributors p:first-of-type::before,
  .page--3901 .contributors p:first-of-type::before {
    height: 250px;
  }
}
.page--3841 .contributors ul,
.page--3879 .contributors ul,
.page--3901 .contributors ul {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Calibre", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .page--3841 .contributors ul,
  .page--3879 .contributors ul,
  .page--3901 .contributors ul {
    font-size: 20px;
  }
}
.page--3841 .contributors ul:after,
.page--3879 .contributors ul:after,
.page--3901 .contributors ul:after {
  background-color: #000;
  content: "";
  display: block;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  margin-top: 13px;
}
@media (min-width: 1024px) {
  .page--3841 .contributors ul:after,
  .page--3879 .contributors ul:after,
  .page--3901 .contributors ul:after {
    height: 200px;
  }
}
.page--3841 .contributors ul li,
.page--3879 .contributors ul li,
.page--3901 .contributors ul li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.show-hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.page--3941 {
  font-feature-settings: "clig" off, "liga" off;
  /* why not display:none? Because the counter will be changed; The hidden elements won't incerement the counter */
}
.page--3941 .atlantic-header {
  height: 61px;
}
.page--3941 .alt-header {
  background-color: #f8f8f8;
}
.page--3941 .c-article {
  font-family: "Calibre", sans-serif;
  margin: 0 auto;
  width: calc(100% - 20px);
}
@media (min-width: 1024px) {
  .page--3941 .c-article {
    width: calc(100% - 40px);
  }
}
.page--3941 .c-content-block {
  box-sizing: border-box;
  padding: 20px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .page--3941 .c-content-block {
    padding: 20px 20px 0;
  }
}
.page--3941 .c-content-block__title {
  background: #fff;
  border-top: 1px solid #000;
  color: #000;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 150%;
  margin: 0 auto 20px;
  padding-bottom: 1rem;
  padding-top: 14px;
  text-transform: uppercase;
}
.page--3941 .c-content-block p {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 1.25em;
}
.page--3941 .c-content-block p.read-more {
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.page--3941 .intro {
  padding-top: 0;
}
.page--3941 .intro .container {
  background: linear-gradient(to right, transparent calc(50% - 0.5px), #000 calc(50% - 0.5px), #000 calc(50% + 0.5px), transparent calc(50% + 0.5px));
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 1024px) {
  .page--3941 .intro .container {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    padding-top: 200px;
  }
}
.page--3941 .intro .c-image--featured {
  opacity: 1;
  padding-top: 150px;
}
@media (min-width: 768px) {
  .page--3941 .intro .c-image--featured {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .page--3941 .intro .c-image--featured {
    opacity: 0;
  }
}
.page--3941 .intro .c-image--featured__media {
  aspect-ratio: 95/91;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page--3941 .intro .c-image--featured__media {
    aspect-ratio: initial;
  }
}
@media (min-width: 1024px) {
  .page--3941 .intro .c-image--featured.block-appears.inviewable--in-view {
    opacity: 1;
  }
}
.page--3941 .dialogues-logo {
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  position: sticky;
  top: 50px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .page--3941 .dialogues-logo {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.page--3941 .dialogues-logo img {
  height: auto;
  margin: 0 auto;
  max-width: 188px;
}
.page--3941 .latest-stories,
.page--3941 .issue-one,
.page--3941 .issue-two {
  padding-top: 60px;
  position: relative;
}
@media (min-width: 1024px) {
  .page--3941 .latest-stories,
  .page--3941 .issue-one,
  .page--3941 .issue-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page--3941 .latest-stories .c-content-block__title,
.page--3941 .issue-one .c-content-block__title,
.page--3941 .issue-two .c-content-block__title {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .page--3941 .latest-stories .c-content-block__title,
  .page--3941 .issue-one .c-content-block__title,
  .page--3941 .issue-two .c-content-block__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .page--3941 .latest-stories .cta,
  .page--3941 .issue-one .cta,
  .page--3941 .issue-two .cta {
    position: absolute;
    right: 20px;
    top: 41px;
  }
}
.page--3941 .latest-stories p,
.page--3941 .issue-one p,
.page--3941 .issue-two p {
  max-width: 842px;
}
.page--3941 .latest-stories p:first-child,
.page--3941 .issue-one p:first-child,
.page--3941 .issue-two p:first-child {
  margin-bottom: 52px;
}
@media (min-width: 1024px) {
  .page--3941 .latest-stories p:first-child,
  .page--3941 .issue-one p:first-child,
  .page--3941 .issue-two p:first-child {
    margin-bottom: 0;
  }
}
.page--3941 .interior-video-2 {
  background-color: #ededed;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 84px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .page--3941 .interior-video-2 {
    margin: 0 20px;
    padding: 11rem 5%;
    transform: none;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page--3941 .interior-video-2 .looping-mp4 {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  width: 70%;
}
.page--3941 .interior-video-2 .looping-mp4--clip {
  aspect-ratio: initial;
  display: block;
  width: 100%;
}
.page--3941 .interior-video-1 {
  background-color: #ededed;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 84px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .page--3941 .interior-video-1 {
    margin: 0 20px;
    padding: 11rem 5%;
    transform: none;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page--3941 .interior-video-1 .looping-mp4 {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  width: 70%;
}
.page--3941 .interior-video-1 .looping-mp4--clip {
  aspect-ratio: initial;
  display: block;
  width: 100%;
}
.page--3941 p.featured-text {
  align-self: start;
  background-color: #fff;
  color: #000;
  font-family: "Affairs", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin: 0 0 100px;
  opacity: 1;
  padding-bottom: 14px;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .page--3941 p.featured-text {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .page--3941 p.featured-text {
    font-size: 24px;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: sticky;
    top: 115px;
  }
}
@media (min-width: 1024px) {
  .page--3941 p.featured-text.block-appears.inviewable--in-view {
    opacity: 1;
  }
}
.page--3941 .looping-mp4--clip {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .page--3941 .looping-mp4--clip {
    aspect-ratio: initial;
  }
}
@media (min-width: 1024px) {
  .page--3941 .cards {
    background: linear-gradient(to right, transparent calc(33.3333% - 1px), #000 calc(33.3333% - 1px), #000 33.3333%, transparent 33.3333%, transparent calc(66.6667% - 1px), #000 calc(66.6667% - 1px), #000 66.6667%, transparent 66.6667%);
    grid-row-gap: 0;
  }
}
.page--3941 .cards .card {
  padding: 0 0 56px;
}
@media (min-width: 1024px) {
  .page--3941 .cards .card {
    padding: 0 20px 20px;
  }
}
.page--3941 .cards .c-image__media {
  aspect-ratio: 19/15;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page--3941 .cards .c-image__media {
    aspect-ratio: 7/5;
  }
}
.page--3941 .cta {
  align-items: center;
  background-color: #009371;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  gap: 0.5em;
  justify-content: center;
  line-height: 100%;
  margin: 0;
  padding: 18px 21px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in;
  width: -moz-fit-content;
  width: fit-content;
}
.page--3941 .cta:hover {
  background-color: #fff;
  color: #000;
  outline: 1px solid #000;
}
.page--3941 .cta::after {
  content: " ↓";
}
.page--3941 .table-of-contents {
  box-sizing: border-box;
  padding: 20px 0 0;
  padding-top: 7px;
  position: relative;
}
@media (min-width: 1024px) {
  .page--3941 .table-of-contents {
    padding: 20px 20px 0;
  }
}
@media (min-width: 1024px) {
  .page--3941 .table-of-contents {
    padding-top: 20px;
  }
}
.page--3941 .table-of-contents__chapters {
  counter-reset: list-counter;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.page--3941 .table-of-contents__chapters > li {
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .page--3941 .table-of-contents__chapters > li {
    padding: 20px 0;
  }
}
.page--3941 .table-of-contents__title {
  align-items: center;
  counter-increment: list-counter;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: "Affairs", serif;
  font-size: 20px;
  justify-content: center;
  line-height: 115%;
  opacity: 1;
  padding-bottom: 18px;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .page--3941 .table-of-contents__title {
    font-size: 25px;
    line-height: 1;
    padding-bottom: 20px;
  }
}
.page--3941 .table-of-contents__title::before {
  content: "0" counter(list-counter); /* Add a leading zero */
  display: inline-block;
  font-family: "Sohne Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  margin-right: 10px;
  text-transform: uppercase;
  transform: translateY(-3px);
}
@media (min-width: 1024px) {
  .page--3941 .table-of-contents__title::before {
    font-size: 13px;
    letter-spacing: 1.3px;
    transform: translateY(-9px);
  }
}
.page--3941 .table-of-contents__title::after {
  content: "+";
  cursor: pointer;
  display: block;
  margin-left: auto;
}
.page--3941 .table-of-contents__title:hover {
  opacity: 0.5;
}
.page--3941 .table-of-contents__chapter.open .table-of-contents__title::after {
  content: "×";
}
.page--3941 .table-of-contents__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.page--3941 .table-of-contents__content.open {
  max-height: 1000px;
}
.page--3941 .table-of-contents__intro p {
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 1.25em;
  max-width: 870px;
}
.page--3941 .table-of-contents__nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page--3941 .table-of-contents__nav li {
  font-size: 20px;
  font-weight: 400;
}
.page--3941 .table-of-contents__link {
  color: #000;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.page--3941 .table-of-contents__link:hover {
  opacity: 0.5;
}
.page--3941 .table-of-contents li {
  border-top: 1px solid #000;
  line-height: 1;
  margin: 0;
}
.page--3941 .tooltip {
  display: none;
  height: 300px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 420px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .page--3941 .tooltip {
    display: block;
  }
}
.page--3941 .tooltip.active {
  opacity: 1;
}
.page--3941 .tooltip img {
  aspect-ratio: 420/300;
  display: block;
  height: 300px;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 420px;
  z-index: 100;
}
.page--3941 .behind-the-cover .table-of-contents__title::before {
  content: "00";
}
@media (min-width: 1024px) {
  .page--3941 .behind-the-cover .table-of-contents__content {
    background: linear-gradient(to right, transparent calc(50% - 0.5px), #000 calc(50% - 0.5px), #000 calc(50% + 0.5px), transparent calc(50% + 0.5px));
    background-repeat: no-repeat;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.page--3941 .behind-the-cover .c-content-block {
  padding: 0;
}
.page--3941 .behind-the-cover .c-image {
  cursor: pointer;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page--3941 .behind-the-cover .c-image {
    margin-bottom: 0;
  }
}
.page--3941 .behind-the-cover .c-image--cover-front .c-image__picture {
  display: flex;
  height: 100%;
  justify-content: center;
}
.page--3941 .behind-the-cover .c-image--cover-front .c-image__media {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .page--3941 .brush-strokes {
    width: 92%;
  }
}
.page--3941 .brush-strokes .container {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.page--3941 .brush-strokes .c-image {
  aspect-ratio: 1;
  height: 100%;
  margin: auto;
}
.page--3941 .brush-strokes .c-image__picture {
  display: flex;
  height: 100%;
  justify-content: center;
}
.page--3941 .brush-strokes .c-image__caption {
  display: none;
}
.page--3941 .brush-strokes .c-image.hover {
  filter: brightness(0) saturate(100%) contrast(50%) sepia(1) hue-rotate(120deg);
}
.page--3941 .brush-strokes .caption-display {
  color: var(--Dialogues-Green, #009371);
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  grid-area: 4/1/5/5;
  height: 4rem;
  letter-spacing: 0.65px;
  line-height: 120%;
  width: 100%;
}
.page--3941 .brush-strokes .caption-display span {
  display: block;
}
.page--3941 .final .container {
  background: linear-gradient(to right, transparent calc(50% - 0.5px), #000 calc(50% - 0.5px), #000 calc(50% + 0.5px), transparent calc(50% + 0.5px));
  background-repeat: no-repeat;
  padding-bottom: 166px;
}
@media (min-width: 1024px) {
  .page--3941 .final .container {
    padding-bottom: 336px;
    padding-top: 0;
  }
}
.page--3941 .c-image--end {
  background-color: #fff;
  opacity: 1;
  padding-bottom: 20px;
}
.page--3941 .c-image--end .c-image__media {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .page--3941 .c-image--end .c-image__media {
    aspect-ratio: initial;
  }
}
.page--3941 .hero {
  box-sizing: border-box;
  color: #fff;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.page--3941 .hero__content {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  z-index: 1;
}
.page--3941 .hero__content--headline {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 510px;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .page--3941 .hero__content--headline {
    margin-bottom: 0;
    justify-content: flex-start;
    padding-top: 50px;
  }
}
.page--3941 .hero__logo {
  height: auto;
  margin: 0 auto 10px;
  max-width: 500px;
  width: 60%;
}
@media (min-width: 1024px) {
  .page--3941 .hero__logo {
    width: 100%;
  }
}
.page--3941 .hero__logo svg {
  display: block;
}
.page--3941 .hero__subhead {
  font-family: "Affairs", serif;
  font-size: 20px;
  line-height: 1.35;
}
@media (min-width: 1024px) {
  .page--3941 .hero__subhead {
    font-size: 24px;
  }
}
.page--3941 .hero__link {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  color: #000;
  padding-top: 70px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
  min-height: 20vh;
}
@media (min-width: 1024px) {
  .page--3941 .hero__link {
    flex-direction: row;
    padding-top: 60px;
  }
}
.page--3941 .hero__link--left {
  width: 100%;
}
@media (min-width: 1024px) {
  .page--3941 .hero__link--left {
    width: 50%;
  }
}
.page--3941 .hero__link--right {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .page--3941 .hero__link--right {
    width: 44%;
    margin-bottom: 0;
  }
}
.page--3941 .hero__page-type {
  margin-bottom: 10px;
}
.page--3941 .hero__page-type, .page--3941 .hero__credit {
  font-family: "Sohne Mono", monospace;
  font-size: 11px;
  letter-spacing: 1.3px;
  line-height: 150%;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .page--3941 .hero__page-type, .page--3941 .hero__credit {
    font-size: 13px;
  }
}
.page--3941 .hero__title, .page--3941 .hero__dek {
  margin: 0;
  max-width: 760px;
}
.page--3941 .hero__dek {
  margin-top: 15px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .page--3941 .hero__dek {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.page--3941 .hero__title {
  font-family: "Affairs", serif;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .page--3941 .hero__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.page--3941 .hero__dek {
  font-family: "Calibre", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  max-width: 700px;
}
.page--3941 .hero .container {
  width: calc(100% - 20px);
  margin: 10px auto 0;
}
@media (min-width: 1024px) {
  .page--3941 .hero .container {
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
}
.page--3941 .hero .container.fixed {
  width: 100%;
}
.page--3941 .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 50px);
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.page--3941 .slide__link {
  display: none;
}
.page--3941 .flickity-page-dots {
  font-family: "Sohne Mono", monospace;
  font-size: 13px;
  color: #909090;
  bottom: auto;
  margin-top: 1.5em;
  margin-bottom: 1.25em;
  counter-reset: line-number 0;
}
.page--3941 .flickity-page-dots .dot {
  position: relative;
  counter-increment: line-number 1;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  margin: 0 15px 0 0;
  background-color: transparent;
  opacity: 1;
}
.page--3941 .flickity-page-dots .dot.dot--gap {
  visibility: hidden;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.page--3941 .flickity-page-dots .dot.dot--gap + .dot:not(.dot--gap) {
  margin-left: 0;
}
.page--3941 .flickity-page-dots .dot.dot--gap + .dot:not(.dot--gap):after {
  content: "…";
  position: absolute;
  right: 100%;
  bottom: 10%;
  margin-right: 0;
  pointer-events: none;
}
.page--3941 .flickity-page-dots .dot:before {
  content: counter(line-number, decimal);
}
.page--3941 .flickity-page-dots .dot:after {
  content: "/";
  display: inline;
  padding-left: 15px;
  font-weight: 400;
  color: #909090;
}
.page--3941 .flickity-page-dots .dot:last-child:after {
  content: "";
}
.page--3941 .flickity-page-dots .dot.is-selected {
  font-weight: 600;
  color: #000;
}
.page--3941 .inactive {
  display: none;
}
.page--3941 .notebook-lm {
  position: relative;
}
.page--3941 .notebook-lm h3 {
  color: #000;
  font-family: Calibre;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 20px;
}
.page--3941 .notebook-lm p {
  margin: 0 0 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .page--3941 .notebook-lm p {
    width: 65%;
  }
}
.page--3941 .notebook-lm figure {
  width: 175px;
  margin-bottom: 40px;
  transition: none;
  display: block;
}
@media (min-width: 1024px) {
  .page--3941 .notebook-lm figure {
    margin-bottom: 80px;
  }
}
.page--3941 .notebook-lm .explore-lm {
  background-color: #2985D6;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (min-width: 1024px) {
  .page--3941 .notebook-lm .explore-lm {
    position: absolute;
    top: 40px;
    right: 20px;
  }
}
.page--3941 .notebook-lm .explore-lm p {
  color: #FFF;
  text-align: center;
  font-family: "Sohne Mono";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  width: 100%;
}
.page--3941 .notebook-lm .explore-lm p a {
  text-decoration: none;
  color: #FFF;
}
.page--3941 .notebook-lm .explore-lm:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  outline: 1px solid #000;
}
.page--3941 .notebook-lm .explore-lm:hover a {
  color: #000;
}