html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

body, html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  box-sizing: inherit;
  outline: none !important; }

@font-face {
  font-family: "Circular";
  src: url("/fonts/CircularStd-Book.woff");
  font-weight: 400; }

@font-face {
  font-family: "Circular";
  src: url("/fonts/CircularStd-Medium.woff");
  font-weight: 500; }

@font-face {
  font-family: "Circular";
  src: url("/fonts/CircularStd-Bold.woff");
  font-weight: 600; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/RobotoMono-Bold.woff2") format("woff2"), url("/fonts/RobotoMono-Bold.woff") format("woff"), url("/fonts/RobotoMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Adieu';
  src: url("/fonts/Adieu-Black.woff2") format("woff2"), url("/fonts/Adieu-Black.woff") format("woff"), url("/fonts/Adieu-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Adieu';
  src: url("/fonts/Adieu-Bold.woff2") format("woff2"), url("/fonts/Adieu-Bold.woff") format("woff"), url("/fonts/Adieu-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html, body {
  font-family: "Circular";
  font-size: 10px;
  font-weight: 400;
  background: #14233c;
  height: 100%;
  min-height: 100%; }
  @media (max-width: 730px) {
    html, body {
      font-size: 10px; } }

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 100%;
  transition: all 1.2s; }

.twitter-tweet-rendered {
  transform: scale(1) !important;
  width: 38rem !important;
  margin: 0 !important; }
  @media (max-width: 730px) {
    .twitter-tweet-rendered {
      width: 32rem !important; } }
  @media (max-width: 350px) {
    .twitter-tweet-rendered {
      width: 30rem !important; } }

.line {
  background: #1F364D;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-3px); }

video {
  z-index: 100;
  width: 38rem;
  height: auto;
  border: 0.6rem solid #1F364D;
  background: #14233c;
  position: relative; }
  @media (max-width: 730px) {
    video {
      width: 32rem; } }
  @media (max-width: 350px) {
    video {
      width: 30rem !important; } }

.video1 {
  width: 55rem; }
  @media (max-width: 730px) {
    .video1 {
      width: 35rem; } }
  @media (max-width: 350px) {
    .video1 {
      width: 30rem !important; } }

img {
  width: 69.3rem;
  border-radius: 4px;
  z-index: 2;
  border: 0.6rem solid #1F364D; }
  @media (max-width: 700px) {
    img {
      width: 94%; } }
  @media (max-width: 350px) {
    img {
      border: 0.4rem solid #1F364D; } }

.hd {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  border-top-left-radius: 5px;
  padding: 7px 12px 7px 12px;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  cursor: pointer;
  z-index: 4;
  background-color: white; }
  @media (max-width: 750px) {
    .hd {
      display: none; } }
  .hd__img {
    border-radius: 100px;
    width: 21px;
    height: 21px;
    margin-right: 8px;
    border: none !important; }
  .hd__text {
    font-size: 1.4rem;
    color: #333; }

.ender1 {
  display: none; }
  @media (max-width: 750px) {
    .ender1 {
      display: block;
      height: 12rem; } }

.social {
  display: flex;
  flex-direction: column;
  background: #14233c;
  z-index: 2;
  align-items: center;
  padding: 2rem; }

.byhd {
  display: none;
  background: #14233c;
  z-index: 1;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.2s;
  position: relative; }
  .byhd:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #D0021B;
    transform: translateY(5px); }
  @media (max-width: 700px) {
    .byhd {
      display: block; } }

.email {
  margin-top: 1rem;
  background: #14233c;
  z-index: 2;
  display: block;
  font-size: 2rem;
  position: relative !important;
  color: white;
  font-weight: 500; }
  .email:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #D0021B;
    transform: translateY(5px); }
  @media (max-width: 700px) {
    .email {
      margin-top: 1.8rem;
      font-size: 1.6rem; } }

.ender2 {
  height: 6rem;
  width: 100%;
  background: #14233c;
  z-index: 2; }

.ender1a {
  height: 8rem;
  width: 100%;
  background: #14233c;
  z-index: 2; }
  @media (max-width: 750px) {
    .ender1a {
      height: 3rem; } }

.fixedSection {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  transition: transform 1.2s;
  height: 0;
  z-index: 1;
  position: relative; }
  @media (max-width: 800px) {
    .fixedSection {
      display: none; } }
  .fixedSection__share {
    background: #14233c;
    z-index: 300;
    font-size: 1.8rem;
    font-weight: 500;
    color: white;
    letter-spacing: 1.4px;
    cursor: pointer;
    position: relative;
    top: 2.4rem;
    right: 4rem;
    transition: all 0.2s; }
    .fixedSection__share:hover {
      color: #D0021B; }

.mailchimp {
  background: #14233c;
  z-index: 2; }
  @media (max-width: 750px) {
    .mailchimp {
      width: 100%;
      padding: 0 2.5rem; } }
  .mailchimp__header {
    font-size: 2rem;
    color: white;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 750px) {
      .mailchimp__header {
        font-size: 1.8rem; } }
  .mailchimp__box {
    margin-top: 3.5rem;
    display: flex; }
    @media (max-width: 750px) {
      .mailchimp__box {
        flex-direction: column;
        margin-top: 2.6rem; } }
    .mailchimp__box-input {
      padding: 0rem 1.8rem;
      height: 5.6rem;
      border: 3px solid #1F364D;
      font-size: 1.7rem;
      font-weight: 500;
      background: #14233c;
      color: white; }
      .mailchimp__box-input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.3); }
      .mailchimp__box-input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.3); }
      @media (max-width: 750px) {
        .mailchimp__box-input {
          width: 100%;
          font-size: 1.5rem;
          height: 5.2rem; } }
    .mailchimp__box-button {
      font-size: 1.6rem;
      font-weight: 500;
      background: #14233c;
      color: white;
      border: 3px solid #D0021B;
      height: 5.6rem;
      padding: 0rem 3.2rem;
      letter-spacing: 0.4px;
      transition: all 0.2s;
      cursor: pointer;
      margin-left: 5rem; }
      @media (max-width: 750px) {
        .mailchimp__box-button {
          width: 100%;
          margin: 1.8rem 0 0 0;
          background: #D0021B;
          color: white;
          font-size: 1.4rem;
          height: 5.2rem; } }
      .mailchimp__box-button:hover {
        background: #D0021B;
        color: white; }

.jut {
  font-size: 1.9rem;
  font-family: Roboto;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 11rem 0;
  display: flex;
  align-items: center; }
  @media (max-width: 730px) {
    .jut {
      font-size: 1.7rem; } }
  @media (max-width: 350px) {
    .jut {
      font-size: 1.6rem !important; } }
  .jut-num {
    color: #D0021B; }
  .jut-text {
    margin-left: 1rem;
    color: #ffffff; }

.press {
  background: #14233c;
  padding: 5rem 0;
  z-index: 2;
  align-items: center;
  transition: all 0.2s;
  display: flex;
  flex-direction: column; }
  @media (max-width: 900px) {
    .press {
      padding: 5rem 2rem; } }
  .press__tier {
    width: 76em;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 900px) {
      .press__tier {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        justify-items: center;
        font-size: 8px;
        grid-gap: 3rem 6.6rem;
        width: auto; } }
  .press__tier1 {
    width: 62em;
    margin-top: 4rem; }
    @media (max-width: 900px) {
      .press__tier1 {
        width: auto;
        margin-top: 1.8rem; } }
  .press img, .press .interview {
    cursor: pointer;
    opacity: 0.76;
    transition: all 0.2s;
    border: none; }
    .press img:hover, .press .interview:hover {
      opacity: 1; }

.fox {
  width: 12em; }

.mtv {
  width: 12em; }

.vice {
  width: 14em; }

.highs {
  width: 7.2em; }

.hypebeast {
  width: 18em; }

.xxl {
  width: 7.8em; }

.xxlMob {
  grid-column: 1 / 3; }

.sun {
  width: 13em; }

.mail {
  width: 16em;
  transform: translateY(5px); }

.slate {
  width: 12em; }

.drewandmike {
  width: 14em;
  opacity: 0.9 !important; }

@media (max-width: 900px) {
  .slate-none {
    display: none; } }

.interview {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: #14233c;
  padding: 2rem 0;
  position: relative; }
  .interview__icon {
    margin: 0 auto;
    cursor: pointer;
    margin-left: 1.3rem; }
  .interview__text {
    color: white;
    letter-spacing: 0.1rem;
    font-size: 16px;
    position: absolute;
    font-weight: 500;
    right: -47px;
    font-weight: 500;
    transform: translateY(-3px); }

.mobileOpening {
  display: none;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 1000px) {
    .mobileOpening {
      display: flex; } }
  .mobileOpening__start {
    height: 11rem;
    background: #14233c; }
  .mobileOpening__end {
    height: 11rem; }
  .mobileOpening__middle {
    height: 5rem; }

.opening {
  display: flex;
  align-items: center;
  background: #14233c;
  padding: 6rem 0 2rem 0;
  z-index: 2;
  margin-bottom: 6rem; }

.text {
  display: flex;
  align-items: center;
  background: #14233c;
  padding: 2.6rem 0;
  z-index: 2; }
  @media (max-width: 730px) {
    .text {
      font-size: 1.6rem; } }
  .text h2 {
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1.8; }
    @media (max-width: 730px) {
      .text h2 {
        font-size: 2rem; } }
    @media (max-width: 372px) {
      .text h2 {
        font-size: 1.9rem; } }
    @media (max-width: 350px) {
      .text h2 {
        font-size: 1.8rem !important; } }
  .text__center {
    margin: 0 2rem; }
    @media (max-width: 730px) {
      .text__center {
        margin: 0 0.6rem; } }

.twitterMob {
  background: #14233c;
  padding-top: 1.2rem;
  z-index: 1;
  display: none; }
  @media (max-width: 1000px) {
    .twitterMob {
      display: block; } }

.frontOuter {
  position: absolute;
  transition: all 1.2s;
  width: 100%;
  background: black;
  z-index: 5; }

.front {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  transition: all 1.2s; }
  .front__img {
    background-image: url(https://s3.eu-west-2.amazonaws.com/yeezydating/bamn/bamn1.jpg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 44%;
    opacity: 0.38;
    transition: all 1s; }
  .front__br {
    display: none; }
    @media (max-width: 730px) {
      .front__br {
        display: block;
        line-height: 5rem; } }
  .front__container {
    text-align: center;
    z-index: 2; }
    .front__container-text {
      font-size: 5.5rem;
      text-align: center;
      font-weight: 600;
      color: white;
      letter-spacing: 5px;
      color: transparent;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: white;
      font-family: Adieu;
      font-weight: bold;
      transition: all 1s; }
      @media not all and (min-resolution: 0.001dpcm) {
        .front__container-text {
          -webkit-text-stroke-width: 4px; } }
      @media (max-width: 1030px) {
        .front__container-text {
          font-size: 4.5rem; } }
      @media (max-width: 910px) {
        .front__container-text {
          font-size: 3.5rem; } }
      @media (max-width: 730px) {
        .front__container-text {
          font-size: 3.2rem;
          -webkit-text-stroke-width: 1.5px; } }
      @media (max-width: 340px) {
        .front__container-text {
          font-size: 2.9rem;
          letter-spacing: 3px; } }
      .front__container-text:last-child {
        margin-top: 5rem; }
        @media (max-width: 730px) {
          .front__container-text:last-child {
            margin-top: 8rem; } }
  .front__label {
    font-weight: 500;
    text-transform: uppercase;
    font-family: Roboto;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 1.4px;
    position: absolute;
    bottom: 2.4rem;
    right: 4rem;
    z-index: 3; }
    @media (max-width: 730px) {
      .front__label {
        font-size: 1.5rem;
        bottom: 1.4rem;
        right: 2.6rem; } }

.routineOpening {
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (max-width: 1000px) {
    .routineOpening {
      display: none; } }
  .routineOpening__zontal {
    width: 60rem;
    padding: 7rem 0;
    border: 6px solid #1F364D;
    position: relative;
    background: #14233c;
    z-index: 2;
    height: 37.6rem; }
    @media (max-width: 1100px) {
      .routineOpening__zontal {
        width: 54rem; } }
    .routineOpening__zontal-one {
      position: absolute;
      left: -190px; }
    .routineOpening__zontal-two {
      position: absolute;
      right: -190px; }
  .routineOpening__start {
    height: 11rem; }
  .routineOpening__end {
    height: 11rem; }
