.h2-title {
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .h2-title {
    font-size: 2.5rem;
  }
}

.large-section {
  position: relative;
  color: #FFFFFF;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.large-section__btn {
  margin-top: 4rem;
}
.large-section__btn.large-section__btn--border {
  margin-left: 1rem;
  background: transparent;
  border: 1px solid #FF474A;
}
@media (max-width: 767px) {
  .large-section__btn.large-section__btn--border {
    margin-left: 0;
  }
}
.large-section--message {
  padding: 10rem 0;
}
.large-section--message .container {
  margin-bottom: 0;
}
.large-section--gray {
  background: #F3EEEB;
}
.large-section--gray.section-p {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .large-section--gray.section-p {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.large-section--gray h2 {
  color: #232B34;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  max-width: 127rem;
}
@media (max-width: 767px) {
  .large-section--gray h2 {
    font-size: 2.5rem;
  }
}
.large-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #232b34;
}
.large-section__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  content: "";
}
.large-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-section__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .large-section__container {
    display: block;
  }
}
.large-section__left {
  width: -webkit-calc(50% - 2rem);
  width: -moz-calc(50% - 2rem);
  width: calc(50% - 2rem);
  font-size: 2.1rem;
  line-height: 120%;
  max-width: 48rem;
}
@media (max-width: 1023px) {
  .large-section__left {
    width: 100%;
  }
}
.large-section__left--border-btn {
  max-width: none;
}
@media (max-width: 480px) {
  .large-section__left--border-btn .large-section__title {
    font-size: 3.4rem;
  }
}
.large-section__left-logo {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .large-section__left-logo.logo-right {
    position: absolute;
    right: 0;
  }
}
.large-section__title {
  margin-bottom: 3rem;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .large-section__title {
    font-size: 3.9rem;
  }
}
.large-section__title ~ .btn {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .large-section__sub-title {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.large-section__sub-title ~ .btn {
  margin-top: 3rem;
}
.large-section__right {
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .large-section__right {
    width: 100%;
  }
}
.large-section__right--center {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.large-section__right--center p {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .large-section__description {
    margin-top: 4.5rem;
  }
}
.large-section__description p {
  font-size: 2.1rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .large-section__description p {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.large-section__description p:first-child {
  margin-top: 0;
}
.large-section__description ~ .btn {
  margin-top: 2rem;
}
.large-section__msg {
  text-align: center;
  font-size: 4.5rem;
  line-height: 100%;
  margin: 0;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .large-section__msg {
    font-size: 3rem;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .row {
    display: block;
  }
  .row > * {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.row--5 {
  margin-bottom: -2.1rem;
}
@media (max-width: 1023px) {
  .row--5 {
    margin-bottom: -1.8rem;
  }
}
.row--5 > * {
  width: -webkit-calc(20% - 1.68rem);
  width: -moz-calc(20% - 1.68rem);
  width: calc(20% - 1.68rem);
  margin-right: 2.1rem;
  margin-bottom: 2.1rem;
}
.row--5 > *:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--5 > * {
    width: -webkit-calc(50% - 0.9rem);
    width: -moz-calc(50% - 0.9rem);
    width: calc(50% - 0.9rem);
    margin-right: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .row--5 > *:nth-child(4n) {
    margin-right: 1.8rem;
  }
  .row--5 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.row--4 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--4 {
    margin-bottom: -2.4rem;
  }
}
.row--4 > * {
  width: -webkit-calc(25% - 2.1rem);
  width: -moz-calc(25% - 2.1rem);
  width: calc(25% - 2.1rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--4 > *:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--4 > * {
    width: -webkit-calc(50% - 1.2rem);
    width: -moz-calc(50% - 1.2rem);
    width: calc(50% - 1.2rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--4 > *:nth-child(4n) {
    margin-right: 2.4rem;
  }
  .row--4 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.row--3 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--3 {
    margin-bottom: -2.4rem;
  }
}
.row--3 > * {
  width: -webkit-calc(33.3333333333% - 1.8666666667rem);
  width: -moz-calc(33.3333333333% - 1.8666666667rem);
  width: calc(33.3333333333% - 1.8666666667rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--3 > *:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--3 > * {
    width: -webkit-calc(50% - 1.3rem);
    width: -moz-calc(50% - 1.3rem);
    width: calc(50% - 1.3rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--3 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  .row--3 > *:nth-child(3n) {
    margin-right: 2.4rem;
  }
}
.row--2 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--2 {
    margin-bottom: -2.4rem;
  }
}
.row--2 > * {
  width: -webkit-calc(50% - 2.8rem);
  width: -moz-calc(50% - 2.8rem);
  width: calc(50% - 2.8rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--2 > *:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--2 > * {
    width: -webkit-calc(50% - 1.3rem);
    width: -moz-calc(50% - 1.3rem);
    width: calc(50% - 1.3rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--2 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  .row--2 > *:nth-child(3n) {
    margin-right: 2.4rem;
  }
}

.section-p {
  padding: 7.5rem 0;
}

.container-mb0.container {
  margin-bottom: 0;
}

.page-header {
  position: relative;
  margin: 0;
  max-width: none;
  padding-bottom: 12rem;
  padding-top: 13rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page-header {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #232b34;
}
.page-header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  content: "";
}
.page-header__top {
  height: 6.6rem;
  border-bottom: 1px solid rgba(217, 220, 224, 0.2);
  margin-bottom: 6rem;
}
.page-header__top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .page-header__top .container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.page-header__container {
  position: relative;
}
.page-header__container.container {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .page-header__container.container {
    display: block;
  }
}
.page-header__left {
  color: #FFFFFF;
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
  margin-right: 2.8rem;
}
@media (max-width: 1023px) {
  .page-header__left {
    width: 100%;
  }
}
.page-header__left--center {
  text-align: center;
  width: 100%;
  margin: 0;
}
.page-header__left--center + .page-header__right {
  display: none;
}
.page-header__title {
  margin-bottom: 4rem;
  font-size: 5.6rem;
  line-height: 100%;
}
@media (max-width: 1023px) {
  .page-header__title {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 3rem;
  }
}
.page-header__sub-title {
  font-size: 2.4rem;
  line-height: 130%;
  margin: 0;
  max-width: 60rem;
}
@media (max-width: 767px) {
  .page-header__sub-title {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.page-header__right {
  color: #FFFFFF;
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
}
@media (max-width: 1023px) {
  .page-header__right {
    width: 100%;
    margin-top: 4.5rem;
  }
}
.page-header__right p {
  font-size: 2.1rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .page-header__right p {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.page-header__right p:first-child {
  margin-top: 0;
}
.page-header__right p:last-child {
  margin-bottom: 0;
}
.page-header + .half-section {
  margin-top: 7.5rem;
}

.light-bg + .light-bg {
  padding-top: 0;
}

.podcasts-filters {
  padding-bottom: 10rem;
  padding-top: 7.5rem;
}
@media (max-width: 1023px) {
  .podcasts-filters {
    padding-bottom: 6rem;
    padding-top: 5rem;
  }
}
.podcasts-filters__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .podcasts-filters__row {
    gap: 1rem;
  }
}
.podcasts-filters__item {
  padding: 1rem 2rem;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 0.6rem;
     -moz-border-radius: 0.6rem;
          border-radius: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.podcasts-filters__item span {
  color: #bbbbbb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.podcasts-filters__item:hover {
  color: #FF474A;
  border-color: #FF474A;
}
.podcasts-filters__item:hover span {
  color: #FF474A;
}
.podcasts-filters__item--active {
  color: #FF474A;
  border-color: #FF474A;
}
.podcasts-filters__item--active span {
  color: #FF474A;
}
.podcasts-tiles {
  padding-bottom: 24rem;
}
@media (max-width: 1023px) {
  .podcasts-tiles {
    padding-bottom: 12rem;
  }
}
.podcasts-tile {
  border: 1px solid #DADCE0;
  -webkit-border-radius: 0.6rem;
     -moz-border-radius: 0.6rem;
          border-radius: 0.6rem;
  padding: 3rem;
  position: relative;
  padding-top: 27rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .podcasts-tile {
    padding: 2rem;
    padding-top: 22rem;
  }
}
.podcasts-tile:not(.podcasts-tile--no-video) .podcasts-tile__img {
  cursor: pointer;
}
.podcasts-tile:not(.podcasts-tile--no-video) .podcasts-tile__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.podcasts-tile:not(.podcasts-tile--no-video) .podcasts-tile__img:hover .podcasts-tile__play {
  opacity: 1;
}
.podcasts-tile:not(.podcasts-tile--no-video) .podcasts-tile__img:hover::after {
  opacity: 0.6;
}
.podcasts-tile__img {
  height: 25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .podcasts-tile__img {
    height: 20rem;
  }
}
.podcasts-tile__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcasts-tile__img.js-podcast-video {
  cursor: pointer;
}
.podcasts-tile__play {
  position: absolute;
  top: -webkit-calc(50% - 2.4rem);
  top: -moz-calc(50% - 2.4rem);
  top: calc(50% - 2.4rem);
  left: -webkit-calc(50% - 2.4rem);
  left: -moz-calc(50% - 2.4rem);
  left: calc(50% - 2.4rem);
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.podcasts-tile__play svg {
  display: block;
  width: 100%;
  height: 100%;
}
.podcasts-tile__play:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.podcasts-tile__tag {
  color: #bbbbbb;
  margin-bottom: 1rem;
}
.podcasts-tile__title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .podcasts-tile__title {
    display: block;
    font-size: 2.2rem;
  }
}
.podcasts-tile__author {
  margin-bottom: 3rem;
}
.podcasts-tile__author .btn {
  color: #CBBFAD;
}
.podcasts-tile__author .author__wrap-img:nth-child(n+6) {
  display: none !important;
}
@media (max-width: 1023px) {
  .podcasts-tile__author .author__wrap-img:nth-child(n+3) {
    display: none !important;
  }
}
.podcasts-tile__author.author {
  margin: 0;
}
.podcasts-tile__author.author .author__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.podcasts-tile__author.author .author__text .btn {
  margin: 0;
  color: #CBBFAD;
}
.podcasts-tile__author.author .author__text p {
  margin: 0 0 0.3rem;
}
.podcasts-tile__author.author .author__wrap-img img {
  display: block;
}
.podcasts-tile__links .btn._link-arrow {
  font-size: 1.5rem;
}
.podcasts-tile__links .btn._link-arrow:after {
  border-color: #FF474A;
}
.podcasts-tile__tabs {
  margin-top: 3rem;
}
.podcasts-tile__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 3;
}

.podcasts-tabs {
  min-height: 8.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .podcasts-tabs {
    min-height: auto;
  }
}
.podcasts-tabs__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 0.4rem;
     -moz-border-radius: 0.4rem;
          border-radius: 0.4rem;
  width: 100%;
}
.podcasts-tabs__btns a {
  display: block;
  width: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #868686;
}
.podcasts-tabs__btns a.active {
  background: #DADCE0;
  color: #121111;
}
.podcasts-tabs__btns a:not(.active):hover {
  color: #FF474A;
}
.podcasts-tabs__panes {
  width: 100%;
}
.podcasts-tabs__panes .btn._link-arrow {
  font-size: 1.5rem;
}
.podcasts-tabs__pane {
  padding-top: 3rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
.podcasts-tabs__pane.active {
  opacity: 1;
  position: relative;
}