@charset "UTF-8";
html,
body {
  font-size: 18px;
  color: #111111; }

body {
  margin: 0 auto;
  background-size: 200px;
  background-color: #EFE7DC;
  position: relative; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #0E26FF; }

a:hover {
  border-bottom: 0;
  color: #0E26FF; }

.ads, .m-ad {
  max-width: 650px;
  text-align: center; }
  .ads:not(:empty), .m-ad:not(:empty) {
    margin: 40px auto; }

.ad {
  margin: 32px auto;
  display: none; }

.article {
  height: 100%;
  overflow: hidden; }

#end-mark {
  margin-bottom: 128px; }

#end-mark:after {
  color: #e9e9e9;
  content: " ■"; }

#footer .m-ad {
  padding: 32px 0;
  display: inherit; }

.header-logo {
  display: block;
  width: 150px;
  left: 16px;
  position: absolute;
  top: 16px;
  border: 0px solid;
  z-index: 900; }

img {
  width: 100%; }

img,
svg {
  display: block; }

.v-logo svg {
  fill: #FFFFFF; }
  @media screen and (min-width: 769px) {
    .v-logo svg {
      fill: #000000; } }
header {
  height: 100%;
  width: 100vw;
  position: relative;
  margin-bottom: 80px;
  background-color: #FFF2E6; }

.desktop-only {
  display: none; }
  @media (min-width: 600px) {
    .desktop-only {
      display: block; } }
.mobile-only {
  display: block; }
  @media (min-width: 600px) {
    .mobile-only {
      display: none; } }
.conveyor-container {
  margin: 32px auto 0;
  padding: 25px 0; }
  @media (min-width: 600px) {
    .conveyor-container {
      padding: 60px 0; } }
  .conveyor-container .inner-loop .image-container {
    display: flex;
    flex-wrap: none;
    flex-direction: columns; }
    @media (max-width: 599px) {
      .conveyor-container .inner-loop .image-container {
        background-image: url("https://cdn.vox-cdn.com/uploads/chorus_asset/file/24201538/acastro_226107_white__1_.jpeg");
        background-size: auto 99.5%;
        background-position: left center; } }
  .conveyor-container .inner-loop img {
    width: auto;
    height: 200px;
    -webkit-animation-name: marquee_lede;
            animation-name: marquee_lede;
    -webkit-animation-duration: 240s;
            animation-duration: 240s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    opacity: 0; }
    .conveyor-container .inner-loop img.desktop {
      display: none; }
    @media (min-width: 600px) {
      .conveyor-container .inner-loop img {
        height: 325px; }
        .conveyor-container .inner-loop img.mobile {
          display: none; }
        .conveyor-container .inner-loop img.desktop {
          display: block; } }
  .conveyor-container .inner-loop.active .image-container {
    background-image: none; }
  .conveyor-container .inner-loop.active img {
    -webkit-animation-play-state: running;
            animation-play-state: running;
    opacity: 1; }
  .conveyor-container .inner-loop.active.reversing {
    -webkit-animation-name: reverse;
            animation-name: reverse;
    -webkit-animation-duration: 7.5s;
            animation-duration: 7.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
    .conveyor-container .inner-loop.active.reversing img {
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }

.lockup-container {
  width: 100%;
  background-color: #FFF2E6;
  padding: 0 20px 20px;
  color: #0E26FF;
  font-family: interstate, sans-serif;
  font-weight: 700; }
  @media (min-width: 600px) {
    .lockup-container {
      padding-top: 20px; } }
  .lockup-container .title-fit {
    display: block;
    margin-bottom: 10px; }
    .lockup-container .title-fit.desktop-only {
      display: none; }
      @media (min-width: 600px) {
        .lockup-container .title-fit.desktop-only {
          display: block; } }
    .lockup-container .title-fit.mobile-only {
      display: block; }
      @media (min-width: 600px) {
        .lockup-container .title-fit.mobile-only {
          display: none; } }
  .lockup-container .credits {
    margin-top: 4px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border: 3px solid #0E26FF;
    min-height: 50px; }
    @media (min-width: 600px) {
      .lockup-container .credits {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
    .lockup-container .credits div {
      padding: 8px;
      border-right: 3px solid #0E26FF;
      font-size: 14px; }
      @media (min-width: 1024px) {
        .lockup-container .credits div {
          font-size: 20px; } }
      .lockup-container .credits div:last-child {
        border: none; }
      .lockup-container .credits div:nth-last-child(2) {
        border-right: none; }
        @media (min-width: 600px) {
          .lockup-container .credits div:nth-last-child(2) {
            border-right: 3px solid #0E26FF; } }
      .lockup-container .credits div strong {
        font-weight: 800; }
  .lockup-container .dek {
    margin-top: 12px;
    display: flex;
    flex-direction: columns;
    font-size: 14px; }
    @media (min-width: 1024px) {
      .lockup-container .dek {
        font-size: 20px; } }
    .lockup-container .dek div {
      padding: 8px 20px;
      -ms-grid-row-align: center;
          align-self: center; }
    .lockup-container .dek div:first-child {
      font-size: 1.5em;
      text-align: left; }
    .lockup-container .dek div:last-child {
      background-color: #0E26FF;
      color: #FFF2E6;
      flex: 1; }

@-webkit-keyframes marquee_lede {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }

@keyframes marquee_lede {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }

@-webkit-keyframes reverse {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  10% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  40% {
    -webkit-transform: translateX(7.5%);
            transform: translateX(7.5%); }
  47.5% {
    -webkit-transform: translateX(6.5%);
            transform: translateX(6.5%); }
  55% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  60% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes reverse {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  10% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  40% {
    -webkit-transform: translateX(7.5%);
            transform: translateX(7.5%); }
  47.5% {
    -webkit-transform: translateX(6.5%);
            transform: translateX(6.5%); }
  55% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  60% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

.c-tab-bar {
  height: 32px;
  width: 100%;
  align-items: center;
  background: #FFF2E6;
  border-top: 1px solid #e7e7e8;
  bottom: 0;
  justify-content: space-between;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  z-index: 50000; }
  .c-tab-bar:after {
    position: absolute;
    inset: 0;
    display: block;
    content: "";
    pointer-events: none;
    border: 2.5px solid #0E26FF; }

.c-tab-bar {
  border-top: 0;
  bottom: auto;
  -ms-flex-pack: start;
  justify-content: flex-start;
  top: 0; }

.c-tab-bar__logo {
  display: block;
  height: 32px;
  color: #333;
  border-bottom: 0; }

#tab-bar-wrapper {
  height: 32px;
  display: flex; }

.dropbtn {
  padding: 0;
  border: 2px solid #0E26FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }
  @media (min-width: 750px) {
    .dropbtn {
      border-right: none; } }
.dropdown-wrapper {
  display: flex;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  bottom: auto;
  right: auto; }
  .dropdown-wrapper.active .dropbtn {
    cursor: pointer;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    border-right: 2px solid #0E26FF; }
    @media (min-width: 750px) {
      .dropdown-wrapper.active .dropbtn {
        border-left: none; } }
  .dropdown-wrapper.active .dropdown-content {
    display: block; }

.dropdown {
  display: flex; }
  .dropdown .flip {
    display: none; }
    @media (min-width: 750px) {
      .dropdown .flip {
        display: block; } }
  .dropdown:hover .flip, .dropdown:focus .flip {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }
  .dropdown:hover .dropbtn svg rect, .dropdown:focus .dropbtn svg rect {
    fill: #FFF2E6; }
  .dropdown:hover .dropbtn svg path, .dropdown:focus .dropbtn svg path {
    fill: #0E26FF; }

.dropdown-content {
  width: 240px;
  border: 2px solid #0E26FF;
  border-top: none;
  display: none;
  position: absolute;
  bottom: auto;
  top: 32px;
  right: 0;
  background-color: #FFF2E6;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-height: calc(100vh - 32px);
  overflow-y: auto; }
  .dropdown-content::-webkit-scrollbar {
    width: 0.75em; }
  .dropdown-content::-webkit-scrollbar-button:vertical:start:increment, .dropdown-content::-webkit-scrollbar-button:vertical:end:decrement, .dropdown-content::-webkit-scrollbar-button:horizontal:start:increment, .dropdown-content::-webkit-scrollbar-button:horizontal:end:decrement {
    display: none; }
  .dropdown-content::-webkit-scrollbar-button {
    display: block;
    width: 0.75em;
    height: 0.75em;
    background: linear-gradient(60deg, transparent 63%, #fff 63%), linear-gradient(-60deg, transparent 63%, #fff 63%), linear-gradient(to bottom, #0e25ff, #0e25ff);
    background-repeat: no-repeat;
    border: 2px solid transparent; }
  .dropdown-content::-webkit-scrollbar-button:vertical:end:increment {
    background: linear-gradient(240deg, transparent 63%, #fff 63%), linear-gradient(120deg, transparent 63%, #fff 63%), linear-gradient(to top, #0e25ff, #0e25ff);
    background-repeat: no-repeat; }
  .dropdown-content::-webkit-scrollbar-thumb {
    background-color: #0e25ff;
    border-radius: 0;
    background-clip: content-box;
    border: 3px solid transparent; }

.dropdown-content a {
  color: #0E26FF;
  font-family: interstate, sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2.5px solid #0E26FF;
  padding: 16px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative; }
  .dropdown-content a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #0E26FF;
    content: "";
    display: none; }
  .dropdown-content a:hover, .dropdown-content a:focus {
    background-color: #0E26FF; }
    .dropdown-content a:hover table .link-bg, .dropdown-content a:focus table .link-bg {
      background-color: #FFF2E6; }
  .dropdown-content a:last-child {
    background-color: #0E26FF;
    color: #FFF; }
    .dropdown-content a:last-child:before {
      background-color: #0E26FF; }
    .dropdown-content a:last-child table .link-bg {
      background-color: #FFF2E6; }
    .dropdown-content a:last-child:hover, .dropdown-content a:last-child:focus {
      color: #0E26FF;
      background-color: #FFF2E6; }
      .dropdown-content a:last-child:hover table .link-bg, .dropdown-content a:last-child:focus table .link-bg {
        background-color: #FFF2E6; }

.dropdown-content a:hover,
.dropdown-content a:focus {
  color: #FFFFFF; }
  .dropdown-content a:hover:before,
  .dropdown-content a:focus:before {
    display: block; }

.dropdown:hover .dropbtn,
.dropdown:focus .dropbtn {
  background-color: #3e8e41;
  cursor: pointer; }

.dropdown-content table {
  display: contents; }

.dropdown-content table .link-text {
  padding: 0 6px 6px 16px; }

.dropdown-content table .link-bg {
  width: 6px;
  background-color: #0E26FF;
  position: relative;
  z-index: 5; }

.m-ad {
  position: relative;
  display: flex;
  justify-content: center; }

.m-ad iframe {
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); }

@media screen and (max-width: 768px) {
  section.ad {
    position: relative;
    margin-top: 0; }
  section.ad .ad__inner {
    max-width: 800px;
    margin: 45px auto 45px auto;
    text-align: center; }
  #div-gpt-ad-csk_athena_2 {
    min-width: auto; } }

.sr-only {
  display: none; }

.desktop {
  display: none; }
  @media (min-width: 1024px) {
    .desktop {
      display: block; } }
.mobile {
  display: block; }
  @media (min-width: 600px) {
    .mobile {
      display: none; } }
.cross {
  display: none; }

@media (min-width: 1024px) {
  .cross {
    position: absolute;
    top: 0;
    right: calc(100% + (100vw - 735px) / 2);
    width: 225px;
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
    display: block; }
    .cross img {
      width: 100%; } }

hr {
  width: 175px;
  margin: 60px auto;
  border: none;
  height: 16px;
  background-color: #000;
  position: relative; }
  hr:before, hr:after {
    position: absolute;
    top: -10px;
    bottom: -10px;
    border: 8px solid #EFE7DC;
    width: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    content: "";
    left: 50%;
    -webkit-animation-name: marquee;
            animation-name: marquee;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  hr:after {
    -webkit-transform: translateX(175px);
            transform: translateX(175px); }

.dropcap {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .008em;
  line-height: 0.8;
  font-size: 5.7rem;
  float: left;
  color: #000000;
  margin: 0 0.2rem 0 0;
  position: relative;
  text-indent: 0; }
  @media screen and (min-width: 769px) {
    .dropcap {
      font-size: 9.8rem; } }
.story .main .text-column p strong {
  font-family: 'interstate', sans-serif;
  float: left;
  font-weight: 900;
  font-size: 164px;
  line-height: 168px;
  margin: -22px 4px -22px 0; }

.story .pullquote {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin: 40px 0; }
  .story .pullquote p {
    font-family: 'interstate', sans-serif;
    font-size: 30px;
    line-height: 33px;
    color: #000;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .story .pullquote p {
        padding: 40px;
        font-size: 40px;
        line-height: 44px;
        text-align: right; } }
    .story .pullquote p span {
      display: inline-block;
      padding: 3px 5px;
      border: 2px solid #000; }
  .story .pullquote div {
    width: 100%; }
  @media (min-width: 1024px) {
    .story .pullquote {
      flex-direction: row;
      margin: 60px calc(-50vw + 735px / 2);
      align-items: center; }
      .story .pullquote div:first-child {
        width: 45%; }
      .story .pullquote div:last-child {
        flex: 1; }
      .story .pullquote.dual-right div:first-child {
        order: 2; }
      .story .pullquote.dual-right div:last-child {
        order: 1; } }
  @media (min-width: 1600px) {
    .story .pullquote {
      margin: 60px calc(-800px + 735px / 2); } }
.is-active {
  opacity: 1;
  -webkit-filter: none !important;
          filter: none !important; }

.linebreak {
  width: 35%;
  margin: 64px auto; }
  .linebreak img {
    height: 100%;
    width: 100%; }

picture cite {
  position: relative;
  padding: 8px 0;
  font-style: normal;
  display: inline;
  opacity: .75; }

.wide img {
  height: 100%;
  width: 100%;
  display: block; }

.story {
  max-width: 735px;
  padding: 0 16px;
  margin: 0 auto 64px;
  position: relative; }

.story p,
.story ul {
  font-family: "corundum-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.3; }
  .story p img,
  .story ul img {
    margin-bottom: 6px; }

.story h3 {
  font-family: 'interstate', sans-serif;
  font-size: 48px;
  line-height: 44px;
  color: #000;
  font-weight: 800;
  border: 2px solid #000;
  padding: 10px 30px;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .story h3 {
      display: inline-block; } }
  @media (min-width: 1024px) {
    .story h3 {
      padding: 10px 140px 10px 30px; } }
.story-image {
  margin: 60px -25%; }
  @media (min-width: 600px) {
    .story-image {
      margin: 60px auto; } }
  .story-image .video-inner {
    padding-top: 57.5%;
    position: relative; }
    .story-image .video-inner video {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }
  .story-image.wide-left label {
    border-left: none;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
    -webkit-transform: translateX(-4vw);
            transform: translateX(-4vw); }
  @media (min-width: 735px) {
    .story-image.wide-left {
      margin-left: calc(-50vw + 703px/2);
      margin-right: calc(-47.5vw + 703px/2); }
      .story-image.wide-left label {
        padding-right: 120px;
        -webkit-transform: translateX(-2.5vw) translate(-4px, 0);
                transform: translateX(-2.5vw) translate(-4px, 0); } }
  @media (min-width: 1600px) {
    .story-image.wide-left {
      margin-left: calc(-750px + 703px/2);
      margin-right: calc(-725px + 703px/2); }
      .story-image.wide-left label {
        border-left: 2.5px solid #000; } }
  .story-image.wide-right label {
    border-right: none;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-transform: translateX(4vw);
            transform: translateX(4vw); }
  @media (min-width: 735px) {
    .story-image.wide-right {
      margin-right: calc(-50vw + 703px/2);
      margin-left: calc(-47.5vw + 703px/2); }
      .story-image.wide-right label {
        padding-left: 120px;
        -webkit-transform: translateX(2.5vw) translate(4px, 0);
                transform: translateX(2.5vw) translate(4px, 0); } }
  @media (min-width: 1600px) {
    .story-image.wide-right {
      margin-right: calc(-750px + 703px/2);
      margin-left: calc(-725px + 703px/2); }
      .story-image.wide-right label {
        border-right: 2.5px solid #000; } }
  .story-image.medium-right label {
    border-right: none;
    padding-right: 12px;
    padding-left: 12px; }
  @media (min-width: 735px) {
    .story-image.medium-right {
      margin-right: calc(-50vw + 703px/2);
      margin-left: 0 label;
        margin-left-padding-left: 120px; } }
  @media (min-width: 1600px) {
    .story-image.medium-right {
      margin-right: calc(-750px + 703px/2);
      margin-left: 0; }
      .story-image.medium-right label {
        border-right: 2.5px solid #000; } }
  .story-image.wide-left label {
    border-left: none;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-transform: translateX(4vw);
            transform: translateX(4vw); }
  @media (min-width: 735px) {
    .story-image.wide-left {
      margin-left: calc(-50vw + 703px/2);
      margin-right: calc(-47.5vw + 703px/2); }
      .story-image.wide-left label {
        padding-right: 120px;
        -webkit-transform: translateX(-2.5vw) translate(-4px, 0);
                transform: translateX(-2.5vw) translate(-4px, 0); } }
  @media (min-width: 1600px) {
    .story-image.wide-left {
      margin-left: calc(-750px + 703px/2);
      margin-right: calc(-725px + 703px/2); }
      .story-image.wide-left label {
        border-left: 2.5px solid #000; } }
  .story-image.medium-left label {
    border-left: none;
    padding-left: 12px;
    padding-right: 12px; }
  @media (min-width: 735px) {
    .story-image.medium-left {
      margin-left: calc(-50vw + 703px/2);
      margin-right: 0 label;
        margin-right-padding-right: 120px; } }
  @media (min-width: 1600px) {
    .story-image.medium-left {
      margin-left: calc(-750px + 703px/2);
      margin-right: 0; }
      .story-image.medium-left label {
        border-left: 2.5px solid #000; } }
  .story-image.center label {
    padding-left: 12px;
    padding-right: 12px; }
  @media (min-width: 735px) {
    .story-image.center {
      margin-left: calc(-50vw + 703px/2);
      margin-right: calc(-50vw + 703px/2); }
      .story-image.center label {
        padding-right: 120px; } }
  @media (min-width: 1100px) {
    .story-image.center:not(.video-container) {
      margin-left: calc(-550px + 703px/2);
      margin-right: calc(-550px + 703px/2); } }
  @media (min-width: 1400px) {
    .story-image.center {
      margin-left: calc(-700px + 703px/2);
      margin-right: calc(-700px + 703px/2); } }
  .story-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .story-image label {
    display: block;
    width: 100%;
    padding: 12px;
    font-family: "intersate", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    border: 2.5px solid #000;
    max-width: 92vw;
    margin: 24px auto 0; }

.sidebar {
  width: 92%;
  margin: 40px auto 70px;
  display: flex;
  flex-direction: column;
  justify-items: left;
  align-items: center;
  gap: 125px; }
  @media (min-width: 600px) {
    .sidebar {
      float: right;
      width: 50%;
      margin: 35px 0 70px 25px; }
      .sidebar .entry p {
        text-align: right; } }
  @media (min-width: 1024px) {
    .sidebar {
      margin-right: calc(-500px + 703px/2); } }
  .sidebar .entry:first-child p {
    font-size: 5rem; }
  .sidebar .entry:last-child p:after {
    display: none; }
  .sidebar p {
    font-family: "Condor";
    font-size: 7.5rem;
    line-height: 1;
    margin: 0;
    text-align: left;
    position: relative; }
    .sidebar p:after {
      position: absolute;
      top: 100%;
      content: "";
      display: block;
      width: 55%;
      border-bottom: 12px solid #0E26FF;
      right: 0;
      margin-top: 35px; }
    .sidebar p span {
      font-family: "interstate";
      font-size: 1rem;
      display: block;
      position: absolute; }
      .sidebar p span:first-child {
        bottom: 100%;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
        color: #0E26FF;
        max-width: 60%;
        font-weight: 800; }
      .sidebar p span:last-child {
        top: 100%;
        right: 0;
        text-align: right;
        font-weight: 800;
        text-transform: uppercase; }

@-webkit-keyframes marquee {
  0% {
    left: 50%; }
  100% {
    left: -50%; } }

@keyframes marquee {
  0% {
    left: 50%; }
  100% {
    left: -50%; } }

.read-more {
  width: 92%;
  max-width: 980px;
  margin: 40px auto; }
  .read-more h2 {
    font-family: 'interstate', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #0E26FF;
    padding: 10px;
    border-bottom: 4px solid #0E26FF;
    text-transform: uppercase;
    margin: 0 0 45px; }
    @media (min-width: 600px) {
      .read-more h2 {
        padding: 10px 45px; } }
    @media (min-width: 1024px) {
      .read-more h2 {
        margin-right: 335px; } }
  .read-more .item {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .read-more .item a {
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      bordeR: none; }
    @media (min-width: 600px) {
      .read-more .item {
        padding: 0 45px; } }
    @media (min-width: 1024px) {
      .read-more .item {
        flex-direction: row; } }
    .read-more .item .left {
      order: 1;
      padding-top: 25px;
      max-width: 425px;
      margin-left: auto;
      margin-right: auto;
      flex: 1; }
      @media (min-width: 600px) {
        .read-more .item .left {
          max-width: 500px; } }
      @media (min-width: 1024px) {
        .read-more .item .left {
          order: 0;
          max-width: none;
          padding-top: 0; } }
    .read-more .item h4 {
      font-family: 'Corundum Text Book', serif;
      font-weight: 400;
      font-size: 46px;
      align: justify;
      margin: 0 0 30px; }
    .read-more .item:hover h4 {
      color: #0E26FF; }
    .read-more .item p {
      font-family: 'interstate', sans-serif;
      font-weight: 300;
      font-size: 22px;
      margin-bottom: 0; }
    .read-more .item .right {
      max-width: 425px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 600px) {
        .read-more .item .right {
          max-width: 500px; } }
      @media (min-width: 1024px) {
        .read-more .item .right {
          width: 275px;
          margin-left: 25px;
          height: 220px; }
          .read-more .item .right img {
            -o-object-fit: cover;
               object-fit: cover;
            height: 100%;
            width: 100%; } }
      .read-more .item .right img {
        width: 100%; }

.blue-cross {
  width: 100%;
  margin-top: -25px; }
  .blue-cross img {
    margin-right: 60px;
    width: 175px;
    margin-left: auto; }
    @media (min-width: 600px) {
      .blue-cross img {
        width: 225px; } }
    @media (min-width: 1024px) {
      .blue-cross img {
        width: 275px; } }
.l-wrapper {
  margin: 0 auto;
  max-width: 1100px; }

.c-footer {
  background-color: #000;
  color: #fff;
  padding-top: 16px;
  border-top: 1px solid #343434;
  display: block; }

@media (min-width: 728px) {
  .c-footer__wrapper {
    display: table;
    padding: 16px 0;
    width: 100%; } }

.c-footer__wrapper {
  display: block;
  text-align: center; }

.l-wrapper {
  margin: 0 auto;
  max-width: 1100px; }

@media (min-width: 1024px) {
  .c-footer__section-logo {
    text-align: left; } }

@media (min-width: 728px) {
  .c-footer__section-logo {
    text-align: center;
    vertical-align: middle;
    width: 200px; } }

@media (min-width: 728px) {
  .c-footer__section {
    display: table-cell;
    text-align: left;
    vertical-align: middle; } }

.c-footer__section {
  font-size: 0.75em;
  padding: 8px 16px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal; }

.c-footer a {
  color: #FFF2E6;
  vertical-align: baseline;
  border: 0px solid; }

@media (min-width: 728px) {
  .c-footer__section {
    display: table-cell;
    text-align: left;
    vertical-align: middle; } }

.c-footer__section {
  font-size: 0.75em;
  padding: 8px 16px; }

@media (min-width: 1024px) {
  .c-footer__section-vox {
    text-align: right !important; }
    .c-footer__section-vox .u-block svg {
      margin-right: 0; } }

@media (min-width: 728px) {
  .c-footer__section-vox {
    text-align: right;
    width: 290px; } }

@media (min-width: 728px) {
  .c-footer__section {
    display: table-cell;
    text-align: left;
    vertical-align: middle; } }

.c-footer__section {
  font-size: 0.75em;
  padding: 8px 16px; }

.c-footer .u-list-dot-sep {
  margin: 0 0 8px;
  padding: 0; }

.u-list-dot-sep {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.u-list-dot-sep li {
  display: inline-block; }

.u-list-dot-sep li:after {
  content: "\2022";
  display: inline-block;
  margin: 0 8px; }

@media (min-width: 1024px) {
  .c-footer__section-vox a {
    margin-bottom: 8px; } }

.u-hidden-text {
  display: inline-block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0; }

.u-block {
  display: block; }
  .u-block svg {
    margin: 1em auto; }

.c-footer__vox-logo path, .c-footer__vox-logo polygon, .c-footer__vox-logo rect {
  fill: #fff; }

svg:not(:root) {
  overflow: hidden; }

@media (min-width: 600px) {
  .c-footer__vox-logo {
    max-width: 150px;
    padding-top: 16px; } }

.c-footer__vox-logo {
  width: 100%;
  max-width: 150px; }

.c-footer__section-logo {
  text-align: center;
  vertical-align: middle;
  width: 170px;
  margin: auto; }

.c-wide-block .e-image img, .c-wide-block figure, .c-wide-block iframe, .c-wide-block img, .wide-image-block .e-image img, .wide-image-block figure, .wide-image-block iframe, .wide-image-block img {
  margin: 0 auto;
  width: 100%; }

.entry-content .e-image img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.entry-content .e-image img.c-dynamic-image {
  width: 100%; }

.entry-content .e-image img.c-dynamic-image.lazy-loaded {
  width: auto; }

.c-picture {
  display: block;
  width: 100%;
  min-height: 1px; }

.c-picture img {
  display: block;
  width: 100%;
  height: auto; }

.e-image {
  margin: 2.2rem 0; }

.e-image .c-dynamic-image,
.e-image__image,
.e-image img {
  display: block;
  margin-bottom: 0;
  width: 100%; }

.e-image .c-dynamic-image.lazy-loaded,
.e-image__image.lazy-loaded,
.e-image img.lazy-loaded {
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.e-image__meta {
  font-family: Helvetica, sans-serif;
  border-bottom: 1px solid #e7e7e8;
  color: #626262;
  display: block;
  font-size: 0.75em;
  width: 100%;
  padding: 8px 0; }

.fonts-loaded .e-image__meta {
  font-family: Helvetica, sans-serif; }

.e-image__meta p {
  font-size: inherit;
  display: inline; }

@media (min-width: 728px) {
  .e-image__meta {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 600px) {
  .e-image__meta {
    border-bottom: 1px solid #e7e7e8; } }

.e-image__meta-caption,
.e-image figcaption {
  display: inline; }

.e-image__meta-caption + cite:before,
.e-image figcaption + cite:before {
  display: inline-block;
  padding: 0 5px 0 3px;
  content: "|"; }

.e-image__meta-cite,
.e-image cite {
  display: inline;
  opacity: 0.75; }

.e-image__scale {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%; }

.e-image__scale > :not(.p-badge) {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.e-image__scale img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.e-image--hero {
  margin-bottom: 32px;
  margin-top: 0; }

@media (max-width: 880px) {
  .e-image--hero {
    margin: 0 -16px 32px; }
  .e-image--hero .e-image__meta {
    padding: 8px; } }

.e-image__inner {
  display: block;
  position: relative; }

.l-feature .c-wide-block .caption,
.l-feature .c-wide-block .e-image__meta,
.l-feature .p-fullbleed-block .caption,
.l-feature .p-fullbleed-block .e-image__meta {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 16px; }

@media (min-width: 728px) {
  .c-float-left .e-image,
  .c-float-right .e-image,
  .float-left .e-image,
  .float-right .e-image,
  .left .e-image,
  .right .e-image {
    margin-top: 0;
    margin-bottom: 2px; } }

@font-face {
  font-family: FK Roman Standard;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/FKRomanStandard-Regular.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/FKRomanStandard-Regular.woff) format("woff"); }

@font-face {
  font-family: FK Roman Standard;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/FKRomanStandard-Oblique.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/FKRomanStandard-Oblique.woff) format("woff"); }

@font-face {
  font-family: FK Roman Standard;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/FKRomanStandard-Bold.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/FKRomanStandard-Bold.woff) format("woff"); }

@font-face {
  font-family: FK Roman Standard;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/FKRomanStandard-BoldOblique.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/FKRomanStandard-BoldOblique.woff) format("woff"); }

@font-face {
  font-family: Manuka Condensed;
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
  src: url(https://s3.amazonaws.com/assets.sbnation.com/csk/uploads/verge-fonts/ManukaCondensed-Black.woff2) format("woff2"), url(https://s3.amazonaws.com/assets.sbnation.com/csk/uploads/verge-fonts/ManukaCondensed-Black.woff) format("woff"); }

@font-face {
  font-family: Manuka Condensed;
  font-weight: 1000;
  font-style: normal;
  font-display: fallback;
  src: url(https://s3.amazonaws.com/assets.sbnation.com/csk/uploads/verge-fonts/ManukaCondensed-Ultra.woff2) format("woff2"), url(https://s3.amazonaws.com/assets.sbnation.com/csk/uploads/verge-fonts/ManukaCondensed-Ultra.woff) format("woff"); }

@font-face {
  font-family: Poly Sans;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-Slim.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-Slim.woff) format("woff"); }

@font-face {
  font-family: Poly Sans;
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-SlimItalic.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-SlimItalic.woff) format("woff"); }

@font-face {
  font-family: Poly Sans;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-Neutral.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-Neutral.woff) format("woff"); }

@font-face {
  font-family: Poly Sans;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-NeutralItalic.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-NeutralItalic.woff) format("woff"); }

@font-face {
  font-family: Poly Sans;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-Median.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-Median.woff) format("woff"); }

@font-face {
  font-family: Poly Sans;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-MedianItalic.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-MedianItalic.woff) format("woff"); }

@font-face {
  font-family: Poly Sans;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-Bulky.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-Bulky.woff) format("woff"); }

@font-face {
  font-family: Poly Sans;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-BulkyItalic.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-BulkyItalic.woff) format("woff"); }

@font-face {
  font-family: Poly Sans Mono;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-SlimMono.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-SlimMono.woff) format("woff"); }

@font-face {
  font-family: Poly Sans Mono;
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-SlimMonoItalic.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-SlimMonoItalic.woff) format("woff"); }

@font-face {
  font-family: Poly Sans Mono;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-NeutralMono.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-NeutralMono.woff) format("woff"); }

@font-face {
  font-family: Poly Sans Mono;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-NeutralMonoItalic.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-NeutralMonoItalic.woff) format("woff"); }

@font-face {
  font-family: Poly Sans Mono;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-MedianMono.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-MedianMono.woff) format("woff"); }

@font-face {
  font-family: Poly Sans Mono;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-MedianMonoItalic.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-MedianItalic.woff) format("woff"); }

@font-face {
  font-family: Poly Sans Mono;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-BulkyMono.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-BulkyMono.woff) format("woff"); }

@font-face {
  font-family: Poly Sans Mono;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-BulkyMonoItalic.woff2) format("woff2"), url(https://cdn.vox-cdn.com/shared_fonts/verge-duet/PolySans-BulkyMonoItalic.woff) format("woff"); }

.zephr-zone-footer #zephr-footer-body-title {
  font-family: 'Poly Sans', sans-serif; }

.zephr-zone-footer #zephr-footer-body-subheading {
  font-family: 'Poly Sans', sans-serif; }

.zephr-zone-footer #zephr-footer-body-section-2, .zephr-zone-footer #zephr-footer-body-button {
  font-family: 'Poly Sans Mono', monospace; }

#zephr-anchor > div:last-child:not([class]) {
  z-index: 99999;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
