/* =========================================================
   AD PR SITE CSS
========================================================= */

/* =========================================================
   1. RESET / BASE
========================================================= */

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

html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Neue Haas Grotesk Text", "Neue Haas Grotesk", "Helvetica Neue", Arial, sans-serif;
}

html {
  position: relative;
  scroll-behavior: smooth;
}

body {
  background: #000;
  color: #000;
}

:focus {
  outline: 0;
}

::-moz-selection {
  background-color: #09f;
  color: #fff;
}

::selection {
  background-color: #09f;
  color: #fff;
}

customhtml > * {
  position: relative;
  z-index: 10;
}

/* =========================================================
   2. AD PR HEADER
========================================================= */

#adpr-header {
  font-family: "Neue Haas Grotesk Text", "Neue Haas Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.2;
}

#adpr-header * {
  box-sizing: border-box;
  text-decoration: none !important;
}

#adpr-header a,
#adpr-header button {
  color: inherit;
  font: inherit;
  text-decoration: none !important;
}

#adpr-header button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

#adpr-header .adpr-header-grid {
  position: fixed;
  z-index: 999999;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: grid;
  grid-template-columns: 50% 25% 25%;
  align-items: start;
}

#adpr-header .adpr-intro {
  max-width: 550px;
  padding-right: .5rem;
}

#adpr-header .adpr-nav {
  grid-column: 2;
  display: flex;
    padding-left: .5rem;
  gap: 10px;
  align-items: flex-start;
  justify-self: start;
}

#adpr-header .adpr-time,
#adpr-header .adpr-mobile-close {
  grid-column: 3;
  margin: 0;
  text-align: right;
  white-space: nowrap;
  justify-self: end;
}

#adpr-header .adpr-mobile-close {
  display: none;
}

.is-muted, small {
  color: rgba(151, 151, 151, 1)!important;
}
.adpr-time {
	
}
#adpr-header .adpr-intro::after,
#adpr-header .adpr-intro:hover::after {
  display: none !important;
  content: none !important;
}

/* =========================================================
   3. GLOBAL ELEMENTS
========================================================= */

a {
  color: inherit;
  text-decoration: none;
}

a:active {
  opacity: 0.7;
}

img {
  border: 0;
  padding: 0;
  border-radius: 0;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 0.5em;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}

sup {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  position: relative;
  top: 0.3em;
  vertical-align: baseline;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  background: rgba(127, 127, 127, 1);
}

hr.divider {
  width: 100%;
  height: 1px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #989898;
  background: transparent;
}

/* =========================================================
   4. MEDIA
========================================================= */

.slideshow-nav {
  padding-bottom: 0.5rem;
}

.content img,
.content video {
  float: none;
  margin-bottom: 0;
  border-radius: 0 !important;
  filter: grayscale(35%) saturate(65%) contrast(90%) brightness(100%);
  transition: filter 0.35s ease;
}

.content img:hover,
.content video:hover {
  filter: saturate(85%) contrast(105%) brightness(98%);
}

.content img.fade-ready,
.content video.fade-ready {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.content img.fade-ready.is-visible,
.content video.fade-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.media-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.media-frame.portrait {
  aspect-ratio: 4 / 5;
}

.media-frame.square {
  aspect-ratio: 1 / 1;
}

.media-frame img,
.media-frame video,
.media-frame .slideshow,
.media-frame .slideshow img,
.media-frame .slideshow video,
.media-frame .slideshow > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   5. LAYOUT HELPERS
========================================================= */

.container {
  min-height: 100%;
}

.container-white {
  background: #fff;
  color: #000 !important;
}

.container-white h2,
.container-white a,
.container-white small {
  color: #000 !important;
}

.container-white small {
  opacity: 0.5;
}

.clear::after {
  content: "";
  display: table;
  clear: both;
}

.spacer {
  display: block;
  height: 7vh;
  background: transparent;
}

.spacer-large {
  display: block;
  height: 35vh;
  background: transparent;
}

.padding-right {
  padding-right: 8vw !important;
}

#padding {
  padding: 0.5rem 1.0rem;
}

#twentyfive-left {
  padding-left: 25vw;
}

.title-max-width {
  max-width: 400px;
}

.name {
  position: absolute;
  top: 2rem;
  right: 2rem;
  left: 2rem;
}

#float-bottom {
  position: absolute;
  bottom: 0;
  display: inline;
}

.bodycopy,
.loading[data-loading] {
  display: none;
}

.loading[data-loading] {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
}

