/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
    ========================================================================== */
/**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
    ========================================================================== */
/**
  * Remove the margin in all browsers.
  */
body {
  margin: 0; }

/**
  * Render the `main` element consistently in IE.
  */
main {
  display: block; }

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
    ========================================================================== */
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
    ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent; }

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder; }

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%; }

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
    ========================================================================== */
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none; }

/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible; }

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  /* 1 */
  text-transform: none; }

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline; }

/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto; }

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
    ========================================================================== */
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block; }

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item; }

/* Misc
    ========================================================================== */
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none; }

/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none; }

:root {
  --color-primary: black;
  --color-accent: black;
  --font-family-hed: Neue Haas Grotesk Display, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Neue Haas Grotesk Text, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Source Code Pro, Monaco, monospace;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Lora, Georgia, serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.75rem;
  --line-height-dropcap: 3.6875rem; }

:root:lang(el),
:root:lang(ru),
:root:lang(ro) {
  --font-family-hed: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 400;
  --font-weight-hed-bold: 700;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Lora, Georgia, serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.8125rem;
  --line-height-dropcap: 3.75rem; }

:root:lang(ar) {
  --font-family-hed: Adelle Sans Arabic, Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 400;
  --font-weight-hed-bold: 700;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Muna, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.8125rem;
  --line-height-dropcap: 3.75rem; }

:root:lang(ja) {
  --font-family-hed: Noto Sans JP, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Noto Sans JP, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Noto Sans JP, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Noto Sans JP, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.125rem;
  --line-height-dropcap: 3.0625rem; }

:root:lang(ko) {
  --font-family-hed: Noto Sans KR, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Noto Sans KR, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Noto Sans KR, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Noto Sans KR, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.125rem;
  --line-height-dropcap: 3.0625rem; }

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

html {
  font-size: 16px; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

html,
body,
a {
  color: black; }

a:hover,
a:focus {
  color: rgba(0, 0, 0, 0.4); }

.error {
  background-color: black;
  color: white;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-family: var(--font-family-hed);
  font-weight: var(--font-weight-hed-bold); }
  .error__link {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    font-size: 20px; }
    .error__link:hover {
      opacity: 0.7;
      color: white; }
    @media only screen and (min-width: 700px) {
      .error__link {
        font-size: 32px; } }
  .error__code {
    font-size: 120px;
    color: black;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: white;
    margin: 0 auto; }
    @media only screen and (min-width: 700px) {
      .error__code {
        font-size: 300px;
        height: 440px; } }

.page-footer {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  background-color: black;
  padding: 40px 20px; }
  @media only screen and (min-width: 700px) {
    .page-footer {
      padding: 80px 40px; } }
  .page-footer .page-footer__logo-vice-link {
    display: flex;
    height: 28px;
    line-height: 0;
    width: 218px; }
    @media only screen and (min-width: 700px) {
      .page-footer .page-footer__logo-vice-link {
        margin: 0 auto; } }
  .page-footer .page-footer__nav {
    margin-top: 40px; }
  .page-footer .page-footer__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: left; }
    @media only screen and (min-width: 700px) {
      .page-footer .page-footer__list {
        align-items: center;
        flex-direction: row;
        justify-content: center; } }
  .page-footer .page-footer__list-item {
    margin-right: 15px; }
    .page-footer .page-footer__list-item .page-footer__list-item-link {
      display: inline-block;
      padding: 10px 0; }
    .page-footer .page-footer__list-item:last-child {
      margin-right: 0; }
      .page-footer .page-footer__list-item:last-child:lang(ar) {
        margin-right: 15px; }
    @media only screen and (max-width: 699px) {
      .page-footer .page-footer__list-item:first-child .page-footer__list-item-link {
        padding-top: 0; }
      .page-footer .page-footer__list-item:last-child .page-footer__list-item-link {
        padding-bottom: 0; } }
  .page-footer .page-footer__list-item-button {
    --web-kit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    display: inline; }
  .page-footer .page-footer__list-item-link,
  .page-footer .page-footer__list-item-button {
    color: white;
    text-transform: uppercase; }
  .page-footer .page-footer__list-item,
  .page-footer .page-footer__list-item-link,
  .page-footer .page-footer__list-item-button {
    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-normal); }
  .page-footer .page-footer__list-item-link:hover,
  .page-footer .page-footer__list-item-link:focus,
  .page-footer .page-footer__list-item-button:hover,
  .page-footer .page-footer__list-item-button:focus {
    text-decoration: underline; }
  .page-footer .page-footer__copyright {
    color: white;
    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-normal);
    margin-top: 40px; }
    @media only screen and (min-width: 700px) {
      .page-footer .page-footer__copyright {
        text-align: center; } }

