@font-face {
  font-family: Suisse Intl;
  src: url('../fonts/SuisseIntl-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url('../fonts/SuisseIntl-Medium.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url('../fonts/SuisseIntl-Book.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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: Suisse Intl, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.navbar {
  z-index: 99;
  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 30px;
  display: flex;
}

.nav-link {
  color: #000;
  text-underline-offset: 2px;
  margin: 0;
  padding: 0;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.lang {
  color: #999;
}

.brand-link {
  margin-left: auto;
  margin-right: 0;
}

.brand-logo {
  height: 50px;
}

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

.relative {
  position: relative;
}

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

.relative.is-contact {
  background-color: #000;
  padding-bottom: 40px;
}

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

.container.center {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.hero {
  color: #000;
  text-align: left;
  letter-spacing: -.05em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisse Intl, Arial, 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, Arial, sans-serif;
  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;
  position: relative;
}

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

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

.flexcolumn.is-center {
  justify-content: flex-start;
  align-items: center;
}

.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 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.grid.is-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding: 60px 0;
}

.grid.is-contact {
  overflow: hidden;
}

.medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.medium.is-dropdown-list {
  padding-right: 60px;
  font-weight: 400;
}

.medium.light {
  text-wrap: balance;
  font-weight: 400;
}

.medium.is-work {
  letter-spacing: -.02em;
  font-size: 32px;
}

.big {
  color: #000;
  letter-spacing: -.03em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
}

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

.spacer100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.spacer120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button {
  color: #000;
  background-color: #dbd7d74d;
  border-radius: 50px;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  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;
}

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

.stickers_wrapper {
  display: none;
}

.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 auto 0 0;
  padding: 6px 12px;
  font-family: Suisse Intl, Arial, sans-serif;
  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;
}

.bubble.is-info {
  background-color: #fff;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 18px;
}

.bubble.is-info:hover {
  color: #000;
}

.small {
  color: #000;
  margin-bottom: 0;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}

.small.light {
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

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

.flexrow.is-footer-row {
  align-items: flex-end;
}

.flexrow.is-socials {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
}

.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: 15px;
  grid-row-gap: 15px;
  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-bottom: 0;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.is-grey {
  color: #000;
  letter-spacing: .01em;
  text-wrap: balance;
  line-height: 125%;
}

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

.light {
  color: #fff;
}

.about_image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 15%;
  flex: 1;
  width: 100%;
  height: 100%;
}

.services_list {
  padding-right: 40px;
}

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

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

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.footer_logo {
  width: 180px;
  margin-left: -2px;
  position: relative;
  top: 10px;
}

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

.hero_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

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

.social-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  transition: transform .2s;
  display: flex;
}

.social-icon:hover {
  transform: scale(1.075);
}

.invert {
  filter: invert();
  color: #fff;
}

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

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

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

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

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 999;
  }

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

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

  .nav-link.lang {
    background-color: #dbd7d74d;
    border-radius: 50px;
    padding: 4px 8px;
    display: block;
  }

  .brand-link {
    order: -1;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .brand-logo {
    height: 30px;
  }

  .nav-menu {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
  }

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

  .relative.is-contact {
    padding-bottom: 20px;
  }

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

  .container.center {
    justify-content: flex-start;
    align-items: center;
  }

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

  .tagline {
    font-size: 15px;
  }

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

  .flexcolumn.is-center {
    order: -1;
  }

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

  .grid.is-dropdown {
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .medium {
    font-size: 16px;
    line-height: 135%;
  }

  .medium.is-dropdown-list {
    padding-right: 0;
  }

  .medium.is-work {
    font-size: 24px;
    line-height: 110%;
  }

  .big {
    letter-spacing: -.02em;
    font-size: 32px;
  }

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

  .spacer100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .spacer120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button {
    font-size: 13px;
  }

  .sticker {
    width: 120px;
    height: 100px;
  }

  .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.light {
    font-size: 16px;
  }

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

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

  .filters_wrapper {
    margin-bottom: 20px;
  }

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

  .services_list {
    padding-left: 16px;
    padding-right: 0;
  }

  .copyright {
    font-size: 12px;
    font-weight: 600;
    display: none;
  }

  .footer_logo {
    width: 100%;
    margin-left: 5px;
    display: block;
    top: auto;
  }
}

#w-node-_270e2774-0d40-0d6b-6282-ef4eb998226a-f8d1b313 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_1125f9ed-072a-6faf-f008-c9d716e148db-f8d1b313 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-_384caaa9-1ebd-e16e-4c05-7b59eaa3aec8-f8d1b313 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_33a2544d-b379-47ed-76b9-9dd1e18fbc41-f8d1b313 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-dc1d1874-3bc8-7f51-2a8c-1a289e184819-f8d1b313 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9993bc2f-4f8e-8caa-e88b-e6911fbdf6ed-f8d1b313 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_94904ffb-14eb-ace3-753b-1c061eb76cc9-f8d1b313 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-d1e4f9fe-0700-7009-2528-5bebf707a61f-f8d1b313 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7042929-8afc-6f4e-9412-ecf690b2ff5a-f8d1b313 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_217ca831-a6cd-5c08-3e9d-6c8302183c52-f8d1b313 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_20dacf1c-8c15-7d65-42f3-22cfb2957db8-f8d1b313 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c772970-9d02-6385-417c-565aae5a1037-f8d1b313 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_0084b108-7154-2c4a-3164-c166ba4f9d8b-f8d1b313 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_77c49b64-f1c9-fee5-5306-eb5ec9b69789-f8d1b313 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cedee444-34f9-7b98-84b4-53b4f94d4654-f8d1b313 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b9bb2ca9-ceac-1231-62b2-f31c8a48d335-f8d1b313, #w-node-_4775f43a-499e-1028-72b6-f2499fd3255d-f8d1b313 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5ef74945-8e52-f849-ff86-f95c34207f09-f8d1b313 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_01023172-a662-88ff-b8a2-9376db29528e-f8d1b313 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-f10afb08-9fb1-037e-ebe6-103ded65d8a2-f8d1b313 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_270e2774-0d40-0d6b-6282-ef4eb998226a-3a84ebce {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_9d386096-83db-eb33-8d96-5df3b21c9eaa-3a84ebce {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-_384caaa9-1ebd-e16e-4c05-7b59eaa3aec8-3a84ebce {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_4529421d-738b-160e-3cf6-6ea1ec6619c8-3a84ebce {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-dc1d1874-3bc8-7f51-2a8c-1a289e184819-3a84ebce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9993bc2f-4f8e-8caa-e88b-e6911fbdf6ed-3a84ebce {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_7c0b2763-215a-7ecf-eae0-f332a6a7ab2f-3a84ebce {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-d1e4f9fe-0700-7009-2528-5bebf707a61f-3a84ebce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7042929-8afc-6f4e-9412-ecf690b2ff5a-3a84ebce {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9009327d-d02c-9225-8ab4-bc1edc6089b1-3a84ebce {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_20dacf1c-8c15-7d65-42f3-22cfb2957db8-3a84ebce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c772970-9d02-6385-417c-565aae5a1037-3a84ebce {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-eb960837-1b93-4314-ee14-53762f6cfc46-3a84ebce {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_77c49b64-f1c9-fee5-5306-eb5ec9b69789-3a84ebce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17c6d99f-00e6-decb-4e7a-b675fc4a532e-3a84ebce {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b9bb2ca9-ceac-1231-62b2-f31c8a48d335-3a84ebce, #w-node-_4775f43a-499e-1028-72b6-f2499fd3255d-3a84ebce {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5ef74945-8e52-f849-ff86-f95c34207f09-3a84ebce {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_01023172-a662-88ff-b8a2-9376db29528e-3a84ebce {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_983a409e-6111-042c-4eac-01d5c21005a2-3a84ebce {
  grid-area: span 1 / span 12 / span 1 / span 12;
}


@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Medium.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Book.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}