/* =========================================================
   6. FIXED HEADER / BOTTOM NAV
========================================================= */

#fixed-header,
#fixed-header-home {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  padding: 0.5rem 1.5rem 1.5rem;
  background: transparent;
}

#fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  padding: 0;
  background: transparent;
}

.mobile-menu,
.mobile-show {
  display: none !important;
  visibility: hidden !important;
}

/* =========================================================
   7. LINKS / BUTTONS
========================================================= */

main a,
#fixed-header a,
#fixed-header-home a,
#fixed-bottom a,
.adpr-footer a,
.underline {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

main a::after,
#fixed-header a::after,
#fixed-header-home a::after,
#fixed-bottom a::after,
.adpr-footer a::after,
.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

main a:hover::after,
#fixed-header a:hover::after,
#fixed-header-home a:hover::after,
#fixed-bottom a:hover::after,
.adpr-footer a:hover::after,
.underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.underlined,
.underline-active {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

.underlined::after,
.underline-active::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(1) !important;
  transform-origin: bottom left;
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}

main a.image-link::after,
main a.icon-link::after {
  display: none;
}

.show-more {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: white;
  font-family: "Neue Haas Grotesk Text", "Neue Haas Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

.show-more::after {
  content: " ▾";
  display: inline-block;
  position: absolute;
  margin-top: 1px;
  margin-left: 5px;
}

.show-more:hover {
  opacity: 1;
}

#top::after {
  content: "▾";
  display: inline-block;
  position: absolute;
  margin-top: 5px;
  margin-left: 3px;
  transform: rotate(180deg);
}

/* =========================================================
   8. HERO
========================================================= */

.hero-title {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 1vw;
  font-size: 36vw;
  font-weight: 306;
  line-height: 0.75;
  letter-spacing: -0.04em;
}

/* =========================================================
   9. BACKDROP / MAIN CONTAINER
========================================================= */

#backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
}

main {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  clear: both;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background: #fff;
}

main > div {
  flex: 1 0 auto;
  width: 100%;
}

.subpage_overlay {
  display: block;
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1;
}

body.homepage .subpage_overlay {
  display: none;
}

/* =========================================================
   10. FOOTER
========================================================= */

.adpr-footer {
  width: 100%;
  border-top: 0 solid #5e5e5e;
  overflow: hidden;
  box-sizing: border-box;
}

.adpr-footer *,
.adpr-footer *::before,
.adpr-footer *::after {
  box-sizing: border-box;
}

.adpr-footer a {
  color: inherit;
  text-decoration: none;
}

.adpr-footer-middle {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 50% 25% 25%;
  gap: 0;
  padding: 1rem 1.0rem 1rem;
  border-bottom: 1px solid #5e5e5e;
}

.adpr-footer-middle > div {
  text-align: left;
}

.adpr-footer-middle > div:nth-child(2),
.adpr-footer-middle > div:nth-child(3) {
  padding-left: 0.5rem;
}