.nav-bar__hamburger-button {
  align-items: center;
  background-color: black;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .nav-bar__hamburger-button button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font: inherit;
    height: 90%;
    padding: 0; }
    .nav-bar__hamburger-button button:hover {
      opacity: 0.6; }

.nav-bar__hamburger-button__hamburger {
  height: 16px;
  width: 16px; }

.nav-bar__hamburger-button .nav-bar__hamburger-button__hamburger-bar {
  background-color: white;
  height: 3px;
  margin: 2px 0;
  width: 16px; }

.nav-bar__title-bar-links {
  align-items: center;
  background-color: black;
  color: white;
  display: none;
  flex-direction: row;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-hed-bold);
  list-style-type: none;
  overflow: hidden;
  padding-left: 0;
  text-decoration: none;
  text-transform: capitalize; }
  @media only screen and (min-width: 700px) {
    .nav-bar__title-bar-links {
      display: flex; } }
  .nav-bar__title-bar-links li {
    align-items: center;
    display: flex;
    height: 100%; }
  .nav-bar__title-bar-links li:nth-child(n+6) {
    display: none; }
  @media only screen and (min-width: 1000px) {
    .nav-bar__title-bar-links li:nth-child(n+6) {
      display: flex; }
    .nav-bar__title-bar-links li:nth-child(n+8) {
      display: none; } }
  .nav-bar__title-bar-links a {
    color: white;
    display: flex;
    padding: 0 10px;
    text-decoration: none; }

.nav-bar__social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }
  .nav-bar__social-links li {
    display: flex;
    height: 100%;
    width: 40px; }
    .nav-bar__social-links li div {
      height: 100%;
      width: 100%; }
      .nav-bar__social-links li div a {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 100%; }
  .nav-bar__social-links li:last-child {
    margin-right: 0px; }
  .nav-bar__social-links svg {
    cursor: pointer; }

.nav-bar__network-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%; }
  .nav-bar__network-bar ul {
    align-items: center;
    display: flex;
    height: 56px;
    margin: 0;
    -ms-overflow-style: none;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 0;
    white-space: nowrap; }
    .nav-bar__network-bar ul::-webkit-scrollbar {
      display: none; }
  .nav-bar__network-bar li {
    display: flex;
    height: 100%;
    padding: 0 20px; }
    .nav-bar__network-bar li div {
      align-items: center;
      display: flex;
      height: 100%; }
    .nav-bar__network-bar li a {
      display: flex;
      padding: 16px 0; }
  .nav-bar__network-bar li:first-child {
    padding-left: 20px; }
    @media only screen and (min-width: 700px) {
      .nav-bar__network-bar li:first-child {
        padding-left: 40px; } }
  .nav-bar__network-bar li:not(:last-child):after {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    display: flex;
    height: 20px;
    left: 20px;
    pointer-events: none;
    position: relative;
    top: 20px; }

.nav-bar__primary-menu-links {
  background-color: black;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-hed-bold);
  list-style-type: none;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase; }
  .nav-bar__primary-menu-links li {
    padding: 5px 0; }
  .nav-bar__primary-menu-links a {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-decoration: inherit;
    width: 100%; }

