.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-family: helvetica-neue-lt-pro, sans-serif;
}

a {
  text-decoration: none;
}

.navbar {
  z-index: 9;
  background-color: #0000;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 50px;
  transition: background-color .6s ease-in-out;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .01em;
  text-transform: lowercase;
  text-underline-offset: 2px;
  margin: 0;
  padding: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}

.nav-link.w--current {
  opacity: .6;
  color: #666;
  text-underline-offset: .2em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.nav-link.lang {
  color: #999;
  text-underline-offset: .2em;
  text-decoration-thickness: 1px;
}

.nav-link.lang:hover {
  text-underline-offset: .15px;
  text-decoration-thickness: .05px;
}

.brand-link.mobile {
  display: none;
}

.brand-link.is-footer {
  pointer-events: none;
}

.brand-logo {
  height: 50px;
}

.nav-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.relative {
  position: relative;
  overflow: hidden;
}

.relative.hero-section {
  display: none;
}

.relative.is-team {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  max-width: 100%;
  padding: 0 50px;
}

.container._100vh {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.hero {
  color: #000;
  text-align: left;
  letter-spacing: -.05em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 95%;
}

.tagline {
  color: #000;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 0;
  font-family: Suisse Intl;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
}

.flexcolumn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flexcolumn.is-hero {
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
}

.flexcolumn.is-about {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 80px;
}

.flexcolumn.is-info {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  padding-top: 60px;
  padding-left: 0;
}

.flexcolumn.is-people {
  width: 100%;
  padding-left: 50px;
}

.flexcolumn.is-caption {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 25px;
}

.flexcolumn.is-media {
  border-left: 2px solid #000;
  padding: 20px 30px;
}

.hidden {
  display: none;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.grid.hidden {
  display: none;
}

.grid.is-dropdown {
  border-bottom: 2px solid #000;
  width: calc(100% - 100px);
  margin-left: 50px;
  margin-right: 50px;
  padding: 25px 0 100px;
}

.grid.is-dropdown.is-first {
  border-top: 2px solid #000;
}

.grid.is-contact {
  flex-flow: column;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.grid.is-service-wrap {
  border-top: 2px solid #000;
}

.grid.is-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.medium {
  color: #000;
  letter-spacing: -.02em;
  text-wrap-style: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

.medium.is-service {
  text-wrap: balance;
  max-width: 16ch;
  font-weight: 500;
}

.medium.light {
  font-weight: 400;
}

.medium.light.is-about {
  padding-right: 20%;
}

.medium.light.is-section {
  letter-spacing: .02em;
}

.medium.is-caption {
  color: #000;
  border-top: 2px solid #000;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 500;
}

.medium.is-media {
  text-wrap: balance;
  hanging-punctuation: first allow-end last;
  font-size: 28px;
  line-height: 115%;
}

.medium.is-title, .medium.is-hero {
  letter-spacing: -.025em;
  font-size: 40px;
}

.big {
  color: #000;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 115%;
}

.big.light {
  max-width: 12ch;
}

.big.is-title {
  font-size: 40px;
}

.spacer-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.fill.is-team {
  height: 350px;
}

.fill.is-profile {
  aspect-ratio: 5 / 3;
  height: auto;
}

.marquee-container {
  white-space: nowrap;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 100%;
  margin-top: 80px;
  padding-top: 12px;
  padding-bottom: 9px;
  position: relative;
  overflow: hidden;
}

.marquee-text {
  color: #000;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Suisse Intl;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

.spacer-xl {
  padding-top: 8%;
  padding-bottom: 8%;
}

.spacer-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  color: #000;
  background-color: #0000;
  border-radius: 50px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
}

.button.is-connect {
  background-color: #0000;
  border: 1px solid #000;
  padding: 6px 12px;
  font-weight: 500;
}

.button.is-connect:hover {
  color: #fff;
  background-color: #000;
}

.button.is-white {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 6px 12px;
}

.button.is-white:hover {
  color: #fff;
  background-color: #000;
}

.button.is-black {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  padding: 6px 12px;
}

.button.is-black:hover {
  color: #000;
  background-color: #fff;
}

.button.is-submit {
  color: #000;
  border: 1px solid;
  border-color: inherit;
  background-color: #0000;
  border-radius: 4px;
  height: 50px;
  padding: 14px 28px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button.is-submit:hover {
  color: #000;
  background-color: #fff;
}

.sticker {
  object-fit: contain;
  width: 200px;
  height: 200px;
}

.stickers_wrapper {
  display: none;
}

.spacer-md {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-link {
  background-color: #0000;
}

.tab-link.w--current {
  background-color: #eee;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 40px 0;
  display: flex;
}

.dropdown-toggle.w--open {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.dropdown {
  border-top: 2px solid #000;
  width: 100%;
}

.dropdown.is-last {
  border-bottom: 2px solid #000;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.bubble {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50px;
  margin: 0;
  padding: 6px 12px;
  font-family: Suisse Intl;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.bubble:hover {
  color: #fff;
  background-color: #000;
}

.bubble.is-clear {
  background-color: #dbd7d74d;
  border-style: solid;
  border-color: #0000;
  display: none;
}

.bubble.is-clear:hover {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #000;
}

.small {
  color: #000;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 115%;
}

.small.footer_message {
  color: #000;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.small.is-section {
  font-weight: 500;
}

.small.is-caption {
  letter-spacing: -.015em;
  border-top: 2px solid #000;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 21px;
  font-weight: 500;
}

.small.is-columns {
  column-count: 2;
  column-gap: 10px;
}

.small.is-reel {
  opacity: .7;
  color: #666;
  text-wrap: unset;
  font-weight: 400;
}

.small.is-reel.text-center {
  text-align: center;
  margin-top: 8px;
}

.flexrow {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.flexrow.is-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flexrow.is-footer-row {
  justify-content: space-between;
  align-items: flex-start;
}

.flexrow.hidden {
  display: none;
}

.flexrow.is-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: flex-end;
}

.podcasts_list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.podcasts_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.podcasts_item:hover {
  filter: grayscale(0%);
}

.filters_wrapper {
  margin-bottom: 30px;
}

.filters_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.radio-button-field {
  margin: 0;
  padding: 0;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  overflow: visible;
}

.paragraph.is-grey {
  color: #d9d9d9;
  letter-spacing: .01em;
  line-height: 125%;
}

.podcasts_cover {
  border-radius: 8px;
  width: 100%;
}

.light {
  color: #fff;
}

.button-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.button-group.hidden {
  display: none;
}

.ruler {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.about_image {
  aspect-ratio: 1;
  filter: grayscale();
  object-fit: cover;
  flex: 1;
  width: calc(100% + 50px);
  max-width: none;
  margin-right: -50px;
  transition-property: filter;
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.about_image:hover {
  filter: grayscale(0%);
}

.contact_row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact_input {
  color: #000;
  background-color: #0000;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 20px 15px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.contact_input:focus {
  border: 1px solid;
  border-color: inherit;
}

.contact_input::placeholder {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.services_list {
  padding-right: 40px;
}

.footer_link {
  text-underline-offset: .2em;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.footer_link:hover {
  text-decoration: none;
}

.copyright {
  color: #000;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer_logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18vw;
  font-weight: 400;
  line-height: 100%;
}

.services_img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

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

.bg-black {
  background-color: #000;
}

.brand-text {
  color: #000;
  letter-spacing: .01em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.letters {
  z-index: 999;
  pointer-events: none;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 200px;
  line-height: 1;
  transition: transform .5s ease-in-out;
  position: fixed;
}

.letters.top {
  z-index: 9;
  text-align: center;
  inset: 10px auto auto;
}

.letters.left {
  text-align: left;
  inset: auto auto 15px 50px;
}

.letters.right {
  text-align: right;
  inset: auto 50px 15px auto;
}

.letters-wrapper {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-wrapper {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider-wrapper.is-collections {
  padding-left: 50px;
  display: none;
}

.slider-mask {
  overflow: visible;
}

.slide-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.slide-image.contain {
  height: auto;
}

.template-page {
  transition: background-color .6s ease-in-out;
}

.collections-slide {
  width: 70%;
  height: 100%;
  margin-right: 30px;
}

.collections-arrow {
  z-index: 9;
  filter: invert();
  width: 20px;
  height: 20px;
  inset: -60px 50px auto auto;
}

.collections-arrow.is-prev {
  right: 90px;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.swiper_overflow {
  overflow: hidden;
}

.collections_list.swiper {
  position: relative;
  overflow: visible;
}

.swiper_arrows {
  z-index: 2;
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: -70px 50px auto auto;
}

.swiper-arrow {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

.swiper-arrow:hover {
  color: #000;
}

.swiper-arrow.swiper-button-disabled {
  opacity: .3;
}

.swiper-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.collections_swiper-wrapper.swiper-wrapper {
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
}

.swiper-slide.collections_item {
  width: 30%;
}

.swiper-slide.collections_item:hover {
  filter: grayscale(0%);
}

.swiper-slide.media_item {
  width: 33.3333%;
  height: 100%;
}

.media_list.swiper {
  position: relative;
  overflow: visible;
}

.media_wrapper {
  position: relative;
}

.collections_image {
  object-fit: cover;
  width: 100%;
}

.collections_image.contain {
  height: auto;
}

.collections_image.horizontal {
  aspect-ratio: 4 / 3;
}

.collections_image.portrait {
  aspect-ratio: 3 / 4;
}

.collections_image.portrait.left {
  object-position: 0% 50%;
}

.collections_image.portrait.right {
  object-position: 100% 50%;
}

.spacer-xxl {
  padding-top: 12%;
  padding-bottom: 12%;
}

.media_button {
  color: #000;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-underline-offset: .2em;
  background-color: #0000;
  border-radius: 50px;
  padding: 0 0 4px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.media_button:hover {
  text-decoration: none;
}

.media_button.is-connect {
  background-color: #0000;
  border: 1px solid #000;
  padding: 6px 12px;
  font-weight: 500;
}

.media_button.is-connect:hover {
  color: #fff;
  background-color: #000;
}

.media_button.is-white {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 6px 12px;
}

.media_button.is-white:hover {
  color: #fff;
  background-color: #000;
}

.media_button.is-black {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  padding: 6px 12px;
}

.media_button.is-black:hover {
  color: #000;
  background-color: #fff;
}

.media_button.is-submit {
  color: #000;
  border: 1px solid;
  border-color: inherit;
  background-color: #0000;
  border-radius: 4px;
  height: 50px;
  padding: 14px 28px;
  font-family: Suisse Intl;
  font-size: 18px;
  font-weight: 400;
}

.media_button.is-submit:hover {
  color: #000;
  background-color: #fff;
}

.reel {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.reel.mobile-reel {
  display: none;
}

.contact_hidden {
  margin: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .container._100vh {
    height: 100svh;
  }

  .hero {
    font-size: 90px;
  }

  .flexcolumn.is-hero {
    padding-top: 0;
  }

  .medium, .medium.is-media {
    font-size: 28px;
  }

  .medium.is-title, .medium.is-hero {
    font-size: 36px;
  }

  .big {
    font-size: 48px;
  }

  .podcasts_list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph.is-grey {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .swiper_arrows {
    display: flex;
    bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  a {
    text-decoration: none;
  }

  .navbar {
    position: static;
  }

  .navbar-container {
    background-color: #fff;
    align-items: baseline;
    padding: 20px;
  }

  .nav-link {
    font-size: 13px;
    display: none;
  }

  .nav-link.lang {
    text-decoration: underline;
    display: block;
  }

  .nav-link.lang.no-line {
    margin-left: 0;
  }

  .brand-link {
    pointer-events: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-link.w--current {
    flex: 1;
  }

  .brand-link.mobile {
    display: block;
  }

  .brand-link.is-footer {
    pointer-events: auto;
  }

  .brand-logo {
    height: 30px;
  }

  .nav-menu {
    width: auto;
    margin-left: auto;
    margin-right: 0;
    display: none;
  }

  .relative.is-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container._100vh {
    justify-content: center;
    align-items: flex-start;
    height: calc(100svh - 140px);
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero {
    letter-spacing: -2px;
    font-size: 60px;
  }

  .tagline {
    font-size: 15px;
  }

  .flexcolumn.is-about {
    border-bottom-style: none;
    border-right-style: none;
    padding-top: 40px;
    padding-right: 0;
  }

  .flexcolumn.is-info {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-left: 0;
    padding-top: 40px;
  }

  .flexcolumn.is-people {
    padding-left: 0;
  }

  .flexcolumn.is-caption {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 15px;
  }

  .flexcolumn.is-media {
    padding-bottom: 22px;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .grid.is-dropdown {
    grid-row-gap: 40px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid.is-contact {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .grid.is-about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .medium {
    letter-spacing: -.01em;
    font-size: 24px;
    line-height: 125%;
  }

  .medium.is-service {
    width: 100%;
    max-width: none;
    padding-right: 0;
    font-size: 24px;
    line-height: 115%;
  }

  .medium.light.is-about {
    padding-right: 0;
    line-height: 135%;
  }

  .medium.is-caption {
    margin-top: 15px;
    padding-top: 10px;
    font-size: 18px;
  }

  .medium.is-media {
    font-size: 24px;
    line-height: 120%;
  }

  .medium.is-title {
    font-size: 24px;
    line-height: 115%;
  }

  .medium.is-hero {
    font-size: 32px;
    line-height: 115%;
  }

  .big {
    letter-spacing: -.025em;
    font-size: 36px;
    line-height: 110%;
  }

  .big.is-title {
    margin-top: 30px;
  }

  .spacer-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fill.is-profile {
    aspect-ratio: 1;
    object-position: 60% 50%;
  }

  .marquee-text {
    font-size: 28px;
  }

  .spacer-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button {
    font-size: 13px;
  }

  .button.is-submit {
    margin-top: 20px;
  }

  .dropdown-toggle {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bubble {
    font-size: 13px;
  }

  .small {
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
  }

  .small.footer_message {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .small.is-section {
    font-size: 15px;
    display: none;
  }

  .small.is-reel {
    font-size: 15px;
  }

  .flexrow.is-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 0;
  }

  .flexrow.is-footer-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flexrow.is-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    display: none;
  }

  .podcasts_list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    display: flex;
  }

  .filters_wrapper {
    margin-bottom: 20px;
  }

  .paragraph {
    margin-top: 0;
    font-size: 16px;
  }

  .about_image {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .contact_wrapper {
    margin-bottom: 0;
  }

  .contact_input {
    font-size: 16px;
  }

  .services_list {
    padding-right: 0;
  }

  .footer_link {
    text-decoration: underline;
  }

  .copyright {
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
  }

  .footer_logo {
    font-size: 19vw;
    display: block;
    top: auto;
  }

  .brand-text {
    text-align: center;
    width: 100%;
    font-size: 19vw;
    font-weight: 400;
  }

  .letters {
    font-size: 120px;
  }

  .letters.top {
    width: 100%;
    top: 70px;
  }

  .letters.left {
    left: 20px;
  }

  .letters.right {
    right: 20px;
  }

  .letters-wrapper {
    display: block;
  }

  .slide-image.cobra {
    object-position: 45% 50%;
  }

  .slide-image.otis {
    object-position: 0% 50%;
  }

  .collections_list.swiper {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .swiper_arrows {
    grid-column-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 2px;
    position: static;
  }

  .swiper-wrapper {
    grid-row-gap: 30px;
    padding: 0;
  }

  .swiper-slide.collections_item {
    width: 100%;
  }

  .swiper-slide.media_item {
    width: 100%;
    margin-bottom: 10px;
  }

  .media_list.swiper {
    padding-left: 25px;
    padding-right: 15px;
    overflow: hidden;
  }

  .collections_image {
    aspect-ratio: 3 / 2;
  }

  .spacer-xxl {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .media_button {
    font-size: 12px;
  }

  .media_button.is-submit {
    margin-top: 20px;
  }

  .reel {
    aspect-ratio: 9 / 16;
  }

  .reel.mobile-reel {
    display: block;
  }

  .reel.desktop-reel, .mobile-hidden {
    display: none;
  }
}

#w-node-a313ee58-fa41-e83c-c8eb-d50d78506733-2ebf3382 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_1125f9ed-072a-6faf-f008-c9d716e148db-2ebf3382 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_988e2e10-aa64-1c0a-e074-8dae58a83aa2-2ebf3382 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_66f99b87-1f5e-86ad-3f58-058c823ecb51-2ebf3382 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_66f99b87-1f5e-86ad-3f58-058c823ecb53-2ebf3382 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_1a38ef73-f56e-2964-7141-ffbb42c74442-2ebf3382 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d8daa510-5894-c568-a1cf-6accdc2800a2-2ebf3382 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_2ce66e06-3278-0ca9-b862-9e94895b0a9d-2ebf3382 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_2ce66e06-3278-0ca9-b862-9e94895b0a9f-2ebf3382 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_24d01118-b82c-12aa-eee5-5cfcd2a54c41-2ebf3382 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_24d01118-b82c-12aa-eee5-5cfcd2a54c43-2ebf3382 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_02ed2a52-92ff-c13a-869a-4dca80acf060-2ebf3382 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_02ed2a52-92ff-c13a-869a-4dca80acf062-2ebf3382 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-fb4d10ce-3e59-e967-0563-b6d54ec417c7-2ebf3382 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_970e76ff-f379-bcef-a330-0cc8e8ecfecc-2ebf3382 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_6db6d611-3c7a-2932-b2b2-2bfa7286be53-2ebf3382 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_432cd203-354a-c00d-e323-46113286bf12-2ebf3382 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_01f3213f-2ce1-2ef2-2a83-c6dc0e47aa1e-2ebf3382 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-d715cd0c-ab15-968c-347a-2037d241c04a-2ebf3382, #w-node-_8fc334e9-30f1-aebf-3b4b-366375c32431-2ebf3382 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-c7b541f3-7008-e347-5da6-1b0da2bf611b-2ebf3382 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_471c2161-f045-4d22-a3b4-45f20b3d7231-2ebf3382 {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-eac13d8d-7189-3e4a-df52-87357c828868-2ebf3382 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1db812a7-78ae-e373-d4d7-b672a918b504-2ebf3382 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-f8d6a015-718e-c327-88ce-0074b0475854-2ebf3382, #w-node-b3772899-431e-e07e-a846-d8f982837fab-2ebf3382, #w-node-a194a83d-6ccd-b65a-de2c-eceee2fc08e9-2ebf3382, #w-node-_49768316-b28c-b2b0-29a0-4adf92d421ad-2ebf3382, #w-node-f10afb08-9fb1-037e-ebe6-103ded65d8a2-2ebf3382, #w-node-_22e05a9c-e5b1-ad12-104c-453df4ca9ecd-2ebf3382, #w-node-fdc8112c-286c-bb9c-e705-35f856240dd9-2ebf3382 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a313ee58-fa41-e83c-c8eb-d50d78506733-6eb5d443 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_1125f9ed-072a-6faf-f008-c9d716e148db-6eb5d443 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_988e2e10-aa64-1c0a-e074-8dae58a83aa2-6eb5d443 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_66f99b87-1f5e-86ad-3f58-058c823ecb51-6eb5d443 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_66f99b87-1f5e-86ad-3f58-058c823ecb53-6eb5d443 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_1a38ef73-f56e-2964-7141-ffbb42c74442-6eb5d443 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d8daa510-5894-c568-a1cf-6accdc2800a2-6eb5d443 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_2ce66e06-3278-0ca9-b862-9e94895b0a9d-6eb5d443 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_2ce66e06-3278-0ca9-b862-9e94895b0a9f-6eb5d443 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_24d01118-b82c-12aa-eee5-5cfcd2a54c41-6eb5d443 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_24d01118-b82c-12aa-eee5-5cfcd2a54c43-6eb5d443 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_02ed2a52-92ff-c13a-869a-4dca80acf060-6eb5d443 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_02ed2a52-92ff-c13a-869a-4dca80acf062-6eb5d443 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-fb4d10ce-3e59-e967-0563-b6d54ec417c7-6eb5d443 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_970e76ff-f379-bcef-a330-0cc8e8ecfecc-6eb5d443 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_6db6d611-3c7a-2932-b2b2-2bfa7286be53-6eb5d443 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_432cd203-354a-c00d-e323-46113286bf12-6eb5d443 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_01f3213f-2ce1-2ef2-2a83-c6dc0e47aa1e-6eb5d443 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-d715cd0c-ab15-968c-347a-2037d241c04a-6eb5d443, #w-node-_8fc334e9-30f1-aebf-3b4b-366375c32431-6eb5d443 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-c7b541f3-7008-e347-5da6-1b0da2bf611b-6eb5d443 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_471c2161-f045-4d22-a3b4-45f20b3d7231-6eb5d443 {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-eac13d8d-7189-3e4a-df52-87357c828868-6eb5d443 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1db812a7-78ae-e373-d4d7-b672a918b504-6eb5d443 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-f8d6a015-718e-c327-88ce-0074b0475854-6eb5d443, #w-node-b3772899-431e-e07e-a846-d8f982837fab-6eb5d443, #w-node-a194a83d-6ccd-b65a-de2c-eceee2fc08e9-6eb5d443, #w-node-_49768316-b28c-b2b0-29a0-4adf92d421ad-6eb5d443, #w-node-f10afb08-9fb1-037e-ebe6-103ded65d8a2-6eb5d443, #w-node-_22e05a9c-e5b1-ad12-104c-453df4ca9ecd-6eb5d443, #w-node-fdc8112c-286c-bb9c-e705-35f856240dd9-6eb5d443 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}


