.vice-ad {
  position: relative;
  width: 100%; }

.vice-ad__container {
  text-align: center; }

.vice-ad__ad {
  line-height: 0; }

.vice-ad__disclaimer {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-accent-normal);
  line-height: var(--line-height-accent-tight);
  margin-bottom: 5px;
  text-transform: uppercase; }

.vice-ad__container--top-border::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
  height: 1px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px; }

.vice-ad__container--top-border .vice-ad__disclaimer {
  margin-top: -5px; }

.vice-ad__container--top-border::after {
  content: '';
  height: 1px;
  margin: 0 auto;
  width: 100%;
  margin-top: 10px; }

.vice-ad__container--bottom-border::before {
  content: '';
  height: 1px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px; }

.vice-ad__container--bottom-border::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
  height: 1px;
  margin: 0 auto;
  width: 100%;
  margin-top: 10px; }

.vice-ad__container--bottom-border .vice-ad__disclaimer {
  margin-top: -5px; }

.vice-ad__container--border::before, .vice-ad__container--border::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
  height: 1px;
  margin: 0 auto;
  width: 100%; }

.vice-ad__container--border::before {
  margin-bottom: 10px; }

.vice-ad__container--border::after {
  margin-top: 10px; }

.vice-ad__container--border .vice-ad__disclaimer {
  margin-top: -5px; }

.vice-ad__container .vice-ad__disclaimer,
.vice-ad__container--border::before,
.vice-ad__container--border::after,
.vice-ad__container--top-border::before,
.vice-ad__container--top-border::after,
.vice-ad__container--bottom-border::before,
.vice-ad__container--bottom-border::after,
.vice-ad__container[data-slot-is-loaded='true'][data-slot-is-empty='true'],
.vice-ad__container[data-slot-is-loaded='true'][data-slot-is-collapsed='true'] {
  display: none; }

.vice-ad__container[data-slot-is-loaded='true'] .vice-ad__disclaimer,
.vice-ad__container--top-border[data-slot-is-loaded='true']::before,
.vice-ad__container--top-border[data-slot-is-loaded='true']::after,
.vice-ad__container--bottom-border[data-slot-is-loaded='true']::before,
.vice-ad__container--bottom-border[data-slot-is-loaded='true']::after,
.vice-ad__container--border[data-slot-is-loaded='true']::before,
.vice-ad__container--border[data-slot-is-loaded='true']::after {
  display: block; }

.player-component {
  text-align: center;
  padding-top: 56.25%;
  position: relative; }

.player-component .player-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }

@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Text';
  font-style: normal;
  font-weight: 700;
  src: url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.eot?#iefix") format("embedded-opentype"), url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.woff2") format("woff2"), url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.woff") format("woff"), url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.ttf") format("truetype"); }

.videoPoster-component {
  cursor: pointer;
  position: absolute;
  top: 0; }

.videoPoster-component:hover polygon {
  fill: gray; }

.videoPoster-component svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.videoPoster-component .videoPoster-title {
  position: absolute;
  color: white;
  font-size: 16px;
  top: 0px;
  font-family: 'Neue Haas Grotesk Text', Helvetica, sans-serif;
  font-weight: bold;
  padding: 20px;
  width: 100%;
  text-align: left;
  z-index: 2; }

.videoPoster-component img {
  max-width: 100%;
  max-height: 100%; }

.videoPoster-component .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6); }

@media (min-width: 700px) {
  .videoPoster-component .videoPoster-title {
    font-size: 20px; } }

@media (min-width: 1000px) {
  .videoPoster-component .videoPoster-title {
    font-size: 28px; } }