.nav-bar__secondary-menu-links {
  background-color: black;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-hed-bold);
  padding: 0;
  text-transform: capitalize; }
  @media only screen and (min-width: 700px) {
    .nav-bar__secondary-menu-links {
      font-size: var(--font-size-h3); } }
  @media only screen and (min-width: 1000px) {
    .nav-bar__secondary-menu-links li:nth-last-child(-n+2) {
      border-bottom: none; } }
  .nav-bar__secondary-menu-links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-basis: 100%;
    flex-grow: 1; }
    @media only screen and (min-width: 1000px) {
      .nav-bar__secondary-menu-links li {
        flex-basis: 44%;
        margin-right: 6%; } }
  .nav-bar__secondary-menu-links li:last-child {
    border-bottom: none; }
  .nav-bar__secondary-menu-links a {
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding: 15px 0;
    text-decoration: inherit;
    width: 100%; }

.navbar-search {
  width: 100%; }
  .navbar-search .search-bar {
    background-color: black;
    font-family: var(--font-family-dek);
    margin-bottom: 20px;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      .navbar-search .search-bar:lang(ar) {
        width: 400px; } }
    .navbar-search .search-bar input {
      background: rgba(255, 255, 255, 0.4);
      border: none;
      border-radius: 2px;
      color: white;
      font-size: var(--font-size-h5);
      font-weight: var(--font-weight-body-normal);
      padding: 18.5px 40px 18.5px 20px;
      width: 100%; }
      .navbar-search .search-bar input:focus {
        background: white;
        color: black; }
    .navbar-search .search-bar input::placeholder {
      color: white; }
    .navbar-search .search-bar input:focus::placeholder {
      color: black; }
    .navbar-search .search-bar .nav-bar__search-bar__button {
      align-items: center;
      background: rgba(255, 255, 255, 0);
      border: none;
      cursor: pointer;
      display: flex;
      height: 100%;
      justify-content: center;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px; }
      .navbar-search .search-bar .nav-bar__search-bar__button svg {
        height: 16px;
        width: 16px; }
        .navbar-search .search-bar .nav-bar__search-bar__button svg path {
          fill: white; }
      .navbar-search .search-bar .nav-bar__search-bar__button.focus svg path {
        fill: black; }

.search-bar {
  background-color: white;
  font-family: var(--font-family-dek);
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .search-bar:lang(ar) {
      width: 400px; } }
  .search-bar input {
    background: white;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 2px;
    color: black;
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-body-bold);
    padding: 18.5px 40px 18.5px 0;
    width: 100%; }
    .search-bar input:focus {
      background: white;
      color: black;
      outline-color: black; }
  .search-bar input::placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .search-bar input:focus::placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .search-bar .nav-bar__search-bar__button {
    align-items: center;
    background: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px; }
    .search-bar .nav-bar__search-bar__button svg {
      height: 20px;
      width: 20px; }
      .search-bar .nav-bar__search-bar__button svg path {
        fill: black; }

.nav-bar__sign-in-sign-up {
  align-items: center;
  display: flex;
  text-transform: uppercase; }
  @media only screen and (min-width: 700px) {
    .nav-bar__sign-in-sign-up {
      display: flex; } }
  .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__account-icon {
    align-items: center;
    display: flex; }
  .nav-bar__sign-in-sign-up a {
    color: white;
    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-normal);
    text-decoration: none; }
    .nav-bar__sign-in-sign-up a:first-child {
      padding-left: 20px; }
      .nav-bar__sign-in-sign-up a:first-child:lang(ar) {
        padding-left: 0;
        padding-right: 20px; }
      @media only screen and (min-width: 700px) {
        .nav-bar__sign-in-sign-up a:first-child {
          padding-left: 40px; }
          .nav-bar__sign-in-sign-up a:first-child:lang(ar) {
            padding-left: 0;
            padding-right: 40px; } }
    .nav-bar__sign-in-sign-up a:last-child:lang(ar) {
      padding-left: 20px; }
      @media only screen and (min-width: 700px) {
        .nav-bar__sign-in-sign-up a:last-child:lang(ar) {
          padding-left: 40px; } }
  .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__prompts {
    display: none; }
  @media only screen and (min-width: 700px) {
    .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__account-icon {
      display: none; }
    .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__prompts {
      display: inline-block; }
      .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__prompts a {
        padding-right: 20px; } }

.nav-bar__title-language-picker__overlay--open {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 27; }

