@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: 100%;
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    header {
      margin-bottom: 100px; } }
.desktop-only {
  display: none; }
  @media (min-width: 600px) {
    .desktop-only {
      display: block; } }
@media (min-width: 600px) {
  .mobile-only {
    display: none; } }

.lockup-container {
  width: 100%;
  background-color: #F4E1CF;
  padding: 20px;
  color: #000;
  font-family: interstate, sans-serif;
  font-weight: 700; }
  @media (min-width: 1024px) {
    .lockup-container {
      max-width: 820px;
      position: absolute;
      top: 150px;
      left: 0; } }
  .lockup-container .title-fit {
    display: block;
    margin-bottom: 10px; }
  .lockup-container .credits {
    border: 3px solid #000;
    min-height: 50px;
    display: flex;
    width: 100%; }
    @media (min-width: 600px) {
      .lockup-container .credits {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    .lockup-container .credits div {
      padding: 8px;
      border-right: 3px solid #000;
      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: 3px solid #000; }
  .lockup-container .credit-container {
    display: flex;
    align-items: center; }
    .lockup-container .credit-container .date {
      font-size: 1em;
      padding-right: 0.5rem;
      text-align: left;
      float: left; }
  .lockup-container .dek {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    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: #000;
      color: #F4E1CF;
      flex: 1; }

.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 {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

.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%; } }

.image-mobile-slider {
  width: 100vw;
  height: calc(100vh - 32px);
  padding: 5vh 5vw;
  overflow: hidden;
  position: relative; }
  .image-mobile-slider.drone {
    height: calc(100vh - 132px);
    margin-bottom: 40px; }
    @media (min-width: 380px) {
      .image-mobile-slider.drone {
        height: calc(100vh - 182px); } }
    @media (min-width: 600px) {
      .image-mobile-slider.drone {
        display: block; } }
    @media (min-width: 1024px) {
      .image-mobile-slider.drone {
        display: none; } }
    .image-mobile-slider.drone .caption {
      position: relative;
      padding-bottom: 10px;
      opacity: 0; }
      .image-mobile-slider.drone .caption h4, .image-mobile-slider.drone .caption p {
        font-family: "interstate", sans-serif; }
      .image-mobile-slider.drone .caption h4 {
        font-family: "interstate", sans-serif;
        font-weight: 900;
        font-size: 30px;
        line-height: 1;
        margin: 0;
        text-transform: uppercase; }
      .image-mobile-slider.drone .caption p {
        color: #0E26FF;
        font-size: 18px;
        margin: 25px 0; }
        .image-mobile-slider.drone .caption p.source {
          font-size: 18px;
          color: #000;
          font-style: italic; }
      .image-mobile-slider.drone .caption:after {
        width: 250px;
        height: 14px;
        background-color: #0E26FF;
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0; }
    .image-mobile-slider.drone .image-container .image-container-inner picture {
      height: auto;
      padding-top: 100%;
      z-index: 1;
      opacity: 0.2; }
      @media (min-width: 600px) {
        .image-mobile-slider.drone .image-container .image-container-inner picture {
          padding-top: 390px;
          overflow: visible; } }
      .image-mobile-slider.drone .image-container .image-container-inner picture img {
        width: 100%;
        height: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-height: 425px;
        position: absolute; }
        @media (min-width: 600px) {
          .image-mobile-slider.drone .image-container .image-container-inner picture img {
            width: 65%; } }
        @media (min-width: 1024px) {
          .image-mobile-slider.drone .image-container .image-container-inner picture img {
            width: 100%; } }
    .image-mobile-slider.drone .active .caption, .image-mobile-slider.drone .image-container .image-container-inner.active picture {
      opacity: 1; }
  .image-mobile-slider .selector {
    position: absolute;
    bottom: calc(100% + 2.5vh);
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center; }
    .image-mobile-slider .selector div {
      padding: 10px;
      position: relative; }
      .image-mobile-slider .selector div:after {
        content: "";
        display: block;
        position: absolute;
        -webkit-transform: translate(-50%, -50%) scale(0.85);
                transform: translate(-50%, -50%) scale(0.85);
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        background-color: #000;
        border-radius: 50%;
        opacity: 0.5;
        cursor: pointer; }
      .image-mobile-slider .selector div.active:after {
        opacity: 1;
        cursor: default;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .image-mobile-slider .container {
    position: relative; }
    .image-mobile-slider .container:before, .image-mobile-slider .container:after {
      position: absolute;
      width: 6vw;
      top: 0;
      bottom: 0;
      content: "";
      display: block;
      background: -webkit-gradient(linear, right top, left top, from(rgba(239, 231, 220, 0.8)), to(#efe7dc));
      background: linear-gradient(to left, rgba(239, 231, 220, 0.8), #efe7dc);
      z-index: 1; }
    .image-mobile-slider .container:before {
      right: 100%; }
    .image-mobile-slider .container:after {
      left: 100%;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
  .image-mobile-slider .image-container {
    height: calc(90vh - 32px);
    overflow: visible;
    display: flex;
    flex-direction: row;
    justify-items: center;
    gap: 2.5vw;
    flex-wrap: nowrap;
    position: relative; }
    .image-mobile-slider .image-container .image-container-inner {
      width: 100%;
      height: calc(90vh - 32px); }
      .image-mobile-slider .image-container .image-container-inner picture {
        display: block;
        width: 90vw;
        height: calc(90vh - 32px);
        position: relative;
        overflow: hidden;
        -webkit-transform: scaleY(0.95);
                transform: scaleY(0.95); }
        .image-mobile-slider .image-container .image-container-inner picture img {
          bottom: 0;
          height: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          position: absolute;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .image-mobile-slider .image-container .image-container-inner label {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        border: 2px solid #000;
        font-family: 'interstate', sans-serif;
        font-size: 15px;
        line-height: 18px;
        color: #000;
        font-weight: 700;
        display: block;
        height: auto;
        background-color: #efe6dc;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 12px; }
        @media (min-width: 600px) {
          .image-mobile-slider .image-container .image-container-inner label {
            -webkit-transform: none;
                    transform: none; } }
      .image-mobile-slider .image-container .image-container-inner .label-toggle {
        border: 2px solid #000;
        position: absolute;
        bottom: calc(100% + 2px);
        left: -2px;
        display: none; }
        .image-mobile-slider .image-container .image-container-inner .label-toggle:hover svg rect, .image-mobile-slider .image-container .image-container-inner .label-toggle:focus svg rect {
          fill: #efe6dc; }
        .image-mobile-slider .image-container .image-container-inner .label-toggle:hover svg path, .image-mobile-slider .image-container .image-container-inner .label-toggle:focus svg path {
          fill: #000; }
      .image-mobile-slider .image-container .image-container-inner.active picture {
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }
      .image-mobile-slider .image-container .image-container-inner.active .label-toggle {
        display: block; }
        @media (min-width: 600px) {
          .image-mobile-slider .image-container .image-container-inner.active .label-toggle {
            display: none; } }
      .image-mobile-slider .image-container .image-container-inner.active label.active {
        -webkit-transform: none;
                transform: none; }
        .image-mobile-slider .image-container .image-container-inner.active label.active .label-toggle {
          bottom: 100%; }
          .image-mobile-slider .image-container .image-container-inner.active label.active .label-toggle svg {
            -webkit-transform: scaleY(-1);
                    transform: scaleY(-1); }
            .image-mobile-slider .image-container .image-container-inner.active label.active .label-toggle svg rect {
              fill: #efe6dc; }
            .image-mobile-slider .image-container .image-container-inner.active label.active .label-toggle svg path {
              fill: #000; }
          .image-mobile-slider .image-container .image-container-inner.active label.active .label-toggle:after {
            content: "";
            position: absolute;
            height: 2px;
            left: 0px;
            right: 0px;
            bottom: -2px;
            background-color: #efe6dc;
            display: block; }

.image-slider {
  width: 100vw;
  margin: 90px 0 60px; }
  @media (min-width: 1024px) {
    .image-slider {
      padding: 0; } }
  .image-slider.double {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 120px;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 28px; }
    @media (min-width: 600px) {
      .image-slider.double {
        display: flex;
        height: 60vh;
        padding-bottom: 40px; }
        .image-slider.double picture {
          margin-bottom: 40px; }
          .image-slider.double picture:last-child label {
            border-right: none;
            border-left: 2.5px solid #000; } }
    @media (min-width: 1024px) {
      .image-slider.double {
        margin-left: calc(50vw - 7 * 703px/8);
        height: 80vh;
        margin-bottom: 120px; } }
    .image-slider.double picture {
      max-height: 100%;
      position: relative;
      flex: auto; }
      .image-slider.double picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .image-slider.double picture label {
        position: absolute;
        left: 0;
        right: 0px;
        padding: 12px 24px;
        text-align: right;
        border: 2.5px solid #000;
        border-left: none;
        font-family: 'interstate', sans-serif;
        font-size: 15px;
        line-height: 18px;
        color: #000;
        font-weight: 700;
        display: block;
        height: auto;
        background-color: #efe6dc; }
        @media (min-width: 600px) {
          .image-slider.double picture label {
            font-size: 20px;
            line-height: 24px;
            top: 100%;
            margin-top: 24px; } }
        @media (min-width: 1230px) {
          .image-slider.double picture label {
            border-left: 2.5px solid #000; } }
        .image-slider.double picture label span {
          padding: 12px; }
          @media (max-width: 599px) {
            .image-slider.double picture label span {
              float: left;
              width: 92.5vw;
              text-align: left; } }
        .image-slider.double picture label:before {
          position: absolute;
          content: "";
          display: block;
          height: 24px;
          bottom: calc(100% + 2.5px);
          left: -3px;
          right: -2.5px;
          background-color: #efe6dc; }
  .image-slider.drone .caption h4, .image-slider.drone .caption p {
    font-family: "interstate", sans-serif; }
  .image-slider.drone .caption h4 {
    font-family: "interstate", sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase; }
  .image-slider.drone .caption p {
    color: #0E26FF;
    font-size: 25px;
    margin: 25px 0; }
    .image-slider.drone .caption p.source {
      font-size: 18px;
      color: #000;
      font-style: italic; }
  .image-slider.drone .caption:after {
    width: 250px;
    height: 28px;
    background-color: #0E26FF;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0; }
  .image-slider.drone .horizontal-container .horizontal-image-container {
    position: relative; }
    .image-slider.drone .horizontal-container .horizontal-image-container .caption {
      position: absolute;
      top: 25px;
      left: 50px;
      width: 450px; }
    .image-slider.drone .horizontal-container .horizontal-image-container .labels p {
      font-family: "interstate", sans-serif;
      position: absolute;
      top: 30px;
      left: 30px;
      width: 200px; }
      .image-slider.drone .horizontal-container .horizontal-image-container .labels p.right {
        padding-right: 10px;
        padding-top: 60px;
        border-right: 6px solid #000;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .image-slider.drone .horizontal-container .horizontal-image-container .labels p.right:after {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 3px solid #000;
          position: absolute;
          top: 0;
          right: 0;
          -webkit-transform: translate(50%, -50%) translateX(3px);
                  transform: translate(50%, -50%) translateX(3px);
          background-color: #fff; }
      .image-slider.drone .horizontal-container .horizontal-image-container .labels p.top {
        padding-top: 10px;
        padding-left: 160px;
        border-top: 6px solid #000;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 360px; }
        .image-slider.drone .horizontal-container .horizontal-image-container .labels p.top:after {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 3px solid #000;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translate(-50%, -50%) translateY(-3px);
                  transform: translate(-50%, -50%) translateY(-3px);
          background-color: #fff; }
    .image-slider.drone .horizontal-container .horizontal-image-container picture {
      width: 100vw;
      position: relative; }
      .image-slider.drone .horizontal-container .horizontal-image-container picture img {
        width: 75%;
        position: absolute;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-height: 65vh; }
  .image-slider.show-blue-cross {
    position: relative; }
    .image-slider.show-blue-cross .cross {
      position: absolute;
      bottom: 100%;
      left: 75%;
      -webkit-transform: translate(-50%, 75%);
              transform: translate(-50%, 75%);
      width: 130px;
      z-index: 1; }
      @media (min-width: 750px) {
        .image-slider.show-blue-cross .cross {
          width: 275px; } }
      .image-slider.show-blue-cross .cross img {
        width: 100%; }
  .image-slider .horizontal-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: calc(100vh - 32px);
    display: flex;
    flex-wrap: nowrap;
    gap: 28px;
    padding: 0 8px; }
    .image-slider .horizontal-container .horizontal-image-container {
      height: calc(100vh - 96px);
      display: flex;
      margin: 64px 0 32px; }
      @media (min-width: 600px) {
        .image-slider .horizontal-container .horizontal-image-container {
          margin: 32px 0; } }
      .image-slider .horizontal-container .horizontal-image-container picture {
        position: relative; }
        .image-slider .horizontal-container .horizontal-image-container picture img {
          height: calc(100vh - 225px);
          width: auto; }
          @media (min-width: 600px) {
            .image-slider .horizontal-container .horizontal-image-container picture img {
              height: calc(100vh - 140px); } }
        .image-slider .horizontal-container .horizontal-image-container picture label {
          position: absolute;
          bottom: -16px;
          left: 0;
          right: -32px;
          padding: 12px 24px;
          text-align: right;
          border: 2.5px solid #000;
          border-right: none;
          font-family: 'interstate', sans-serif;
          font-size: 15px;
          line-height: 18px;
          color: #000;
          font-weight: 700;
          display: block;
          height: auto;
          background-color: #efe6dc; }
          @media (min-width: 600px) {
            .image-slider .horizontal-container .horizontal-image-container picture label {
              font-size: 20px;
              line-height: 24px; } }
          .image-slider .horizontal-container .horizontal-image-container picture label span {
            padding: 12px; }
            @media (max-width: 599px) {
              .image-slider .horizontal-container .horizontal-image-container picture label span {
                float: left;
                width: 92.5vw;
                text-align: left; } }
          .image-slider .horizontal-container .horizontal-image-container picture label:before {
            position: absolute;
            content: "";
            display: block;
            height: 24px;
            bottom: calc(100% + 2.5px);
            left: -3px;
            right: -2.5px;
            background-color: #efe6dc; }
      .image-slider .horizontal-container .horizontal-image-container:last-child picture label {
        border-right: 2.5px solid #000;
        right: 0; }

aside {
  height: 100%;
  width: 100%;
  position: relative; }

aside q {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5.9vw;
  color: #FFFFFF;
  display: block;
  letter-spacing: .008em;
  line-height: 1.2;
  text-transform: uppercase; }

aside q:before,
aside q:after {
  display: none; }

.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 p {
  font-family: 'interstate', sans-serif;
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left; }
  @media (min-width: 600px) {
    .story .pullquote p span {
      display: inline-block;
      padding: 3px 5px;
      border: 3px solid #000; } }
.float-left, .float-right {
  width: 100%;
  margin: 40px auto; }
  @media (min-width: 600px) {
    .float-left, .float-right {
      width: 47.5%;
      margin-top: 0; } }
  @media (min-width: 1024px) {
    .float-left, .float-right {
      width: 80%; }
      .float-left img, .float-right img {
        margin-bottom: -20px; } }
@media (min-width: 600px) {
  .float-left {
    float: left;
    margin-right: 25px; } }

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

@media (min-width: 600px) {
  .float-right {
    float: right;
    margin-left: 25px; } }

@media (min-width: 1024px) {
  .float-right {
    margin-right: -20%; } }

.right-align-wide {
  width: auto;
  margin: 40px auto; }
  @media (min-width: 1024px) {
    .right-align-wide {
      margin-left: -22.5%;
      margin-right: 0; } }
.left-align-wide {
  width: auto;
  margin: 40px auto; }
  @media (min-width: 1024px) {
    .left-align-wide {
      margin-right: -22.5%;
      margin-left: 0; } }
.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; }

@media (min-width: 1024px) {
  .story-image.full {
    margin-left: Max(calc(-50vw + calc(735px / 2 - 16px)), calc(-800px + calc(735px / 2)));
    margin-right: Max(calc(-50vw + calc(735px / 2 - 16px)), calc(-800px + calc(735px / 2))); } }

.story-image.full label {
  margin-right: 0;
  max-width: Min(92%, 1288px); }
  @media (max-width: 1598px) {
    .story-image.full label {
      border-right: none; } }
.full 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-image {
  margin: 60px -4%; }
  @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: 15px;
    font-weight: 700;
    color: #000;
    border: 2.5px solid #000;
    max-width: 92vw;
    margin: 24px auto 0; }
    @media (min-width: 1024px) {
      .story-image label {
        font-size: 20px; } }
.sidebar {
  width: 92%;
  margin: 40px auto 70px;
  display: flex;
  flex-direction: column;
  justify-items: left;
  align-items: center;
  gap: 1.5rem;
  position: relative; }
  .sidebar:after {
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 0;
    height: 1rem;
    width: 60%;
    background-color: #0E26FF;
    max-width: 175px; }
  @media (min-width: 600px) {
    .sidebar {
      float: right;
      width: 50%;
      margin: 10px 0 70px 25px; } }
  @media (min-width: 1024px) {
    .sidebar {
      margin-right: calc(-500px + 703px/2); } }
  .sidebar .entry, .sidebar .source {
    flex: 1;
    width: 100%; }
  .sidebar .entry:first-child p {
    font-size: 5rem; }
  .sidebar .entry p {
    font-family: "Condor";
    font-size: 8.5rem;
    line-height: 0.9;
    margin: 0;
    text-align: left;
    position: relative; }
    .sidebar .entry p span {
      font-family: "interstate";
      font-size: 1.05rem;
      display: block;
      text-align: left;
      margin-bottom: 10px;
      color: #0E26FF;
      max-width: 80%;
      font-weight: 300;
      line-height: 1.3; }
  .sidebar .source p {
    font-size: 0.85rem;
    font-family: "interstate";
    font-style: italic;
    margin-top: -20px; }

.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; } }
.findings {
  border: 3px solid #0E26FF;
  color: #0E26FF;
  background-color: #FFF2E6;
  padding: 0;
  position: relative; }
  @media (min-width: 1024px) {
    .findings {
      width: 60%; } }
  .findings .title {
    background-color: #0E26FF;
    width: 100%; }
    .findings .title span {
      display: inline-block;
      height: 100%;
      padding: 0 1rem;
      line-height: 2rem;
      font-family: "interstate", sans-serif;
      font-weight: 700;
      font-size: 1.25rem;
      text-transform: uppercase;
      color: #0E26FF;
      background-color: #FFF2E6;
      border-bottom: 3px solid #0E26FF; }
  .findings ul {
    list-style: none;
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
    font-family: "interstate", sans-serif;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 600px) {
      .findings ul {
        padding: 1rem 1.5rem 0; } }
    .findings ul li {
      margin-bottom: 1.15rem;
      position: relative; }
      .findings ul li:before {
        position: absolute;
        content: "";
        display: block;
        top: 0.25rem;
        right: calc(100% + 0.25rem);
        width: 1.25rem;
        height: 0.75rem;
        background-color: #0E26FF; }
    @media (max-width: 599px) {
      .findings ul {
        max-height: calc(200vh / 3);
        overflow-y: hidden;
        margin-bottom: 2rem; } }
  .findings .expand {
    height: 2em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0E26FF;
    border-top: 3px solid #0E26FF;
    cursor: pointer;
    display: none; }
    .findings .expand .block {
      display: inline-block;
      float: right;
      height: 100%;
      line-height: calc(2rem - 6px);
      font-family: "interstate", sans-serif;
      font-weight: 700;
      font-size: 1.25rem;
      text-transform: uppercase;
      color: #0E26FF;
      background-color: #FFF2E6;
      display: flex;
      align-items: center;
      padding-right: 0.5rem; }
      .findings .expand .block svg {
        display: inline-block;
        height: calc(2rem - 6px);
        width: calc(2rem - 6px);
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
        margin-right: 0.25rem;
        fill: #FFF2E6; }
        .findings .expand .block svg path {
          fill: #0E26FF; }
      .findings .expand .block span:first-child {
        display: none; }
    .findings .expand:hover, .findings .expand:focus {
      background-color: #FFF2E6; }
      .findings .expand:hover .block, .findings .expand:focus .block {
        background-color: #0E26FF;
        color: #FFF2E6;
        border-color: #0E26FF; }
      .findings .expand:hover svg, .findings .expand:focus svg {
        fill: #0E26FF; }
        .findings .expand:hover svg path, .findings .expand:focus svg path {
          fill: #FFF2E6; }
    @media (max-width: 599px) {
      .findings .expand {
        display: block; } }
  .findings.active ul {
    max-height: none; }
  .findings.active .expand .block {
    float: left;
    padding-left: 0.5rem;
    padding-right: 0; }
    .findings.active .expand .block svg {
      float: right;
      margin-left: 0.25rem;
      margin-right: 0;
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
    .findings.active .expand .block span:last-child {
      display: none; }
    .findings.active .expand .block span:first-child {
      display: inline; }

.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); }