.newsletter-signup {
  padding: 40px 20px; }
  @media only screen and (min-width: 700px) {
    .newsletter-signup {
      padding: 40px; } }
  .newsletter-signup--light {
    background-color: white;
    color: black; }
  .newsletter-signup--dark {
    background-color: black;
    color: white; }
  @media only screen and (min-width: 1000px) {
    .newsletter-signup__content {
      max-width: 66.67%; } }
  .newsletter-signup__title {
    font-family: var(--font-family-hed);
    font-size: var(--font-size-h1);
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: var(--line-height-hed-tight);
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .newsletter-signup__form {
    display: flex;
    margin-bottom: 20px;
    position: relative; }
  .newsletter-signup__input {
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-dek-tight);
    border-radius: 2px;
    height: 50px;
    padding: 0 20px;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.4);
    color: white;
    border: 0;
    width: 100%; }
    .newsletter-signup--success .newsletter-signup__input {
      background-color: #ffd600;
      color: black; }
    .newsletter-signup__input::placeholder {
      color: white; }
    .newsletter-signup__input:focus, .newsletter-signup__input:active {
      background-color: white;
      color: black; }
  .newsletter-signup__submit {
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-dek-tight);
    border-radius: 2px;
    height: 50px;
    padding: 0 20px;
    margin-left: 10px;
    vertical-align: middle;
    background-color: white;
    color: black;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    word-break: keep-all; }
    .newsletter-signup__submit:hover {
      background-color: #ccc; }
  .newsletter-signup__disclaimer {
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-dek-loose);
    color: rgba(255, 255, 255, 0.6); }
  .newsletter-signup__check {
    position: absolute;
    right: 20px;
    top: 17px; }

.three-up {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: column;
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .three-up {
      flex-flow: row;
      flex-wrap: wrap; } }
  .three-up .three-up__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%; }
    .three-up .three-up__item:nth-child(3) {
      border-right: none; }
    .three-up .three-up__item:last-child {
      border-bottom: none; }
    @media only screen and (min-width: 700px) {
      .three-up .three-up__item {
        border-bottom: none;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        width: 33.33333%; }
        .three-up .three-up__item:lang(ar) {
          border-left: 1px solid rgba(0, 0, 0, 0.1);
          border-right: none; } }
  .three-up .three-up__vice-card {
    display: flex;
    flex-flow: row;
    height: 100%;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      .three-up .three-up__vice-card {
        flex-flow: column;
        width: 100%; } }
  .three-up .vice-card__vice-card-image {
    width: 150px;
    min-width: 150px;
    max-width: 150px; }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card__vice-card-image {
        width: 100%;
        min-width: initial;
        max-width: initial; } }
  .three-up .vice-card__content {
    background-color: white;
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    justify-content: center;
    padding: 20px;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card__content {
        display: block;
        height: 100%;
        order: 2;
        padding: 40px; } }
  .three-up .vice-card__vice-card-image .vice-card-image__link,
  .three-up .vice-card__vice-card-image .vice-card-image__placeholder-image {
    height: 100%; }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card__vice-card-image .vice-card-image__link,
      .three-up .vice-card__vice-card-image .vice-card-image__placeholder-image {
        height: auto; } }
  .three-up .vice-card__vice-card-hed {
    font-size: var(--font-size-h4); }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card__vice-card-hed {
        font-size: var(--font-size-h3); } }
  .three-up .vice-card__vice-card-dek {
    display: none;
    font-size: var(--font-size-h5); }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card__vice-card-dek {
        display: block; } }
    @media only screen and (min-width: 1000px) {
      .three-up .vice-card__vice-card-dek {
        font-size: var(--font-size-h4); } }
  .three-up .vice-card--dark .vice-card__content {
    background-color: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card--dark .vice-card__content {
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.2); } }
  .three-up .three-up__item:last-child .vice-card .vice-card__content,
  .three-up .three-up__item:last-child .vice-card--dark .vice-card__content {
    border-bottom: none; }
  @media only screen and (min-width: 700px) {
    .three-up .three-up__item:nth-child(3n) .vice-card .vice-card__content,
    .three-up .three-up__item:nth-child(3n) .vice-card--dark .vice-card__content {
      border-right: none; } }


/*# sourceMappingURL=[slug].e51a6d9f.chunk.css.map*/