.nav-bar__title-language-picker {
  background-color: black;
  color: white;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-hed-bold);
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2; }
  .nav-bar__title-language-picker:lang(ar) {
    left: 0;
    right: auto; }
  @media only screen and (min-width: 700px) {
    .nav-bar__title-language-picker {
      width: 330px; } }
  .nav-bar__title-language-picker .nav-bar__title-language-picker__contents {
    max-height: 96vh;
    overflow-y: scroll;
    overscroll-behavior: contain;
    padding: 0 20px; }
    @media only screen and (min-width: 700px) {
      .nav-bar__title-language-picker .nav-bar__title-language-picker__contents {
        padding: 0 40px; } }
    .nav-bar__title-language-picker .nav-bar__title-language-picker__contents:lang(ar) {
      text-align: left; }
    .nav-bar__title-language-picker .nav-bar__title-language-picker__contents ul {
      padding-bottom: 50px; }
      @media only screen and (max-width: 699px) {
        .nav-bar__title-language-picker .nav-bar__title-language-picker__contents ul {
          padding-bottom: 150px; } }
  .nav-bar__title-language-picker .nav-bar__title-language-picker__vice-editions {
    font-size: var(--font-size-h2);
    padding-top: 40px;
    text-transform: uppercase; }
  .nav-bar__title-language-picker .nav-bar__title-language-picker--close, .nav-bar__title-language-picker .nav-bar__title-language-picker--open {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    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-normal);
    padding: 10px 20px 10px 0;
    text-align: right; }
    .nav-bar__title-language-picker .nav-bar__title-language-picker--close:lang(ar), .nav-bar__title-language-picker .nav-bar__title-language-picker--open:lang(ar) {
      padding-left: 20px;
      text-align: left; }
      @media only screen and (min-width: 700px) {
        .nav-bar__title-language-picker .nav-bar__title-language-picker--close:lang(ar), .nav-bar__title-language-picker .nav-bar__title-language-picker--open:lang(ar) {
          padding-left: 40px; } }
    @media only screen and (min-width: 700px) {
      .nav-bar__title-language-picker .nav-bar__title-language-picker--close, .nav-bar__title-language-picker .nav-bar__title-language-picker--open {
        padding: 10px 40px 10px 0; } }
  .nav-bar__title-language-picker ul {
    list-style-type: none;
    padding-left: 0; }
    .nav-bar__title-language-picker ul:lang(ar) {
      padding-right: 0; }
  .nav-bar__title-language-picker li {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    height: 48px; }
  .nav-bar__title-language-picker li:last-child {
    border-bottom: none; }
  .nav-bar__title-language-picker li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .nav-bar__title-language-picker button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%; }
    .nav-bar__title-language-picker button:hover div {
      opacity: 0.6; }
  .nav-bar__title-language-picker a {
    color: white;
    display: flex;
    height: 100%;
    text-decoration: none;
    width: 100%; }
    .nav-bar__title-language-picker a:lang(ar) {
      justify-content: flex-end;
      order: 1; }
    .nav-bar__title-language-picker a div {
      align-items: center;
      display: flex; }

.fixed-slot {
  background-color: black;
  height: auto;
  margin: auto;
  max-width: 1600px;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 1600px) {
    .fixed-slot .celtra-height-full,
    .fixed-slot .homepage-container .celtra-height-full {
      height: calc(1600px * 0.5); } }
  .fixed-slot .docked-slot {
    display: none; }
    @media only screen and (min-width: 700px) {
      .fixed-slot .docked-slot {
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center; } }
    .fixed-slot .docked-slot .vice-ad__disclaimer {
      color: white; }
    .fixed-slot .docked-slot .celtra-height-half {
      height: 30vh; }
    .fixed-slot .docked-slot .celtra-height-sticky {
      background-color: black;
      -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.22);
      box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.22);
      height: 30vh;
      width: 100vw; }
  .fixed-slot .ad {
    padding: 5px 0; }

