.pos-rel {
  position: relative;
}
ul,
ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.body-no-scroll {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.upper {
  text-transform: uppercase;
}
.default-transition {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.no-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.no-border-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.no-outline-no-shadows {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
body {
  font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.gap-32 {
  gap: 32px;
}
.gap-42 {
  gap: 42px;
}
.header {
  background: linear-gradient(0deg,#1A4145 0%,rgba(20,21,25,0) 100%), #141519;
  padding: 32px 84px 64px 84px;
}
.header .main-nav .nav-list li {
  position: relative;
}
.header .main-nav .nav-list li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.7;
  background: none;
  border: none;
  transition: color 0.15s;
  text-decoration: none;
}
.header .main-nav .nav-list li a:hover {
  color: #78D23D;
}
.header .main-nav .nav-list li.menu-item-has-children {
  padding-right: 15px;
}
.header .main-nav .nav-list li.menu-item-has-children:after {
  content: "\f078";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  right: -5px;
  font-size: 12px;
  top: 4px;
  opacity: 0.7;
}
.header .main-nav .nav-list li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
.header .main-nav .nav-list ul.sub-menu {
  display: none;
  position: absolute;
  min-width: 200px;
  background: #fff;
  padding: 15px;
}
.header .main-nav .nav-list ul.sub-menu li {
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.header .main-nav .nav-list ul.sub-menu li a {
  color: #152022;
}
.hero-section .hero-title-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #152022;
  margin-bottom: 40px;
}
.hero-section .hero-title-wrapper h1 {
  color: #152022;
  font-size: 56px;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left;
}
.hero-section .hero-title-wrapper h1 span {
  font-weight: 700;
}
.hero-section .hero-desc {
  color: #152022;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(21,32,34,0.2);
  max-width: 95%;
}
.hero-section .hero-platforms-label {
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
  opacity: 0.7;
}
.hero-section .hero-platforms {
  display: flex;
  align-items: center;
  gap: 32px;
}
.hero-section .hero-platforms .platform-link img {
  width: 48px;
  height: 48px;
}
.hero-section .video-wrapper {
  height: 325px;
}
.hero-section .video-wrapper iframe {
  width: 100%;
  height: 325px;
}
.home-seasons-section .season-title {
  border-top: 1px solid rgba(21,32,34,0.7);
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 32px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}
.home-seasons-section .season-list {
  display: flex;
  flex-direction: column;
}
.home-seasons-section .season-card {
  display: flex;
  padding-top: 32px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(21,32,34,0.2);
}
.home-seasons-section .season-card.last-card {
  border-bottom: none;
}
.home-seasons-section .season-card .season-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  padding-right: 16px;
}
.home-seasons-section .season-card .season-container .season-banner {
  display: flex;
  width: 120px;
  height: 120px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-right: 1px solid rgba(21,32,34,0.2);
}
.home-seasons-section .season-card .season-container .season-banner .season-number {
  align-self: stretch;
  color: #1A4145;
  padding: 8px;
  text-align: center;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: 0;
}
.home-seasons-section .season-card .season-thumb {
  width: 120px;
  height: 120px;
  object-fit: cover;
  padding: 8px;
  gap: 8px;
  background: linear-gradient(0deg,#1A4145 0%,rgba(20,21,25,0) 100%), #141519;
}
.home-seasons-section .season-card .season-details {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1 0 0;
  padding-bottom: 32px;
  align-items: flex-start;
}
.home-seasons-section .season-card .season-details .season-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}
.home-seasons-section .season-card .season-details .season-main .season-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-seasons-section .season-card .season-details .season-main .season-header .season-title-main {
  color: #152022;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 0;
  letter-spacing: 0;
}
.home-seasons-section .season-card .season-details .season-main .season-header .season-info-rows {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #152022;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.home-seasons-section .season-card .season-details .season-main .season-header .season-info-rows .season-complexity-bullets {
  display: inline-flex;
  gap: 4px;
}
.home-seasons-section .season-card .season-details .season-main .season-header .season-info-rows .season-complexity-bullets .complexity-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a8a8a6;
  display: inline-block;
  margin-right: 2px;
}
.home-seasons-section .season-card .season-details .season-main .season-header .season-info-rows .season-complexity-bullets .complexity-bullet.filled {
  background: #A8C700;
}
.home-seasons-section .season-card .season-details .season-main .season-guests-wrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.home-seasons-section .season-card .season-details .season-main .season-guests-wrap .season-guests-label {
  color: #152022;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.home-seasons-section .season-card .season-details .season-main .season-guests-wrap .season-guests-list {
  display: grid;
  height: 64px;
  row-gap: 16px;
  column-gap: 16px;
  flex: 1 0 0;
  grid-template-rows: repeat(2,minmax(0,1fr));
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.home-seasons-section .season-card .season-details .season-main .season-guests-wrap .season-guests-list .season-guest {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-seasons-section .season-card .season-details .season-main .season-guests-wrap .season-guests-list .season-guest .guest-photo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.home-seasons-section .season-card .season-details .season-main .season-guests-wrap .season-guests-list .season-guest span {
  font-size: 16px;
  color: #152022;
  font-weight: 400;
}
.home-seasons-section .season-card .season-details .season-main .season-tags {
  display: flex;
  align-items: center;
  gap: 24px;
}
.home-seasons-section .season-card .season-details .season-main .season-tags .season-tag {
  color: #7f7f7f;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}
.home-seasons-section .season-card .season-details .season-short-desc {
  display: -webkit-box;
  width: 670px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #152022;
  text-overflow: ellipsis;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.home-seasons-section .season-card .season-details .season-explore {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  color: #505050;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.2s;
}
.home-seasons-section .season-card .season-details .season-explore svg {
  width: 24px;
  height: 24px;
}
.home-seasons-section .season-card .season-details .season-explore:hover {
  color: #1A4145;
  text-decoration: none;
}
.home-seasons-section .season-card .season-partner-thumb {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  aspect-ratio: 1;
}
footer {
  background: #152022;
  padding-bottom: 48px;
}
footer .podcast-partners {
  padding: 40px 0px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .podcast-partners h4 {
  color: #fff;
  opacity: 0.7;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 0;
  white-space: nowrap;
  min-width: 210px;
}
footer .podcast-partners .partner-logo-container img {
  max-width: 200px;
  margin: auto;
}
footer .newsletter-title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 0;
}
footer .newsletter-text {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 16px 0px;
}
footer .newsletter-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
footer .newsletter-benefit .newsletter-benefit-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
footer .newsletter-form input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  margin-bottom: 0;
  background: rgba(255,255,255,0.2);
  color: #fff;
  outline: none;
  padding-left: 12px;
  transition: box-shadow 0.18s;
  margin-bottom: 16px;
}
footer .newsletter-form input::placeholder {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
footer .newsletter-form button {
  background: #EFEFEF;
  border-radius: 2px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #152022;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
}
footer .divider-footer {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.7);
  margin: 48px 0px;
}
footer .footer-platforms span {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  display: block;
  margin-bottom: 10px;
}
footer .footer-platforms ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
}
footer .footer-socials {
  float: right;
}
footer .footer-socials span {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  display: block;
  margin-bottom: 10px;
}
footer .footer-socials ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 21px;
}
footer .divider-copy {
  background: rgba(255,255,255,0.2);
  margin: 32px 0px;
  width: 100%;
  height: 1px;
}
footer .logo-column {
  float: right;
  text-align: right;
}
footer .footer-menu {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
}
footer .footer-menu li a {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  font-weight: 400;
}
footer .copyright {
  display: block;
  margin-top: 16px;
  color: rgba(255,255,255,0.2);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.home-seasons-section {
  margin-bottom: 72px;
}
.home-seasons-section .season-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.home-seasons-section .season-number span {
  color: #1A4145;
  font-size: 56px;
  line-height: 65px;
  font-weight: 100;
}
.home-seasons-section .img-box {
  text-align: center;
  border-left: 1px solid rgba(21,32,34,0.2);
}
.home-seasons-section .img-box img {
  width: 120px;
  height: 120px;
  margin: auto;
}
.home-seasons-section h3 {
  color: #152022;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.home-seasons-section .info-list {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
  gap: 32px;
}
.home-seasons-section .info-list .complexity,
.home-seasons-section .info-list .total-episodes,
.home-seasons-section .info-list .date-range {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.home-seasons-section .info-list .complexity span,
.home-seasons-section .info-list .total-episodes span,
.home-seasons-section .info-list .date-range span {
  color: #152022;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.home-seasons-section .info-list .complexity-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.home-seasons-section .info-list .complexity-dots .dot {
  width: 12px;
  height: 12px;
  background: #A3A3A3;
  border-radius: 100%;
}
.home-seasons-section .info-list .complexity-dots .dot.filled {
  background: #78D23D;
}
.home-seasons-section span {
  color: #152022;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.home-seasons-section .guest-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 20px;
}
.home-seasons-section .guest-list .guest-items {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
  flex: 1 0 0;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.home-seasons-section .guest-list .guest-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.home-seasons-section .guest-list .guest-item .img-box {
  border-left: 0px;
  margin-right: 8px;
}
.home-seasons-section .guest-list .guest-item .img-box img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.home-seasons-section .guest-list .guest-item .guest-name {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.home-seasons-section .tags-container {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 32px;
  gap: 16px 24px;
  width: 100%;
  flex-wrap: wrap;
}
.home-seasons-section .tags-container span {
  color: rgba(21,32,34,0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}
.home-seasons-section .description {
  margin-bottom: 32px;
  overflow: hidden;
  color: #152022;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.home-seasons-section .cta a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.home-seasons-section .partner-logo {
  text-align: right;
}
.home-seasons-section .partner-logo img {
  width: 120px;
}
.home-seasons-section .border-row {
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.home-seasons-section .border-row:after {
  content: "";
  width: 75%;
  height: 1px;
  background: rgba(21,32,34,0.2);
  bottom: 0px;
  right: 0px;
  position: absolute;
}
.seasons-page .data .toggle-input:checked + .data-title .text {
  color: #78D23D !important;
}
.seasons-page .data .toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.seasons-page .section-divider {
  border-bottom: 1px solid rgba(21,32,34,0.7);
  margin-bottom: 40px;
}
.seasons-page .container-seasons {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}
.seasons-page .container-seasons .season-sect {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.seasons-page .container-seasons .season-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  border-right: 1px solid rgba(21,32,34,0.2);
}
.seasons-page .container-seasons .season-number span {
  color: #1A4145;
  font-size: 56px;
  line-height: 65px;
  font-weight: 100;
}
.seasons-page .container-seasons .season-header {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}
.seasons-page .container-seasons .season-header .section-header-title {
  display: flex;
  width: 670px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.seasons-page .container-seasons .season-header .section-header-title .num-mobile {
  display: none;
}
.seasons-page .container-seasons .season-header .section-header-title .season-title {
  color: #152022;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list {
  display: flex;
  align-items: center;
  gap: 27px;
  width: 100%;
  justify-content: space-between;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .complexity-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .complexity-item span {
  color: #152022;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
  letter-spacing: 0;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .complexity-item .complexity-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .complexity-item .complexity-dots .dot {
  width: 12px;
  height: 12px;
  background: #A3A3A3;
  border-radius: 100%;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .complexity-item .complexity-dots .dot.filled {
  background: #78D23D;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .episodes-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .episodes-item span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .date-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .date-item span {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .social-item {
  display: flex;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .social-item a {
  display: flex;
  width: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .social-item .social-text {
  display: none;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-tags {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-tags .tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.seasons-page .container-seasons .season-header .section-header-title .season-info .season-tags span {
  color: rgba(21,32,34,0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.seasons-page .container-seasons .season-header .section-header-title .social-links-row {
  display: flex;
  padding-top: 16px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-top: 1px solid rgba(21,32,34,0.7);
}
.seasons-page .container-seasons .season-header .section-header-title .social-links-row a {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1;
}
.seasons-page .container-seasons .season-header .season-parteners {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.seasons-page .container-seasons .season-header .season-parteners .sponsor-container {
  display: flex;
  width: 120px;
  height: 120px;
  align-items: center;
  gap: 8px;
}
.seasons-page .container-seasons .season-header .season-parteners .sponsor-container .sponsor {
  display: flex;
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.seasons-page .container-seasons .season-header .season-parteners .sponsor-container .sponsor .sponsor-logo {
  display: flex;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.seasons-page .container-seasons .season-header .season-parteners .sponsor-container .sponsor-social {
  display: flex;
  align-items: center;
}
.seasons-page .container-seasons .season-header .season-parteners .parteners-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  color: rgba(21,32,34,0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.seasons-page .container-seasons .season-header .season-parteners .parteners-line {
  min-width: 290px;
  height: 1px;
  background: rgba(21,32,34,0.2);
}
.seasons-page .container-seasons .season-header .season-parteners .parteners-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding-top: 16px;
  border-top: 1px solid rgba(21,32,34,0.2);
}
.seasons-page .container-seasons .season-header .season-parteners .parteners-links a {
  display: flex;
  width: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.seasons-page .container-seasons .season-content {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}
.seasons-page .container-seasons .season-content .content-info {
  display: flex;
  width: 670px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.seasons-page .container-seasons .season-content .content-info .info-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.seasons-page .container-seasons .season-content .content-info .info-description .season-video-section {
  display: flex;
  height: 376.875px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  aspect-ratio: 1.7777777777778;
}
.seasons-page .container-seasons .season-content .content-info .info-description .season-video-section .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 670px;
  height: 377px;
}
.seasons-page .container-seasons .season-content .content-info .info-description .season-video-section .video-container iframe {
  width: 100%;
  height: 100%;
}
.seasons-page .container-seasons .season-content .content-info .info-description .text-description {
  align-self: stretch;
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.seasons-page .container-seasons .season-content .content-info .info-line {
  width: 670px;
  height: 1px;
  background: rgba(21,32,34,0.2);
}
.seasons-page .container-seasons .season-content .content-info .info-resources {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.seasons-page .container-seasons .season-content .content-info .info-resources {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.seasons-page .container-seasons .season-content .content-info .info-resources .resources-column,
.seasons-page .container-seasons .season-content .content-info .info-resources .blog-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.seasons-page .container-seasons .season-content .content-info .info-resources .resources-column .resources-list,
.seasons-page .container-seasons .season-content .content-info .info-resources .blog-column .resources-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.seasons-page .container-seasons .season-content .content-info .info-resources h4 {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.seasons-page .container-seasons .season-content .content-info .info-resources .blog-item,
.seasons-page .container-seasons .season-content .content-info .info-resources .resource-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0px;
  border: none;
}
.seasons-page .container-seasons .season-content .content-info .info-resources .blog-item a,
.seasons-page .container-seasons .season-content .content-info .info-resources .resource-item a {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.seasons-page .container-seasons .season-content .content-host {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.seasons-page .container-seasons .season-content .content-host .host-line {
  width: 290px;
  height: 1px;
  background: #152022;
}
.seasons-page .container-seasons .season-content .content-host .hosts-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.seasons-page .container-seasons .season-content .content-host .hosts-title {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.seasons-page .container-seasons .season-content .content-host .host-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.seasons-page .container-seasons .season-content .content-host .host-card .host-avatar {
  width: 64px;
  height: 64px;
}
.seasons-page .container-seasons .season-content .content-host .host-card .host-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.seasons-page .container-seasons .season-content .content-host .host-card .host-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-name {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 0px;
}
.seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-role {
  color: #152022;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
}
.seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-social {
  display: flex;
  align-items: center;
}
.seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-social a {
  display: flex;
  width: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-section-line {
  width: 202px;
  height: 1px;
  background: rgba(21,32,34,0.2);
}
.seasons-page .container-seasons .season-content .content-host .host-card:last-child .host-section-line {
  display: none;
}
.seasons-page .container-episode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  padding-bottom: 0px;
  padding-top: 0px;
}
.seasons-page .container-episode .container-content-episode {
  display: flex;
  padding: 0px;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.seasons-page .container-episode .episode-number {
  display: flex;
  width: 120px;
  height: 120px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(21,32,34,0.2);
}
.seasons-page .container-episode .episode-number span {
  color: rgba(21,32,34,0.5);
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}
.seasons-page .container-episode .overview-container .overview-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .title-content {
  display: flex;
  width: 670px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-title {
  color: #152022;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0;
  font-size: 36px;
  font-style: normal;
  line-height: 44px;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .complexity-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .complexity-item span {
  color: #152022;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .complexity-item .complexity-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .complexity-item .complexity-dots .dot {
  width: 12px;
  height: 12px;
  background: #A3A3A3;
  border-radius: 100%;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .complexity-item .complexity-dots .dot.filled {
  background: #78D23D;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .episodes-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .episodes-item span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .date-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .date-item span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .season-tags {
  display: flex;
  align-items: center;
  gap: 24px;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .season-tags .tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .season-tags span {
  color: rgba(21,32,34,0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.seasons-page .container-episode .overview-container .overview-content .description-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 670px;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .description-content .content-text {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.seasons-page .container-episode .overview-container .overview-content .description-content .content-text p {
  margin-bottom: 0px;
}
.seasons-page .container-episode .overview-container .overview-content .description-content .content-line {
  width: 670px;
  height: 1px;
  max-width: 670px;
  background: rgba(21,32,34,0.2);
}
.seasons-page .container-episode .overview-container .overview-content .description-content .content-citation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .description-content .content-citation .citation-text {
  color: #152022;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .description-content .content-citation .citation-text p {
  margin-bottom: 0px;
}
.seasons-page .container-episode .overview-container .overview-content .description-content .content-citation .citation-author {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .title {
  height: 88px;
  display: flex;
  align-items: center;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .title h4 {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info .guest-name {
  display: flex;
  height: 32px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info .guest-name .guest-name-text {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info .guest-name .guest-links {
  display: flex;
  align-items: center;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info .guest-name .guest-links a {
  display: flex;
  width: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info .guest-description {
  color: var(--Functional-onLight-Primary,#152022);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-line {
  width: 1px;
  height: 92px;
  background: rgba(21,32,34,0.2);
}
.seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-line:last-child {
  display: none;
}
.seasons-page .container-episode .overview-container .overview-content .player-content {
  display: flex;
  align-items: center;
  align-self: stretch;
  max-width: 670px;
}
.seasons-page .container-episode .overview-container .overview-content .player-content .player-logo {
  display: flex;
  width: 186px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  aspect-ratio: 1;
}
.seasons-page .container-episode .overview-container .overview-content .player-content .player-logo .img-box {
  display: flex;
  width: 186px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  aspect-ratio: 1;
}
.seasons-page .container-episode .overview-container .overview-content .player-content .player-logo img {
  width: 100%;
}
.seasons-page .container-episode .overview-container .overview-content .player-content .player-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  background: #EFEFEF;
}
.seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-text {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-text .text-desc {
  color: rgba(21,32,34,0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-text .text-title {
  color: #152022;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-audio {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-audio audio {
  width: 100%;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-top: 1px solid rgba(21,32,34,0.2);
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-title {
  display: flex;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-title .text {
  width: 100%;
  color: #152022;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-title .data-btn-expanded {
  width: 100%;
  display: flex;
  padding-right: 8px;
  justify-content: flex-end !important;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item {
  display: flex;
  padding: 20px 0 40px 0;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  max-width: 320px;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .text h5 {
  color: #1A4145;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .text .data-content-desc {
  color: rgba(21,32,34,0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .data-line {
  width: 1px;
  height: 100%;
  background: rgba(21,32,34,0.2);
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item:last-child .data-line {
  display: none;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .video-resources {
  display: flex;
  gap: 20px;
  margin: 20px 0 20px 0;
  align-self: stretch;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .video-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .video-item .video-title a {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .data-line {
  width: 1px;
  height: 224px;
  background: rgba(21,32,34,0.2);
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .file-resources {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 20px 0 40px 0;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .file-resources .file-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .file-resources .file-item a {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.seasons-page .expanded-content {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(21,32,34,0.7);
}
.seasons-page .data {
  position: relative;
}
.seasons-page .toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.seasons-page .data-content,
.seasons-page .resources-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.seasons-page .toggle-input:checked + .data-title + .data-content,
.seasons-page .toggle-input:checked + .data-title + .resources-content {
  max-height: 2000px;
}
.seasons-page .data-btn-expanded svg {
  transition: transform .3s ease;
}
.seasons-page .toggle-input:checked + .data-title .data-btn-expanded svg {
  transform: rotate(180deg);
}
.seasons-page .data-content,
.seasons-page .resources-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height .3s ease, opacity .3s ease;
}
.seasons-page .toggle-input:checked + .data-title + .data-content,
.seasons-page .toggle-input:checked + .data-title + .resources-content {
  max-height: 2000px;
  opacity: 1;
  pointer-events: auto;
}
.seasons-page .seasons-page .container-episode .overview-container .overview-content .expanded-content .data {
  max-height: 56px;
  overflow: hidden;
  transition: max-height .3s ease;
}
.seasons-page .seasons-page .container-episode .overview-container .overview-content .expanded-content .toggle-input:checked + .data-title + .data-content,
.seasons-page .seasons-page .container-episode .overview-container .overview-content .expanded-content .toggle-input:checked + .data-title + .resources-content {
  display: block;
}
.seasons-page .seasons-page .container-episode .overview-container .overview-content .expanded-content .data {
  overflow: hidden;
  border-radius: inherit;
}
.seasons-page .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-title {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seasons-page .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content,
.seasons-page .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height .3s ease, opacity .2s ease;
}
.seasons-page .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .toggle-input:checked + .data-title + .data-content,
.seasons-page .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .toggle-input:checked + .data-title + .resources-content {
  max-height: 2000px;
  opacity: 1;
  pointer-events: auto;
}
.seasons-page .expanded-content .data {
  overflow: hidden;
}
.seasons-page .expanded-content .data .data-title {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seasons-page .expanded-content .data .data-content,
.seasons-page .expanded-content .data .resources-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height .3s ease, opacity .2s ease;
}
.seasons-page .expanded-content .data .toggle-input:checked + .data-title + .data-content,
.seasons-page .expanded-content .data .toggle-input:checked + .data-title + .resources-content {
  max-height: 2000px;
  opacity: 1;
  pointer-events: auto;
}
.seasons-page .expanded-content .data .data-title .text {
  color: #152022;
}
.seasons-page .expanded-content .data .toggle-input:checked + .data-title .text {
  color: #78D23D;
}
.seasons-page .expanded-content .data .data-btn-expanded svg {
  transition: transform .3s ease;
}
.seasons-page .expanded-content .data .toggle-input:checked + .data-title .data-btn-expanded svg {
  transform: rotate(180deg);
}
.seasons-page .pagination-wrapper {
  margin: 60px 0 40px;
  text-align: center;
}
.seasons-page .pagination-wrapper .pagination-dots {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.seasons-page .pagination-wrapper .pagination-dots .page-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(21,32,34,0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}
.seasons-page .pagination-wrapper .pagination-dots .page-dot:hover {
  background: rgba(21,32,34,0.6);
  transform: scale(1.2);
}
.seasons-page .pagination-wrapper .pagination-dots .page-dot.active {
  background: #152022;
  transform: scale(1.3);
}
.about-hero-section {
  display: flex;
  padding: 40px 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.about-hero-section .intro-hero,
.about-hero-section .podcast-hero-mision,
.about-hero-section .podcast-hero-how-it-works {
  display: flex;
  width: 740px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.about-hero-section .intro-hero .podcast-hero,
.about-hero-section .podcast-hero-mision .podcast-hero,
.about-hero-section .podcast-hero-how-it-works .podcast-hero {
  display: flex;
  width: 740px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.about-hero-section .intro-hero .podcast-hero .podcast-hero-title,
.about-hero-section .podcast-hero-mision .podcast-hero .podcast-hero-title,
.about-hero-section .podcast-hero-how-it-works .podcast-hero .podcast-hero-title {
  color: #152022;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0;
}
.about-hero-section .intro-hero .podcast-hero .podcast-hero-description,
.about-hero-section .podcast-hero-mision .podcast-hero .podcast-hero-description,
.about-hero-section .podcast-hero-how-it-works .podcast-hero .podcast-hero-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.about-hero-section .intro-hero .podcast-hero-description,
.about-hero-section .podcast-hero-mision .podcast-hero-description,
.about-hero-section .podcast-hero-how-it-works .podcast-hero-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.about-hero-section .intro-hero .podcast-hero-mision,
.about-hero-section .intro-hero .podcast-hero-how-it-works,
.about-hero-section .podcast-hero-mision .podcast-hero-mision,
.about-hero-section .podcast-hero-mision .podcast-hero-how-it-works,
.about-hero-section .podcast-hero-how-it-works .podcast-hero-mision,
.about-hero-section .podcast-hero-how-it-works .podcast-hero-how-it-works {
  display: flex;
  width: 740px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.about-hero-section .intro-hero .podcast-hero-sec-title,
.about-hero-section .podcast-hero-mision .podcast-hero-sec-title,
.about-hero-section .podcast-hero-how-it-works .podcast-hero-sec-title {
  color: #152022;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
}
.section-divider {
  border-bottom: 1px solid rgba(21,32,34,0.7);
  margin-bottom: 40px;
}
.about-content-section {
  display: flex;
  width: 1440px;
  padding: 40px 120px 60px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 20px;
}
.about-content-section .content-section-title {
  color: #152022;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
}
.about-content-section .host-card {
  display: flex;
  width: 1200px;
  align-items: flex-start;
  gap: 24px;
}
.about-content-section .host-card .host-image {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  aspect-ratio: 1;
}
.about-content-section .host-card .host-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  min-width: 297px;
}
.about-content-section .host-card .host-content .host-name {
  color: #1A4145;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}
.about-content-section .host-card .host-content .host-description {
  color: var(--Functional-onLight-Primary,#152022);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.about-content-section .host-card .host-content .host-links a {
  display: flex;
  width: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.about-content-section .host-card .host-line {
  width: 1px;
  height: 160px;
  background: rgba(21,32,34,0.2);
}
.about-content-section .host-card .host-text {
  width: 670px;
  flex-shrink: 0;
  overflow: hidden;
  color: rgba(21,32,34,0.7);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.contact-section {
  padding: 60px 120px;
}
.contact-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.contact-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.contact-right {
  width: 400px;
  max-width: 100%;
}
.contact-right form {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.contact-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.contact-text {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  line-height: 1.5;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  display: block;
  border: none;
  background: #D9DCDD;
  padding: 16px;
  margin: 0 0 12px;
  border-radius: 4px;
  font-size: 16px;
}
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-form input[type="submit"] {
  width: 100%;
  padding: 14px 16px;
  background: #90DA64;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.blog-page {
  padding: 40px 120px;
}
.blog-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}
.blog-list {
  display: flex;
  flex-direction: column;
}
.blog-item {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 32px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid rgba(21,32,34,0.2);
}
.blog-item__media {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 4px;
  background: #0e2527;
}
.blog-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-item__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,#0e2225 0%,#0e2225 70%,#0b6 100%);
}
.blog-item__body {
  height: 100%;
  display: grid;
}
.blog-item__season {
  color: var(--Brand-Geneva-green,#1A4145);
  font-size: 32px;
  font-style: normal;
  font-weight: 100;
  line-height: 40px;
  letter-spacing: var(--Dimensions-Display-Letter-spacing,0);
}
.blog-item__title {
  color: #152022;
  font-size: 34px;
  font-weight: 800;
  line-height: 44px;
  margin: 0 0 12px;
}
.blog-item__excerpt {
  overflow: hidden;
  color: var(--Functional-onLight-Primary,#152022);
  text-overflow: ellipsis;
  font-size: var(--Dimensions-Body-Base-Font-size,14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Dimensions-Body-Base-Line-height,20px);
  letter-spacing: var(--Dimensions-Body-Base-Letter-spacing,0.4px);
}
.blog-item__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(21,32,34,0.7);
  text-decoration: none;
  font-weight: 500;
}
.blog-item__link svg {
  transform: translateY(1px);
}
.blog-list .blog-item:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .blog-page {
    padding: 32px 24px;
  }
  .blog-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-item__media {
    height: 180px;
  }
}
.contact-page {
  display: flex;
  padding: 40px 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  align-items: center;
}
.contact-page .contact-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  padding-top: 50px;
  padding-bottom: 20px;
}
.contact-page .contact-content .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.contact-page .contact-content .contact-info .contact-title {
  color: #152022;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
}
.contact-page .contact-content .contact-info .contact-description {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.contact-page .contact-content .contact-form {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.contact-page .contact-content .contact-form .contact-input {
  display: flex;
  height: 40px;
  min-width: 400px;
  padding: 0 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--Border-radius-Small,2px);
  background: rgba(21,32,34,0.2);
}
.contact-page .contact-content .contact-form .contact-input label {
  color: rgba(21,32,34,0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.contact-page .contact-content .contact-form .contact-input:focus {
  box-shadow: 0 0 0 2px #78D23D;
}
.contact-page .contact-content .contact-form .contact-btn {
  display: flex;
  height: 40px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 2px;
  background: #94DB66;
}
.contact-form-wrapper {
  width: 400px;
}
.contact-form-wrapper .wpcf7-form {
  min-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form-wrapper .wpcf7-form p {
  margin-bottom: 0px;
}
.contact-form-wrapper .wpcf7-form .wpcf7-form-control {
  display: flex;
  height: 40px;
  min-width: 400px;
  padding: 0 12px;
  align-items: center;
  border: none;
  border-radius: 2px;
  background: rgba(21,32,34,0.2);
  font-size: 14px;
  color: #152022;
}
.contact-form-wrapper .wpcf7-form .wpcf7-form-control::placeholder {
  color: rgba(21,32,34,0.7);
}
.contact-form-wrapper .wpcf7-form text.wpcf7-form-control {
  display: flex;
  height: 40px;
  padding: 0 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--Border-radius-Small,2px);
  background: rgba(21,32,34,0.2);
}
.contact-form-wrapper .wpcf7-form textarea.wpcf7-form-control {
  height: auto;
  min-width: 400px;
  height: 80px;
  padding: 12px;
  align-items: flex-start;
}
.contact-form-wrapper .wpcf7-form .wpcf7-submit {
  display: flex;
  height: 40px;
  min-width: 400px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 2px;
  background: #94DB66;
}
.topics-hero-section {
  display: flex;
  padding: 40px 120px 60px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.topics-hero-section .topics-title {
  align-self: stretch;
  color: #152022;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0;
}
.topics-hero-section .topics-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}
.topics-hero-section .topics-list .topic-card {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.topics-hero-section .topics-list .topic-card img {
  background: linear-gradient(0deg,#1A4145 0%,rgba(20,21,25,0) 100%), #141519;
  display: flex;
  height: 240px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.topics-hero-section .topics-list .topic-card .topic-content {
  display: flex;
  width: 740px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.topics-hero-section .topics-list .topic-card .topic-content .topic-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.topics-hero-section .topics-list .topic-card .topic-content .topic-description .title-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  color: #152022;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.topics-hero-section .topics-list .topic-card .topic-content .topic-description .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  color: #152022;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.topics-hero-section .topics-list .topic-card .topic-content .topic-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.topics-hero-section .topics-list .topic-card .topic-content .topic-action .action-title {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.topics-hero-section .topics-list .topic-card .topic-content .topic-action .action-list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}
.topics-hero-section .topics-list .topic-card .topic-content .topic-action .action-list .action-button {
  display: flex;
  width: 212.66px;
  height: 40px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 2px;
  background: #152022;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.topics-hero-section .topics-list .topics-line {
  width: 100%;
  height: 1px;
  background: rgba(21,32,34,0.2);
}
.article-page {
  display: flex;
  padding: 0 120px;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.article-page .season-description {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(21,32,34,0.2);
}
.article-page .blog-article-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article-page .blog-article-content h2 {
  margin-bottom: 0px;
}
.article-page .blog-article-content .article-quote {
  margin-bottom: 0px;
}
.article-page .blog-article-content .article-quote cite {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.article-page .blog-article-content .article-quote p {
  margin-bottom: 0px;
  color: #152022;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}
.article-page .blog-article-content .article-subtitle {
  color: #152022;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
}
.article-page .blog-article-content .article-content {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.article-page .article-section {
  display: flex;
  padding: 40px 0 60px 160px;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 80px;
  align-self: stretch;
}
.article-page .article-section .article-left-side {
  display: flex;
  width: 670px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.article-page .article-section .article-left-side .article-section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.article-page .article-section .article-left-side .article-section-title .title-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.article-page .article-section .article-left-side .article-section-title .title-section .season {
  color: #1a4145;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0;
}
.article-page .article-section .article-left-side .article-section-title .title-section .title {
  color: #152022;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0;
}
.article-page .article-section .article-left-side .article-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.article-page .article-section .article-left-side .article-info .article-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.article-page .article-section .article-left-side .article-info .article-share .date-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.article-page .article-section .article-left-side .article-info .article-share .date-item span {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.article-page .article-section .article-left-side .article-info .article-share .explore-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none !important;
}
.article-page .article-section .article-left-side .article-info .article-share .explore-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.article-page .article-section .article-left-side .article-info .article-share .explore-button .text-btn {
  color: rgba(21,32,34,0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.article-page .article-section .article-left-side .article-info .article-share .explore-button .text-btn:hover {
  color: #152022;
}
.article-page .article-section .article-left-side .article-info .article-share .social-item {
  display: flex;
  align-items: center;
}
.article-page .article-section .article-left-side .article-info .article-share .social-item a {
  display: flex;
  width: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 2px;
}
.article-page .article-section .article-left-side .article-info .article-share .social-item .social-text {
  display: none;
}
.article-page .article-section .article-left-side .article-info .article-tags {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}
.article-page .article-section .article-left-side .article-info .article-tags .tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.article-page .article-section .article-left-side .article-info .article-tags span {
  color: rgba(21,32,34,0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.article-page .article-section .article-right-side {
  display: flex;
  width: 290px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.article-page .article-section .article-right-side .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.article-page .article-section .article-right-side .sponsor-container {
  display: flex;
  width: 120px;
  height: 120px;
  align-items: center;
  gap: 8px;
}
.article-page .article-section .article-right-side .sponsor-container .sponsor {
  display: flex;
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.article-page .article-section .article-right-side .sponsor-container .sponsor .sponsor-logo {
  display: flex;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.article-page .article-section .article-right-side .sponsor-container .sponsor-social {
  display: flex;
  align-items: center;
}
.article-page .article-section .article-right-side .parteners-line {
  min-width: 290px;
  height: 1px;
  background: rgba(21,32,34,0.2);
}
.article-page .article-section .article-right-side .parteners-links {
  display: flex;
  align-items: center;
}
.article-page .article-section .article-right-side .parteners-links a {
  display: flex;
  width: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.article-page .article-section .article-right-side .content-host {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.article-page .article-section .article-right-side .content-host .host-line {
  width: 290px;
  height: 1px;
  background: #152022;
}
.article-page .article-section .article-right-side .content-host .hosts-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.article-page .article-section .article-right-side .content-host .hosts-title {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.article-page .article-section .article-right-side .content-host .host-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.article-page .article-section .article-right-side .content-host .host-card .host-avatar {
  width: 64px;
  height: 64px;
}
.article-page .article-section .article-right-side .content-host .host-card .host-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.article-page .article-section .article-right-side .content-host .host-card .host-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.article-page .article-section .article-right-side .content-host .host-card .host-details .host-name {
  color: #152022;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.article-page .article-section .article-right-side .content-host .host-card .host-details .host-role {
  color: #152022;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
.article-page .article-section .article-right-side .content-host .host-card .host-details .host-social {
  display: flex;
  align-items: center;
}
.article-page .article-section .article-right-side .content-host .host-card .host-details .host-social a {
  display: flex;
  width: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.article-page .article-section .article-right-side .content-host .host-card .host-details .host-section-line {
  width: 202px;
  height: 1px;
  background: rgba(21,32,34,0.2);
}
.article-page .article-section .article-right-side .content-host .host-card:last-child .host-section-line {
  display: none;
}
.season-video-section .video-container,
.article-video .video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
}
.article-left-side .video-container {
  margin-top: 16px;
  display: flex;
  height: 376.875px;
  padding: 8px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  aspect-ratio: 1.7777777777778;
}
.season-video-section .video-container iframe,
.article-video .video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.social-item a:hover,
.host-social a:hover,
.parteners-links a:hover,
.guest-links a:hover {
  border-radius: 2px;
  background: rgba(21,32,34,0.2);
}
.home-seasons-section .cta a:hover,
.blog-page .blog-item__link:hover {
  color: #152022;
}
a {
  text-decoration: none !important;
}
a {
  outline: none !important;
}
a:focus,
a:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.a11y-toolbar {
  display: none !important;
}
.footer-container {
  padding-bottom: 0 !important;
}
.footer-platforms-label ul {
  padding: 0 8px !important;
}
.footer-platforms-label-icon {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.partner-logo-img {
  width: 100%;
}
.podcast-partners-footer-container {
  background: #141519;
}
.podcast-partners-footer-container .podcast-partners {
  display: flex;
  padding: 40px 0;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}
.podcast-partners-footer-container .partners-title {
  color: rgba(255,255,255,0.7);
}
.podcast-partners-footer-container .partner-logo-container {
  display: flex;
  height: 100px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.podcast-partners-footer-container .partner-logo-container img {
  max-width: 200px;
}
.footer-container {
  padding-top: 40px;
}
.has-season-hero {
  position: relative;
  color: #fff;
  background: linear-gradient(180deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.25) 100%), var(--season-hero,none) center/cover no-repeat;
}
.has-season-hero .container,
.has-season-hero nav,
.has-season-hero a,
.has-season-hero img {
  position: relative;
  z-index: 2;
}
.has-season-hero .nav-list a {
  color: #fff;
}
.has-season-hero .nav-list a:hover {
  color: #b7ff77;
}
.home-season-container {
  max-width: 1212px;
}
.unstyled-link {
  color: inherit;
  text-decoration: none;
  background: none;
}
.unstyled-link:hover,
.unstyled-link:focus,
.unstyled-link:active {
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.site-header {
  --menu-active: #78D23D;
}
.site-header .nav-list .current-menu-item > a,
.site-header .nav-list .current_page_item > a,
.site-header .nav-list .current-menu-parent > a,
.site-header .nav-list .current-menu-ancestor > a,
.site-header .nav-list a[aria-current="page"] {
  color: #78D23D !important;
  opacity: 1 !important;
}
.site-header .header-menu-extended .nav-list > li.current-menu-item > a,
.site-header .header-menu-extended .nav-list > li.current_page_item > a,
.site-header .header-menu-extended .nav-list > li.current-menu-parent > a,
.site-header .header-menu-extended .nav-list > li.current-menu-ancestor > a,
.site-header .header-menu-extended .nav-list a[aria-current="page"] {
  color: #78D23D !important;
  opacity: 1 !important;
}
.site-header .header-menu-extended .sub-menu .current-menu-item > a,
.site-header .header-menu-extended .sub-menu .current_page_item > a {
  color: #78D23D !important;
  opacity: 1 !important;
}
.copy-toast {
  position: fixed;
  z-index: 9999;
  background: rgba(21,32,34,0.95);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
  font-size: 13px;
  line-height: 1.25;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%,10px) translateX(-8px);
  transition: opacity .18s ease, transform .18s ease;
  white-space: nowrap;
  max-width: 320px;
}
.copy-toast.show {
  opacity: 1;
  transform: translate(-50%,16px) translateX(-8px);
}
.copy-toast::after {
  content: "";
  position: absolute;
  left: calc(42%);
  top: -6px;
  border: 6px solid transparent;
  border-bottom-color: rgba(21,32,34,0.95);
}
@media (max-width: 576px) {
  .copy-toast {
    max-width: calc(76vw);
    white-space: normal;
    text-align: center;
  }
}
.copy-toast {
  z-index: 2147483647;
}
.copy-toast {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
  max-width: min(260px,calc(68vw));
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(21,32,34,0.96);
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 2147483647;
}
.copy-toast.show {
  opacity: 1;
}
.dynamic-font-weight-300 {
  font-weight: 300 !important;
}
.dynamic-font-weight-400 {
  font-weight: 400 !important;
}
.dynamic-font-weight-500 {
  font-weight: 500 !important;
}
.dynamic-font-weight-600 {
  font-weight: 600 !important;
}
.dynamic-font-weight-700 {
  font-weight: 700 !important;
}
.topic-card .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 420ms ease;
  position: relative;
}
.topic-card .description.is-expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.topic-card .desc-toggle {
  margin-top: 8px;
  padding: 10px 16px;
  background: rgba(21,32,34,0.7);
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .2px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 80ms ease;
}
.topic-card .desc-toggle:hover {
  background: #0f1719;
}
.topic-card .desc-toggle:active {
  transform: translateY(1px);
}
@media screen and (min-width: 480px) and (max-width: 480px) {
  .seasons-page .container-seasons {
    flex-direction: column;
    padding: 0 16px;
  }
  .seasons-page .container-seasons .season-parteners {
    order: -1;
    width: 100%;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }
  .seasons-page .container-seasons .season-parteners .sponsor-container {
    width: 120px;
    height: 120px;
  }
  .seasons-page .container-seasons .season-parteners .sponsor-container .sponsor {
    width: 120px;
    height: 120px;
  }
  .seasons-page .container-seasons .season-parteners .sponsor-container .sponsor .sponsor-logo {
    width: 120px;
    height: 120px;
  }
  .seasons-page .container-seasons .season-parteners .parteners-info {
    text-align: center;
    font-size: 14px;
  }
  .seasons-page .container-seasons .season-parteners .parteners-line {
    width: 100%;
    margin: 16px 0;
  }
  .seasons-page .container-seasons .season-number {
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid rgba(21,32,34,0.2);
    justify-content: flex-start;
  }
  .seasons-page .container-seasons .season-number span {
    font-size: 32px;
    line-height: 40px;
  }
  .seasons-page .container-seasons .season-header {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .seasons-page .container-seasons .season-header .section-header-title {
    width: 100%;
    gap: 16px;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info {
    gap: 12px;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .complexity-item,
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .episodes-item,
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .date-item {
    gap: 12px;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .complexity-item span,
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .episodes-item span,
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .date-item span {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-tags {
    flex-wrap: wrap;
    gap: 12px;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-tags span {
    font-size: 12px;
    line-height: 18px;
  }
  .seasons-page .container-seasons .season-header .section-header-title .social-links-row {
    padding-top: 12px;
    gap: 20px;
    justify-content: center;
  }
  .seasons-page .container-seasons .season-header .section-header-title .social-links-row a {
    width: 40px;
    height: 40px;
  }
  .seasons-page .container-seasons .season-content {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .seasons-page .container-seasons .season-content .content-info {
    width: 100%;
    gap: 16px;
  }
  .seasons-page .container-seasons .season-content .content-info .info-description {
    gap: 16px;
  }
  .seasons-page .container-seasons .season-content .content-info .info-description .season-video-section {
    height: auto;
    aspect-ratio: 1.7777777777778;
  }
  .seasons-page .container-seasons .season-content .content-info .info-description .season-video-section .video-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7777777777778;
  }
  .seasons-page .container-seasons .season-content .content-info .info-description .text-description {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-seasons .season-content .content-info .info-line {
    width: 100%;
  }
  .seasons-page .container-seasons .season-content .content-info .info-resources {
    flex-direction: column;
    gap: 20px;
  }
  .seasons-page .container-seasons .season-content .content-info .info-resources .resources-column,
  .seasons-page .container-seasons .season-content .content-info .info-resources .blog-column {
    width: 100%;
    gap: 12px;
  }
  .seasons-page .container-seasons .season-content .content-info .info-resources h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-seasons .season-content .content-info .info-resources .blog-item,
  .seasons-page .container-seasons .season-content .content-info .info-resources .resource-item {
    gap: 6px;
  }
  .seasons-page .container-seasons .season-content .content-info .info-resources .blog-item a,
  .seasons-page .container-seasons .season-content .content-info .info-resources .resource-item a {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-seasons .season-content .content-host {
    width: 100%;
    gap: 12px;
  }
  .seasons-page .container-seasons .season-content .content-host .host-line {
    width: 100%;
  }
  .seasons-page .container-seasons .season-content .content-host .hosts-title {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(21,32,34,0.2);
  }
  .seasons-page .container-seasons .season-content .content-host .host-card:last-child {
    border-bottom: none;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card .host-avatar {
    width: 80px;
    height: 80px;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card .host-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card .host-details {
    align-items: center;
    gap: 6px;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-name {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-role {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-social {
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-social a {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-section-line {
    width: 100%;
    margin-top: 12px;
  }
  .seasons-page .container-episode {
    padding: 0 16px;
  }
  .seasons-page .container-episode .container-content-episode {
    flex-direction: column;
    padding: 20px 0;
    gap: 24px;
  }
  .seasons-page .container-episode .episode-number {
    width: 100%;
    height: auto;
    padding: 16px 0;
    border-right: none;
    border-bottom: 1px solid rgba(21,32,34,0.2);
    justify-content: flex-start;
  }
  .seasons-page .container-episode .episode-number span {
    font-size: 24px;
    line-height: 32px;
  }
  .seasons-page .container-episode .overview-container {
    width: 100%;
    gap: 32px;
  }
  .seasons-page .container-episode .overview-container .overview-content {
    gap: 24px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content {
    width: 100%;
    gap: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-title {
    font-size: 28px;
    line-height: 36px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-title h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-info {
    gap: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .complexity-item,
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .date-item {
    gap: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .complexity-item span,
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list .date-item span {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-episode .overview-container .overview-content .description-content {
    gap: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .description-content .content-text {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-episode .overview-container .overview-content .description-content .content-line {
    width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .description-content .content-citation {
    gap: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .description-content .content-citation .citation-text {
    font-size: 20px;
    line-height: 28px;
  }
  .seasons-page .container-episode .overview-container .overview-content .description-content .content-citation .citation-author {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content {
    gap: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .title h4 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list {
    flex-direction: column;
    gap: 20px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(21,32,34,0.2);
    flex: none;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item:last-child {
    border-bottom: none;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info {
    align-items: center;
    gap: 8px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info .guest-name {
    height: auto;
    flex-direction: column;
    gap: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info .guest-name .guest-name-text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info .guest-name .guest-links {
    justify-content: center;
    gap: 8px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info .guest-name .guest-links a {
    width: 32px;
    height: 32px;
    padding: 6px;
    font-size: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info .guest-description {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-line {
    display: none;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content {
    flex-direction: column;
    gap: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-logo {
    width: 120px;
    height: 120px;
    align-self: center;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-content {
    width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-text {
    padding: 12px;
    gap: 6px;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-text .text-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-text .text-title {
    font-size: 20px;
    line-height: 28px;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-audio {
    padding: 0 12px 12px;
    gap: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content {
    gap: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data {
    padding-bottom: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-title {
    height: 48px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-title .text {
    font-size: 20px;
    line-height: 28px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-title .data-btn-expanded {
    width: 48px;
    height: 48px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content {
    padding: 16px 0;
    flex-direction: column;
    gap: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item {
    flex-direction: column;
    padding: 16px 0;
    gap: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .text {
    max-width: 100%;
    gap: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .text h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .text .data-content-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .data-line {
    width: 100%;
    height: 1px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content {
    padding: 16px 0;
    flex-direction: column;
    gap: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .video-resources {
    flex-direction: column;
    gap: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .video-resources .video-item {
    gap: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .video-resources .video-item a {
    font-size: 16px;
    line-height: 22px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .file-resources {
    width: 100%;
    gap: 12px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .file-resources .file-item {
    gap: 6px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .file-resources .file-item a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .hero-title-wrapper h1 span:first-child::after {
    content: "\A";
    white-space: pre;
  }
  footer .container {
    padding: 0 24px;
  }
  footer .benefits-container {
    padding-top: 40px;
  }
  footer .newsletter-text {
    margin: 8px 0;
  }
  footer .newsletter-benefits {
    margin: 16px 0 36px;
  }
  footer .newsletter-benefit {
    margin-bottom: 8px;
    line-height: 20px;
  }
  footer .divider-footer {
    margin: 40px 0;
  }
  .socials-container {
    row-gap: 24px;
  }
  .footer-socials {
    float: left !important;
  }
  .logo-column {
    padding-top: 40px;
    float: left !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .article-page {
    display: block;
    padding: 16px 16px;
    margin-bottom: 24px;
  }
  .article-page .article-section {
    padding: 0px;
    flex-direction: column;
    gap: 24px;
  }
  .article-page .article-section .article-right-side .content-host {
    width: 100%;
  }
  .article-page .article-section .article-right-side .content-host .host-line {
    width: 100%;
  }
  .article-page .article-section .article-left-side {
    gap: 24px;
    width: 100%;
    order: 2;
  }
  .article-page .article-section .article-left-side .article-share {
    flex-wrap: wrap;
  }
  .article-page .article-section .article-left-side .article-share .social-item {
    width: 100%;
    justify-content: end;
    padding-top: 8px;
    margin-top: 16px;
    border-top: 1px solid rgba(21,32,34,0.2);
  }
  .article-page .article-section .article-left-side .article-share .social-item .social-text {
    display: flex;
    color: #152022;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    padding-right: 16px;
  }
  .article-page .article-section .article-left-side .video-container {
    display: flex;
    height: 201.375px;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    aspect-ratio: 1.7777777777778;
  }
  .article-page .article-section .article-right-side {
    display: contents;
  }
  .article-page .article-section .article-right-side .title {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    order: 1;
  }
  .article-page .article-section .article-right-side .content-host {
    order: 3;
  }
  .article-page .article-section .article-left-side .article-info .article-tags {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
  .article-page .article-section .article-left-side .article-info .article-tags span {
    font-size: 12px;
    line-height: 16px;
  }
  .article-page .article-section .article-left-side .season-video-section {
    width: 100%;
  }
  .article-page .article-section .article-left-side .season-video-section .video-container {
    width: 100%;
    height: auto;
  }
  .article-page .article-section .article-left-side .article-section-title .title-section .title {
    font-size: 32px;
    line-height: 40px;
  }
  .about-hero-section,
  .about-content-section {
    width: 100%;
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }
  .about-hero-section .intro-hero,
  .about-content-section .intro-hero {
    width: 100%;
  }
  .about-hero-section .intro-hero .podcast-hero,
  .about-hero-section .intro-hero .about-hero-section .podcast-hero-mision .podcast-hero,
  .about-hero-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero,
  .about-content-section .intro-hero .podcast-hero,
  .about-content-section .intro-hero .about-hero-section .podcast-hero-mision .podcast-hero,
  .about-content-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero {
    width: 100%;
  }
  .about-hero-section .intro-hero .podcast-hero-mision,
  .about-hero-section .intro-hero .podcast-hero-how-it-works,
  .about-hero-section .intro-hero .podcast-hero-mision .podcast-hero-mision,
  .about-hero-section .intro-hero .about-hero-section .podcast-hero-mision .podcast-hero-how-it-works,
  .about-hero-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero-mision,
  .about-hero-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero-how-it-works,
  .about-content-section .intro-hero .podcast-hero-mision,
  .about-content-section .intro-hero .podcast-hero-how-it-works,
  .about-content-section .intro-hero .podcast-hero-mision .podcast-hero-mision,
  .about-content-section .intro-hero .about-hero-section .podcast-hero-mision .podcast-hero-how-it-works,
  .about-content-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero-mision,
  .about-content-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero-how-it-works {
    width: 100%;
  }
  .about-hero-section .host-card,
  .about-content-section .host-card {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(21,32,34,0.2);
  }
  .about-hero-section .host-card .host-content,
  .about-content-section .host-card .host-content {
    min-width: auto;
  }
  .section-divider {
    padding-bottom: 40px;
  }
  .about-content-section {
    display: flex;
    padding: 20px 16px 40px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .about-content-section .host-line {
    display: none;
  }
  .about-content-section .host-card .host-text {
    width: 100%;
  }
  .contact-page {
    display: flex;
    padding: 20px 16px 40px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
  }
  .contact-page .contact-content {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .contact-page .contact-content .contact-form-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .contact-page .contact-content .contact-form-wrapper .wpcf7-form {
    min-width: 300px;
  }
  .contact-page .contact-content .contact-form-wrapper .wpcf7-form .wpcf7-form-control {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
  }
  .blog-page {
    padding: 40px 16px;
  }
  .blog-page .blog-title {
    margin: 0 0 20px;
  }
  .blog-page .blog-item__title {
    font-size: 32px;
    line-height: 40px;
  }
  .blog-page .blog-item__excerpt {
    margin-bottom: 20px;
  }
  .topics-hero-section {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 16px 24px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 16px;
    flex-direction: row;
  }
  .topics-hero-section .topics-title {
    font-size: 32px;
    line-height: 40px;
  }
  .topics-hero-section .topics-list .topic-card .topic-content {
    width: 100%;
    max-width: 100%;
  }
  .topics-hero-section .topics-list {
    width: 100%;
    gap: 20px;
  }
  .topics-hero-section .topic-content {
    width: 100%;
  }
  .topics-hero-section .topic-card {
    display: flex;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .topics-hero-section .topics-list .topic-card img {
    max-width: 100%;
    height: auto;
  }
  .topics-hero-section .topics-list .topic-card .topic-content .topic-action .action-list .action-button {
    width: max-content;
    min-width: 171px;
  }
  .home .video-wrapper {
    margin-top: 24px;
  }
  .home .home-seasons-section .season-number span {
    font-size: 32px;
    line-height: 40px;
  }
  .home .home-seasons-section .season-number {
    justify-content: start;
    height: 40px;
    margin-bottom: 8px;
  }
  .home .img-season {
    order: 1;
  }
  .home .logo-season {
    order: 2;
  }
  .home .details-season {
    order: 3;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
  .home .home-seasons-section .partner-logo img,
  .home .home-seasons-section .img-box img {
    width: 100%;
    height: auto;
  }
  .home .home-seasons-section h3 {
    font-size: 32px;
  }
  .home .home-seasons-section .info-list {
    flex-wrap: wrap;
    gap: 16px 32px;
  }
  .home .home-seasons-section .guest-list {
    flex-direction: column;
  }
  .home .home-seasons-section .guest-list .guest-item {
    width: max-content;
  }
  .home .home-seasons-section .guest-list .guest-items {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: auto;
  }
  .home .home-seasons-section .description {
    margin-bottom: 20px;
  }
  .home .home-seasons-section .border-row:after {
    width: 93%;
    right: 16px;
    left: 16px;
  }
  .seasons-page .container-episode .episode-number span {
    color: #1A4145;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
  }
  .seasons-page .container-seasons {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-top: 20px;
  }
  .seasons-page .container-seasons .season-sect {
    width: 100%;
  }
  .seasons-page .container-seasons .season-number span {
    font-size: 32px;
    line-height: 40px;
  }
  .seasons-page .container-seasons .season-number {
    justify-content: start;
    height: 40px;
    margin-bottom: 8px;
    border-right: none;
  }
  .seasons-page .container-seasons .season-header {
    flex-direction: column;
    gap: 24px;
  }
  .seasons-page .container-seasons .season-parteners {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    order: 1;
  }
  .seasons-page .container-seasons .season-parteners .parteners-info {
    order: 1;
  }
  .seasons-page .container-seasons .season-parteners .sponsor-container {
    order: 2;
  }
  .seasons-page .container-seasons .season-parteners .parteners-line {
    order: 3;
  }
  .seasons-page .container-seasons .season-parteners .parteners-links {
    order: 4;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
  .seasons-page .container-seasons .section-header-title {
    order: 2;
  }
  .seasons-page .container-seasons .season-header .section-header-title {
    width: 100%;
  }
  .seasons-page .container-seasons .season-header .section-header-title {
    flex-wrap: wrap;
  }
  .seasons-page .container-seasons .season-header .season-parteners .parteners-line {
    width: 100%;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list {
    gap: 16px 32px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-title {
    font-size: 32px;
    line-height: 40px;
  }
  .seasons-page .container-seasons .season-content {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .seasons-page .container-seasons .season-content .content-info {
    width: 100%;
  }
  .seasons-page .container-seasons .season-content .content-info .info-description .season-video-section .video-container {
    width: 100%;
    height: auto;
  }
  .seasons-page .container-seasons .season-content .content-info .info-description .season-video-section {
    height: auto;
  }
  .seasons-page .container-seasons .season-content .content-info .info-line {
    display: none;
  }
  .seasons-page .container-seasons .season-content .content-host .host-line {
    width: 100%;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-section-line {
    width: 100%;
  }
  .seasons-page .container-episode .container-content-episode {
    flex-direction: column;
    gap: 24px;
  }
  .seasons-page .container-episode .episode-number span {
    font-size: 32px;
    line-height: 40px;
  }
  .seasons-page .container-episode .episode-number {
    margin-top: 20px;
    justify-content: start;
    height: 40px;
    margin-bottom: 0px;
    border-right: none;
    padding: 0;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list {
    flex-direction: column;
    gap: 24px;
  }
  .seasons-page .container-episode .overview-container {
    width: 100%;
    gap: 32px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-title {
    font-size: 32px;
    line-height: 40px;
  }
  .seasons-page .container-episode .overview-container .overview-content .description-content {
    gap: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-line {
    display: none;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content {
    flex-direction: column;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content {
    flex-direction: column;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .data-line {
    width: 100%;
    height: 1px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .data-line {
    width: 100%;
    height: 1px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 8px 32px;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content {
    width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content {
    border-top: 1px solid rgba(21,32,34,0.2);
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .title {
    height: auto;
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(21,32,34,0.2);
    width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item {
    width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item {
    padding: 0 0 20px 0;
    flex-direction: column;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .video-resources {
    flex-direction: column;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .video-item {
    max-width: 100% !important;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .text {
    max-width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content {
    background: #EFEFEF;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-logo .img-box {
    align-items: start;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-text .text-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-text .text-title {
    font-size: 14px;
    line-height: 20px;
  }
  .site-header.header {
    display: flex;
    padding: 16px 16px 32px 16px;
    align-items: flex-end;
    align-self: stretch;
    width: 100%;
  }
  .site-header.header .container {
    margin: 0px;
    max-width: 100%;
  }
  .site-header .main-nav {
    display: none !important;
  }
  .menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }
  .header-menu-extended {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(21,32,34,0.95);
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .header-menu-extended.show {
    transform: translateX(0);
  }
  .header-menu-extended .menu-close {
    background: none;
    border: none;
    color: white;
    align-self: flex-end;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 8px;
  }
  .header-menu-extended .nav-list {
    display: flex;
    padding-right: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  .header-menu-extended .nav-list li {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    align-items: stretch !important;
    gap: 8px;
    align-self: stretch;
  }
  .header-menu-extended .nav-list li a {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 44px;
  }
  .mobile-burger {
    display: flex;
    justify-content: end;
  }
  .header-menu-extended .nav-list {
    display: flex;
    flex-direction: column;
  }
  .header-menu-extended .menu-item-has-children {
    display: block;
  }
  .header-menu-extended .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header-menu-extended .menu-item-has-children > .sub-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 240ms ease;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-menu-extended .menu-item-has-children > .sub-menu li {
    display: block;
    width: 100%;
  }
  .header-menu-extended .menu-item-has-children > .sub-menu li a {
    font-size: 16px;
    padding: 12px 20px;
    display: block;
    width: 100%;
  }
  .header-menu-extended .menu-item-has-children.submenu-open > .sub-menu {
    max-height: 1000px;
  }
  .header-menu-extended .submenu-arrow {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    pointer-events: none;
  }
  .podcast-partners-footer-container .podcast-partners {
    flex-direction: column;
  }
  .podcast-partners-footer-container .partners-title {
    padding: 0 24px;
  }
  .seasons-page .container-episode .overview-container .overview-content .description-content .content-line {
    width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .file-resources {
    margin-top: 0;
  }
  .seasons-page .expanded-content {
    margin-bottom: 0;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .social-item {
    width: 100%;
    justify-content: flex-end;
  }
  .has-season-hero img {
    max-height: 155px;
  }
  .article-page .article-section .article-left-side .article-info .article-share .social-item .social-text {
    display: flex;
    color: #152022;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .home .details-season {
    order: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .podcast-partners-footer-container .partner-logo-container img {
    max-width: 170px;
  }
  .article-page {
    display: block;
    padding: 16px 16px;
    margin-bottom: 24px;
  }
  .article-page .article-section {
    padding: 0px;
    flex-direction: column;
    gap: 24px;
  }
  .article-page .article-section .article-right-side .content-host {
    width: 100%;
  }
  .article-page .article-section .article-right-side .content-host .host-line {
    width: 100%;
  }
  .article-page .article-section .article-left-side {
    gap: 24px;
    width: 100%;
    order: 2;
  }
  .article-page .article-section .article-left-side .article-share {
    flex-wrap: wrap;
  }
  .article-page .article-section .article-left-side .article-share .social-item {
    width: 100%;
    justify-content: end;
    padding-top: 8px;
    margin-top: 16px;
    border-top: 1px solid rgba(21,32,34,0.2);
  }
  .article-page .article-section .article-left-side .article-share .social-item .social-text {
    display: flex;
    color: #152022;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    padding-right: 16px;
  }
  .article-page .article-section .article-left-side .video-container {
    display: flex;
    height: 201.375px;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    aspect-ratio: 1.7777777777778;
  }
  .article-page .article-section .article-right-side {
    display: contents;
  }
  .article-page .article-section .article-right-side .title {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    order: 1;
  }
  .article-page .article-section .article-right-side .content-host {
    order: 3;
  }
  .article-page .article-section .article-left-side .article-info .article-tags {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
  .article-page .article-section .article-left-side .article-info .article-tags span {
    font-size: 12px;
    line-height: 16px;
  }
  .article-page .article-section .article-left-side .season-video-section {
    width: 100%;
  }
  .article-page .article-section .article-left-side .season-video-section .video-container {
    width: 100%;
    height: auto;
  }
  .article-page .article-section .article-left-side .article-section-title .title-section .title {
    font-size: 32px;
    line-height: 40px;
  }
  .about-hero-section,
  .about-content-section {
    width: 100%;
    display: flex;
    padding: 20px 16px 0 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }
  .about-hero-section .intro-hero,
  .about-content-section .intro-hero {
    width: 100%;
    gap: 32px;
  }
  .about-hero-section .intro-hero .podcast-hero,
  .about-hero-section .intro-hero .about-hero-section .podcast-hero-mision .podcast-hero,
  .about-hero-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero,
  .about-content-section .intro-hero .podcast-hero,
  .about-content-section .intro-hero .about-hero-section .podcast-hero-mision .podcast-hero,
  .about-content-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero {
    width: 100%;
  }
  .about-hero-section .intro-hero .podcast-hero-mision,
  .about-hero-section .intro-hero .podcast-hero-how-it-works,
  .about-hero-section .intro-hero .podcast-hero-mision .podcast-hero-mision,
  .about-hero-section .intro-hero .about-hero-section .podcast-hero-mision .podcast-hero-how-it-works,
  .about-hero-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero-mision,
  .about-hero-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero-how-it-works,
  .about-content-section .intro-hero .podcast-hero-mision,
  .about-content-section .intro-hero .podcast-hero-how-it-works,
  .about-content-section .intro-hero .podcast-hero-mision .podcast-hero-mision,
  .about-content-section .intro-hero .about-hero-section .podcast-hero-mision .podcast-hero-how-it-works,
  .about-content-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero-mision,
  .about-content-section .intro-hero .about-hero-section .podcast-hero-how-it-works .podcast-hero-how-it-works {
    width: 100%;
  }
  .about-hero-section .host-card,
  .about-content-section .host-card {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(21,32,34,0.2);
  }
  .about-hero-section .host-card .host-content,
  .about-content-section .host-card .host-content {
    min-width: auto;
  }
  .section-divider {
    padding-bottom: 40px;
  }
  .about-content-section {
    display: flex;
    padding: 20px 16px 40px 16px;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }
  .about-content-section .content-section-title {
    padding-bottom: 8px;
  }
  .about-content-section .host-line {
    display: none;
  }
  .about-content-section .host-card .host-text {
    width: 100%;
  }
  .contact-page {
    display: flex;
    padding: 20px 16px 16px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
  }
  .contact-page .contact-content {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .contact-page .contact-content .contact-form-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .contact-page .contact-content .contact-form-wrapper .wpcf7-form {
    min-width: 300px;
  }
  .contact-page .contact-content .contact-form-wrapper .wpcf7-form .wpcf7-form-control {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
  }
  .blog-page {
    padding: 40px 16px;
  }
  .blog-page .blog-title {
    margin: 0 0 20px;
  }
  .blog-page .blog-item__title {
    font-size: 32px;
    line-height: 40px;
  }
  .blog-page .blog-item__excerpt {
    margin-bottom: 20px;
  }
  .topics-hero-section {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 16px 24px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 16px;
    flex-direction: row;
  }
  .topics-hero-section .topics-title {
    font-size: 32px;
    line-height: 40px;
  }
  .topics-hero-section .topics-list .topic-card .topic-content {
    width: 100%;
    max-width: 100%;
  }
  .topics-hero-section .topics-list {
    width: 100%;
    gap: 20px;
  }
  .topics-hero-section .topic-content {
    width: 100%;
  }
  .topics-hero-section .topic-card {
    display: flex;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .topics-hero-section .topics-list .topic-card img {
    max-width: 100%;
    height: auto;
  }
  .topics-hero-section .topics-list .topic-card .topic-content .topic-action .action-list .action-button {
    width: max-content;
    min-width: 171px;
  }
  .home .video-wrapper {
    margin-top: 24px;
  }
  .home .home-seasons-section .season-number span {
    font-size: 32px;
    line-height: 40px;
  }
  .home .home-seasons-section .season-number {
    justify-content: start;
    height: 40px;
    margin-bottom: 8px;
  }
  .home .img-season {
    order: 1;
  }
  .home .logo-season {
    order: 2;
  }
  .home .details-season {
    order: 3;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
  .home .home-seasons-section .partner-logo img,
  .home .home-seasons-section .img-box img {
    width: 100%;
    height: auto;
  }
  .home .home-seasons-section h3 {
    font-size: 32px;
  }
  .home .home-seasons-section .info-list {
    flex-wrap: wrap;
    gap: 16px 32px;
  }
  .home .home-seasons-section .guest-list {
    flex-direction: column;
  }
  .home .home-seasons-section .guest-list .guest-item {
    width: max-content;
  }
  .home .home-seasons-section .guest-list .guest-items {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: auto;
  }
  .home .home-seasons-section .description {
    margin-bottom: 20px;
  }
  .home .home-seasons-section .border-row:after {
    width: 93%;
    right: 16px;
    left: 16px;
  }
  .seasons-page .container-episode .episode-number span {
    color: #1A4145;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
  }
  .seasons-page .container-seasons {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-top: 20px;
  }
  .seasons-page .container-seasons .season-sect {
    width: 100%;
  }
  .seasons-page .container-seasons .season-number span {
    font-size: 32px;
    line-height: 40px;
  }
  .seasons-page .container-seasons .season-number {
    justify-content: start;
    height: 40px;
    margin-bottom: 8px;
    border-right: none;
  }
  .seasons-page .container-seasons .season-header {
    flex-direction: column;
    gap: 24px;
  }
  .seasons-page .container-seasons .season-parteners {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    order: 1;
    justify-content: space-between;
    width: 100%;
  }
  .seasons-page .container-seasons .season-parteners .parteners-info {
    order: 1;
  }
  .seasons-page .container-seasons .season-parteners .sponsor-container {
    order: 2;
  }
  .seasons-page .container-seasons .season-parteners .parteners-line {
    order: 3;
  }
  .seasons-page .container-seasons .season-parteners .parteners-links {
    order: 4;
    width: 100%;
    padding-top: 8px !important;
    margin-top: 0 !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
  }
  .seasons-page .container-seasons .section-header-title {
    order: 2;
  }
  .seasons-page .container-seasons .season-header .section-header-title {
    width: 100%;
  }
  .seasons-page .container-seasons .season-header .section-header-title {
    flex-wrap: wrap;
  }
  .seasons-page .container-seasons .season-header .season-parteners .parteners-line {
    width: 100%;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list {
    gap: 16px 32px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-title {
    font-size: 32px;
    line-height: 40px;
  }
  .seasons-page .container-seasons .season-content {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .seasons-page .container-seasons .season-content .content-info {
    width: 100%;
  }
  .seasons-page .container-seasons .season-content .content-info .info-description .season-video-section .video-container {
    width: 100%;
    height: auto;
  }
  .seasons-page .container-seasons .season-content .content-info .info-description .season-video-section {
    height: auto;
  }
  .seasons-page .container-seasons .season-content .content-info .info-line {
    display: none;
  }
  .seasons-page .container-seasons .season-content .content-host .host-line {
    width: 100%;
  }
  .seasons-page .container-seasons .season-content .content-host .host-card .host-details .host-section-line {
    width: 100%;
  }
  .seasons-page .container-episode .container-content-episode {
    flex-direction: column;
    gap: 24px;
  }
  .seasons-page .container-episode .episode-number span {
    font-size: 32px;
    line-height: 40px;
  }
  .seasons-page .container-episode .episode-number {
    margin-top: 20px;
    justify-content: start;
    height: 40px;
    margin-bottom: 0px;
    border-right: none;
    padding: 0;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list {
    flex-direction: column;
    gap: 24px;
  }
  .seasons-page .container-episode .overview-container {
    width: 100%;
    gap: 32px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-title {
    font-size: 32px;
    line-height: 40px;
  }
  .seasons-page .container-episode .overview-container .overview-content .description-content {
    gap: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-line {
    display: none;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content {
    flex-direction: column;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content {
    flex-direction: column;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .data-line {
    width: 100%;
    height: 1px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .data-line {
    width: 100%;
    height: 1px;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content .episode-info .episode-info-list {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 8px 32px;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .seasons-page .container-episode .overview-container .overview-content .title-content {
    width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content {
    border-top: 1px solid rgba(21,32,34,0.2);
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .title {
    height: auto;
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item .guest-info {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(21,32,34,0.2);
    width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .hosts-content .guests-list .guest-item {
    width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item {
    padding: 0 0 20px 0;
    flex-direction: column;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .video-resources {
    margin-bottom: 0;
    flex-direction: column;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .video-item {
    max-width: 100% !important;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .data-content .data-item .text {
    max-width: 100%;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content {
    background: #EFEFEF;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-logo .img-box {
    align-items: start;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-text .text-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .seasons-page .container-episode .overview-container .overview-content .player-content .player-content .player-text .text-title {
    font-size: 14px;
    line-height: 20px;
  }
  .site-header.header {
    display: flex;
    padding: 16px 16px 32px 16px;
    align-items: flex-end;
    align-self: stretch;
    width: 100%;
  }
  .site-header.header .container {
    margin: 0px;
    max-width: 100%;
  }
  .site-header .main-nav {
    display: none !important;
  }
  .menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }
  .header-menu-extended {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(21,32,34,0.95);
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .header-menu-extended.show {
    transform: translateX(0);
  }
  .header-menu-extended .menu-close {
    background: none;
    border: none;
    color: white;
    align-self: flex-end;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 8px;
  }
  .header-menu-extended .nav-list {
    display: flex;
    padding-right: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  .header-menu-extended .nav-list li {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    align-items: stretch !important;
    gap: 8px;
    align-self: stretch;
  }
  .header-menu-extended .nav-list li a {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 44px;
  }
  .mobile-burger {
    display: flex;
    justify-content: end;
  }
  .header-menu-extended .nav-list {
    display: flex;
    flex-direction: column;
  }
  .header-menu-extended .menu-item-has-children {
    display: block;
  }
  .header-menu-extended .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header-menu-extended .menu-item-has-children > .sub-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 240ms ease;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-menu-extended .menu-item-has-children > .sub-menu li {
    display: block;
    width: 100%;
  }
  .header-menu-extended .menu-item-has-children > .sub-menu li a {
    font-size: 16px;
    padding: 12px 20px;
    display: block;
    width: 100%;
  }
  .header-menu-extended .menu-item-has-children.submenu-open > .sub-menu {
    max-height: 1000px;
  }
  .header-menu-extended .submenu-arrow {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    pointer-events: none;
  }
  .podcast-partners-footer-container .podcast-partners {
    flex-direction: column;
  }
  .podcast-partners-footer-container .partners-title {
    padding: 0 24px;
  }
  .seasons-page .container-episode .overview-container .overview-content .description-content .content-line {
    width: 100%;
  }
  .home-seasons-section .season-title {
    margin-bottom: 20px;
    margin-top: 32px;
  }
  .seasons-page .container-seasons .season-content .content-info .info-resources {
    flex-direction: column;
  }
  .about-hero-section .host-card,
  .about-content-section .host-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .about-hero-section .intro-hero .podcast-hero .podcast-hero-title,
  .about-hero-section .podcast-hero-mision .podcast-hero .podcast-hero-title,
  .about-hero-section .podcast-hero-how-it-works .podcast-hero .podcast-hero-title {
    font-size: 32px;
    line-height: 40px;
  }
  .about-hero-section .intro-hero .podcast-hero-sec-title,
  .about-hero-section .podcast-hero-mision .podcast-hero-sec-title,
  .about-hero-section .podcast-hero-how-it-works .podcast-hero-sec-title {
    font-size: 32px;
    line-height: 40px;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-tags {
    gap: 16px 24px;
  }
  .seasons-page .container-episode .overview-container .overview-content .expanded-content .data .resources-content .file-resources {
    margin-top: 0;
  }
  .seasons-page .expanded-content {
    margin-bottom: 0;
  }
  .seasons-page .container-seasons .num-desktop {
    display: none;
  }
  .seasons-page .container-seasons .season-header .section-header-title .num-mobile {
    display: flex;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .social-item {
    width: 100%;
    justify-content: flex-end;
    padding-top: 8px;
    border-top: 1px solid rgba(21,32,34,0.2);
    align-items: center;
  }
  .seasons-page .container-seasons .season-header .section-header-title .season-info .season-info-list .social-item .social-text {
    display: flex;
    color: #152022;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    padding-right: 16px;
  }
  .hero-section .hero-title-wrapper h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .section-divider {
    margin-bottom: 0;
  }
  .article-page .article-section .article-left-side .article-info .article-share .social-item .social-text {
    display: flex;
    color: #152022;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .article-page .article-section {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1200px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px;
    gap: 40px;
  }
}
