.menu-icon {
  position: relative;
  width: 28px;
  height: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
}

.top-bar.active .menu-icon__line {
  background: #7a4af2;
}

.menu-icon__line {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-icon__line--top {
  top: 0;
  width: 85%;
  right: 0;
}

.menu-icon__line--middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-icon__line--bottom {
  bottom: 0;
  width: 70%;
  right: 0;
}

.menu-icon.open .menu-icon__line--top {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  translate: 0;
  width: 100%;
}

.menu-icon.open .menu-icon__line--middle {
  opacity: 0;
}

.menu-icon.open .menu-icon__line--bottom {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  translate: 0;
  width: 100%;
}

body.mobile-menu-open .top-bar__mobile-menu .open {
  display: block !important;
}

.header-white.top-bar.active {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-bottom: unset;
}
.header-white.top-bar.active.active-white {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #E5EEF2;
}

.l-posts__item.blog-posts__item {
  display: block;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(10, 11, 13, 0.08);
          box-shadow: 0 4px 9px 0 rgba(10, 11, 13, 0.08);
  padding: 0 !important;
}
.l-posts__item.blog-posts__item .l-posts__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  gap: 24px;
}
@media (max-width: 850px) {
  .l-posts__item.blog-posts__item .l-posts__item-container {
    padding: 16px;
    gap: 16px;
  }
}
.l-posts__item.blog-posts__item .l-posts__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 24px 24px;
  border-top: 1px solid #D7DCE7;
}
@media (max-width: 850px) {
  .l-posts__item.blog-posts__item .l-posts__item-bottom {
    padding: 16px;
  }
}
.l-posts__item.blog-posts__item .l-posts__item-bottom__creator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .l-posts__item.blog-posts__item .l-posts__item-bottom__creator {
    gap: 4px;
  }
}
@media screen and (max-width: 550px) {
  .l-posts__item.blog-posts__item .l-posts__item-bottom__creator {
    gap: 8px;
  }
}
.l-posts__item.blog-posts__item .l-posts__item-bottom__creator-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1200px) {
  .l-posts__item.blog-posts__item .l-posts__item-bottom__creator-avatar {
    width: 32px;
    height: 32px;
  }
}
.l-posts__item.blog-posts__item .l-posts__item-bottom__creator-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.l-posts__item.blog-posts__item .l-posts__item-bottom__creator-name {
  display: block;
  color: #232834;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 1200px) {
  .l-posts__item.blog-posts__item .l-posts__item-bottom__creator-name {
    font-size: 14px;
  }
}
.l-posts__item.blog-posts__item .l-posts__item-bottom__creator-position {
  display: block;
  color: #717b87;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .l-posts__item.blog-posts__item .l-posts__item-bottom__creator-position {
    font-size: 12px;
  }
}
.l-posts__item.blog-posts__item .l-posts__item-bottom__reading_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px;
  background-color: #F5F6F9;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .l-posts__item.blog-posts__item .l-posts__item-bottom__reading_time {
    gap: 4px;
  }
}
@media screen and (max-width: 550px) {
  .l-posts__item.blog-posts__item .l-posts__item-bottom__reading_time {
    gap: 8px;
  }
}
.l-posts__item.blog-posts__item .l-posts__item-bottom__reading_time img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .l-posts__item.blog-posts__item .l-posts__item-bottom__reading_time img {
    width: 16px;
    height: 16px;
  }
}
.l-posts__item.blog-posts__item .l-posts__item-bottom__reading_time span {
  color: #232834;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .l-posts__item.blog-posts__item .l-posts__item-bottom__reading_time span {
    font-size: 12px;
  }
}

.title-default {
  color: #232834;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .title-default {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 550px) {
  .title-default {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.272;
  }
}

.podcasts-cta {
  width: 100%;
  position: relative;
}
.podcasts-cta * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.podcasts-cta:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 660px;
  background-image: url("../images/podcasts-cta-bg.svg");
  background-size: cover;
}
@media screen and (max-width: 1441px) {
  .podcasts-cta:before {
    width: 560px;
  }
}
@media screen and (max-width: 1200px) {
  .podcasts-cta:before {
    width: 40vw;
  }
}
@media screen and (max-width: 550px) {
  .podcasts-cta:before {
    display: none;
  }
}
.podcasts-cta__container {
  max-width: 1168px;
  margin: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.podcasts-cta__l {
  position: relative;
  width: 690px;
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .podcasts-cta__l {
    width: 57.5vw;
    padding: 6.66vw 0;
  }
}
@media screen and (max-width: 550px) {
  .podcasts-cta__l {
    width: 100%;
    padding: 48px 0;
  }
}
.podcasts-cta__title {
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .podcasts-cta__title {
    text-align: center;
  }
}
.podcasts-cta__title span {
  background: linear-gradient(44.33deg, #7E51FF 44.14%, #5484FF 116.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.podcasts-cta p {
  margin: 0 0 32px;
  color: #717B87;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 1200px) {
  .podcasts-cta p {
    margin-bottom: 2.66vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 550px) {
  .podcasts-cta p {
    margin-bottom: 24px;
    font-size: 18px;
    text-align: center;
  }
}
.podcasts-cta__link {
  padding: 16px 32px;
  background: linear-gradient(81.27deg, #2A95E2 7.75%, #B000EE 65%, #C01CAF 101.46%);
  border-radius: 16px;
  -webkit-box-shadow: 4px 6px 12px 0 rgba(102, 82, 231, 0.3019607843);
          box-shadow: 4px 6px 12px 0 rgba(102, 82, 231, 0.3019607843);
  text-decoration: none;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .podcasts-cta__link {
    padding: 1.33vw 2.66vw;
    border-radius: 1.33vw;
  }
}
@media screen and (max-width: 550px) {
  .podcasts-cta__link {
    width: 100%;
    padding: 16px 12px;
    border-radius: 16px;
  }
}
.podcasts-cta__link:hover:before {
  opacity: 0.1;
}
.podcasts-cta__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 1200px) {
  .podcasts-cta__link:before {
    border-radius: 1.33vw;
  }
}
@media screen and (max-width: 550px) {
  .podcasts-cta__link:before {
    display: none;
  }
}
.podcasts-cta__link span {
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .podcasts-cta__link span {
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 550px) {
  .podcasts-cta__link span {
    font-size: 20px;
  }
}
.podcasts-cta__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 550px) {
  .podcasts-cta__r {
    display: none;
  }
}
.podcasts-cta__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 312px;
}
@media screen and (max-width: 1200px) {
  .podcasts-cta__img {
    width: 26vw;
  }
}
.podcasts-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
/*# sourceMappingURL=../sourcemaps/critical.css.map */