.fixed-content {
  background-color: black;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  height: auto;
  margin: auto;
  max-width: 1600px;
  padding: 0 20px;
  width: 100%;
  z-index: 1000; }
  @media only screen and (min-width: 700px) {
    .fixed-content {
      padding: 0 40px; } }
  .fixed-content__element {
    background-color: black;
    position: relative; }

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

.nav-bar {
  background-color: black;
  max-width: 1600px;
  position: fixed;
  width: 100%;
  z-index: 25; }
  .nav-bar a:hover {
    color: white;
    opacity: 0.6; }
  .nav-bar .nav-bar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    height: 35px;
    justify-content: space-between; }
    .nav-bar .nav-bar-top .nav-bar__title-language-picker {
      z-index: 27; }
  .nav-bar .nav-bar__title-bar {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
    transition-duration: 0.25s;
    z-index: 26; }
    .nav-bar .nav-bar__title-bar .nav-bar__title-bar__left, .nav-bar .nav-bar__title-bar .nav-bar__title-bar__right, .nav-bar .nav-bar__title-bar .nav-bar__title-bar__center {
      display: flex; }
    .nav-bar .nav-bar__title-bar .nav-bar__vice-logo__wrapper {
      align-items: center;
      display: flex; }
      .nav-bar .nav-bar__title-bar .nav-bar__vice-logo__wrapper svg {
        height: 24px;
        width: 76px; }
    .nav-bar .nav-bar__title-bar .nav-bar__title-bar__left .nav-bar__vice-logo__wrapper {
      display: none; }
    .nav-bar .nav-bar__title-bar .nav-bar__social-links {
      align-items: center;
      display: none;
      margin: 0 -10px 0 0;
      min-width: 120px; }
      .nav-bar .nav-bar__title-bar .nav-bar__social-links:lang(ar) {
        margin: 0 0 0 -10px; }
      .nav-bar .nav-bar__title-bar .nav-bar__social-links a {
        display: flex;
        width: 100%; }
    @media only screen and (min-width: 700px) {
      .nav-bar .nav-bar__title-bar {
        height: 80px;
        padding: 0 40px; }
        .nav-bar .nav-bar__title-bar .nav-bar__title-bar__center {
          display: none; }
        .nav-bar .nav-bar__title-bar .nav-bar__sign-in-sign-up {
          display: none; }
        .nav-bar .nav-bar__title-bar .nav-bar__social-links {
          display: flex; }
        .nav-bar .nav-bar__title-bar .nav-bar__title-bar__left .nav-bar__vice-logo__wrapper {
          display: flex;
          margin: 0;
          padding: 0 0 0 20px; }
          .nav-bar .nav-bar__title-bar .nav-bar__title-bar__left .nav-bar__vice-logo__wrapper:lang(ar) {
            padding-left: 10px;
            padding-right: 20px; }
        .nav-bar .nav-bar__title-bar .nav-bar__title-bar__left .nav-bar__title-bar-links {
          margin: 0;
          padding: 0 0 0 20px; } }
  .nav-bar .nav-bar__dropdown-menu {
    background: black;
    bottom: 0;
    display: none;
    max-width: 1600px;
    overflow-y: scroll;
    overscroll-behavior: contain;
    position: fixed;
    top: 84px;
    width: 100%; }
    .nav-bar .nav-bar__dropdown-menu--open {
      display: block; }
    @media only screen and (min-width: 700px) {
      .nav-bar .nav-bar__dropdown-menu {
        top: 115px; } }
    .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns {
      display: flex;
      flex-direction: column;
      padding: 0 20px 20px; }
      .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns .nav-bar__social-links {
        margin-left: -10px; }
        .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns .nav-bar__social-links .nav-bar__social-links__link {
          height: 40px; }
      @media only screen and (min-width: 700px) {
        .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns {
          flex-direction: row;
          padding: 0 40px 40px; }
          .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns .nav-bar__dropdown-menu__left {
            display: flex;
            flex-basis: 180%;
            flex-direction: column;
            margin-right: 50px; } }
      @media only screen and (min-width: 1000px) {
        .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns .nav-bar__dropdown-menu__left {
          flex-basis: 600px; } }
  .nav-bar .page-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .nav-bar--mini .nav-bar-top {
    display: none; }
  .nav-bar--mini .nav-bar__title-bar {
    height: 50px;
    justify-content: space-between; }
    .nav-bar--mini .nav-bar__title-bar .nav-bar__title-bar-links {
      display: none; }
    .nav-bar--mini .nav-bar__title-bar .nav-bar__title-bar__center {
      display: flex; }
    .nav-bar--mini .nav-bar__title-bar .nav-bar__title-bar__left .nav-bar__vice-logo__wrapper {
      display: none; }
    .nav-bar--mini .nav-bar__title-bar .nav-bar__social-links {
      display: none; }
    .nav-bar--mini .nav-bar__title-bar .nav-bar__sign-in-sign-up {
      display: inherit; }
      .nav-bar--mini .nav-bar__title-bar .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__account-icon {
        display: inline-block; }
      .nav-bar--mini .nav-bar__title-bar .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__prompts {
        display: none; }
  .nav-bar--mini .nav-bar__dropdown-menu {
    top: 50px; }

