@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "AGaramondPro";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Regular.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "AGaramondPro";
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  src: url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Semibold.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Semibold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "AGaramondPro";
  font-stretch: normal;
  font-style: italic;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Italic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Italic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/Atlantic-Serif.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/Atlantic-Serif.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Goldwyn";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.theatlantic.com/packages/fonts/goldwyn/goldwyn-medium.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/goldwyn/goldwyn-medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Goldwyn";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/goldwyn/GoldwynMono-Regular.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/goldwyn/GoldwynMono-Regular.woff") format("woff");
}
/* Fonts */
/* variables colors */
/* Breakpoints / Widths */
/* Heights */
/* Filepath */
/* HOME ------------- */
/* 16:9 (56.25% minus 30% for offset for overlapping featured section */
/* need to set max padding-top to 26.25% of the max width of the video container, which is 1280px */
/* slight reset */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  scroll-behavior: smooth;
  overflow-y: scroll;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
figure {
  margin: 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  position: relative;
}
a:hover {
  text-decoration: none;
  color: #5e6a74;
}

img {
  max-width: 100%;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Animations */
@keyframes fadein {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0.1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeinupmore {
  0% {
    opacity: 0.1;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes getWide {
  0% {
    width: 0;
  }
  100% {
    width: 148px;
  }
}
@keyframes getWideMax {
  0% {
    width: 0;
  }
  100% {
    width: 350px;
    max-width: 85%;
  }
}
.c-btn {
  cursor: pointer;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
}
.c-btn--standard, .c-btn--emphasized {
  color: #fff;
  background-color: #e7131a;
}
.c-btn--standard:hover,
.c-btn--standard :active, .c-btn--emphasized:hover,
.c-btn--emphasized :active {
  background-color: #b50e14;
  color: #fff;
}
.c-btn--standard {
  padding: 14px 19px;
  font-weight: 500;
  font-size: 12px;
}
.c-btn--emphasized {
  font-weight: bold;
  padding: 13px 53px;
}
.c-btn--secondary {
  padding-bottom: 3px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
}
.c-btn--secondary:hover, .c-btn--secondary:active {
  color: #5e6a74;
}
.c-btn--expand:after {
  content: "";
  background-image: url("/sponsored/assets/live/assets/caret.svg");
  background-size: cover;
  width: 9px;
  height: 4px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.c-figure {
  background-color: #f8f8f8;
  transition: opacity 0.3s;
  display: block;
}

.c-figure--logo {
  background: none;
}

.c-img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-img--lazy {
  opacity: 0;
  background-color: #fff;
}

.c-img--loaded {
  opacity: 1;
  background-color: #fff;
}

/* Section Labels */
.c-section-label {
  font-family: "Atlantic Serif", "Atlantic", "Bodoni", Georgia, serif;
  font-size: clamp(20px, 12.5vw, 54px);
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0 35px 0;
  position: relative;
  letter-spacing: 0.05em;
  max-width: 85%;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .c-section-label {
    font-size: 54px;
  }
}
.c-section-label:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-section-label.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-section-label--home {
  max-width: 85%;
}
.c-section-label--home:after {
  width: 0;
}
.c-section-label--home.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-section-label--home.is-inview:after {
  animation: getWide 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-section-label--home {
    opacity: 1;
  }
  .c-section-label--home.is-inview {
    animation: none;
  }
}
.c-section-label--events {
  margin: 0 auto 80px;
  opacity: 0.1;
}
.c-section-label--events:after {
  width: 0;
  transform-origin: center;
  animation-delay: 0.5s;
}
.c-section-label--events.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-section-label--events.is-inview:after {
  animation: getWideMax 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-section-label--events {
    opacity: 1;
  }
  .c-section-label--events.is-inview {
    animation: none;
  }
}
.c-section-label.light {
  color: #fff;
}
.c-section-label.light:after {
  background-color: #fff;
}
.c-section-label.dark {
  color: #000;
}
.c-section-label.dark:after {
  background-color: #c1c1c1;
}

/* Nav */
@keyframes fadeAndMove {
  from {
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-nav {
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(33, 39, 44, 0.15);
}
@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .c-nav {
    opacity: 0;
    transform: translateY(-25%);
    animation: fadeAndMove 0.8s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
    animation-delay: 500ms;
  }
}

.c-nav-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
}

.c-nav__branding {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0;
  padding: 15px;
  text-align: center;
  max-width: 50%;
}
@media (min-width: 768px) {
  .c-nav__branding {
    margin: 0 0 0 25px;
  }
}
@media (min-width: 1024px) {
  .c-nav__branding {
    margin: 0 0 0 3%;
    padding: 15px 0;
  }
}
@media (min-width: 1480px) {
  .c-nav__branding {
    margin: 0;
  }
}

.c-nav__home {
  width: 14px;
  height: 22px;
  padding: 2px 16px 2px 0;
  border-right: 1px solid #000;
}

.c-nav__atlantic-logo {
  width: 116px;
  height: auto;
  align-self: center;
  margin-left: 16px;
}

.c-nav__container {
  display: block;
  padding: 0;
  list-style-type: none;
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  background-color: #f8f8f8;
  height: auto;
  padding-bottom: 30px;
  position: absolute;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(33, 39, 44, 0.15);
}
@media (max-width: 1024px) {
  .c-nav__container.is-closed {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .c-nav__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 100%;
    background-color: #fff;
    margin-right: 3%;
    padding: 0;
    position: relative;
    width: initial;
    box-shadow: initial;
  }
}
@media (min-width: 1480px) {
  .c-nav__container {
    margin: 0;
  }
}

.c-nav__item {
  display: block;
  box-sizing: border-box;
  position: relative;
  text-transform: capitalize;
  height: auto;
  padding: 0;
}
.c-nav__item:last-child {
  margin-right: 0;
}
.c-nav__item .c-nav__item-link {
  display: flex;
  align-items: center;
  margin: 0 30px;
  padding: 30px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .c-nav__item .c-nav__item-link {
    justify-content: center;
  }
}
.c-nav__item:nth-last-child(2) .c-nav__item-link {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .c-nav__item:nth-last-child(2) .c-nav__item-link {
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 1024px) {
  .c-nav__item {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .c-nav__item .c-nav__item-link {
    display: flex;
    margin: initial;
    padding: initial;
    border: none;
  }
  .c-nav__item:nth-last-child(2) .c-nav__item-link {
    border-bottom: none;
  }
}

.c-nav__register {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  background-color: #e7131a;
  border: 0;
  cursor: pointer;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}
.c-nav__register:hover {
  color: #fff;
  background-color: #b50e14;
}
@media (min-width: 768px) {
  .c-nav__register {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-nav__register {
    display: flex;
    max-width: 180px;
    padding: 0 15px;
  }
}

.c-nav__tablet-register {
  display: none;
}
@media (min-width: 768px) {
  .c-nav__tablet-register {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 40px;
    max-width: 180px;
    padding: 0 15px;
    height: 35px;
    border: 0;
    font-family: "Goldwyn", monospace;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    background-color: #e7131a;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .c-nav__tablet-register {
    display: none;
  }
}

.is-selected:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 15%;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 2px;
  opacity: 0;
  transform-origin: center;
}
@media (min-width: 1024px) {
  .is-selected:after {
    width: 0;
    height: 2px;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: isActiveIn 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
    animation-delay: 0.3s;
  }
}

@keyframes isActiveIn {
  0% {
    opacity: 0;
    background-color: #fff;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    background-color: #e7131a;
    width: 100%;
  }
}
.hamburger-box {
  width: 20px;
  height: 15px;
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
}
@media (min-width: 768px) {
  .hamburger-box.with-reg-button {
    right: 180px;
  }
}
@media (min-width: 1024px) {
  .hamburger-box {
    display: none;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -7px;
}

.hamburger-inner:after {
  bottom: -7px;
}

.c-card_li {
  list-style: none;
}

.c-card {
  background-color: #fff;
  box-sizing: border-box;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.c-card_details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.c-card_details-border {
  padding: 32px;
  padding-top: 21px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-card_details-border {
    padding-bottom: 26px;
    padding-top: 32px;
  }
}

.c-card--on-light-bg .c-card_details {
  border: 1px solid #c1c1c1;
  border-top: none;
}

.c-card_when-and-where {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.c-card_date {
  display: block;
}

.c-card_title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 12px;
}

/* Nav */
@keyframes fadeAndMove {
  from {
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-nav {
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(33, 39, 44, 0.15);
}
@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .c-nav {
    opacity: 0;
    transform: translateY(-25%);
    animation: fadeAndMove 0.8s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
    animation-delay: 500ms;
  }
}

.c-nav-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
}

.c-nav__branding {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0;
  padding: 15px;
  text-align: center;
  max-width: 50%;
}
@media (min-width: 768px) {
  .c-nav__branding {
    margin: 0 0 0 25px;
  }
}
@media (min-width: 1024px) {
  .c-nav__branding {
    margin: 0 0 0 3%;
    padding: 15px 0;
  }
}
@media (min-width: 1480px) {
  .c-nav__branding {
    margin: 0;
  }
}

.c-nav__home {
  width: 14px;
  height: 22px;
  padding: 2px 16px 2px 0;
  border-right: 1px solid #000;
}

.c-nav__atlantic-logo {
  width: 116px;
  height: auto;
  align-self: center;
  margin-left: 16px;
}

.c-nav__container {
  display: block;
  padding: 0;
  list-style-type: none;
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  background-color: #f8f8f8;
  height: auto;
  padding-bottom: 30px;
  position: absolute;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(33, 39, 44, 0.15);
}
@media (max-width: 1024px) {
  .c-nav__container.is-closed {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .c-nav__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 100%;
    background-color: #fff;
    margin-right: 3%;
    padding: 0;
    position: relative;
    width: initial;
    box-shadow: initial;
  }
}
@media (min-width: 1480px) {
  .c-nav__container {
    margin: 0;
  }
}

.c-nav__item {
  display: block;
  box-sizing: border-box;
  position: relative;
  text-transform: capitalize;
  height: auto;
  padding: 0;
}
.c-nav__item:last-child {
  margin-right: 0;
}
.c-nav__item .c-nav__item-link {
  display: flex;
  align-items: center;
  margin: 0 30px;
  padding: 30px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .c-nav__item .c-nav__item-link {
    justify-content: center;
  }
}
.c-nav__item:nth-last-child(2) .c-nav__item-link {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .c-nav__item:nth-last-child(2) .c-nav__item-link {
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 1024px) {
  .c-nav__item {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .c-nav__item .c-nav__item-link {
    display: flex;
    margin: initial;
    padding: initial;
    border: none;
  }
  .c-nav__item:nth-last-child(2) .c-nav__item-link {
    border-bottom: none;
  }
}

.c-nav__register {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  background-color: #e7131a;
  border: 0;
  cursor: pointer;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}
.c-nav__register:hover {
  color: #fff;
  background-color: #b50e14;
}
@media (min-width: 768px) {
  .c-nav__register {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-nav__register {
    display: flex;
    max-width: 180px;
    padding: 0 15px;
  }
}

.c-nav__tablet-register {
  display: none;
}
@media (min-width: 768px) {
  .c-nav__tablet-register {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 40px;
    max-width: 180px;
    padding: 0 15px;
    height: 35px;
    border: 0;
    font-family: "Goldwyn", monospace;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    background-color: #e7131a;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .c-nav__tablet-register {
    display: none;
  }
}

.is-selected:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 15%;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 2px;
  opacity: 0;
  transform-origin: center;
}
@media (min-width: 1024px) {
  .is-selected:after {
    width: 0;
    height: 2px;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: isActiveIn 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
    animation-delay: 0.3s;
  }
}

@keyframes isActiveIn {
  0% {
    opacity: 0;
    background-color: #fff;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    background-color: #e7131a;
    width: 100%;
  }
}
.hamburger-box {
  width: 20px;
  height: 15px;
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
}
@media (min-width: 768px) {
  .hamburger-box.with-reg-button {
    right: 180px;
  }
}
@media (min-width: 1024px) {
  .hamburger-box {
    display: none;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -7px;
}

.hamburger-inner:after {
  bottom: -7px;
}

/* Headers */
.c-ht-header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 80px;
  position: relative;
  opacity: 0;
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
  animation-delay: 800ms;
}
@media (prefers-reduced-motion) {
  .c-ht-header {
    opacity: 1;
    animation: none;
  }
}

.c-ht-header__title {
  width: 100%;
  height: 0;
  text-indent: -9999px;
  position: relative;
  margin: 0 auto;
}

.c-ht-header__image {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  height: 0;
  padding-bottom: var(--leadImageMobileRatio);
}
@media (min-width: 768px) {
  .c-ht-header__image {
    padding-bottom: var(--leadImageRatio);
  }
}
.c-ht-header__image img {
  display: block;
  width: 100%;
}
.c-ht-header__image .has-video {
  display: block;
}
@media (min-width: 768px) {
  .c-ht-header__image .has-video {
    display: none;
  }
}

.c-header .c-header__image {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  background-image: var(--leadImageMobile);
}
@media (min-width: 768px) {
  .c-header .c-header__image {
    padding-bottom: calc(56.25% - 70px);
    /* 16:9 aspect ratio minus nav height */
    background-image: var(--leadImage);
  }
}
.c-header .c-header__image.no-image {
  background-color: #dddddd;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .c-header .c-header__image.no-image {
    padding-bottom: 40%;
  }
}
.c-header .c-header__image.no-image ~ .c-register {
  color: #000;
}
.c-header .c-header__image.no-image + .c-header__title {
  color: #000;
}

.c-header__video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.c-header__video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .c-header__video {
    display: block;
  }
}

.c-ht-register {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #c1c1c1;
  display: block;
}
@media (min-width: 768px) {
  .c-ht-register {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.c-ht-register .c-event-date-place {
  font-family: "Goldwyn", monospace;
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-ht-register .c-event-date-place {
    text-align: left;
    margin-bottom: initial;
  }
}

.c-ht-register .c-event-register {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-ht-register .c-event-register {
    max-width: 180px;
    margin: 0;
  }
}

.c-ht-register .c-event-register:hover {
  background-color: #b50e14;
}

.c-header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 140px;
  position: relative;
  opacity: 0;
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
  animation-delay: 800ms;
}
@media (prefers-reduced-motion) {
  .c-header {
    opacity: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  .c-header {
    margin-bottom: 80px;
  }
}

.c-header-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
}

.c-header__title {
  width: 90%;
  margin: 0 auto;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 53px;
  color: #fff;
  text-align: center;
  z-index: 100;
}
@media (min-width: 768px) {
  .c-header__title {
    width: 80%;
    top: 50%;
    font-size: 52px;
    line-height: 63px;
  }
}
@media (min-width: 1024px) {
  .c-header__title {
    font-size: 70px;
    line-height: 83px;
  }
}

.c-register {
  width: 90%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
  position: absolute;
  bottom: -80px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .c-register {
    position: initial;
    bottom: initial;
    width: 80%;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.c-header-container .c-event-date-place {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  margin: 0 auto 30px;
  width: 70%;
}
@media (min-width: 768px) {
  .c-header-container .c-event-date-place {
    font-size: 18px;
    line-height: 21px;
  }
}

.c-event-register {
  width: 90%;
  height: 35px;
  border: 0;
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  background-color: #e7131a;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .c-event-register {
    max-width: 180px;
    margin-top: 60px;
  }
}

.c-event-register:hover {
  background-color: #b50e14;
  color: #fff;
}

/* Intro */
.c-intro {
  width: 85%;
  max-width: 840px;
  margin: 0 auto 80px auto;
  opacity: 0.1;
}
.c-intro.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-intro {
    opacity: 1;
    animation: none;
  }
}

.c-intro-video {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 80px;
}

.c-intro-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-intro-image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 768px;
  max-height: 360px;
}

.c-intro-copy {
  max-width: 665px;
  margin: 30px auto 40px;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .c-intro-copy {
    font-size: 24px;
    line-height: 36px;
  }
}
.c-intro-copy p {
  margin-bottom: 15px;
}
.c-intro-copy h2 {
  max-width: 665px;
  margin: 0 auto 30px;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .c-intro-copy h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
.c-intro-copy li {
  margin-bottom: 10px;
}

.c-intro-audio {
  margin: 0 auto 40px;
  max-width: 665px;
}

.c-intro-hashtag {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  color: #e7131a;
  margin: 0 auto 40px;
  max-width: 665px;
  display: block;
}

.c-intro-button {
  border: 0;
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  background-color: #e7131a;
  cursor: pointer;
  margin: 0 auto 40px;
  margin-left: 0;
  padding: 15px 40px;
  display: inline-block;
}
.c-intro-button:hover {
  background-color: #b50e14;
  color: #fff;
}
@media (min-width: 768px) {
  .c-intro-button {
    margin-left: 8%;
  }
}
@media (min-width: 1024px) {
  .c-intro-button {
    margin-left: 88px;
  }
}

/* Disclaimer */
.c-intro-dislaimer {
  width: 665px;
  max-width: 85%;
  font-family: "Goldwyn", monospace;
  color: #5e6a74;
  font-size: 14px;
  line-height: 20px;
  margin: 80px auto;
}

/* Subscriber Access */
.c-subscriber-access {
  width: 100%;
  margin: 40px auto 60px;
  max-width: 665px;
  padding: 60px 0;
  color: #e7131a;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.c-subscriber-access__text {
  margin: 0 auto;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 30px;
}

.c-subscriber-access__link {
  text-decoration: underline;
  text-underline-offset: 0.05em;
  color: #e7131a;
}
.c-subscriber-access__link:hover {
  color: #b50e14;
  text-decoration: underline;
  text-underline-offset: 0.05em;
}

/* Presented by */
.c-presented-by {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 30px 0;
}

.c-presented-by__sponsor-message {
  margin: 0 auto 30px;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  text-align: center;
}

.c-presented-by__sponsor-logo {
  display: block;
  height: 120px;
  margin: 0 auto;
}

/* Subscribe */
.c-subscribe {
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
  padding: 80px 0;
  opacity: 0.1;
}
.c-subscribe.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-subscribe {
    opacity: 1;
  }
  .c-subscribe.is-inview {
    animation: none;
  }
}

.c-subscribe__logo {
  margin: 0 auto;
  display: block;
  width: 92px;
}

.c-subscribe__headline {
  max-width: 665px;
  margin: 32px auto 12px;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-subscribe__headline {
    font-size: 48px;
    line-height: 58px;
  }
}

.c-subscribe__dek {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  width: 80%;
  max-width: 560px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-subscribe__dek {
    font-size: 24px;
    line-height: 36px;
  }
}

.c-subscribe__subscribe {
  width: 140px;
  height: 50px;
  border: 0;
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  background-color: #e7131a;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-subscribe__subscribe:hover {
  color: #fff;
  background-color: #b50e14;
}

/* Speakers */
.c-speakers {
  width: 100%;
  margin: 0 auto;
  background-color: #f1f1f1;
  padding-bottom: 80px;
}

.c-speakers-container {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0;
  display: block;
  grid-template-columns: none;
}
@media (min-width: 768px) {
  .c-speakers-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, minmax(320px, max-content));
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .c-speakers-container {
    grid-template-columns: repeat(3, minmax(320px, 1fr));
  }
}

.c-speakers-container--extras:not(.is-expanded) {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.c-speakers-card.is-inview:nth-child(1) {
  animation-delay: 0.1s;
}
.c-speakers-card.is-inview:nth-child(2) {
  animation-delay: 0.2s;
}
.c-speakers-card.is-inview:nth-child(3) {
  animation-delay: 0.3s;
}
.c-speakers-card.is-inview:nth-child(4) {
  animation-delay: 0.4s;
}
.c-speakers-card.is-inview:nth-child(5) {
  animation-delay: 0.5s;
}
.c-speakers-card.is-inview:nth-child(6) {
  animation-delay: 0.6s;
}

.c-speakers-card {
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: stretch;
  height: auto;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  opacity: 0.1;
  transform: translateY(40px);
}
@media (min-width: 768px) {
  .c-speakers-card {
    height: 100%;
  }
}
.c-speakers-card.is-sponsored {
  border-bottom: 2px solid #6236ff;
}
.c-speakers-card.is-inview {
  animation: fadeinup 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-speakers-card {
    opacity: 1;
    transform: translateY(0);
  }
  .c-speakers-card.is-inview {
    animation: none;
  }
}

.c-speakers-card__photo {
  max-width: 100%;
  margin: 0 auto 35px;
  height: 268px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-speakers-card__name {
  font-size: 32px;
  line-height: 38px;
  color: #000;
  width: 80%;
  margin: 0 auto 10px;
}

.c-speakers-card__title {
  font-size: 18px;
  line-height: 24px;
  width: 80%;
  margin: 0 auto auto;
}

.c-speakers-card__link {
  display: inline-block;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  width: 80%;
  margin: 30px auto 0;
  align-self: flex-end;
}

.c-speakers-card-sponsor__label {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  color: #6236ff;
  width: 80%;
  margin: 30px auto 0;
}

.c-more-sticky-wrapper {
  position: relative;
}
.c-more-sticky-wrapper .c-speakers-card {
  opacity: 1;
  transform: translateY(0%);
}

.c-speakers-more-button {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 20px 0;
  margin: 20px 0;
  background-color: #f1f1f1;
  display: block;
  z-index: 10;
}
.c-speakers-more-button::after {
  content: "⌄";
  display: inline-block;
  position: relative;
  font-size: 15px;
  margin-left: -5px;
  top: -3px;
}
.c-speakers-more-button.is-expanded {
  position: sticky;
  top: calc(56px - 1px);
}
@media (min-width: 1024px) {
  .c-speakers-more-button.is-expanded {
    top: calc(70px - 1px);
  }
}
.c-speakers-more-button.is-expanded::after {
  content: "⌃";
  top: 3px;
}

/* In Person Promo Module */
.c-inperson {
  width: 80%;
  max-width: 1088px;
  margin: 0 auto;
  padding: 100px 0 80px;
  background-color: #fff;
  border-bottom: 1px solid #c1c1c1;
  display: block;
  overflow: visible;
}
@media (min-width: 1024px) {
  .c-inperson {
    display: flex;
  }
}

.c-slideshow {
  position: relative;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-slideshow {
    width: 608px;
    margin-right: 80px;
  }
}

.c-slideshow-accent {
  position: absolute;
  max-width: 140px;
  height: auto;
  top: -70px;
  right: -70px;
}

.c-slideshow-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .c-slideshow-container {
    width: 608px;
    height: 526px;
  }
}

.c-slideshow_img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-slideshow_img.active {
  opacity: 1;
}
.c-slideshow_img.inactive {
  opacity: 0;
}

.c-slideshow-buttons {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
}

.c-slideshow_button {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 16px;
  cursor: pointer;
  transition: background-color 0.5s cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-slideshow_button:last-child {
  margin-right: 0;
}
.c-slideshow_button.is-active {
  background-color: #eaeadf;
}

.c-inperson-copy {
  max-width: 100%;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  margin: 60px 0 0;
}
@media (min-width: 1024px) {
  .c-inperson-copy {
    max-width: 400px;
    margin: 0;
    padding-bottom: 80px;
    align-self: center;
  }
}
.c-inperson-copy p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.c-inperson-copy p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-inperson-copy ul {
  margin: 0 0 20px 15px;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
.c-inperson-copy li {
  margin-bottom: 15px;
}
.c-inperson-copy h1,
.c-inperson-copy h2 {
  max-width: 665px;
  margin: 0 auto 30px;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .c-inperson-copy h1,
.c-inperson-copy h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
.c-inperson-copy .c-btn {
  margin-top: 30px;
}

/* Featured */
.c-featured {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.c-featured-container {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
  grid-template-columns: initial;
  padding: 0 0 80px;
}
@media (min-width: 768px) {
  .c-featured-container {
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(290px, 340px));
  }
}
@media (min-width: 1024px) {
  .c-featured-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, max-content));
    justify-content: center;
    grid-gap: 25px;
    max-width: 1070px;
  }
}

.c-featured-card.is-inview:nth-child(1) {
  animation-delay: 0.1s;
}
.c-featured-card.is-inview:nth-child(2) {
  animation-delay: 0.2s;
}
.c-featured-card.is-inview:nth-child(3) {
  animation-delay: 0.3s;
}
.c-featured-card.is-inview:nth-child(4) {
  animation-delay: 0.4s;
}
.c-featured-card.is-inview:nth-child(5) {
  animation-delay: 0.5s;
}
.c-featured-card.is-inview:nth-child(6) {
  animation-delay: 0.6s;
}

.c-featured-card {
  display: block;
  max-width: 340px;
  background-color: #fff;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  color: #000;
  margin: 0 auto 40px;
  border: 1px solid #dddddd;
  opacity: 0.1;
  transform: translateY(40px);
}
@media (min-width: 768px) {
  .c-featured-card {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .c-featured-card {
    display: block;
    max-width: 340px;
  }
}
.c-featured-card .c-card {
  display: block;
}
@media (min-width: 768px) {
  .c-featured-card .c-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 16px;
  }
}
@media (min-width: 1024px) {
  .c-featured-card .c-card {
    display: block;
  }
}
.c-featured-card .c-img {
  height: 100%;
}
.c-featured-card.is-sponsored {
  border-bottom: 2px solid #6236ff;
}
.c-featured-card.is-inview {
  animation: fadeinup 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-featured-card {
    opacity: 1;
    transform: translateY(0);
  }
  .c-featured-card.is-inview {
    animation: none;
  }
}

.c-featured-card__link {
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-featured-card__link {
    max-width: 100%;
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-gap: 5px 12px;
  }
}
@media (min-width: 1024px) {
  .c-featured-card__link {
    display: block;
  }
}

.c-featured-card .c-card_img {
  max-width: 100%;
  margin-bottom: 20px;
  grid-row-start: 1;
  grid-row-end: 4;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .c-featured-card .c-card_img {
    align-self: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-featured-card .c-card_img {
    margin-bottom: 20px;
  }
}

.c-featured-card__label {
  width: 80%;
  margin: 0 auto;
  font-family: "Goldwyn", monospace;
  font-size: 12px;
  color: #5e6a74;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  align-self: end;
}
@media (min-width: 768px) {
  .c-featured-card__label {
    margin: 30px 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .c-featured-card__label {
    margin: 0 auto 25px;
  }
}
.c-featured-card__label.is-sponsored {
  color: #6236ff;
}

.c-featured-card__title {
  width: 80%;
  margin: 0 auto;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-featured-card__title {
    margin: 5px 0 0 20px;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .c-featured-card__title {
    margin: 0 auto 20px;
  }
}

.c-featured-card__author {
  width: 80%;
  margin: 0 auto 30px;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-featured-card__author {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .c-featured-card__author {
    margin: 0 auto 30px;
  }
}

.c-ad-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #f9fafc;
  border-bottom: 1px solid #fff;
}

.c-ad {
  padding: 40px 0;
}

.c-ad.ad-loaded--standard:before,
.c-ad.ad-loaded--responsive:before {
  content: "Advertisement";
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
  display: block;
  color: #5e6a74;
  letter-spacing: 0.5px;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.c-ad.ad-loaded--standard:after,
.c-ad.ad-loaded--responsive:after {
  content: "";
  display: block;
  padding-top: 30px;
}

.c-agenda {
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
  padding: 80px 25px 0 25px;
}
@media (min-width: 768px) {
  .c-agenda {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .c-agenda {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.c-agenda-sessions {
  border-bottom: 1px solid #c0ccda;
}
@media (min-width: 1024px) {
  .c-agenda-sessions {
    display: grid;
    gap: 20px 0px;
  }
}

.c-agenda-header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .c-agenda-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 32px;
  }
}

.c-agenda-header__leftcol {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .c-agenda-header__leftcol {
    padding-bottom: 0;
  }
}
.c-agenda-header__leftcol p {
  margin-top: 32px;
  max-width: 640px;
}
@media (min-width: 768px) {
  .c-agenda-header__leftcol p {
    width: 640px;
  }
}

.c-agenda-header__rightcol {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 768px) {
  .c-agenda-header__rightcol {
    flex-direction: row;
  }
}

.c-agenda-header__title {
  margin: 0;
  max-width: 100%;
  padding: 0;
  text-align: left;
  width: 100%;
}
.c-agenda-header__title::after {
  display: none;
}

.c-agenda-reset {
  text-align: center;
  padding-bottom: 40px;
}

.c-agenda-reset__text {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 32px;
  line-height: 38px;
  max-width: 664px;
  margin: 60px auto 32px;
}

.c-agenda-tabbar {
  align-items: center;
  background: #EFF2F7;
  border: 1px solid #c0ccda;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-agenda-tabs-wrapper {
  flex-grow: 1;
  height: 98px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
  padding-bottom: 0px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .c-agenda-tabs-wrapper {
    height: auto;
    width: auto;
  }
}
.c-agenda-tabs-wrapper::after {
  border-top: 1px solid #c0ccda;
  bottom: -1px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.c-agenda-tabs {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 24px;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .c-agenda-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: auto;
  }
}

.c-agenda-tabs--expanded .c-agenda-tab {
  height: 74px;
  padding: 16px 32px;
}
.c-agenda-tabs--expanded .c-agenda-tab:not(.c-agenda-tab--current) {
  color: white;
  background: #5e6a74;
}
@media (min-width: 768px) {
  .c-agenda-tabs--expanded .c-agenda-tab:not(.c-agenda-tab--current) {
    color: black;
    background: none;
    position: unset;
  }
}

.c-agenda-tab {
  height: 0;
  padding: 0;
  box-sizing: border-box;
  order: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-agenda-tab {
    height: 74px;
    padding: 16px 32px;
    text-align: center;
    width: auto;
    position: unset;
  }
}

.c-agenda-tab--lone-date {
  height: auto;
  padding: 0px 8px;
}
@media (min-width: 1024px) {
  .c-agenda-tab--lone-date {
    padding: 16px 24px;
  }
}

.c-agenda-tab--current:not(.c-agenda-tab--lone-date) {
  height: 74px;
  padding: 16px 32px;
  order: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .c-agenda-tab--current:not(.c-agenda-tab--lone-date) {
    order: 1;
    width: auto;
  }
}

.c-agenda-tab--current:not(.c-agenda-tab--lone-date) {
  color: white;
  background-color: #21272c;
}
.c-agenda-tab--current:not(.c-agenda-tab--lone-date)::after {
  content: "";
  background-image: url("/sponsored/assets/live/assets/caret-white.svg");
  display: block;
  height: 7px;
  position: absolute;
  width: 16px;
  top: calc(50% - 4px);
  right: 34px;
}
@media (min-width: 768px) {
  .c-agenda-tab--current:not(.c-agenda-tab--lone-date)::after {
    display: none;
  }
}

.c-agenda-tab:not(.c-agenda-tab--lone-date):not(.c-agenda-tab--current):hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-agenda-tab:not(.c-agenda-tab--lone-date):not(.c-agenda-tab--current):hover {
    color: #b50e14;
  }
}

.c-agenda-tab__weekday {
  display: block;
  font-family: "Goldwyn", monospace;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 22px;
  text-transform: uppercase;
}

.c-agenda-tab__date {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 17px;
  white-space: nowrap;
}

.c-format-title {
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .c-format-title {
    width: auto;
    margin-top: 0;
  }
}

.c-format-checkboxes {
  align-items: center;
  border-left: 1px solid #c0ccda;
  display: flex;
  flex-wrap: wrap;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  margin-bottom: 32px;
  margin-left: -1px;
  min-height: 60px;
  padding-left: 24px;
  padding-right: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .c-format-checkboxes {
    margin-bottom: 0;
  }
}

.c-format-wrapper {
  display: flex;
  margin-top: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-format-wrapper {
    margin-top: 0;
    width: auto;
  }
}

.c-format-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  border: 1px solid #c0ccda;
  height: 20px;
  margin-right: 14px;
  position: relative;
  width: 20px;
}
@media (min-width: 768px) {
  .c-format-checkbox {
    margin-left: 32px;
  }
}
.c-format-checkbox:checked {
  border: 0;
  background-color: #e7131a;
}
.c-format-checkbox:checked::after {
  background-image: url("/sponsored/assets/live/assets/check-white.png");
  background-size: cover;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  top: 2px;
  width: 19px;
}

.c-format-checkbox:checked + .c-format-checkbox-label {
  color: #e7131a;
}
.c-format-checkbox:checked + .c-format-checkbox-label svg path {
  fill: #e7131a;
}

.c-format-checkbox-label {
  align-items: center;
  display: flex;
}
.c-format-checkbox-label svg {
  margin-left: 10px;
}
.c-format-checkbox-label svg path {
  fill: #000;
}

.c-session {
  border-top: 1px solid #c0ccda;
  display: grid;
  padding: 40px 0;
}
.c-session:first-child {
  border: 0;
}
@media (min-width: 768px) {
  .c-session {
    grid-gap: 0 52px;
    grid-template-columns: 42px 1fr 134px;
  }
}
@media (min-width: 1024px) {
  .c-session {
    display: contents;
  }
}

@media (min-width: 1024px) {
  .c-session:first-child .c-format-icons,
.c-session:first-child .c-session-title,
.c-session:first-child .c-session__time,
.c-session:first-child .c-format-label,
.c-session:first-child .c-session_collapse {
    border-top: 0;
  }
}

.c-session-title {
  grid-row: 2;
  grid-column: 1;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .c-session-title {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 1024px) {
  .c-session-title {
    border-top: 1px solid #c0ccda;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    grid-row: span 1;
    grid-column: 2;
    justify-content: center;
    margin-bottom: 0;
    padding-right: 50px;
  }
}

.c-session-title__text {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 32px;
}

.c-session-title__underwriter {
  color: #6236ff;
  font-family: "Goldwyn", monospace;
  font-size: 12px;
  margin-top: 8px;
  text-transform: uppercase;
}

.c-session__time {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  font-style: italic;
  grid-row: 3;
  grid-column: 1;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .c-session__time {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 1024px) {
  .c-session__time {
    border-top: 1px solid #c0ccda;
    padding-top: 40px;
    align-items: center;
    display: flex;
    grid-row: span 1;
    grid-column: 3;
    margin-bottom: 0;
    padding-right: 50px;
  }
}

.c-session_collapse {
  grid-row: 5;
  grid-column: 1;
  min-width: 134px;
}
@media (min-width: 768px) {
  .c-session_collapse {
    grid-column: 3;
    grid-row: 1/4;
  }
}
@media (min-width: 1024px) {
  .c-session_collapse {
    border-top: 1px solid #c0ccda;
    padding-top: 40px;
    align-items: center;
    display: flex;
    grid-row: span 1;
    grid-column: 5;
  }
}

.c-session_collapse__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #21272c;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: "Goldwyn", monospace;
  font-size: 12px;
  padding: 13px 0;
  width: 134px;
  height: 40px;
}
.c-session_collapse__button.c-session_collapse--collapsed {
  background: #e7131a;
}

.c-session__action {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .c-session__action {
    margin-top: 0;
  }
}

.c-session-content {
  grid-row: 6;
  grid-column: 1;
  position: relative;
  max-width: 515px;
  max-height: 999999px;
  transition: max-height 0.9s ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .c-session-content {
    grid-row: span 1;
    grid-column: 2/span 3;
  }
}
@media (min-width: 1024px) {
  .c-session-content {
    padding-top: 0;
  }
}
.c-session-content.is-collapsed {
  max-height: 0;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
  padding: 0;
}

.c-session__header {
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 15px;
}

.c-session__description {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
}

.c-session-content .c-btn {
  font-size: 12px;
  margin-bottom: 40px;
}

.c-session__duration {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  margin: 20px 0 40px 0;
}

/* Speakers */
.c-session-speakers {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  border-top: 1px solid #c1c1c1;
  padding: 20px 0 0;
  grid-column-start: 2;
  grid-column-end: 3;
  margin-bottom: 18px;
}

.c-session__speaker.is-sponsored {
  display: block;
  font-family: "Goldwyn", monospace;
  font-size: 10px;
  color: #6236ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

.c-session-speakers__list {
  display: block;
  margin: 0 0 40px;
  padding: 0;
}
@media (min-width: 768px) {
  .c-session-speakers__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

.c-session__speaker {
  list-style-type: none;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 5px 12px;
  margin-bottom: 20px;
  align-items: center;
}
@media (min-width: 768px) {
  .c-session__speaker {
    margin-bottom: 0px;
  }
}
.c-session__speaker.is-sponsored {
  display: block;
  grid-column-start: 1;
  grid-column-end: 3;
  font-family: "Goldwyn", monospace;
  font-size: 10px;
  color: #6236ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
.c-session__speaker.is-sponsored sup {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  vertical-align: baseline;
}

.c-session__speaker-portrait {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  grid-row-start: 1;
  grid-row-end: 3;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-session__speaker-portrait .c-img {
  height: 100%;
}

.c-session__speaker-name {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  text-transform: lowercase;
  align-self: end;
}
.c-session__speaker-name .is-sponsored {
  color: #6236ff;
  font-size: 20px;
  position: relative;
  top: 1px;
}

.c-session__speaker-title {
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  align-self: start;
}

/* Underwriter logos */
.c-session__underwriter {
  margin-bottom: 35px;
  display: block;
}

.c-session__underwriter-header {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  border-top: 1px solid #c1c1c1;
  padding: 20px 0 0;
}

.c-session__underwriter-logo {
  margin-top: 20px;
  display: inline-block;
}

.c-session__underwriter-logo .c-img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 230px;
  max-height: 90px;
  height: auto;
}

/* Sponsors */
.c-sponsors {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .c-sponsors {
    width: 80%;
  }
}

.c-sponsor-level {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-top: 1px solid #c1c1c1;
  padding: 20px 0 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-sponsor-level {
    margin: 0;
  }
}

.c-sponsor-logo-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px 0;
  justify-content: center;
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .c-sponsor-logo-container {
    grid-template-columns: repeat(6, 1fr);
    padding: 40px 0 65px;
    grid-gap: 40px;
  }
}
.c-sponsor-logo-container.no-level {
  padding-top: 0;
}

.c-sponsor {
  grid-column: 1;
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 200px;
  height: auto;
  align-self: center;
  justify-self: center;
  margin: 0 0 15px;
}
.c-sponsor:last-child:nth-child(3n-1) {
  grid-column-end: -2;
}
.c-sponsor:nth-last-child(2):nth-child(3n+1) {
  grid-column-end: 4;
}
.c-sponsor:last-child:nth-child(3n-2) {
  grid-column-end: 5;
}
@media (min-width: 768px) {
  .c-sponsor {
    grid-column: span 2;
    max-width: 260px;
    margin: 0;
  }
}
.c-sponsor .c-img {
  max-height: 120px;
}

.c-sponsor__logo .c-img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

/* Details */
.c-details {
  width: 100%;
  margin: 0 auto;
  background-color: #21272c;
  text-align: center;
  color: #fff;
  padding: 60px 0 80px 0;
  background-size: cover;
  background-position: center;
  margin-top: 60px;
  opacity: 0.1;
  transform: translateY(40px);
  position: relative;
  z-index: 0;
}
.c-details.is-inview {
  animation: fadeinup 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-details {
    opacity: 1;
    transform: translateY(0);
  }
  .c-details.is-inview {
    animation: none;
  }
}

.c-details-label {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  margin-bottom: 50px;
}

.c-details-place {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .c-details-place {
    font-size: 48px;
    line-height: 58px;
  }
}

.c-details-address {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  white-space: pre-line;
}

.c-details-date {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 24px;
}

.c-details-time {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 24px;
}

.c-details-social {
  list-style-type: none;
  padding: 0;
  width: 80%;
  max-width: 600px;
  margin: 50px auto 0;
  position: relative;
}

.c-details-social__share-label {
  display: inline-block;
  vertical-align: middle;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  color: #fff;
  margin-right: 25px;
  padding-bottom: 2px;
}

.c-details-social__share-item {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin-right: 20px;
}
.c-details-social__share-item:last-child {
  margin-right: 0;
}

/* Questions */
.c-questions {
  width: 100%;
  margin: 0 auto;
  background-color: #f9fafc;
  padding: 80px 0;
  opacity: 0.1;
  position: relative;
  z-index: 10;
}
.c-questions.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}

.c-questions-contacts-container {
  width: 100%;
  margin: 80px auto;
  display: block;
}
@media (min-width: 1024px) {
  .c-questions-contacts-container {
    display: flex;
    justify-content: center;
  }
}

.c-questions-contact {
  margin: 0 0 50px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .c-questions-contact {
    width: 90%;
    margin: 0 auto 8vw;
  }
}

.c-questions-contact__label {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  color: #e7131a;
  margin-bottom: 25px;
}

.c-questions-contact__title {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 20px;
}

.c-questions-contact__address {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
}

/* Related Events */
.c-related {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.c-related-container {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
  grid-template-columns: initial;
  padding: 0 0 80px;
}
@media (min-width: 768px) {
  .c-related-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, max-content));
    justify-content: center;
    grid-gap: 25px;
    max-width: 1070px;
  }
}

@keyframes fadeinup {
  0% {
    opacity: 0.1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-related-container > .c-card {
  opacity: 0.1;
  transform: translateY(40px);
}
.c-related-container > .c-card.is-inview {
  animation: fadeinup 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-related-container > .c-card.is-inview:nth-child(1) {
  animation-delay: 0.1s;
}
.c-related-container > .c-card.is-inview:nth-child(2) {
  animation-delay: 0.2s;
}
.c-related-container > .c-card.is-inview:nth-child(3) {
  animation-delay: 0.3s;
}
.c-related-container > .c-card.is-inview:nth-child(4) {
  animation-delay: 0.4s;
}
.c-related-container > .c-card.is-inview:nth-child(5) {
  animation-delay: 0.5s;
}
.c-related-container > .c-card.is-inview:nth-child(6) {
  animation-delay: 0.6s;
}
@media (prefers-reduced-motion) {
  .c-related-container > .c-card {
    opacity: 1;
    transform: translateY(0);
  }
  .c-related-container > .c-card.is-inview {
    animation: none;
  }
}

.c-related-card {
  flex-grow: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-related-card {
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-related-card {
    max-width: 340px;
  }
}
.c-related-card.is-sponsored {
  border-bottom: 2px solid #6236ff;
}

/* More Events */
.c-more-events {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #c1c1c1;
}

.c-more-events__link {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  text-decoration: underline;
  margin: 0 auto;
}

.c-format-icons {
  display: flex;
  gap: 23px;
  grid-column: 1;
  grid-row: 1;
  list-style: none;
  margin: 0 0 32px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .c-format-icons {
    flex-direction: column;
    grid-row: 1/4;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .c-format-icons {
    border-top: 1px solid #c0ccda;
    padding-top: 40px;
    align-items: center;
    flex-direction: row;
    grid-row: span 1;
    padding-right: 50px;
  }
}

.c-format-icons__icon {
  fill: #c0ccda;
}

.c-format-icons__in-person {
  height: 35px;
}

.c-format-icons__virtual {
  height: 32px;
}

.c-format-label {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  font-style: italic;
  grid-row: 4;
  grid-column: 1;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .c-format-label {
    grid-column: 2;
    grid-row: 3;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .c-format-label {
    border-top: 1px solid #c0ccda;
    padding-top: 40px;
    align-items: center;
    display: flex;
    grid-row: span 1;
    grid-column: 4;
    padding-right: 50px;
  }
}

.c-dropdown-label {
  display: block;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.c-dropdown-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .c-dropdown-wrapper {
    min-width: 205px;
    width: auto;
  }
}

.c-dropdown {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c0ccda;
  color: #8592A4;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  width: 100%;
  padding: 16px 40px 16px 16px;
}

.c-dropdown-caret {
  background-image: url("/sponsored/assets/live/assets/caret.svg");
  background-size: cover;
  display: block;
  height: 7px;
  position: absolute;
  right: 19px;
  top: calc(50% - 3.5px);
  width: 12px;
}

/* Footer */
.c-footer {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #fff;
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.c-footer__logo {
  width: 200px;
  margin-bottom: 50px;
}

.c-footer__live-links {
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 15px;
  padding: 0;
}

.c-footer__legal-links {
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 0px;
  padding: 0;
}

.c-footer__live-link,
.c-footer__legal-link {
  display: block;
  margin: 0 auto 20px;
  padding-right: 0;
  border-right: 0;
}
@media (min-width: 768px) {
  .c-footer__live-link,
.c-footer__legal-link {
    display: inline;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #c1c1c1;
  }
  .c-footer__live-link:last-child,
.c-footer__legal-link:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0;
  }
}

.c-footer__disclaimer {
  font-size: 10px;
  color: #5e6a74;
  width: 85%;
  margin: 0 auto 12px;
}

.c-footer__copyright {
  font-size: 10px;
  color: #5e6a74;
  width: 85%;
  margin: 0 auto;
}

.c-footer-social__links {
  list-style-type: none;
  padding: 0;
  width: 80%;
  max-width: 600px;
  margin: 60px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-footer-social__share-label {
  display: inline-block;
  vertical-align: middle;
  font-family: "Goldwyn", monospace;
  font-size: 12px;
  color: #000;
  margin-right: 25px;
  padding-bottom: 2px;
}

.c-footer-social__share-item {
  width: 16px;
  margin-right: 20px;
}
.c-footer-social__share-item:last-child {
  margin-right: 0;
}