.adpr-footer-logo {
  position: relative;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.5rem 1.1rem 1.0rem;
  font-family: "Neue Haas Grotesk Text", "Neue Haas Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(80px, 18vw, 240px);
  font-weight: 300;
  line-height: 0.75;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.adpr-footer-logo span {
  display: block;
}

.adpr-footer-home {
  border-top: none;
}

.adpr-footer-home .adpr-footer-middle {
  display: none;
}

.adpr-footer-home .adpr-footer-logo {
  border-top: none;
}

/* =========================================================
   11. PRESS / LIST TABLES
========================================================= */

.press,
.table {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-left: 25%;
}

.press li,
.table li {
  display: inline-block;
  width: 75%;
  text-align: left;
  vertical-align: top;
}

.press li {
  border-top: 1px solid #fffbfb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table li {
  border-top: 0.8px solid #777;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.outlet,
.title {
  display: inline-block;
  width: 33% !important;
  vertical-align: top;
}

.Headline {
  display: inline-block;
  width: 65%;
}

.Headline::after {
  content: " ▸";
}

.copy {
  display: inline-block;
  width: 45%;
}

.copy::after {
  content: " ";
}

/* =========================================================
   12. PERSONA / EDITOR PRESETS
========================================================= */

[data-css-presets="true"] main {
  background-color: transparent /*!content_left*/;
  text-align: left /*!text_left*/;
  min-height: 100vh /*!content_stretch*/;
  align-items: flex-start /*!vertical_top*/;
  left: 0 /*!content_left*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
}

[data-css-presets="true"] .content_padded {
  padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
  width: 100% /*!content_left*/;
}

[data-css-presets="true"] #backdrop {
  width: 100% /*!background_cover*/;
}

[data-css-presets="true"] .subpage_overlay {
  background-color: #fff/*!subpage_overlay*/;
}

[data-predefined-style="true"] main {
  font-family: "Neue Haas Grotesk Text", "Neue Haas Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 450;
  font-style: normal;
  line-height: 1.2;
  color: rgb(0, 0, 0);
  letter-spacing: -0.00em;
}

[data-predefined-style="true"] main a {
  color: rgb(0, 0, 0);
  padding-bottom: 0.13em;
  border-bottom: 0;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

[data-predefined-style="true"] main a:hover {
  opacity: 1;
}

[data-predefined-style="true"] h1,
[data-predefined-style="true"] h2,
[data-predefined-style="true"] h3,
[data-predefined-style="true"] h4,
[data-predefined-style="true"] small {
  font-family: "Neue Haas Grotesk Text", "Neue Haas Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 {
  font-size: 3.5rem;
  line-height: 1;
  color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h1 a {
  color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] h2 {
  font-size: 18px;
  line-height: 1.3;
  color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 a {
  color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h3 {
  font-size: 10rem;
  line-height: 0.9;
  letter-spacing: -2px;
  color: rgb(208, 208, 208);
}

[data-predefined-style="true"] h4 {
  font-size: 3rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 13.5px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 402;
}

[data-predefined-style="true"] small a {
  color: rgba(99, 96, 96, 0.5);
  border-bottom: none;
}

/* =========================================================
   13. BACKSTAGE ICON
========================================================= */

#backstage_icon {
  display: block;
}

/* =========================================================
   14. TABLET
========================================================= */

@media screen and (max-width: 960px) {
  .press,
  .table {
    margin-left: 0 !important;
  }

  .press li,
  .table li {
    width: 100%;
  }

  .outlet {
    display: block !important;
    width: 100% !important;
    padding-bottom: 5px;
    opacity: 0.5;
  }

  .Headline {
    display: block !important;
    width: 100% !important;
  }

  ul,
  ol {
    padding: 0 !important;
  }

  .page-title {
    text-align: right;
  }

  [data-predefined-style="true"] h4 {
    font-size: 6vw !important;
  }
}

/* =========================================================
   15. RESPONSIVE
========================================================= */

@media screen and (max-width: 900px) {
  #adpr-header .adpr-header-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
  }

  #adpr-header .adpr-intro {
    grid-column: 1;
    max-width: auto;
    padding-right: 0;
  }

  #adpr-header .adpr-nav,
  #adpr-header .adpr-time {
    display: none;
  }

  #adpr-header .adpr-mobile-close {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .media-frame {
    aspect-ratio: 4 / 5;
  }

  .adpr-footer-middle {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 18px 1.5rem 16px;
  }

  .adpr-footer-middle > div:nth-child(2),
  .adpr-footer-middle > div:nth-child(3) {
    padding-left: 0;
  }

  .adpr-footer-logo {
    font-size: clamp(70px, 28vw, 150px);
  }
}

@media screen and (max-width: 520px) {
  .adpr-footer-logo {
    font-size: clamp(56px, 26vw, 110px);
  }
}

/* =========================================================
   16. MOBILE
========================================================= */

@media screen and (max-width: 639px) {
  #fixed-header,
  #fixed-header-home {
    padding: 0.5rem 1.5rem 1.5rem;
  }

  .mobile-menu {
    display: block !important;
    visibility: visible !important;
    position: fixed !important;
    top: 1.5rem;
    right: 1.5rem;
    width: auto !important;
    text-align: right !important;
    z-index: 9999999;
  }

  .mobile-show {
    display: block !important;
    visibility: visible !important;
  }

  .mobile-menu-title {
    display: block !important;
    width: 65% !important;
  }

  .title-max-width {
    display: block !important;
    width: 60vw !important;
    max-width: none !important;
  }

  .web-menu,
  .mobile-no {
    display: none !important;
  }

  .spacer-large {
    height: 15vh;
  }

  #twentyfive-left {
    padding-left: 0.5rem !important;
  }

  [data-predefined-style="true"] h1 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
}

/* =========================================================
   17. PERSONA MOBILE BREAKPOINTS
========================================================= */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
  position: relative;
  height: 50vh;
  min-width: 100%;
  width: calc(100% - 80rem) /*!right_fit*/;
  top: 0;
  bottom: auto;
  left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
  max-width: 100%;
  width: 100%;
}