.nav-bar__spacer {
  background-color: black;
  height: 85px;
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .nav-bar__spacer {
      height: 115px; } }

.vice-card-dek {
  display: block;
  font-family: var(--font-family-dek);
  font-weight: var(--font-weight-dek-normal);
  line-height: var(--line-height-dek-loose);
  margin: 0;
  width: 100%; }
  .vice-card-dek--dark {
    color: white; }

.snackbar {
  position: fixed;
  min-height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h5);
  font-weight: bold; }
  @media only screen and (min-width: 700px) {
    .snackbar {
      display: flex;
      justify-content: center; } }
  .snackbar__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    max-width: 400px;
    background-color: black;
    color: white;
    padding: 15px 20px;
    min-height: 50px;
    border-radius: 2px; }

.vice-card-details {
  display: block;
  font-family: var(--font-family-accent);
  font-size: var(--font-size-h6);
  line-height: var(--line-height-hed-normal);
  text-transform: uppercase;
  width: 100%; }
  .vice-card-details--dark {
    color: white; }
    .vice-card-details--dark .vice-card-details__byline a {
      color: white; }
      .vice-card-details--dark .vice-card-details__byline a:hover, .vice-card-details--dark .vice-card-details__byline a:active {
        color: rgba(255, 255, 255, 0.6); }
  .vice-card-details .vice-card-details__duration,
  .vice-card-details .vice-card-details__pub-date {
    display: block; }
  .vice-card-details .vice-card-details__pub-date {
    margin-top: 10px; }

.banner {
  min-height: 50px;
  background-color: black;
  color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  border-top: solid 1px #333333;
  z-index: 1;
  line-height: var(--line-height-hed-normal);
  font-family: var(--font-family-hed);
  font-weight: bold; }
  @media only screen and (min-width: 700px) {
    .banner {
      min-height: 80px; } }
  .banner--display-logo {
    padding: 20px 20px; }
    @media only screen and (max-width: 699px) {
      .banner--display-logo {
        align-items: flex-start;
        flex-direction: column-reverse; } }
  .banner__content {
    margin-right: 40px;
    width: 300px; }
  .banner:hover .banner--text--hover {
    opacity: 0.6; }
  @media only screen and (max-width: 699px) {
    .banner__logo {
      padding: 0 0 20px 0; } }
  .banner__link {
    text-decoration: none;
    color: white; }
    .banner__link a {
      cursor: pointer; }
    .banner__link:visited {
      color: white; }
  .banner--action {
    display: block; }
    @media only screen and (min-width: 700px) {
      .banner--action {
        display: flex; } }
  .banner__action {
    margin-top: 5px; }
    @media only screen and (min-width: 700px) {
      .banner__action {
        margin-top: 0; } }
  .banner__close-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px; }
    .banner__close-button img {
      width: 16px;
      height: 16px; }

