/*! 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 {
  --theme-main-color: #FF6035; }

@font-face {
  font-family: DrukMedium;
  src: url(fonts/DrukMedium.otf); }

@font-face {
  font-family: SuisseIntlMedium;
  src: url(fonts/SuisseIntl-Medium.otf); }

.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

.txt-medium, .heading-primary, .cta, .cta-oval, .see-more-strip, .marquee .marquee-txt, .header, .main-nav ul li, .footer, .cta-strip, .countdown .countdown-item {
  font-family: DrukMedium; }

.txt-suisse-medium, .txt-copy, .txt-centered, .feed .feed-instagram-handle, .countdown .countdown-label {
  font-family: SuisseIntlMedium; }

.txt-upper, .heading-primary, .cta, .cta-oval, .see-more-strip, .marquee .marquee-txt, .header, .main-nav ul li, .footer, .cta-strip, .countdown .countdown-item, .countdown .countdown-label {
  text-transform: uppercase; }

.txt-underline {
  text-decoration: underline; }

@media (min-width: 768px) {
  .txt-half {
    width: 50%;
    margin: 0 auto; } }

.heading-primary {
  font-size: 7rem;
  font-weight: normal;
  text-align: center;
  margin: 50px 0; }
  @media (min-width: 768px) {
    .heading-primary {
      font-size: 10rem;
      line-height: 11rem; } }
  @media (min-width: 1280px) {
    .heading-primary {
      font-size: 15rem;
      line-height: 14rem; } }
  .heading-primary--large {
    font-size: 7rem;
    line-height: 6rem; }
    @media (min-width: 768px) {
      .heading-primary--large {
        font-size: 13.3rem;
        line-height: 13.6rem; }
        .heading-primary--large .a-transparent--line:first-child {
          margin-bottom: 0; } }
    @media (min-width: 1280px) {
      .heading-primary--large {
        font-size: 20rem;
        line-height: 20rem; } }
  .heading-primary--left {
    text-align: left; }
  .heading-primary--inverted {
    color: #FFFFFF; }
  .heading-primary--no-margin {
    margin: 0; }
  .heading-primary--no-top-margin {
    margin-top: 0; }
  .heading-primary--no-bottom-margin {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .heading-primary.split {
      word-spacing: 100vw; } }
  .heading-primary p {
    padding: 0;
    margin: 0; }
  .heading-primary strong {
    font-weight: normal; }
  .heading-primary:hover strong {
    color: var(--theme-main-color); }

.txt-copy {
  font-size: 1.4rem;
  color: #535353;
  margin-top: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .txt-copy {
      font-size: 1.7rem;
      text-align: left; } }
  @media (min-width: 1280px) {
    .txt-copy {
      font-size: 2.5rem; } }

.txt-centered {
  font-size: 1.4rem;
  color: #535353;
  margin-top: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .txt-centered {
      font-size: 1.7rem; } }
  @media (min-width: 1280px) {
    .txt-centered {
      font-size: 2rem; } }
  @media (min-width: 1650px) {
    .txt-centered {
      font-size: 2.5rem; } }

.a-transparent {
  text-decoration: none;
  color: inherit; }
  .a-transparent .a-transparent--line {
    display: block;
    padding: 0 80px; }
    .a-transparent .a-transparent--line:first-child {
      margin-bottom: 50px; }
    @media (min-width: 768px) {
      .a-transparent .a-transparent--line {
        padding: 0;
        margin-bottom: 0 !important; } }
  .a-transparent:hover .a-transparent--vote {
    color: var(--theme-main-color); }

.row {
  display: block;
  width: 100%; }
  .row:after {
    content: "";
    clear: both;
    display: table; }
  @media (min-width: 768px) {
    .row {
      display: flex; } }

.col {
  flex: auto; }
  .col:not(:only-child) {
    flex-grow: 0;
    flex-basis: auto; }
    @media (min-width: 768px) {
      .col:not(:only-child) {
        flex-basis: 50%; } }
  @media (min-width: 768px) {
    .col {
      flex: 1; } }

.visible-xs {
  display: block !important; }

.hidden-xs {
  display: none !important; }

@media (min-width: 768px) {
  .row {
    display: flex !important; }
  .visible-xs {
    display: none !important; }
  .hidden-xs {
    display: flex !important; } }

.col.txt-centered {
  padding: 30px 15px;
  text-align: left; }
  .col.txt-centered:not(:last-child) {
    border-bottom: 1px solid #707070; }
  @media (min-width: 768px) {
    .col.txt-centered {
      padding: 0;
      text-align: center; }
      .col.txt-centered:not(:last-child) {
        border-bottom: none; } }
  .col.txt-centered .txt-centered {
    text-align: left; }
    @media (min-width: 768px) {
      .col.txt-centered .txt-centered {
        text-align: center; } }

.rect-bar {
  background: url(asset/red-bar.svg) no-repeat center center;
  background-size: 100%;
  width: 180px;
  height: 7px;
  margin: 50px auto;
  border: none; }
  .rect-bar--inverted {
    transform: scale(-1, -1); }
  .rect-bar--black {
    background: url(asset/black-bar.svg) no-repeat center center;
    margin: 0; }
  @media (min-width: 768px) {
    .rect-bar {
      width: 100%;
      height: 18px;
      margin: 150px auto;
      background-size: auto; } }

.red-bar {
  margin: 50px 0;
  width: 100%;
  max-width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .red-bar {
      margin: 150px auto; } }
  .red-bar.inverted svg {
    transform: scaleX(-1); }
  .red-bar svg {
    max-width: 100%;
    fill: var(--theme-main-color); }

.cta {
  background-color: var(--theme-main-color);
  color: #FFFFFF;
  display: inline-flex;
  text-decoration: none;
  width: auto;
  font-size: 3rem;
  padding: 20px; }
  .cta:disabled, .cta[disabled] {
    cursor: not-allowed !important;
    background: #CCCCCC; }

.cta-oval {
  text-decoration: none;
  font-size: 3rem;
  color: #000000;
  display: inline-block; }
  @media (min-width: 768px) {
    .cta-oval {
      font-size: 3.6rem;
      border: 2px solid #000000;
      border-radius: 50%;
      padding: 40px 20px; }
      .cta-oval:hover {
        background: #000000;
        color: #FFFFFF; } }
  @media (min-width: 1024px) {
    .cta-oval {
      font-size: 4.6rem; } }
  @media (min-width: 1280px) {
    .cta-oval {
      padding: 60px 20px;
      font-size: 6rem; } }
  @media (min-width: 1650px) {
    .cta-oval {
      padding: 80px 40px;
      font-size: 7rem; } }

.spread-the-word {
  background: url(asset/spread-the-word.jpg) no-repeat center;
  background-size: cover; }

.bg-frame {
  background: url(asset/bg-frame.jpg) no-repeat center center;
  position: relative; }

.bg-frame-dark {
  background: url(asset/bg-frame-dark.jpg) no-repeat center center;
  background-size: cover; }

.spotify-embed iframe {
  height: 500px; }
  @media (min-width: 768px) {
    .spotify-embed iframe {
      height: 100%; } }

.download-cta {
  margin-top: auto;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .download-cta {
      text-align: left; } }
  @media (min-width: 1280px) {
    .download-cta {
      margin-bottom: 50px; } }

.side-strip {
  mix-blend-mode: difference;
  position: fixed;
  top: 110px;
  right: 16px;
  z-index: 664;
  display: none; }
  @media (min-width: 768px) {
    .side-strip {
      display: block; }
      .side-strip .side-strip-active {
        display: none; } }

.see-more-strip {
  display: none;
  width: calc(100%);
  height: 50px;
  margin: 30px auto;
  background: url(asset/see-more.png) repeat-x center center;
  color: #727272;
  align-items: center;
  font-size: 2.5rem;
  padding-left: 20px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .see-more-strip {
      width: calc(100% - 100px); }
      .see-more-strip.active {
        display: flex; } }
  @media (min-width: 1280px) {
    .see-more-strip {
      width: calc(100% - 300px); } }
  .see-more-strip img {
    margin-left: 20px; }

@media (min-width: 768px) {
  .main-nav.active + .side-strip .side-strip-active {
    display: block; }
  .main-nav.active + .side-strip .side-strip-default {
    display: none; } }

html {
  font-size: 62.5%;
  box-sizing: border-box; }
  html body {
    margin: 0;
    font-size: 1.6rem; }
  html *, html *:before, html *:after {
    box-sizing: inherit; }
  html main {
    background: #FFFFFF;
    width: 100%;
    overflow: hidden; }

.hidden {
  display: none; }

.centered {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .centered {
      padding: 0; } }

.bottom-margin {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .bottom-margin {
      margin-bottom: 0; } }

.padded {
  padding: 0 15px; }
  .padded .heading-primary {
    text-align: center; }
    @media (min-width: 768px) {
      .padded .heading-primary {
        text-align: left; } }
  @media (min-width: 768px) {
    .padded {
      padding: 0 50px 0 100px; } }
  @media (min-width: 1280px) {
    .padded {
      padding: 0 75px 0 150px; } }

@media (min-width: 768px) {
  #spread-the-word .padded .heading-primary {
    margin-top: auto; } }

.h-100 {
  display: flex;
  align-items: stretch;
  flex-direction: column; }
  @media (min-width: 768px) {
    .h-100 {
      flex-direction: row;
      min-height: calc(100vh - 95px); } }
  .h-100--force {
    min-height: calc(100vh - 66px);
    padding-bottom: 50px; }

.marquee {
  overflow: hidden;
  height: 70px;
  align-items: center;
  position: relative;
  background-color: var(--theme-main-color);
  color: #000000; }
  .marquee .marquee-inner {
    width: fit-content;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    position: relative;
    animation: marquee 35s linear infinite; }
    .marquee .marquee-inner:hover {
      animation-play-state: paused; }
  .marquee .marquee-txt {
    font-size: 3rem;
    margin: 0 50px; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-33.33333%); } }

.header {
  height: 66px;
  padding: 0 15px;
  background: #000000;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 666;
  transform: translateZ(0); }
  .header .h1 {
    font-weight: normal;
    font-size: 2.6rem; }
    @media (min-width: 768px) {
      .header .h1 {
        font-size: 3.6rem; } }
  @media (min-width: 768px) {
    .header {
      height: 95px;
      padding: 0 30px; } }

.main-nav {
  color: #FFFFFF;
  position: relative;
  z-index: 665; }
  .main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    right: 0;
    width: 100%;
    background: #000000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all .5s ease-in;
    transform: translate(0, -100%);
    height: 100%; }
    .main-nav ul li {
      font-size: 3rem;
      text-align: center;
      margin-bottom: 0px; }
      .main-nav ul li a {
        text-decoration: none;
        color: inherit; }
        .main-nav ul li a:hover {
          color: var(--theme-main-color); }
      @media (min-width: 768px) {
        .main-nav ul li {
          font-size: 7rem;
          line-height: 1; } }
      @media (min-width: 1280px) {
        .main-nav ul li {
          font-size: 10rem; } }
      @media (min-width: 1650px) {
        .main-nav ul li {
          font-size: 15rem; } }
  .main-nav.active ul {
    transform: translate(0, 0); }

.menu-trigger {
  position: fixed;
  overflow: hidden;
  background: #000000;
  margin: 0;
  padding: 0;
  width: 23px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  border: 0;
  outline: none;
  font-size: 0;
  right: 15px;
  z-index: 999999;
  cursor: pointer; }
  @media (min-width: 768px) {
    .menu-trigger {
      width: 30px;
      height: 35px;
      top: 30px;
      right: 20px; } }
  .menu-trigger span {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #FFFFFF; }
    .menu-trigger span::before, .menu-trigger span::after {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3px;
      background: #FFFFFF;
      transition-duration: .3s,.3s; }
    .menu-trigger span::before {
      top: -8px;
      transition-property: top, transform; }
    .menu-trigger span::after {
      bottom: -8px;
      transition-property: bottom, transform; }
    @media (min-width: 768px) {
      .menu-trigger span {
        top: 12px; } }
  .menu-trigger.active span {
    background: 0; }
    .menu-trigger.active span::before {
      top: 0;
      transform: rotate(45deg); }
    .menu-trigger.active span::after {
      bottom: 0;
      transform: rotate(-45deg); }

.footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .footer {
      flex-direction: row;
      padding: 0 150px;
      height: 500px;
      text-align: left;
      padding-bottom: 0; } }
  .footer .h2 {
    font-weight: normal;
    line-height: .9;
    font-size: 7rem;
    margin: 50px 0; }
    @media (min-width: 768px) {
      .footer .h2 {
        font-size: 6.4rem;
        margin: 0; } }
    @media (min-width: 1280px) {
      .footer .h2 {
        font-size: 9.6rem; } }
    .footer .h2 p {
      padding: 0;
      margin: 0; }
    .footer .h2 strong {
      font-weight: normal; }
    .footer .h2:hover strong {
      color: var(--theme-main-color); }
  .footer p {
    font-size: 3rem;
    margin: 0;
    line-height: .9; }
    @media (min-width: 768px) {
      .footer p {
        font-size: 7.2rem;
        margin-bottom: 40px; } }
  .footer .arr-up {
    align-items: center;
    justify-content: flex-end;
    cursor: pointer; }
    @media (min-width: 768px) {
      .footer .arr-up {
        display: flex; }
        .footer .arr-up img {
          width: 34px; } }
    @media (min-width: 1280px) {
      .footer .arr-up img {
        width: 52px; } }

.hero {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100vh;
  overflow: hidden; }
  .hero .marquee-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    min-width: 100%; }
  .hero .hero-video-muted {
    position: absolute;
    left: 30px;
    bottom: 100px;
    cursor: pointer; }

.hero-video {
  width: 100%;
  height: calc(100% - 70px);
  object-fit: cover;
  padding-top: 66px; }
  @media (min-width: 768px) {
    .hero-video {
      padding-top: 95px; } }

.partner-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  width: 100%;
  height: 100%; }
  @media (min-width: 1280px) {
    .partner-list {
      padding: 150px 100px; } }
  .partner-list .partner-list-item {
    flex-basis: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0 20px; }
    @media (min-width: 1280px) {
      .partner-list .partner-list-item {
        flex-basis: 33.333333%;
        margin-bottom: 80px; } }
    .partner-list .partner-list-item:nth-last-child(-n+2) {
      flex-basis: 50%; }
      .partner-list .partner-list-item:nth-last-child(-n+2) img {
        max-width: 80%; }
  .partner-list img {
    max-width: 100%; }

.bg-frame-partners {
  background: url(asset/bg-frame.jpg) no-repeat center -15px;
  background-size: 110%;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .bg-frame-partners {
      background: url(asset/bg-frame-partners.jpg) no-repeat center;
      padding-bottom: 0;
      background-size: cover; } }

.episode {
  width: 100%;
  background: url(asset/bg-frame.jpg) no-repeat center center;
  background-size: cover; }
  @media (min-width: 768px) {
    .episode {
      padding-top: 0;
      background: none; } }
  .episode figure {
    width: 100%;
    margin: 0;
    padding: 0; }
  .episode .episode-video,
  .episode .episode-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    outline: none; }
    @media (min-width: 768px) {
      .episode .episode-video,
      .episode .episode-image {
        height: calc(100vh - 95px); } }

#spread-the-word h1.heading-primary p {
  padding: 0;
  margin: 0; }

#spread-the-word h1.heading-primary strong {
  font-weight: normal; }

#spread-the-word h1.heading-primary:hover strong {
  color: var(--theme-main-color); }

.cta-strip {
  padding: 0;
  background-color: var(--theme-main-color);
  color: #FFFFFF;
  font-size: 3rem; }
  @media (min-width: 768px) {
    .cta-strip {
      color: #000000;
      padding: 50px 30px;
      font-size: 4.6rem;
      background: transparent; } }
  @media (min-width: 1280px) {
    .cta-strip {
      font-size: 7rem; } }
  .cta-strip .col {
    align-items: center;
    display: flex;
    flex-basis: calc(100% - 350px); }
    .cta-strip .col:first-child {
      flex-basis: 250px; }
    .cta-strip .col:last-child {
      justify-content: flex-end;
      flex-basis: 100px; }
  .cta-strip .cta {
    border: none;
    outline: none;
    cursor: pointer;
    width: auto; }
    .cta-strip .cta a {
      margin-left: 10px; }
    .cta-strip .cta .right {
      float: right;
      display: block; }
  .cta-strip.visible-xs .cta {
    display: block;
    text-align: left;
    width: 100%; }

.cta--icon {
  height: 22px; }
  @media (min-width: 768px) {
    .cta--icon {
      height: 45px;
      padding: 5px 15px; }
      .cta--icon img {
        width: 20px; }
      .cta--icon:last-child {
        margin-left: 10px; } }
  @media (min-width: 1280px) {
    .cta--icon {
      height: 70px;
      padding: 20px; }
      .cta--icon img {
        width: auto; }
      .cta--icon:last-child {
        margin-left: 20px; } }

.follow-along {
  width: 100%;
  overflow: hidden; }
  .follow-along .cta-strip {
    display: flex;
    padding: 20px; }
    .follow-along .cta-strip .col:first-child, .follow-along .cta-strip .col:last-child {
      flex-basis: 50%; }
    .follow-along .cta-strip .cta {
      padding: 0; }
  @media (min-width: 768px) {
    .follow-along .cta-strip {
      padding: 50px 30px; }
      .follow-along .cta-strip .col {
        flex-basis: calc(100% - 450px); }
        .follow-along .cta-strip .col:first-child {
          flex-basis: 400px; }
        .follow-along .cta-strip .col:last-child {
          flex-basis: 150px; }
      .follow-along .cta-strip .cta {
        padding: 5px 15px; } }
  @media (min-width: 1280px) {
    .follow-along .cta-strip .cta {
      padding: 20px; } }

.feed {
  display: block;
  margin: 0 auto;
  padding: 0px; }
  .feed .feed-instagram {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .feed .feed-instagram img {
      width: 100%;
      object-fit: cover;
      display: block;
      border: 1px solid #000000; }
  .feed .feed-instagram-handle {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center; }
    .feed .feed-instagram-handle img {
      display: inline-block;
      margin-right: 10px; }
  .feed .feed-twitter {
    padding: 0;
    margin: 0; }
    .feed .feed-twitter > .twitter-tweet {
      margin: 0 auto !important; }
  .feed .feed-instagram, .feed .feed-twitter {
    width: 100%;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .feed .feed-instagram, .feed .feed-twitter {
        width: 550px; } }
    @media (min-width: 1280px) {
      .feed .feed-instagram, .feed .feed-twitter {
        width: 550px; } }
  .feed .twitter-tweet {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }

.countdown-title {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .countdown-title {
      margin-bottom: 50px; } }

.countdown {
  display: flex;
  justify-content: center;
  margin: -25px 0 50px;
  flex-wrap: wrap; }
  .countdown .countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .countdown .countdown-unit .countdown-label {
      padding-right: 30px; }
    .countdown .countdown-unit--seconds .countdown-label {
      padding-right: 0; }
    .countdown .countdown-unit--days .countdown-item::after, .countdown .countdown-unit--hours .countdown-item::after, .countdown .countdown-unit--minutes .countdown-item::after {
      content: ":";
      padding: 0 10px; }
    .countdown .countdown-unit--text {
      width: 100%; }
      @media (min-width: 768px) {
        .countdown .countdown-unit--text {
          width: auto; } }
      .countdown .countdown-unit--text .countdown-item {
        margin-top: 10px; }
        @media (min-width: 768px) {
          .countdown .countdown-unit--text .countdown-item {
            margin-top: 0;
            margin-left: 20px; } }
  .countdown .countdown-item {
    display: flex;
    font-size: 7rem; }
  .countdown .countdown-item-inner {
    display: inline-block;
    width: 2ch;
    text-align: center; }
  .countdown .countdown-label {
    font-size: 1.5rem;
    color: #535353;
    text-align: center; }
