:root {
  --vice-body-bg-color: black;
  --vice-font-color: white;
  --vice-ui-bg-color: #f1f0f0;
  --red: #fb1b2e;
  --product-card-font-color: white;
  --product-card-bg: black;
  --pullquote-bg-color: #e52033;
  --vice-ui-font-color: white;
  --color-swatch-1: #da815c;
  --color-swatch-2: #7f6bb9;
  --color-swatch-3: #9dbe74;
  --color-swatch-4: #b96b6b;
  --color-swatch-5: #74a3be;
}

.menu__link {
  width: 44px;
  height: 44px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu__content {
  width: 450px;
  height: 100%;
  min-height: 350px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #000;
  flex-direction: column;
  margin-left: 0;
  margin-right: auto;
  padding: 20px 40px 100px;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav__search-icon {
  width: 20px;
  height: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav__search-icon.nav__search-and-share {
  margin-left: 0;
}

.menu__item--link {
  color: #fff;
  text-transform: uppercase;
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.menu__item {
  align-self: stretch;
  font-size: 2rem;
  line-height: 1.3em;
}

.menu__item:hover {
  opacity: .6;
}

.menu__search--button-container {
  width: 100%;
  height: 50px;
  min-height: 50px;
  background-color: #444;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9rem;
  display: flex;
}

.menu__search--button-container:hover {
  opacity: .6;
}

.menu__social-logo {
  width: 30px;
}

.menu__social-logo:hover {
  opacity: .6;
}

.menu__item-sm--link {
  color: #fff;
  text-transform: none;
  border-bottom: 1px solid #555;
  padding-bottom: 9px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4em;
  text-decoration: none;
}

.menu__item-sm--link:hover {
  opacity: .6;
}

.menu__item-sm--link.font-ui {
  border: 1px #000;
  padding-bottom: 5px;
  font-size: 1rem;
}

.menu__item--small-container {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding-bottom: 9px;
}

.menu__close {
  width: 450px;
  height: 60px;
  max-height: 60px;
  color: #000;
  cursor: pointer;
  background-color: #000;
  margin-left: 0;
  padding-top: 7px;
  padding-left: 30px;
  display: flex;
}

.menu__close:hover {
  opacity: 1;
}

.menu__social {
  grid-column-gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.menu__container {
  width: 100%;
  height: 100%;
  max-width: 1800px;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.menu__search--button {
  color: #fff;
  text-decoration: none;
}

.vice__menu {
  z-index: 9995;
  width: 100vw;
  height: 100%;
  max-width: 1800px;
  min-height: 400px;
  opacity: 0;
  cursor: auto;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 0;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav__logo--svg {
  width: 80px;
  height: auto;
  margin: 0 10px 0 auto;
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 1.7em;
}

.nav__share {
  width: 25%;
  height: 45px;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-right: -5px;
  padding-top: 0;
  display: flex;
}

.nav__logo {
  width: 100%;
  height: auto;
  grid-column-gap: 20px;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav__link {
  width: 44px;
  height: 44px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: -3px;
  display: flex;
}

.nav__link:hover {
  opacity: .5;
}

.nav__container {
  width: 100%;
  max-height: 60px;
  max-width: 1800px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.nav__share-icon {
  width: 28px;
  height: auto;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding: 2px;
  display: flex;
}

.body {
  background-color: var(--vice-body-bg-color);
  color: var(--vice-font-color);
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7em;
  overflow: visible;
}

.footer__links--item {
  color: #fff;
  text-transform: uppercase;
  border: 1px #000;
  font-size: .6875rem;
  line-height: 1.3em;
}

.footer__links--item.font-utility-ui {
  font-weight: 400;
}

.footer__copyright-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: .6875rem;
  line-height: 1.3em;
}

.footer__copyright-text.font-utility-ui {
  font-weight: 400;
}

.footer__accessibility--logo {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer__accessibility {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer__links--container {
  width: 100%;
  grid-column-gap: 13px;
  grid-row-gap: 15px;
  border: 1px #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.footer__links--set {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.footer__vmg-logo {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer {
  z-index: 2;
  max-width: 100%;
  min-height: 250px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Sourcecodepro, Arial, sans-serif;
  display: flex;
  position: relative;
}

.footer__links {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 10px;
  border: 1px #000;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section {
  width: 100%;
  max-width: 100%;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 35px;
  background-color: var(--vice-body-bg-color);
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.section.image-reveal {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column__vice--728 {
  width: 100%;
  max-width: 728px;
  clear: both;
  grid-row-gap: 35px;
  flex-flow: column;
  margin: 0 auto;
  display: flex;
  position: static;
}

.paragraph {
  width: 100%;
  color: var(--vice-font-color);
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: 1.266rem;
  line-height: 1.8em;
}

.pull-quote__with-border {
  width: 900px;
  height: auto;
  max-width: none;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto;
  display: block;
  overflow: visible;
}

.pull-quote__container {
  width: 100%;
  height: auto;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.pull-quote__text {
  text-transform: uppercase;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.pull-quote__citation {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.45em;
  display: block;
}

.pull-quote__content {
  width: 100%;
  border: 0 #000;
  border-left: 5px solid #000;
  flex-flow: column;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pull-quote__content.is--border-black {
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
}

.pull-quote__text--headline {
  color: #000;
  text-transform: none;
  font-size: 2.7rem;
  font-weight: 700;
}

.pull-quote__citation-text {
  color: #000;
  text-transform: uppercase;
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.pull-quote__citation-text.is--hidden {
  display: none;
}

.nav__menu {
  width: 60px;
  height: 44px;
  clear: none;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav__menu:hover {
  opacity: .5;
}

.nav__topics {
  grid-column-gap: 20px;
  padding-top: 2px;
  display: flex;
}

.ad__above-nav--leaderboard-flex {
  z-index: 99;
  height: auto;
  min-height: 10px;
  background-color: var(--vice-body-bg-color);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: .8rem;
  position: relative;
  overflow: hidden;
}

.vice__lang {
  z-index: 9997;
  width: 315px;
  height: 100vh;
  min-height: 100px;
  background-color: var(--vice-ui-bg-color);
  opacity: 0;
  color: var(--vice-font-color);
  border: 1px #ccc;
  border-left-style: solid;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: auto;
}

.lang__vice--close {
  width: 260px;
  height: 60px;
  max-height: 75px;
  background-color: var(--vice-ui-bg-color);
  opacity: 1;
  color: var(--vice-font-color);
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  margin-right: -5px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: .6875rem;
  display: flex;
  position: fixed;
  top: 0;
  right: 40px;
}

.lang__vice--close:hover {
  opacity: .6;
}

.lang__vice--item-sm--link {
  color: var(--vice-font-color);
  text-align: left;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.lang__vice--item-sm--link:hover {
  opacity: .6;
}

.vice__toolbar {
  z-index: 99;
  height: 35px;
  background-color: var(--vice-ui-bg-color);
  color: var(--vice-font-color);
  border-top: 1px solid #222;
  border-bottom: 1px #333;
  justify-content: flex-end;
  align-items: center;
  padding-right: 35px;
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: .68rem;
  display: flex;
  position: relative;
}

.card__image--video {
  width: 100%;
  height: 100%;
}

.card__details {
  width: 100%;
  height: auto;
  min-height: 0;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.card {
  width: 100%;
  max-width: 300px;
  min-width: 33.25%;
  background-color: var(--vice-body-bg-color);
  text-align: left;
  border: 1px solid rgba(255, 255, 255, .2);
  border-width: 0 1px 1px 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.card__link {
  grid-row-gap: 5px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.card__datetime {
  color: #fff;
  text-transform: uppercase;
  font-size: .6875rem;
  line-height: 1.3em;
}

.card__datetime.font-utility {
  font-family: Sourcecodepro, Arial, sans-serif;
}

.card__eyebrow {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3em;
  text-decoration: underline;
}

.image__file {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image__file.is--static {
  position: static;
}

.card__dek {
  color: #fff;
  margin-top: 5px;
  font-size: 1.125rem;
  line-height: 1.7em;
}

.card__author {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .6875rem;
  line-height: 1.3em;
}

.card__author.font-utility {
  font-family: Sourcecodepro, Arial, sans-serif;
}

.card__image--container {
  width: auto;
  object-fit: fill;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.card__image--container._16-9 {
  flex: 1;
  padding-top: 56.25%;
}

.card__hed {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.card__image {
  width: 100%;
  border: 1px #000;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.more__cards-set {
  width: 100%;
  max-width: 1800px;
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #0c0c0c;
  flex-wrap: wrap;
  order: 0;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin: 0 auto;
  font-family: Vicegrotesk, Arial, sans-serif;
  display: flex;
}

.card__image--layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.more__header-set {
  max-width: 1800px;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
}

.module__header-full--container {
  width: 100%;
  max-width: 1800px;
  background-color: var(--vice-body-bg-color);
  border: 1px #000;
  margin: 0 auto;
  padding: 0 40px 10px;
  font-family: Vicegrotesk, Arial, sans-serif;
}

.section__heading--full {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1em;
}

.more-from-vice {
  z-index: 2;
  width: 100%;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lang__button {
  color: var(--vice-font-color);
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: .69rem;
  font-weight: 400;
  line-height: 1.7em;
  display: block;
}

.lang__vice--container {
  height: auto;
  padding-bottom: 50px;
  overflow: auto;
}

.lang__vice--checkmark {
  margin-bottom: -2px;
  margin-right: 0;
  padding-top: 2px;
}

.tags {
  width: 100%;
  max-width: 840px;
  grid-column-gap: 10px;
  color: var(--vice-font-color);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Sourcecodepro, Arial, sans-serif;
  display: flex;
}

.tags__container {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  border-top: 1px solid #555;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.tags__label {
  color: var(--vice-font-color);
  text-transform: uppercase;
  padding-right: 2px;
  font-size: .6875rem;
  line-height: 1.3em;
}

.tags__topic-link {
  color: var(--vice-font-color);
  text-transform: uppercase;
  font-size: .6875rem;
  line-height: 1.3em;
}

.tags__topic-link:hover {
  opacity: .5;
}

.masthead {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
}

.image__vice--container {
  width: auto;
  object-fit: fill;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.image__vice--details-credit {
  opacity: .8;
  color: var(--vice-font-color);
  text-transform: uppercase;
  padding-top: 2px;
  padding-left: 0;
  padding-right: 0;
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.image__vice--details-embedded-caption {
  color: #6d6d6d;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: .85rem;
  line-height: 1.3em;
  display: none;
}

.masthead__container {
  width: 100%;
  max-width: 1000px;
  grid-row-gap: 2px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.masthead__headline {
  text-transform: uppercase;
  font-family: Druk web, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: .975em;
}

.masthead__dek {
  font-size: 1.8rem;
  line-height: 1.5em;
}

.column__vice--full-width {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  clear: both;
  grid-row-gap: 35px;
  flex-direction: column;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.column__vice--full-width.is--color-red {
  background-color: var(--red);
}

.column__vice--full-width.is--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.masthead__logo {
  width: 275px;
}

.body__modifiers {
  background-color: #ccc;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.body__modifiers.is--dark {
  background-color: #999;
}

.modifier__heading {
  margin: 40px 40px 0;
}

.credits__paragraph {
  width: 100%;
  color: var(--vice-font-color);
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: 1.266rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7em;
}

.masthead__details {
  width: 100%;
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column__75 {
  width: 75%;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.column__25 {
  width: 25%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bylines__container {
  width: 100%;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.bylines__text, .link {
  color: var(--vice-font-color);
}

.timestamp {
  opacity: .7;
}

.share__set {
  width: auto;
  grid-column-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.share__text {
  font-size: .9rem;
  display: none;
}

.share__item {
  min-width: 0;
  display: flex;
}

.share__icon {
  width: 44px;
  height: 44px;
  margin-right: 0;
  padding: 12px;
}

.share__link {
  width: 44px;
  height: 44px;
  grid-column-gap: 0px;
  color: #fff;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.share__link:hover {
  opacity: .6;
}

.vice__nav {
  z-index: 99;
  width: 100%;
  height: 60px;
  max-height: 60px;
  background-color: var(--vice-ui-bg-color);
  color: var(--vice-font-color);
  border-top: 1px solid #111;
  border-bottom: 1px solid #222;
  flex-direction: column;
  justify-content: center;
  font-family: Vicegrotesk, Arial, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.masthead__headline--mobile {
  text-transform: uppercase;
  font-family: Druk;
  font-size: 8rem;
  font-weight: 500;
  line-height: .975em;
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ad__end-article--flex {
  z-index: 2;
  height: auto;
  min-height: 10px;
  background-color: var(--vice-body-bg-color);
  color: var(--vice-font-color);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: .8rem;
  position: relative;
  overflow: hidden;
}

.nav__item-sm--link {
  color: #000;
  text-transform: none;
  border: 1px #000;
  padding-bottom: 9px;
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: .975rem;
  font-weight: 900;
  line-height: 1.4em;
  text-decoration: none;
}

.nav__item-sm--link:hover {
  opacity: .6;
}

.nav__share-icon {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
}

.css__ui-styles {
  display: none;
}

.nav__logo--link {
  width: 80px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav__logo--link:hover {
  opacity: .5;
}

.lang__heading {
  margin-top: 60px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.1em;
}

.lang__vice--item--small-item {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.column__vice--900 {
  width: 900px;
  max-width: none;
  clear: both;
  grid-row-gap: 35px;
  flex-flow: column wrap;
  margin: 0 auto;
  display: flex;
}

.column__vice--900.bottom {
  padding-bottom: 0;
}

.nav__logo--scrolled {
  width: 90px;
  height: auto;
  grid-column-gap: 0px;
  opacity: 0;
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
}

.nav__logo--svg-scrolled {
  width: 80px;
  height: auto;
  margin: 0 5px;
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 1.7em;
}

.lang__button--in-nav {
  opacity: 0;
  color: var(--vice-font-color);
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: .69rem;
  font-weight: 400;
  line-height: 1.7em;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 40px;
}

.start-content {
  width: 100%;
  height: 1px;
  opacity: 0;
  display: block;
  position: fixed;
  top: -1px;
}

.end-content {
  display: none;
}

.column__examples {
  width: 100%;
  max-width: 728px;
  clear: both;
  grid-row-gap: 30px;
  flex-flow: column;
  margin: 0 auto;
  display: flex;
  position: static;
}

.column__vice--1100 {
  width: 100%;
  max-width: 1100px;
  clear: both;
  grid-row-gap: 35px;
  flex-flow: column wrap;
  margin: 0 auto;
  display: flex;
}

.column__vice--full-width-padded {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  clear: both;
  grid-row-gap: 35px;
  flex-direction: column;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.chose-a-column {
  width: 100%;
  height: 1px;
  display: none;
}

.paragraph__set--double {
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  display: flex;
}

.column__vice--640 {
  width: 100%;
  max-width: 640px;
  clear: both;
  grid-row-gap: 35px;
  flex-flow: column;
  margin: 0 auto;
  display: flex;
  position: static;
}

.text__sample {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6em;
}

.rectangle__sample {
  width: 100%;
  height: 100px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label__sample {
  max-width: 500px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto -30px;
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.6em;
}

.modifier__class-names {
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: 1.2rem;
}

.modifier__description {
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 14px;
}

.product__image {
  width: 100%;
  border: 1px #000;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button__buy {
  max-width: 335px;
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
  font-size: 1rem;
}

.button__buy:hover {
  opacity: .6;
}

.product__card--row {
  width: 100%;
  max-width: 1800px;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  order: 0;
  align-content: flex-start;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  margin: 20px auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Vicegrotesk, Arial, sans-serif;
  display: flex;
}

.product__promoted {
  width: 100%;
  height: 100%;
}

.product__details {
  width: 100%;
  height: auto;
  min-height: 0;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  color: var(--product-card-font-color);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10% 40px;
  display: flex;
  position: relative;
}

.product__brand {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: 1.3em;
  text-decoration: none;
}

.product__name {
  color: var(--product-card-font-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}

.product__image--frame {
  width: auto;
  object-fit: fill;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.product__image--frame._1-1 {
  padding-top: 100%;
}

.product {
  width: 100%;
  max-width: 343px;
  background-color: var(--product-card-bg);
  text-align: left;
  border-top: 0 solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-left: 0 solid rgba(255, 255, 255, .2);
  border-right: 1px rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.product__price {
  color: var(--product-card-font-color);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1.3em;
}

.product__image--layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product__image--file {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product__card__link {
  grid-row-gap: 5px;
  color: var(--product-card-font-color);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.symbol--spacer {
  padding: 20px 0;
}

.symbol--spacer.max-width-400 {
  max-width: 400px;
}

.symbol--spacer.max-width-840 {
  max-width: 840px;
}

.symbol--header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
}

.symbol--page {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #333;
  padding: 20px;
}

.image__vice--add-ratio {
  width: auto;
  object-fit: fill;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.image__vice--add-ratio._10-4 {
  padding-top: 40%;
}

.image__vice--add-ratio._9-16 {
  padding-top: 177%;
}

.image__vice--add-ratio._1-1 {
  padding-top: 100%;
}

.image__vice--add-ratio._4-3 {
  padding-top: 75%;
}

.image__vice--add-ratio._5-4 {
  padding-top: 80%;
}

.image__vice--add-ratio._3-4 {
  padding-top: 133%;
}

.image__vice--add-ratio._4-5 {
  padding-top: 125%;
}

.image__vice--add-ratio._16-9 {
  flex: 1;
  padding-top: 56.25%;
}

.image__vice--add-ratio.is--desktop.has--flex-image {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.image__vice--add-ratio.is--desktop._11 {
  padding-top: 100vh;
}

.image__vice--add-ratio.is--mobile {
  display: none;
}

.symbol-details {
  max-width: 640px;
  color: #000;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7em;
}

.text-block-5 {
  text-align: left;
  padding-top: 40px;
}

.symbol--label {
  text-align: left;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 1.3rem;
}

.modifier__heading-h2 {
  margin: 40px;
}

.product__wide--details {
  width: 50%;
  height: auto;
  min-height: 0;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  color: var(--product-card-font-color);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.product__card--wide {
  width: 100%;
  max-width: 840px;
  text-align: left;
  background-color: #0c0c0c;
  border: 1px solid rgba(255, 255, 255, .2);
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0;
  font-family: Vicegrotesk, Arial, sans-serif;
  display: flex;
  overflow: hidden;
}

.product__card--premium {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  background-color: #0c0c0c;
  border-top: 0 solid rgba(255, 255, 255, .2);
  border-bottom: 1px rgba(255, 255, 255, .2);
  border-left: 0 solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Vicegrotesk, Arial, sans-serif;
  display: flex;
  overflow: hidden;
}

.product__image--premium {
  width: 50%;
  border: 1px solid #000;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product__details--premium {
  width: 50%;
  height: auto;
  min-height: 0;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  color: var(--product-card-font-color);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.product__premium--name {
  color: var(--product-card-font-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.product__premium--dek {
  color: var(--product-card-font-color);
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.45em;
}

.product__brand--premium {
  color: var(--product-card-font-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3em;
  text-decoration: none;
}

.product__wide--image {
  width: 50%;
  border: 1px #000;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image__vice--set-flex {
  width: 100%;
  max-width: 1800px;
  grid-row-gap: 5px;
  border-radius: 20px;
  flex-direction: column;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image__vice--set-ratios {
  width: 100%;
  max-width: 100%;
  grid-row-gap: 5px;
  border-radius: 20px;
  flex-direction: column;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.symbol--spacer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.symbol--logo-card {
  width: 50%;
  padding: 20px 20px 20px 0;
}

.nav__logo--no-topics {
  width: 100%;
  height: auto;
  grid-column-gap: 20px;
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.nav__logo--svg-no-topics {
  width: 80px;
  height: auto;
  margin: 0 auto;
  padding: 2px 5px 0;
  line-height: 1.7em;
}

.sample__section--products {
  width: 100%;
  max-width: 100%;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 35px;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.byline__text {
  grid-column-gap: 4px;
  grid-row-gap: 2px;
  flex-flow: row;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.byline__text--name {
  color: #fff;
  margin-left: 0;
  font-size: .8125rem;
  line-height: 1.3em;
  text-decoration: underline;
}

.module__header--topic {
  display: block;
}

.date-and-share {
  grid-column-gap: 41px;
  align-items: center;
  display: flex;
}

.share__set-2 {
  width: auto;
  grid-column-gap: 25px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.share__text-2 {
  font-size: .9rem;
}

.share__icon-2 {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.section__header--headline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  line-height: 1.25em;
  display: none;
}

.section__header--dek {
  width: 100%;
  max-width: 100%;
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.7em;
}

.byline__image {
  width: 60px;
  border-radius: 200px;
  overflow: hidden;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider--medium {
  width: 100%;
  height: 1px;
  color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.byline__text--role {
  color: #fff;
  margin-left: 0;
  font-size: .8125rem;
  line-height: 1.3em;
  text-decoration: none;
}

.vertical__logo {
  width: auto;
  max-height: 30px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.vertical__logo:hover {
  opacity: .6;
}

.divider--thin {
  width: 100%;
  height: 1px;
  border: 1px solid var(--red);
  opacity: 1;
  color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
}

.section__header--vertical {
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.section__header--topic-text {
  color: #fff;
  border: 1px #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: underline;
}

.section__header--date {
  color: #fff;
  text-transform: none;
  margin-bottom: 5px;
  padding-top: 1px;
  font-size: .9rem;
  line-height: 1.7em;
}

.image {
  width: auto;
  object-fit: fill;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.image._1-1 {
  padding-top: 100%;
}

.image._16-9 {
  flex: 1;
  padding-top: 72.25%;
}

.image._9-16 {
  padding-top: 180%;
}

.module__header {
  max-width: none;
  grid-row-gap: 25px;
  border: 1px #000;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.byline {
  width: 100%;
  max-width: 250px;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.section__header--bylines {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.share__link-2 {
  grid-column-gap: 3px;
  color: #fff;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.share__link-2:hover {
  opacity: .6;
}

.section__header--topic-link {
  display: block;
}

.byline__link {
  grid-column-gap: 15px;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.byline__link:hover {
  opacity: .5;
}

.hero {
  z-index: 1;
  width: 100%;
  height: 200vh;
  max-width: 100%;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 35px;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: fixed;
  top: 60px;
  overflow: hidden;
}

.content {
  z-index: 2;
  background-color: var(--vice-body-bg-color);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 0;
  position: relative;
  top: 200vh;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.content.end {
  padding-bottom: 204vh;
}

.content.reveal-caption {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .27) 72%, #000);
  padding-bottom: 2vh;
}

.widget__image-reveal {
  display: block;
  overflow: hidden;
}

.widget__reveal--reveal-image.widget__reveal--landscape {
  justify-content: center;
  align-items: center;
  display: block;
}

.hero__color-overlay {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: var(--pullquote-bg-color);
  opacity: 1;
  mix-blend-mode: multiply;
  padding-top: 56.25%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hero-exit {
  z-index: 1;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero__headline {
  z-index: 1;
  width: 100%;
  height: 1vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 19%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero__headline--container {
  width: 100%;
  height: 100vh;
  max-width: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.heading {
  font-size: 10rem;
}

.hero__heading-h1 {
  z-index: 99;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 91px;
  font-weight: 700;
  line-height: 105%;
  position: relative;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero__heading-h1.is-aligned-center {
  align-self: center;
}

.hero__heading-h1.is-aligned-right {
  align-self: flex-end;
}

.hero__heading-h1.is--adjusted-5, .hero__heading-h1.is--adjusted-3 {
  align-self: center;
}

.hero__heading-h1.is--adjusted-1 {
  align-self: center;
  margin-left: 15%;
}

.hero__heading-h1.is--adjusted-2 {
  z-index: 99;
}

.hero__logo {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero__logo--container {
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.start__sticky {
  width: 100%;
  height: 1px;
  background-color: var(--vice-body-bg-color);
  position: absolute;
  top: 59px;
}

.hero__color-overlay--end {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: var(--pullquote-bg-color);
  opacity: 0;
  mix-blend-mode: normal;
  padding-top: 56.25%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.btuk-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btuk-hero.is--static {
  position: static;
}

.btuk-hero-red {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btuk-hero-red.is--static {
  position: static;
}

.paragraph_btuk {
  width: 100%;
  max-width: 900px;
  color: var(--vice-font-color);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Vicegrotesk, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.7em;
  text-decoration: none;
}

.link_btuk {
  color: var(--vice-font-color);
}

.link_btuk.space {
  margin-right: 6px;
}

.link-2, .link-3 {
  color: #fff;
}

.link_btuk-2 {
  color: var(--vice-font-color);
  margin-right: 6px;
  padding-right: 0;
}

.bold-text-2 {
  font-size: 11vh;
}

.bold-text-3 {
  font-size: 91px;
  line-height: 105%;
}

.photo-caption-text {
  z-index: 2;
  max-width: 900px;
  color: #fff;
  object-fit: fill;
  align-items: flex-end;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.photo-caption-container {
  height: 8vh;
  max-width: 65vw;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 7px auto 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-caption-gradient {
  z-index: 100;
  height: 8vh;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .66) 45%, #000);
  flex-direction: row;
  padding-top: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-caption-gradient-mobile {
  z-index: 100;
  height: 9vh;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  flex-direction: column;
  padding-top: 5vh;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.tags-btuk {
  width: 100%;
  max-width: 840px;
  grid-column-gap: 10px;
  color: var(--vice-font-color);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Sourcecodepro, Arial, sans-serif;
  display: flex;
}

.tags__container-btuk {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--red);
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.reveal-caption-mobile {
  max-width: 100vw;
  padding-left: 17.5vw;
  padding-right: 17.5vw;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.2em;
  display: none;
}

.reveal-caption-desktop {
  z-index: 200;
  width: 900px;
  height: auto;
  max-width: none;
  flex: none;
  align-self: auto;
  margin: auto;
  padding-top: 25px;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.2em;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reveal-caption-desktop.tablet {
  display: none;
}

.reveal-caption-container {
  width: 100vw;
}

.fixed-image {
  background-image: url('../images/FOOTER_LINK_6.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 50%;
  padding-bottom: 0;
  padding-right: 100%;
  position: fixed;
}

.reveal-caption-box {
  z-index: 200;
  width: 100vw;
  height: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .menu__close {
    height: 49px;
    color: #000;
    background-color: #000;
    padding-top: 7px;
    padding-left: 30px;
  }

  .vice__menu {
    width: 100%;
    right: auto;
  }

  .nav__share {
    margin-right: -3px;
  }

  .nav__logo {
    width: 50%;
    text-align: center;
    justify-content: center;
    position: absolute;
  }

  .footer__links--container {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .footer__links--set {
    grid-column-gap: 13px;
    grid-row-gap: 0px;
    display: flex;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pull-quote__with-border {
    max-width: 80vw;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 20px;
  }

  .pull-quote__text--headline {
    font-size: 2.1rem;
  }

  .nav__menu {
    width: 25%;
    flex: 0 auto;
  }

  .nav__topics {
    display: none;
  }

  .vice__lang {
    opacity: 0;
    display: none;
  }

  .lang__vice--close {
    height: 49px;
    color: #000;
    padding-top: 7px;
    right: 40px;
  }

  .card__details {
    min-height: 0;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 30px;
    display: flex;
  }

  .card {
    width: 100%;
    min-width: 49.9%;
    display: block;
  }

  .image__file {
    height: 100%;
  }

  .card__dek {
    display: none;
  }

  .card__hed {
    font-size: 1.45rem;
  }

  .module__header-full--container, .tags {
    padding-left: 20px;
    padding-right: 20px;
  }

  .masthead {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image__vice--container {
    width: auto;
  }

  .image__vice--details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .masthead__headline {
    font-size: 5.7rem;
  }

  .masthead__dek {
    font-size: 1.5rem;
  }

  .column__vice--full-width.is--color-red {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns {
    flex-direction: column;
    align-items: flex-start;
  }

  .column__75 {
    width: 100%;
  }

  .column__25 {
    width: 100%;
    justify-content: flex-start;
  }

  .share__set {
    margin-left: -10px;
  }

  .masthead__headline--mobile {
    font-size: 5.7rem;
  }

  .column__vice--900 {
    max-width: 80vw;
    margin-left: auto;
    padding: 0;
  }

  .nav__logo--scrolled {
    width: 50%;
    text-align: center;
    justify-content: center;
  }

  .lang__button--in-nav {
    display: none;
  }

  .column__vice--full-width-padded {
    padding-left: 0;
    padding-right: 0;
  }

  .product__details {
    min-height: 0;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 30px;
    display: flex;
  }

  .product__name {
    font-size: 1.3rem;
  }

  .product {
    width: 100%;
    max-width: 320px;
    min-width: 320px;
    display: block;
  }

  .image__vice--add-ratio.is--desktop._11 {
    width: auto;
    margin-left: -500px;
    display: flex;
  }

  .product__wide--details {
    width: 50%;
    min-height: 0;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 40px 40px;
    display: flex;
  }

  .product__card--wide {
    width: 100%;
    max-width: 640px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .product__card--premium {
    width: 100%;
    max-width: 640px;
    border-right-style: none;
    display: block;
  }

  .product__image--premium {
    width: 100%;
  }

  .product__details--premium {
    width: 100%;
    min-height: 0;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 40px 40px;
    display: flex;
  }

  .product__premium--name {
    font-size: 1.45rem;
  }

  .product__wide--image {
    width: 50%;
  }

  .image__vice--set-flex {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image__vice--set-ratios {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav__logo--no-topics {
    width: 50%;
    text-align: center;
    justify-content: center;
    position: absolute;
  }

  .byline__text {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
  }

  .byline__text--name {
    width: auto;
    object-fit: fill;
    object-position: 50% 50%;
    display: block;
  }

  .section__header--headline {
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .object-fit-cover {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .byline__text--role {
    width: auto;
    object-fit: fill;
    object-position: 50% 50%;
    display: block;
  }

  .divider--thin {
    border-color: var(--red);
    opacity: 1;
  }

  .section__header--topic-text {
    color: #fff;
  }

  .image._16-9 {
    width: auto;
    padding-top: 89.25%;
  }

  .image._9-16 {
    padding-top: 113%;
  }

  .image._9-16.posie_parker_photo {
    padding-top: 79%;
    padding-bottom: 0;
  }

  .image._9-16.self-id-photo {
    margin-top: 51px;
  }

  .module__header {
    max-width: 80vw;
    padding: 0;
  }

  .byline {
    width: 100%;
    max-width: 300px;
    grid-column-gap: 0px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .section__header--bylines {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .byline__link {
    width: 100%;
    grid-column-gap: 15px;
    object-fit: fill;
    flex-wrap: nowrap;
  }

  .hero {
    height: 132vh;
    overflow: hidden;
  }

  .content {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .content.end {
    padding-bottom: 9vh;
  }

  .hero__headline {
    height: 100vh;
    top: 0%;
  }

  .hero__headline--container {
    max-width: 80vw;
    justify-content: flex-end;
    margin-left: auto;
    padding: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero__heading-h1 {
    margin-bottom: 4vh;
    padding-left: 0;
    padding-right: 0;
    font-size: 8vw;
    line-height: 105%;
  }

  .btuk-hero, .btuk-hero-red {
    width: 100%;
    height: 100%;
  }

  .paragraph_btuk {
    padding: 0;
  }

  .bold-text-2 {
    font-size: 9vh;
  }

  .bold-text-3 {
    font-size: 8vw;
    line-height: 105%;
  }

  .photo-caption-text {
    z-index: 2;
    height: 9vh;
    max-width: 900px;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.3em;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .photo-caption-container {
    height: 10vh;
    max-width: 80vw;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .photo-caption-gradient {
    height: 12vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .56) 31%, #000);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 5px;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .photo-caption-gradient-mobile {
    width: 100vw;
    height: 10vh;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tags-btuk {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reveal-caption-mobile {
    padding-left: 10vw;
    padding-right: 10vw;
    display: none;
  }

  .reveal-caption-desktop {
    align-items: flex-end;
    padding-left: 10vw;
    padding-right: 10vw;
    display: none;
  }

  .reveal-caption-desktop.tablet {
    z-index: 2;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .7) 26%, rgba(0, 0, 0, .98) 51%, #000);
    margin-top: -5vh;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .reveal-caption-container-desktop {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
  }

  .italic-text {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .menu__content {
    width: 100%;
  }

  .menu__close {
    width: 100%;
    height: 50px;
    padding-top: 7px;
  }

  .menu__container {
    max-width: 100%;
  }

  .vice__menu {
    width: 100%;
    max-width: 100%;
    background-color: #000;
  }

  .nav__logo--svg {
    width: 70px;
    margin-right: auto;
  }

  .nav__share {
    opacity: 1;
    margin-left: 10px;
    margin-right: -8px;
    padding-right: 0;
  }

  .nav__logo {
    width: 33%;
    text-align: center;
  }

  .nav__link {
    align-items: flex-end;
  }

  .nav__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav__share-icon {
    display: block;
  }

  .footer__copyright-text {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
  }

  .footer__accessibility {
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
  }

  .footer__links--container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__links--set {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__vmg-logo {
    width: auto;
    margin-left: 0;
    padding-left: 20px;
  }

  .footer {
    width: auto;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-right: auto;
  }

  .section {
    padding-bottom: 20px;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.15rem;
  }

  .pull-quote__with-border {
    max-width: 85vw;
    padding: 0;
  }

  .pull-quote__text {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .pull-quote__citation {
    font-size: 1.125rem;
  }

  .pull-quote__content {
    padding-left: 20px;
    padding-right: 0;
  }

  .pull-quote__text--headline {
    font-size: 1.7rem;
  }

  .pull-quote__citation-text {
    font-size: 1rem;
  }

  .nav__menu {
    width: 25%;
    grid-row-gap: 4px;
    flex: none;
  }

  .ad__above-nav--leaderboard-flex {
    padding-bottom: 5px;
  }

  .vice__lang {
    display: none;
  }

  .lang__vice--close {
    width: 100%;
    height: 50px;
    padding-top: 7px;
    right: 20px;
  }

  .vice__toolbar {
    padding-right: 15px;
  }

  .card__details {
    min-height: 0;
    padding-top: 20px;
  }

  .card {
    max-width: 100%;
    min-width: 100%;
  }

  .card__dek {
    font-size: 1rem;
  }

  .card__hed {
    font-size: 1.35rem;
  }

  .section__heading--full {
    font-size: 1.45rem;
  }

  .tags {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tags__topic-link {
    line-height: 2em;
  }

  .masthead {
    margin-top: 30px;
  }

  .masthead__headline {
    font-size: 3.8rem;
  }

  .masthead__dek {
    font-size: 1.4rem;
  }

  .column__vice--full-width.is--color-red {
    padding-left: 0;
    padding-right: 0;
  }

  .credits__paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.15rem;
  }

  .columns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .share__item {
    min-width: 0;
    padding-right: 5px;
  }

  .vice__nav {
    height: 50px;
  }

  .masthead__headline--mobile {
    font-size: 3.8rem;
  }

  .bold-text {
    padding-left: 0;
    font-size: 1.15rem;
  }

  .nav__logo--link {
    display: block;
  }

  .column__vice--900 {
    max-width: 85vw;
    padding-left: 0;
    padding-right: 0;
  }

  .nav__logo--scrolled {
    width: 50%;
    text-align: center;
  }

  .nav__logo--svg-scrolled {
    width: 70px;
    margin-right: auto;
  }

  .lang__button--in-nav {
    display: none;
    right: 15px;
  }

  .paragraph__set--double {
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .product__details {
    min-height: 0;
    padding-top: 20px;
  }

  .product__name {
    font-size: 1.2rem;
  }

  .product {
    width: 49%;
    max-width: 200px;
    min-width: 49%;
  }

  .image__vice--add-ratio.is--desktop, .image__vice--add-ratio.is--desktop.has--flex-image {
    display: none;
  }

  .image__vice--add-ratio.is--mobile {
    display: block;
  }

  .image__vice--add-ratio.is--mobile._9-16-alt {
    padding-top: 210%;
  }

  .product__wide--details {
    min-height: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product__card--wide {
    width: 100%;
    max-width: 200%;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product__card--premium {
    width: 100%;
    max-width: 200%;
  }

  .product__details--premium {
    min-height: 0;
    padding-top: 20px;
  }

  .product__premium--name {
    font-size: 1.35rem;
  }

  .nav__logo--no-topics {
    width: 33%;
    text-align: center;
  }

  .nav__logo--svg-no-topics {
    width: 70px;
    margin-right: auto;
  }

  .sample__section--products {
    padding-bottom: 20px;
  }

  .date-and-share {
    flex-direction: column;
    align-items: flex-start;
  }

  .share__set-2 {
    grid-column-gap: 20px;
  }

  .section__header--headline {
    font-size: 1.7rem;
  }

  .section__header--dek {
    font-size: 1.5rem;
  }

  .vertical__logo {
    max-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image._9-16 {
    padding-top: 145%;
  }

  .image._9-16.posie_parker_photo {
    padding-top: 143%;
  }

  .image._9-16.self-id-photo {
    margin-top: 41px;
  }

  .module__header {
    max-width: 85vw;
    grid-row-gap: 15px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section__header--bylines {
    grid-row-gap: 17px;
    flex-wrap: wrap;
  }

  .hero {
    height: 100vh;
    padding-bottom: 20px;
    top: 50px;
  }

  .content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    top: 130vh;
  }

  .content.end {
    padding-bottom: 135vh;
    top: 130vh;
  }

  .hero__headline {
    height: 100vh;
    top: 0%;
  }

  .hero__headline--container {
    max-width: 85vw;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .hero__heading-h1 {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 12vw;
    line-height: .4em;
  }

  .paragraph_btuk {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.15rem;
  }

  .bold-text-2 {
    font-size: 6.5vh;
    line-height: 100%;
  }

  .bold-text-3 {
    font-size: 11vw;
    line-height: 11vw;
  }

  .photo-caption-text {
    z-index: 110;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    font-size: .8rem;
    line-height: 1.3em;
    position: absolute;
    bottom: 0%;
  }

  .photo-caption-container {
    height: 9vh;
    max-width: 85vw;
    margin-top: 0;
  }

  .photo-caption-gradient {
    display: none;
  }

  .photo-caption-gradient-mobile {
    height: 12vh;
    max-width: none;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .81) 60%, #000);
    padding-top: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .tags-btuk {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reveal-caption-mobile {
    z-index: 99999;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .63) 62%, var(--vice-body-bg-color));
    text-align: left;
    margin-bottom: 20px;
    padding: 90px 7.5vw 24px;
    font-size: .9rem;
    font-style: italic;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .reveal-caption-desktop {
    z-index: 99999;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .63) 62%, var(--vice-body-bg-color));
    text-align: left;
    margin-bottom: 20px;
    padding: 90px 7.5vw 24px;
    font-size: .9rem;
    font-style: italic;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .reveal-caption-desktop.tablet {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .menu__content {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .menu__item--link {
    font-size: 26px;
  }

  .menu__item {
    height: 44px;
    padding-top: 10px;
  }

  .menu__item:hover, .menu__social-logo:hover {
    opacity: .6;
  }

  .menu__item-sm--link {
    font-size: 20px;
  }

  .menu__item-sm--link:hover {
    opacity: .6;
  }

  .menu__close {
    width: 100%;
    height: 50px;
    padding-top: 7px;
  }

  .vice__menu {
    width: 100%;
    height: 100vh;
    min-height: 100%;
  }

  .nav__logo--svg {
    width: 70px;
    margin-right: auto;
  }

  .nav__share {
    grid-column-gap: 10px;
    display: none;
  }

  .nav__logo {
    position: absolute;
  }

  .nav__link {
    flex: 0 auto;
  }

  .nav__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .paragraph {
    line-height: 1.5em;
  }

  .pull-quote__with-border {
    max-width: 85vw;
    padding: 0;
  }

  .pull-quote__text {
    margin-bottom: 0;
    font-size: 1.7rem;
  }

  .pull-quote__content {
    border-left-width: 5px;
    margin-left: 20px;
    padding-left: 20px;
  }

  .pull-quote__content.is--border-black {
    margin-left: 0;
  }

  .pull-quote__text--headline {
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  .pull-quote__citation-text {
    line-height: 1.4em;
  }

  .nav__menu {
    width: 44px;
    flex: 0 auto;
  }

  .vice__lang {
    width: 100%;
    display: none;
  }

  .lang__vice--close {
    width: 100%;
    height: 50px;
    padding-top: 7px;
  }

  .vice__toolbar {
    padding-right: 15px;
    display: none;
  }

  .card__details {
    min-height: 180px;
    padding: 20px 20px 25px;
  }

  .card {
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .card__link {
    grid-row-gap: 0px;
  }

  .card__eyebrow {
    margin-bottom: 0;
  }

  .card__dek {
    font-size: 1rem;
  }

  .card__hed {
    padding-top: 0;
    font-size: 1.25rem;
  }

  .section__heading--full {
    font-size: 1.35rem;
  }

  .lang__button {
    display: none;
  }

  .tags {
    padding-left: 20px;
    padding-right: 20px;
  }

  .masthead {
    margin-top: 20px;
  }

  .image__vice--container {
    margin-left: -235px;
  }

  .masthead__headline {
    display: none;
  }

  .masthead__dek {
    font-size: 1.2rem;
  }

  .column__vice--full-width.is--color-red {
    padding: 0;
  }

  .credits__paragraph {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5em;
  }

  .bylines__text {
    font-size: 1rem;
  }

  .share__item {
    min-width: 0;
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    padding-bottom: 0;
    padding-right: 5px;
    display: flex;
  }

  .share__link {
    margin-right: 0;
  }

  .vice__nav {
    height: 50px;
  }

  .masthead__headline--mobile {
    font-size: 3.3rem;
    display: block;
  }

  .nav__item-sm--link {
    font-size: 20px;
  }

  .nav__item-sm--link:hover {
    opacity: .6;
  }

  .nav__logo--link {
    flex: 0 auto;
  }

  .column__vice--900 {
    max-width: 85vw;
    padding: 0;
  }

  .nav__logo--scrolled {
    position: absolute;
  }

  .nav__logo--svg-scrolled {
    width: 70px;
    margin-right: auto;
  }

  .lang__button--in-nav {
    opacity: 1;
    display: block;
    right: 15px;
  }

  .product__card--row {
    grid-row-gap: 20px;
  }

  .product__details {
    min-height: 180px;
    padding: 20px 20px 25px;
  }

  .product__brand {
    margin-bottom: 0;
  }

  .product__name {
    padding-top: 0;
    font-size: 1.1rem;
  }

  .product {
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .image__vice--add-ratio.is--desktop._11 {
    margin-left: -487px;
    padding-top: 100vh;
  }

  .image__vice--add-ratio.is--mobile._9-16-alt {
    padding-top: 268%;
    display: none;
  }

  .product__wide--details {
    width: 100%;
    min-height: 180px;
    padding: 20px 20px 25px;
  }

  .product__card--wide {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    flex-direction: column;
  }

  .product__card--premium {
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .product__details--premium {
    min-height: 180px;
    padding: 20px 20px 25px;
  }

  .product__premium--name {
    padding-top: 0;
    font-size: 1.1rem;
  }

  .product__premium--dek {
    font-size: 1rem;
  }

  .product__brand--premium {
    margin-bottom: 0;
    font-size: .7rem;
  }

  .product__wide--image {
    width: 100%;
  }

  .nav__logo--no-topics {
    position: absolute;
  }

  .nav__logo--svg-no-topics {
    width: 70px;
    margin-right: auto;
  }

  .sample__section--products {
    background-color: rgba(0, 0, 0, 0);
  }

  .share__set-2 {
    grid-column-gap: 20px;
  }

  .section__header--headline {
    font-size: 1.7rem;
  }

  .section__header--dek {
    padding-top: 0;
    font-size: 1.15em;
    line-height: 1.5em;
  }

  .byline__image {
    width: 44px;
    height: 44px;
  }

  .vertical__logo {
    max-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image._1-1 {
    margin-top: 0;
  }

  .image._9-16 {
    margin-left: -214px;
    padding-top: 207%;
  }

  .image._9-16.posie_parker_photo {
    margin-left: 0;
    margin-right: -201px;
    padding-top: 229%;
    padding-left: 0;
  }

  .module__header {
    max-width: 90vw;
    grid-row-gap: 19px;
    padding: 0;
  }

  .byline {
    width: 100%;
  }

  .section__header--bylines {
    grid-row-gap: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  .share__link-2 {
    margin-right: 0;
  }

  .hero {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    top: 50px;
  }

  .content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    top: 125vh;
  }

  .content.end {
    padding-bottom: 130vh;
  }

  .hero__headline {
    height: 50vh;
    top: 0;
  }

  .hero__headline--container {
    height: 100vh;
    max-width: 85vw;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .hero__heading-h1 {
    margin-bottom: 10vh;
    padding: 0;
    font-size: 12vw;
  }

  .btuk-hero {
    width: 100%;
  }

  .paragraph_btuk {
    font-size: 1.125rem;
    line-height: 1.5em;
  }

  .bold-text-2 {
    font-size: 4vh;
  }

  .bold-text-3 {
    font-size: 11vw;
    line-height: 11vw;
  }

  .photo-caption-text {
    height: 8vh;
    max-width: 90vw;
    align-items: flex-end;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    line-height: 1.3em;
    bottom: 0%;
  }

  .photo-caption-container {
    height: 8vh;
    max-width: 85vw;
    margin-top: -4px;
    bottom: 0%;
  }

  .photo-caption-gradient {
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .photo-caption-gradient-mobile {
    height: 13vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .69) 33%, #000);
    padding-top: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tags-btuk {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reveal-caption-mobile, .reveal-caption-desktop {
    height: 75px;
    max-width: 100vw;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .63) 67%, var(--vice-body-bg-color));
    text-align: left;
    margin-bottom: 0;
    padding: 20px 7.5vw 0;
    font-size: .8rem;
    line-height: 1.2em;
  }
}


@font-face {
  font-family: 'Univers next var roman';
  src: url('../fonts/univers_next_var_roman.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marketsans webs';
  src: url('../fonts/MarketSans-Regular-WebS.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marketsans webs';
  src: url('../fonts/MarketSans-SemiBold-WebS.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers next var';
  src: url('../fonts/univers_next_var_italic.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Druk web';
  src: url('../fonts/Druk-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vicecondensed Condensed';
  src: url('../fonts/VICECondensed-CondensedBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vicegrotesk';
  src: url('../fonts/VICEGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vicecondensed Condensed';
  src: url('../fonts/VICECondensed-CondensedBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vicegrotesk';
  src: url('../fonts/VICEGrotesk-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vicegrotesk';
  src: url('../fonts/VICEGrotesk-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vicegrotesk';
  src: url('../fonts/VICEGrotesk-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vicegrotesk';
  src: url('../fonts/VICEGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vicegrotesk';
  src: url('../fonts/VICEGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcecodepro';
  src: url('../fonts/SourceCodePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}