.vice-card-hed {
  display: block;
  font-family: var(--font-family-hed);
  -webkit-font-smoothing: antialiased;
  font-weight: var(--font-weight-hed-bold);
  line-height: var(--line-height-hed-normal);
  margin: 0;
  width: 100%; }
  .vice-card-hed .vice-card-hed__link {
    text-decoration: none; }
  .vice-card-hed--dark .vice-card-hed__link {
    color: white; }
    .vice-card-hed--dark .vice-card-hed__link:hover, .vice-card-hed--dark .vice-card-hed__link:focus {
      color: rgba(255, 255, 255, 0.6); }

.modal {
  align-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: initial;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.mouse-locked {
  pointer-events: none; }

.vice-card-image {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative; }
  .vice-card-image .responsive-image {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .vice-card-image .responsive-image__img {
      width: auto;
      height: 100%;
      object-fit: cover; }
  .vice-card-image .vice-card-image__link {
    display: block;
    width: 100%; }
  .vice-card-image__placeholder-image {
    position: relative; }
  .vice-card-image .responsive-image {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .vice-card-image .responsive-image__img {
      width: auto;
      height: 100%;
      object-fit: cover; }
  .vice-card-image .vice-card-image__link {
    display: block;
    width: 100%; }
  .vice-card-image .vice-card-image__link {
    display: block;
    position: relative;
    width: 100%; }
  .vice-card-image .vice-card-image__link:hover .icon-play-circle__foreground {
    fill: rgba(0, 0, 0, 0.4); }
  .vice-card-image .vice-card-image__icon-play-circle {
    bottom: 20px;
    height: 40px;
    left: 20px;
    position: absolute;
    width: 40px; }
    .vice-card-image .vice-card-image__icon-play-circle:lang(ar) {
      right: 20px; }

.responsive-image {
  color: transparent;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative; }

.responsive-image__img {
  display: block;
  height: auto;
  width: 100%; }

.responsive-image--fade-in-on-load .responsive-image__img {
  opacity: 0;
  transition: opacity 0.3s; }

.responsive-image--fade-in-on-load.responsive-image--loaded .responsive-image__img {
  opacity: 1; }

.lazyloader--fadeIn {
  transition: opacity 0.3s ease-in; }

.lazyloader--relative {
  position: relative; }
  .lazyloader--relative img,
  .lazyloader--relative picture {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.lazyloader--lazy {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1; }

.lazyloader--loading {
  opacity: 0;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 2; }

.lazyloader--lowres {
  opacity: 0.2; }
  .lazyloader--lowres picture,
  .lazyloader--lowres img {
    filter: blur(5px) grayscale(90%); }

.vice-card-rubric {
  display: block;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-hed-normal);
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .vice-card-rubric {
      font-size: var(--font-size-h4); } }
  .vice-card-rubric .vice-card-rubric__link {
    text-decoration: underline; }
  .vice-card-rubric--dark .vice-card-rubric__link,
  .vice-card-rubric--dark .vice-card-rubric__label {
    color: white; }
  .vice-card-rubric--dark .vice-card-rubric__link:hover,
  .vice-card-rubric--dark .vice-card-rubric__link:focus {
    color: rgba(255, 255, 255, 0.6); }
  .vice-card-rubric--garage .vice-card-rubric__link,
  .vice-card-rubric--garage .vice-card-rubric__label {
    color: #0000db; }
  .vice-card-rubric--motherboard .vice-card-rubric__link,
  .vice-card-rubric--motherboard .vice-card-rubric__label {
    color: #4e37d3; }
  .vice-card-rubric--munchies .vice-card-rubric__link,
  .vice-card-rubric--munchies .vice-card-rubric__label {
    color: #e54237; }
  .vice-card-rubric--vice-news .vice-card-rubric__link,
  .vice-card-rubric--vice-news .vice-card-rubric__label {
    color: #f8d455; }
  .vice-card-rubric--i-d .vice-card-rubric__link,
  .vice-card-rubric--i-d .vice-card-rubric__label {
    color: #e5297a; }
  .vice-card-rubric--refinery-29 .vice-card-rubric__link,
  .vice-card-rubric--refinery-29 .vice-card-rubric__label {
    color: #ef4b4b; }

.ad-unit {
  position: relative; }

.ad-unit__disclaimer {
  text-transform: uppercase;
  color: #aaaaaa; }

.sticky-ad-unit {
  position: fixed;
  background-color: #f1f1f1;
  z-index: 1;
  top: 60px;
  -webkit-transition: all 0.2s ease-in-out 0ms;
  -moz-transition: all 0.2s ease-in-out 0ms;
  -o-transition: all 0.2s ease-in-out 0ms;
  -ms-transition: all 0.2s ease-in-out 0ms;
  -webkit-transition: all 0.2s ease-in-out 0ms;
  transition: all 0.2s ease-in-out 0ms; }

.sticky-ad-unit.fill-header {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
  -webkit-transform: translateY(calc(60px * -1));
  -moz-transform: translateY(calc(60px * -1));
  -o-transform: translateY(calc(60px * -1));
  -ms-transform: translateY(calc(60px * -1));
  -webkit-transform: translateY(calc(60px * -1));
  -ms-transform: translateY(calc(60px * -1));
  transform: translateY(calc(60px * -1)); }

.sticky-ad-unit__placeholder {
  height: 92px; }

.sticky-ad-unit.stick-top {
  -webkit-transform: translateY(calc(92px + 60px * -1));
  -moz-transform: translateY(calc(92px + 60px * -1));
  -o-transform: translateY(calc(92px + 60px * -1));
  -ms-transform: translateY(calc(92px + 60px * -1));
  -webkit-transform: translateY(calc(92px + 60px * -1));
  -ms-transform: translateY(calc(92px + 60px * -1));
  transform: translateY(calc(92px + 60px * -1)); }

.sticky-ad-unit.stick-top--absolutely {
  position: absolute;
  top: 60px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

@media only screen and (min-width: 1600px) {
  .ad-width {
    max-width: 1600px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto; }
  .ad-width > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.celtra-height-half {
  height: 50vh; }

.homepage-container .celtra-height-half {
  height: 80vw;
  width: 100vw; }

.celtra-height-half,
.homepage-container .celtra-height-half {
  min-height: 260px; }

@media only screen and (min-width: 650px) {
  .celtra-height-half,
  .homepage-container .celtra-height-half {
    height: calc((100vw - 80px) * 0.562);
    width: auto; } }

@media only screen and (min-width: 850px) {
  .celtra-height-half,
  .homepage-container .celtra-height-half {
    height: calc(50vh - 60px); } }

.celtra-height-full,
.homepage-container .celtra-height-full {
  height: calc(100vh - 60px - 40px);
  width: auto; }

@media only screen and (min-width: 650px) {
  .celtra-height-full,
  .homepage-container .celtra-height-full {
    height: calc(100vh - 60px - 80px); } }

@media only screen and (min-width: 850px) {
  .celtra-height-full,
  .homepage-container .celtra-height-full {
    height: calc((100vw - 160px) * 0.562); } }

@media only screen and (min-width: 1600px) {
  .celtra-height-full,
  .homepage-container .celtra-height-full {
    height: calc(1600px * 0.5); } }

body .celtra-height-sticky {
  height: 30vh;
  width: 100vw;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.22); }

@media only screen and (min-width: 850px) {
  .short-form-article__body__content .article__body .celtra-ad-v3 {
    width: 640px; } }

.long-form-article__content .article__body .celtra-ad-v3 {
  margin-left: auto;
  margin-right: auto; }

.celtra-fixed-aspect {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 60px);
  max-width: calc((100vh - 60px) * 1.5625);
  margin: 0 auto; }

.celtra-fixed-aspect:before {
  content: '';
  display: block;
  padding-top: 56.25%; }

.celtra-fixed-aspect > iframe {
  position: absolute;
  top: 0;
  left: 0; }

.vice-card .vice-card__vice-card-rubric {
  margin-bottom: 10px; }

.vice-card .vice-card__vice-card-dek,
.vice-card .vice-card__vice-card-details {
  margin: 10px 0 0; }

body {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: var(--font-family-body); }

.container {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  max-width: 1600px;
  margin: 0 auto;
  height: 100vh; }

.main-content {
  background: white; }

.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=98d90d191a929a274402f51fc22acdd5bcb01616_CSS.908614b9.chunk.css.map*/