* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.page-holder {
  overflow: hidden;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.position-relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.btn {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 40px;
  min-width: 140px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
}
.btn--blue {
  color: #fff;
  background: #7771F5;
}
.btn--white {
  color: #7771F5;
  background: #fff;
}
.btn--stroke {
  color: #243583;
  background: #fff;
  border: 1px solid #243583;
}
.btn--strokeBlue {
  color: #7771F5;
  background: transparent;
  border: 1px solid #7771F5;
}
.btn--strokeWhite {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #243583;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 991px) {
  h1 {
    font-size: 55px;
    line-height: 63px;
  }
}

h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 63px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 130%;
}
@media (min-width: 991px) {
  h3 {
    font-size: 28px;
  }
}

p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #243583;
  margin: 0;
}

.header {
  padding: 16px 20px;
}
@media (min-width: 991px) {
  .header {
    padding: 24px 20px;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-radius: 210px;
}
.header__logo a {
  display: flex;
}
.header__nav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 86px;
  right: 0;
  width: 100%;
  z-index: 10;
  gap: 20px;
  background: #7771F5;
  padding: 20px;
}
@media (min-width: 991px) {
  .header__nav {
    background: transparent;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    top: 0;
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }
}
.header__nav.open {
  display: flex;
}
.header__nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
@media (min-width: 991px) {
  .header__nav-link {
    font-size: 16px;
    color: #000;
  }
}
.header__cta {
  display: none;
  align-items: center;
  gap: 20px;
}
.header__cta a {
  text-decoration: none;
}
@media (min-width: 991px) {
  .header__cta {
    display: flex;
  }
}
.header__hamburger {
  display: block;
  cursor: pointer;
}
@media (min-width: 991px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger-icon, .header__hamburger-close {
  display: block;
}
.header__hamburger-close {
  display: none;
}

.page-id-169 .header,
.page-id-183 .header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 991px) {
  .page-id-169 .header__wrapper,
.page-id-183 .header__wrapper {
    background: #fff;
    padding: 14px 32px;
  }
}

.footer {
  background: #7771F5;
  padding: 40px 20px 32px 20px;
}
@media (min-width: 768px) {
  .footer {
    padding: 54px 20px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
  }
}
.footer__pages {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__pages {
    flex-direction: row;
  }
}
.footer__pages-link {
  color: #fff;
  text-decoration: none;
}
.footer__privacy {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__privacy {
    flex-direction: row;
  }
}
.footer__privacy-link {
  color: #fff;
  text-decoration: none;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__social-link {
  color: #fff;
  text-decoration: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  border-radius: 5px;
  max-width: 90%;
  min-width: 90%;
}
@media (min-width: 991px) {
  .modal-content {
    max-width: 80%;
    min-width: 50%;
  }
}
.modal-content iframe {
  width: 100%;
  min-height: 500px;
}

.hero {
  margin-top: 50px;
  padding: 0 20px;
}
.hero__tf {
  text-align: center;
}
.hero__tf h1 {
  margin-bottom: 24px;
}
.hero__buttons {
  margin-top: 24px;
  text-align: center;
  display: fl;
}
.hero__buttons .btn {
  width: 100%;
  margin-bottom: 16px;
}
.hero__buttons .btn:nth-last-child(1) {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .hero__buttons .btn {
    width: initial;
    margin-bottom: 0;
  }
}
.hero__content {
  margin-bottom: 64px;
}
.hero__image {
  max-width: 1000px;
  margin: 0 auto;
}
.hero__numbers {
  background: #F8FBFD;
  padding: 32px 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: -60px auto 0 auto;
  flex-wrap: wrap;
  gap: 32px;
}
@media (min-width: 768px) {
  .hero__numbers {
    margin: -210px auto 0 auto;
    gap: 32px;
  }
}
@media (min-width: 991px) {
  .hero__numbers {
    padding: 60px 72px;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.hero__numbers-title {
  color: #243583;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.hero__numbers-description {
  color: #7771F5;
  opacity: 0.5;
}
.hero__numbers-box {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__numbers-box {
    width: 25%;
  }
}
@media (min-width: 991px) {
  .hero__numbers-box {
    width: unset;
    text-align: left;
  }
}

.ppwr {
  position: relative;
  padding: 60px 20px 0 20px;
  background: #7771F5;
}
@media (min-width: 768px) {
  .ppwr {
    padding: 80px 20px;
  }
}
.ppwr::before {
  content: "";
  background-image: url("../../img/hero-top-blue.svg");
  width: 100%;
  min-height: 89px;
  background-size: cover;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  background-position: center;
}
.ppwr::after {
  content: "";
  background-image: url("../../img/hero-bottom-blue.svg");
  width: 100%;
  min-height: 89px;
  background-size: cover;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  background-position: center;
}
@media (min-width: 991px) {
  .ppwr {
    padding: 220px 20px 150px 20px;
    margin-top: -40px;
  }
}
.ppwr__tf h2 {
  color: #fff;
  margin-bottom: 24px;
}
.ppwr__tf p {
  color: #fff;
  max-width: 620px;
}
.ppwr__content {
  max-width: 720px;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .ppwr__content {
    margin-bottom: 0;
  }
}
.ppwr__button {
  margin-top: 32px;
}
.ppwr .container {
  position: static;
}
@media (min-width: 1441px) {
  .ppwr .container {
    position: relative;
  }
}
.ppwr__image {
  max-width: 100%;
  position: relative;
  right: unset;
  width: 100%;
  z-index: 9;
}
@media (min-width: 991px) {
  .ppwr__image {
    max-width: 680px;
    position: absolute;
    bottom: 120px;
    right: 30px;
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .ppwr__image {
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 1441px) {
  .ppwr__image {
    right: -150px;
    bottom: -100px;
  }
}
.ppwr__btn {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.ppwr-widget {
  position: absolute;
  bottom: -270px;
  left: 0;
  z-index: 2;
  max-width: 15%;
}
.ppwr-widget svg {
  width: 100%;
}
@media (min-width: 991px) {
  .ppwr-widget {
    max-width: 100%;
  }
}

.benefits {
  padding: 140px 20px 40px 20px;
}
@media (min-width: 991px) {
  .benefits {
    padding: 170px 20px 70px 20px;
  }
}
.benefits__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .benefits__header {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.benefits__boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 991px) {
  .benefits__boxes {
    flex-direction: row;
    gap: 32px;
  }
}
.benefits__box {
  background-color: #fff;
  box-shadow: 0 4px 52px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 991px) {
  .benefits__box {
    max-width: 335px;
  }
}
.benefits__box-icon {
  margin-bottom: 15px;
}
.benefits__box-tf h3 {
  margin-bottom: 15px;
  color: #243583;
}
.benefits__box-tf p {
  color: #000;
  font-size: 14px;
}

.hiw {
  padding: 40px 20px 40px 20px;
}
@media (min-width: 991px) {
  .hiw {
    padding: 100px 20px 140px 20px;
  }
}
.hiw__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .hiw__header {
    flex-direction: row;
  }
}
@media (min-width: 991px) {
  .hiw__header {
    margin-bottom: 90px;
  }
}
.hiw__boxes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  max-width: 1095px;
  flex-direction: column;
}
@media (min-width: 480px) {
  .hiw__boxes {
    flex-direction: row;
  }
}
.hiw__boxes-line {
  align-items: center;
  left: -10px;
  position: relative;
  display: none;
}
@media (min-width: 480px) {
  .hiw__boxes-line {
    display: flex;
  }
}
@media (min-width: 991px) {
  .hiw__boxes-line {
    left: -21px;
  }
}
.hiw__boxes-line-svg {
  width: 100%;
}
.hiw__boxes-line-icon {
  position: relative;
  left: -27px;
}
.hiw__box {
  position: relative;
  max-width: 250px;
}
.hiw__box:nth-child(2) .hiw__box-line {
  left: -17px;
}
.hiw__box:nth-child(3) .hiw__box-line {
  left: -13px;
}
.hiw__box-line {
  position: absolute;
  left: -10px;
  top: -40px;
  width: 2px;
  height: 100%;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 480px) {
  .hiw__box-line {
    display: flex;
  }
}
@media (min-width: 991px) {
  .hiw__box-line {
    left: -20px;
  }
}
.hiw__box-icon {
  margin-bottom: 15px;
}
.hiw__box h3 {
  margin-bottom: 15px;
  color: #243583;
  font-weight: 500;
}
.hiw__box p {
  color: #000;
  font-size: 14px;
}

.hyw {
  padding: 60px 20px 0 20px;
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 991px) {
  .hyw {
    padding: 100px 20px 0 20px;
    margin-bottom: 150px;
  }
}
.hyw-bgd {
  width: 100%;
  height: 90%;
  display: block;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
.hyw__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .hyw__header {
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 991px) {
  .hyw__header {
    margin-bottom: 75px;
  }
}
.hyw__tabs {
  margin-bottom: 80px;
  display: none;
}
@media (min-width: 768px) {
  .hyw__tabs {
    display: block;
  }
}
@media (min-width: 991px) {
  .hyw__tabs {
    margin-bottom: 180px;
  }
}
.hyw__tabs .tabs__content {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  justify-content: space-between;
}
.hyw__tabs .tabs__image {
  flex: 1;
}
.hyw__tabs .tabs__image img {
  max-width: 100%;
  height: auto;
}
.hyw__tabs .tabs__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 520px;
}
.hyw__tabs .tab-item {
  cursor: pointer;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.hyw__tabs .tab-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hyw__tabs .tab-item.active {
  background-color: #ffffff;
  padding: 30px 40px;
}
.hyw__tabs .tab-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.hyw__tabs .tab-subtitle {
  margin: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 14px;
  color: #808080;
}
.hyw__tabs .tab-item.active .tab-subtitle {
  display: block;
  opacity: 1;
}
.hyw__accordion {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .hyw__accordion {
    display: none;
  }
}
.hyw__accordion .accordion {
  width: 100%;
}
.hyw__accordion .accordion__item {
  border-bottom: 1px solid #ccc;
}
.hyw__accordion .accordion__header {
  cursor: pointer;
  padding: 20px 0;
}
.hyw__accordion .accordion__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.hyw__accordion .accordion__content {
  display: none;
  padding-top: 24px;
}
.hyw__accordion .accordion__content--active {
  display: block;
}
.hyw__accordion .accordion__subtitle {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .hyw__accordion .accordion__subtitle {
    font-size: 16px;
  }
}
.hyw__accordion .accordion__image {
  margin-top: 16px;
}
.hyw__feature {
  background-color: #1D2031;
  border-radius: 16px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
@media (min-width: 991px) {
  .hyw__feature {
    padding: 20px 120px;
    flex-direction: row;
    gap: 32px;
  }
}
.hyw__feature-text {
  max-width: 480px;
}
.hyw__feature h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
.hyw__feature p {
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 15px;
}

.tsm__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .tsm__header {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.tsm__btn {
  min-width: 114px;
}
.tsm__controls {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tsm__controls {
    flex-direction: row;
  }
}
.tsm__navigation {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tsm__navigation button {
  border: 0;
  padding: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
  position: relative;
}
.tsm__swiper {
  padding: 60px 0;
  margin-top: -50px;
}
@media (min-width: 768px) {
  .tsm__swiper {
    margin-top: 0;
  }
}
.tsm__slide {
  padding: 20px;
  box-shadow: 0 4px 52px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .tsm__slide {
    padding: 20px 36px;
  }
}
.tsm__slide-icon {
  margin-bottom: 26px;
  max-width: 41px;
}
.tsm__slide-description {
  font-size: 14px;
  line-height: 25px;
  opacity: 0.6;
  margin-bottom: 26px;
}
.tsm__slide-author {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  opacity: 0.6;
}

.lnws {
  padding: 60px 20px 0 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .lnws {
    margin-bottom: 130px;
  }
}
.lnws.is-clean {
  padding: 0 20px;
}
.lnws__text {
  margin-bottom: 30px;
}
.lnws__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lnws__grid {
    grid-template-columns: 1fr 400px;
  }
}
.lnws__featured {
  position: relative;
  height: 350px;
}
@media (min-width: 768px) {
  .lnws__featured {
    height: 478px;
  }
}
.lnws__featured-content {
  position: relative;
  height: 100%;
}
.lnws__featured-image {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lnws__featured-image img {
  display: none;
}
.lnws__featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .lnws__featured-overlay {
    padding: 40px;
  }
}
.lnws__featured-title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
}
.lnws__featured-title-link {
  color: #fff;
  text-decoration: none;
}
.lnws__featured-excerpt {
  max-width: 400px;
}
.lnws__featured-excerpt p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.5;
  font-weight: 400;
}
.lnws__side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 480px) {
  .lnws__side {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .lnws__side {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }
}
.lnws__side-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .lnws__side-item {
    flex-direction: row;
    align-items: center;
  }
}
.lnws__side-thumbnail {
  min-width: 100%;
}
@media (min-width: 768px) {
  .lnws__side-thumbnail {
    min-width: 189px;
  }
}
.lnws__side-thumbnail-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
}
@media (min-width: 480px) {
  .lnws__side-thumbnail-image {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .lnws__side-thumbnail-image {
    width: 189px;
    height: 145px;
  }
}
.lnws__side-content {
  display: flex;
  flex-direction: column;
}
.lnws__side-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
}
.lnws__side-excerpt p {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.lnws__side-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
}
.lnws__side-link:hover {
  text-decoration: underline;
}
.lnws__side-link-text {
  font-size: 12px;
  font-weight: 500;
}
.lnws__side-link-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.rts {
  margin-bottom: 60px;
  padding: 0 20px;
}
@media (min-width: 991px) {
  .rts {
    margin-bottom: 90px;
  }
}
.rts__content {
  position: relative;
  background: #1D2031;
  border-radius: 16px;
  padding: 32px;
}
@media (min-width: 991px) {
  .rts__content {
    padding: 60px 120px;
  }
}
.rts__tf {
  max-width: 403px;
  margin-bottom: 25px;
}
.rts__tf h2 {
  color: #fff;
  margin-bottom: 25px;
}
.rts__tf p {
  color: #fff;
}
.rts__image {
  position: relative;
  top: 0;
  right: 0;
  max-width: 500px;
  margin-top: 60px;
}
@media (min-width: 991px) {
  .rts__image {
    margin-top: 0;
    position: absolute;
    top: -25px;
    right: 60px;
  }
}

.clira {
  position: relative;
  padding: 0 20px;
  margin-bottom: 125px;
  min-height: 500px;
}
@media (min-width: 1441px) {
  .clira {
    min-height: 620px;
  }
}
.clira__content {
  width: 50%;
  max-width: 530px;
}
.clira__subtitle {
  text-transform: uppercase;
  font-size: 12px;
  color: #7771F5;
  font-weight: 700;
  letter-spacing: 6.6px;
  margin-bottom: 16px;
}
.clira__tf {
  margin-bottom: 48px;
}
.clira__tf p {
  margin-bottom: 24px;
}
.clira__tf p:nth-last-child(1) {
  margin-bottom: 0;
}
.clira__image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}
@media (min-width: 1441px) {
  .clira__image {
    max-width: 40%;
  }
}

.crila {
  padding: 0 20px;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin-bottom: 150px;
}
@media (min-width: 1441px) {
  .crila {
    min-height: 620px;
  }
}
.crila__content {
  width: 50%;
  margin-left: auto;
  max-width: 530px;
}
.crila__tf {
  margin-bottom: 24px;
}
.crila__image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50%;
}
@media (min-width: 1441px) {
  .crila__image {
    max-width: 40%;
  }
}

.tabsi {
  background-color: #7771F5;
  padding: 120px 20px;
}
.tabsi__tf {
  margin-bottom: 60px;
}
.tabsi__tf h2 {
  color: #fff;
  text-align: center;
}
.tabsi .tabsi__wrapper {
  display: flex;
  gap: 56px;
}
.tabsi .tabsi__list {
  flex: 0 0 375px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tabsi .tab-item {
  padding: 20px 24px;
  cursor: pointer;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
.tabsi .tab-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.tabsi .tab-item.active {
  background-color: #fff;
  padding: 22px 32px;
}
.tabsi .tabsi__contents {
  flex: 1;
  position: relative;
}
.tabsi .tabsi__content {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tabsi .tabsi__content.active {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.tabsi .tabsi__content p {
  color: #fff;
  margin-bottom: 16px;
}
.tabsi .tabsi__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.tabsi .tab-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.tabsi .tab-item.active .tab-title {
  color: #000;
}
.tabsi .tabsi__content {
  transform: translateX(20px);
  transition: all 0.3s ease;
}
.tabsi .tabsi__content.active {
  transform: translateX(0);
}

.aiot {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 80px 0 160px 0;
}
@media (min-width: 1441px) {
  .aiot {
    min-height: 580px;
  }
}
.aiot__wrapper {
  position: relative;
  padding-right: 50%;
}
.aiot__content {
  position: relative;
  z-index: 2;
}
.aiot__subtitle {
  text-transform: uppercase;
  font-size: 12px;
  color: #7771F5;
  font-weight: 700;
  letter-spacing: 6.6px;
  margin-bottom: 16px;
}
.aiot__tf {
  margin-bottom: 24px;
}
.aiot__tf h2 {
  margin-bottom: 24px;
}
.aiot__tf p {
  margin-bottom: 24px;
}
.aiot__tf p:nth-last-child(1) {
  margin-bottom: 0;
}
.aiot__tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aiot__tab {
  cursor: pointer;
  transition: all 0.3s ease;
}
.aiot__tab:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.aiot__tab-title {
  font-size: 16px;
  color: #919191;
  font-weight: 600;
}
.aiot__tab--active h3 {
  color: #243583;
}
.aiot__tab-title {
  margin: 0;
}
.aiot__image {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin-left: auto;
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1441px) {
  .aiot__image {
    max-width: 40%;
  }
}
.aiot__image--active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.aiot__image-img {
  max-width: 100%;
  height: auto;
}

.hiwb {
  padding: 0 20px;
  margin: 80px 0 160px 0;
}
.hiwb__tf {
  max-width: 842px;
  margin: 0 auto 36px auto;
  text-align: center;
}
.hiwb__tf h2 {
  margin-bottom: 20px;
}
.hiwb__tf p {
  margin-bottom: 20px;
}
.hiwb__tf p:nth-last-child(1) {
  margin-bottom: 0;
}
.hiwb__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 25px;
  row-gap: 52px;
}
.hiwb__box {
  background-color: #E9EBF3;
  text-align: center;
  padding: 34px 38px;
  border-radius: 40px;
}
.hiwb__box-icon {
  margin-bottom: 40px;
}
.hiwb__box-title {
  margin-bottom: 14px;
  color: #7771F5;
  font-size: 24px;
  font-weight: 600;
}
.hiwb__box-description {
  font-size: 15px;
  line-height: 147%;
  color: rgba(13, 40, 98, 0.49);
}

.ph {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 0 20px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .ph {
    min-height: 400px;
  }
}
.ph__tf {
  text-align: center;
  max-width: 730px;
  margin: 0 auto;
  padding: 0 20px;
}
.ph__tf h1 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 16px;
}
@media (min-width: 991px) {
  .ph__tf h1 {
    font-size: 48px;
    margin-bottom: 24px;
  }
}

.th {
  padding: 50px 0 80px 0;
}
@media (min-width: 768px) {
  .th {
    padding: 80px 0;
  }
}
.th__tf {
  text-align: center;
  max-width: 730px;
  margin: 0 auto;
}
.th__tf h1 {
  font-size: 48px;
  margin-bottom: 24px;
}

.pb {
  margin-bottom: 70px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .pb {
    margin-bottom: 140px;
  }
}
.pb__box {
  margin-bottom: 24px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.pb__box-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.pb__box-image {
  width: 120px;
  height: 120px;
  background: #7771F5;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb__box-title {
  font-size: 24px;
  line-height: 150%;
  color: #000;
  margin-bottom: 16px;
}
.pb__box-subtitle {
  font-size: 18px;
  line-height: 150%;
}
.pb__box-description {
  font-size: 14px;
  line-height: 30px;
}

.videosc {
  padding: 0 20px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .videosc {
    margin-bottom: 145px;
  }
}
.videosc__grid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .videosc__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.videosc__grid-item {
  background: #fff;
  box-shadow: 0 4px 52px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 16px;
}
.videosc__btn {
  width: 100%;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.videosc__image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .videosc__image {
    min-height: 288px;
  }
}
.videosc h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .videosc h3 {
    font-size: 24px;
  }
}

.faq {
  margin-bottom: 70px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .faq {
    margin-bottom: 180px;
  }
}
.faq__title-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) {
  .faq__title-description {
    margin: 0 auto 83px auto;
  }
}
.faq__content {
  display: flex;
  justify-content: space-between;
  gap: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .faq__content {
    flex-direction: row;
    gap: 20px;
  }
}
.faq__column {
  flex: 1;
}
.faq__box {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 10px;
  box-shadow: 0 4px 52px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.faq__box--active {
  background-color: #1D2031;
}
.faq__box--active .faq__box-question {
  color: white;
  background: #1D2031;
}
.faq__box-question {
  background-color: #fff;
  color: #333;
  padding: 12px 16px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .faq__box-question {
    padding: 24px;
  }
}
.faq__box-answer {
  padding: 0 24px 24px 24px;
  display: none;
  font-size: 16px;
  line-height: 1.4;
}
.faq__box-answer--visible {
  display: block;
  color: rgba(255, 255, 255, 0.65);
}
.faq__box-arrow {
  display: inline-block;
  transition: transform 0.3s;
}
.faq__box-arrow--open {
  transform: rotate(180deg);
}
.faq__box-arrow svg {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .faq__box-arrow svg {
    width: 49px;
    height: 49px;
  }
}

.hchv {
  position: relative;
  background-color: #7771F5;
  padding: 40px 20px 0 20px;
}
@media (min-width: 991px) {
  .hchv {
    padding: 120px 20px;
  }
}
.hchv::before {
  content: "";
  background-image: url("../../img/hero-top-blue.svg");
  width: 100%;
  min-height: 89px;
  background-size: cover;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  background-position: center;
}
.hchv::after {
  content: "";
  background-image: url("../../img/hero-bottom-blue.svg");
  width: 100%;
  min-height: 89px;
  background-size: cover;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  background-position: center;
}
.hchv__widget {
  width: 40%;
  height: 120%;
  position: absolute;
  right: 0;
  top: -70px;
  bottom: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 991px) {
  .hchv__widget {
    display: block;
  }
}
.hchv p {
  margin-bottom: 24px;
  line-height: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.hchv p:nth-last-child(1) {
  margin-bottom: 0;
}
.hchv__btn {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  position: relative;
  z-index: 9;
}
.hchv__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 991px) {
  .hchv__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.hchv__image {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 991px) {
  .hchv__image {
    min-height: 380px;
  }
}

.fgs {
  padding: 0 20px;
  margin: 120px 0 60px 0;
}
@media (min-width: 768px) {
  .fgs {
    margin: 140px 0 80px 0;
  }
}
.fgs__tf {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .fgs__tf {
    margin-bottom: 80px;
  }
}
.fgs__tf h2 {
  margin-bottom: 20px;
}
.fgs__boxes {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  .fgs__boxes {
    flex-direction: row;
    gap: 32px;
  }
}
.fgs__boxes-line {
  position: absolute;
  top: -30px;
  display: none;
}
@media (min-width: 768px) {
  .fgs__boxes-line {
    display: block;
  }
}
.fgs__boxes-line svg {
  width: 100%;
}
.fgs__box {
  padding: 0;
  border-radius: 16px;
  flex: 1;
  height: 100%;
}
@media (min-width: 991px) {
  .fgs__box {
    padding: 24px;
  }
}
.fgs__box svg {
  display: flex;
  margin-left: 20px;
  margin-bottom: 5px;
  height: 60px;
}
@media (min-width: 768px) {
  .fgs__box svg {
    height: 100%;
  }
}
.fgs__box:nth-last-child(2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .fgs__box:nth-last-child(2) {
    margin-top: -44px;
  }
}
.fgs__box:nth-last-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .fgs__box:nth-last-child(1) {
    margin-top: -95px;
  }
}
.fgs__box-icon {
  margin-bottom: 4px;
}
.fgs__box-title {
  margin-bottom: 14px;
  color: #7771F5;
  font-size: 24px;
  font-weight: 600;
}
.fgs__box-description {
  font-size: 15px;
  line-height: 147%;
  color: rgba(13, 40, 98, 0.49);
}

.gft {
  padding: 0 20px;
}
.gft__box {
  max-width: 844px;
  margin: 0 auto;
  padding: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #1D2031;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
@media (min-width: 768px) {
  .gft__box {
    padding: 40px 48px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.gft h2 {
  color: #fff;
  margin-bottom: 12px;
}
.gft p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.isc {
  padding: 70px 20px 0 20px;
  position: relative;
  background-color: #E9EAF2;
}
@media (min-width: 768px) {
  .isc {
    padding: 70px 20px 0 20px;
  }
}
.isc::before {
  content: "";
  background-image: url("../../img/industry-top.svg");
  width: 100%;
  min-height: 106px;
  background-size: cover;
  position: absolute;
  top: -106px;
  left: 0;
  right: 0;
  background-position: center;
}
.isc::after {
  content: "";
  background-image: url("../../img/industry-bottom.svg");
  width: 100%;
  min-height: 91px;
  background-size: cover;
  position: absolute;
  bottom: -89px;
  left: 0;
  right: 0;
  background-position: center;
  z-index: -1;
}
.isc__tf {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 48px auto;
}
@media (min-width: 768px) {
  .isc__tf {
    margin: 0 auto 64px auto;
  }
}
.isc__tf h2 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .isc__tf h2 {
    margin-bottom: 24px;
  }
}
.isc__charts {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .isc__charts {
    display: flex;
    align-items: center;
    gap: 32px;
  }
}
.isc__labels {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.isc__labels-image {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.isc__labels-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.orj {
  padding: 0 20px;
  margin: 140px 0 60px 0;
  position: relative;
}
@media (min-width: 991px) {
  .orj {
    margin: 140px 0 80px 0;
  }
}
.orj__tf {
  margin-bottom: 40px;
  max-width: 600px;
}
@media (min-width: 991px) {
  .orj__tf {
    margin-bottom: 130px;
  }
}
.orj__tf h2 {
  margin-bottom: 20px;
}
.orj__boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  position: relative;
  flex-direction: column;
}
@media (min-width: 480px) {
  .orj__boxes {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .orj__boxes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 991px) {
  .orj__boxes {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
.orj__boxes-wrapper {
  position: relative;
}
.orj__boxes-line {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
  right: 0;
  display: none;
}
@media (min-width: 991px) {
  .orj__boxes-line {
    display: block;
  }
}
.orj__boxes-line svg {
  width: 100%;
}
.orj__box {
  padding: 0;
  border-radius: 16px;
  flex: 1;
  height: 100%;
}
@media (min-width: 991px) {
  .orj__box {
    padding: 24px;
  }
}
.orj__box:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 991px) {
  .orj__box:nth-child(2) {
    margin-top: -33px;
  }
}
.orj__box:nth-child(3) {
  margin-top: 0;
}
@media (min-width: 991px) {
  .orj__box:nth-child(3) {
    margin-top: -66px;
  }
}
.orj__box:nth-child(4) {
  margin-top: 0;
}
@media (min-width: 991px) {
  .orj__box:nth-child(4) {
    margin-top: -99px;
  }
}
.orj__box:nth-child(5) {
  margin-top: 0;
}
@media (min-width: 991px) {
  .orj__box:nth-child(5) {
    margin-top: -130px;
  }
}
.orj__box-header {
  display: flex;
  align-items: center;
  gap: 4px;
}
.orj__box-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 63px;
  color: #243583;
}
.orj__box-year {
  font-size: 32px;
  font-weight: 700;
  line-height: 63px;
  color: rgba(36, 53, 131, 0.63);
  text-align: left;
}
@media (min-width: 991px) {
  .orj__box-year {
    text-align: center;
  }
}

.featured-post {
  margin-top: 48px;
  margin-bottom: 80px;
  padding: 0 20px;
}
.featured-post__title {
  margin-bottom: 1rem;
}
.featured-post__content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .featured-post__content {
    grid-template-columns: 1fr 1fr;
  }
}
.featured-post__excerpt {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.featured-post__link {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.recent-posts {
  margin-bottom: 80px;
  padding: 0 20px;
}
.recent-posts__title {
  text-align: center;
  margin-bottom: 48px;
}
.recent-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .recent-posts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recent-posts__load-more {
  text-align: center;
  margin-top: 54px;
  cursor: pointer;
}

.post-card {
  background: #fff;
  box-shadow: 0 4px 52px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 32px 24px;
  overflow: hidden;
}
.post-card__image {
  margin-bottom: 1.5rem;
}
.post-card__image img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.post-card__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.post-card__date {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: #007bff;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.post-card__link {
  text-decoration: none;
  margin-bottom: 1rem;
  display: block;
}

.post__hero {
  padding: 50px 0 0 0;
}
.post__hero-wrapper {
  background: #7771F5;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 24px;
  padding: 40px 40px 40px 64px;
}
.post__hero-time {
  font-size: 14px;
  color: #fff;
}
.post__hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.post__hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post__hero h1 {
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 8px;
  color: #fff;
}
.post__hero p {
  color: #fff;
}
.post__hero__share {
  margin-top: 20px;
}
.post__content {
  padding: 64px 0;
}
.post__content h3 {
  margin: 24px 0 16px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 63px;
}
.post__content p {
  margin-bottom: 16px;
}
.post__content figure {
  margin: 24px 0 0 0;
}
.post__content ul {
  margin-top: -12px;
}
.post__content ul li {
  color: #7771F5;
}
.post__content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.post__content-main {
  font-size: 1.1rem;
  line-height: 1.8;
}
.post__toc {
  position: sticky;
  top: 100px;
  border-radius: 5px;
}
.post__toc h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.ct {
  background: #E9EBF3;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .ct {
    padding: 48px 20px 110px 20px;
  }
}
.ct__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .ct__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.ct__tf {
  margin-bottom: 48px;
  text-align: center;
}
.ct__tf p {
  font-size: 15px;
  line-height: 30px;
}
.ct__titles {
  margin-bottom: 28px;
  font-size: 24px;
}
.ct__info {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ct__info-text {
  font-weight: 600;
  line-height: 150%;
  color: #243583;
}
.ct__info a {
  text-decoration: none;
  font-weight: 600;
  line-height: 150%;
  color: #243583;
}
.ct__info-wrapper {
  margin-bottom: 40px;
}
.ct__form {
  padding: 20px;
  border-radius: 24px;
  background: #7771F5;
}
@media (min-width: 768px) {
  .ct__form {
    padding: 32px;
  }
}
.ct__form-title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
}
.ct__form label {
  color: #fff;
  font-size: 15px;
  margin-bottom: 8px;
}
.ct__form .form-block {
  margin-bottom: 16px;
}
.ct__form .form-block:nth-last-child(1) {
  margin-bottom: 0;
}
.ct__form .wpcf7-spinner {
  position: absolute;
}
.ct__form input {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  color: #000;
  border: 0;
  outline: none;
}
.ct__form input.wpcf7-submit {
  border-radius: 100px;
  color: #7771F5;
  font-weight: 500;
  padding: 12px;
}
.ct__form textarea {
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  border: 0;
  outline: none;
}

.pricing {
  background-color: #E9EBF3;
  padding: 40px 20px 140px 20px;
}
.pricing__tf {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.pricing__block:nth-child(1) {
  width: 25%;
  min-width: 325px;
  margin-right: 8px;
}
.pricing__block:nth-child(2) {
  width: 100%;
}
.pricing__header-plan {
  background: #fff;
  margin-bottom: 8px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 16px;
  border-radius: 8px;
}
.pricing__header-list {
  background: #fff;
  padding: 0 16px 24px 16px;
  border-radius: 8px;
}
.pricing__header-list-item {
  padding: 8px 0;
  border-bottom: 1px solid #7771F5;
  color: #243583;
  font-weight: 500;
}
.pricing__header-list-item:nth-last-child(1) {
  border-bottom: 0;
}
.pricing__wrapper {
  width: 100%;
  display: flex;
  padding: 60px 0 24px 0;
  overflow-x: scroll;
}
.pricing__wrapper::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.pricing__wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* scrollbar track */
  border-radius: 10px;
}
.pricing__wrapper::-webkit-scrollbar-thumb {
  background: #243583;
  /* scrollbar handle */
  border-radius: 10px;
}
.pricing__wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* scrollbar handle on hover */
}
.pricing__wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.pricing__plan {
  min-height: 120px;
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pricing__plan-fl {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 150%;
  color: #243583;
  text-align: left;
}
.pricing__plan-cap {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
}
.pricing__plan-plan {
  font-size: 32px;
  font-weight: bold;
  line-height: 55.5px;
}
.pricing__plan-price {
  font-size: 32px;
  font-weight: bold;
  line-height: 100%;
}
.pricing__plan-price span {
  font-size: 20px;
}
.pricing__plan-list {
  padding: 0 16px 24px 16px;
}
.pricing__plan-list-item {
  padding: 8px 0;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #7771F5;
  display: flex;
  justify-content: center;
}
.pricing__plan-list-item:nth-last-child(1) {
  border-bottom: 0;
}
.pricing__plan-yearly {
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
  padding: 6px 32px;
}
.pricing__plan-yearly-wrapper {
  background: #fff;
  border-radius: 8px;
}
.pricing__plan-yearly span {
  font-size: 20px;
}
.pricing__list {
  display: flex;
  gap: 8px;
  width: 100%;
}
.pricing__list-block {
  width: 100%;
}
.pricing__list-block-wrapper {
  background: #fff;
  border-radius: 8px;
}
.pricing__list-block:nth-child(2) {
  position: relative;
}
.pricing__list-block:nth-child(2) .pricing__plan-yearly-wrapper {
  background: #7771F5;
  border-radius: 8px;
}
.pricing__list-block:nth-child(2) .pricing__list-block-wrapper {
  background: #7771F5;
  border-radius: 8px;
}
.pricing__list-block:nth-child(2)::before {
  content: "";
  background-image: url("../../img/mostpopular.svg");
  width: 148px;
  height: 33px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
}
.pricing__list-block:nth-child(2) .pricing__plan-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pricing__list-block:nth-child(2) .pricing__plan-list-item:nth-last-child(1) {
  border-bottom: 0;
}
.pricing__list-block:nth-child(2) * {
  color: #fff;
}
/*# sourceMappingURL=app.css.map */
