.promo {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .promo {
    background-image: none;
    padding: 30px 0px;
  }
}
.promo .title-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .promo .title-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .promo .title-wrap {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }
}
.promo .title-wrap .title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .promo .title-wrap .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .promo .title-wrap .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
}
.promo .title-wrap .subttle {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .promo .title-wrap .subttle {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .promo .title-wrap .subttle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-width: 280px;
    margin: 0 auto;
  }
}
.promo .promo_a {
  position: relative;
  padding: 0px 0 0;
}
.promo .promo_a .a_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.promo .promo_a .a_wrap .a_left {
  max-width: 520px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap .a_left {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_left {
    max-width: none;
    text-align: center;
  }
}
.promo .promo_a .a_wrap .a_left .a_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.promo .promo_a .a_wrap .a_left .a_row .a_title {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
  letter-spacing: -0.56px;
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap .a_left .a_row .a_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_left .a_row .a_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
}
.promo .promo_a .a_wrap .a_left .a_row .a_text {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap .a_left .a_row .a_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_left .a_row .a_text {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.promo .promo_a .a_wrap .a_left .a_row .btn-group {
  max-width: none;
  width: 100%;
}
.promo .promo_a .a_wrap .a_left .a_row .btn-group .btn-primary {
  max-width: 390px;
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
}
.promo .promo_a .a_wrap .a_cards {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap .a_cards {
    margin: 40px 0 0;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 20px 200px 20px 180px;
  grid-template-columns: 180px 200px 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 40px 0 0;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .cards_itm {
  border-radius: 0px 0px 8px 8px;
  border: 0.6px solid #d8d8d8;
  background: #fff;
  border-radius: 8px;
  width: 180px;
  height: 180px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .cards_itm {
    width: 105px;
    height: 105px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .cards_itm._ad {
  background: linear-gradient(
    143deg,
    rgba(115, 193, 255, 0.5) 0%,
    rgba(19, 89, 224, 0.5) 100%
  );
  border-radius: 8px;
  width: 200px;
  height: 200px;
  position: relative;
  border: 5px solid #fdc830;
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .cards_itm._ad .itemrs-wrp {
  padding: 5px;
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .cards_itm._ad {
    width: 115px;
    height: 115px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .line_ad {
  color: #151515;
  font-size: 8.167px;
  font-style: normal;
  font-weight: 800;
  line-height: 10.889px; /* 133.333% */
  -webkit-transform: matrix(0.82, 0.58, -0.57, 0.82, 0, 0);
  transform: matrix(0.82, 0.58, -0.57, 0.82, 0, 0);
  border-radius: 5.444px;
  background: #fdc830;
  text-align: center;
  width: 100px;
  padding: 3px 0;
  position: absolute;
  right: -30px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .line_ad {
    font-size: 6.97959px;
    line-height: 9px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp {
  text-align: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp {
    gap: 0;
    padding: 0;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-title {
    font-size: 9.30612px;
    line-height: 14px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-boost {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-boost {
    font-size: 18px;
    line-height: normal;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-click {
  font-family: Raleway;
  color: #1d1f21;
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-click {
    font-size: 10.4694px;
    line-height: normal;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .slder-row {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .cart-cover {
  max-width: 180px;
  width: 100%;
  height: 125px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .promo
    .promo_a
    .a_wrap
    .a_cards
    .cards_wrap
    .itemrs-wrp
    .slder-row
    .cart-cover {
    max-width: none;
    height: 125px;
  }
}
@media screen and (max-width: 768px) {
  .promo
    .promo_a
    .a_wrap
    .a_cards
    .cards_wrap
    .itemrs-wrp
    .slder-row
    .cart-cover {
    max-width: none;
    height: 55px;
  }
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .cart-cover
  img {
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
  -o-object-position: top;
  object-position: top;
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .slder-row .prof-link {
  width: 16px;
  height: 16px;
  right: 5px;
  height: 10px;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .prof-link
  .ico-profile {
  width: 16px;
  height: 16px;
  background-size: cover;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .peapl-veritifyed {
  width: 7px;
  height: 7px;
  background-size: cover;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .promo
    .promo_a
    .a_wrap
    .a_cards
    .cards_wrap
    .itemrs-wrp
    .slder-row
    .peapl-veritifyed {
    width: 7px;
    height: 7px;
    background-size: cover;
    margin: 0 5px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .slder-row .sart-data {
  position: relative;
  padding: 5px 5px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0px 0px 16px 16px;
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .slder-row .dags-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .nick-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .nick-wraper
  .peapl-nick {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 4.66667px;
  line-height: 7px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #212423;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .nick-wraper
  .peapl-nick
  a {
  text-decoration: none;
  color: rgba(27, 32, 33, 0.5);
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .nick-wraper
  .peapl-nick
  .ads {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 4.66667px;
  line-height: 7px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #212423;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .nme-blok {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .nme-blok
  .papl-name {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 6.66667px;
  line-height: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.333333px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #212423;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .nme-blok
  .papl-name
  a {
  color: #000000;
  text-decoration: none;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .nme-blok
  .prfile-cost {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 6.66667px;
  line-height: 9px;
  letter-spacing: -0.333333px;
  color: #6ba6ff;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer {
  border-top: 1px solid #e6e6e6;
  margin: 5px 0;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row {
  padding: 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 4.66667px;
  line-height: 7px;
  color: #7a8598;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .like-counter,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .photo-counter,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .video-counter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .like-counter
  .like-icon,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .like-counter
  .photo-icon,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .like-counter
  .video-icon,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .photo-counter
  .like-icon,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .photo-counter
  .photo-icon,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .photo-counter
  .video-icon,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .video-counter
  .like-icon,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .video-counter
  .photo-icon,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .video-counter
  .video-icon {
  width: 7.33px;
  height: 7.33px;
  background-size: contain;
  background-repeat: no-repeat;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .like-counter
  span {
  margin-top: 2px;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .photo-counter
  span {
  margin-top: 2px;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .slder-row
  .dags-wrap
  .data-fer
  .data-row
  .video-counter
  span {
  margin-top: 2px;
}

.promote_i {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -120px 0 0;
}
@media screen and (max-width: 1199px) {
  .promote_i {
    margin: 0;
  }
}
.promote_i .promoter-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #000000;
  max-width: 632px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .promote_i .promoter-title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000000;
    margin: 50px auto 0;
  }
}
.promote_i .promote_cards {
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.promote_i .promote_cards .promote_items:nth-child(1),
.promote_i .promote_cards .promote_items:nth-child(2),
.promote_i .promote_cards .promote_items:nth-child(3) {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 1199px) {
  .promote_i .promote_cards .promote_items:nth-child(1),
  .promote_i .promote_cards .promote_items:nth-child(2),
  .promote_i .promote_cards .promote_items:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promote_i .promote_cards .promote_items:nth-child(1),
  .promote_i .promote_cards .promote_items:nth-child(2),
  .promote_i .promote_cards .promote_items:nth-child(3) {
    width: 100%;
  }
}
.promote_i .promote_cards .promote_items:nth-child(4) {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1199px) {
  .promote_i .promote_cards .promote_items:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promote_i .promote_cards .promote_items:nth-child(4) {
    width: 100%;
  }
}
.promote_i .promote_cards .promote_items:nth-child(5) {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1199px) {
  .promote_i .promote_cards .promote_items:nth-child(5) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promote_i .promote_cards .promote_items:nth-child(5) {
    width: 100%;
  }
}
.promote_i .promote_cards .md-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .promote_i .promote_cards .md-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .promote_i .promote_cards .md-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.promote_i .promote_cards .otems-wrap {
  border-radius: 16px;
  border: 1px solid rgba(115, 193, 255, 0.4);
  background: #fff;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  min-height: 240px;
}
@media screen and (max-width: 1199px) {
  .promote_i .promote_cards .otems-wrap {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .promote_i .promote_cards .otems-wrap {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.promote_i .promote_cards .otems-wrap .otm-icon {
  width: 48px;
  height: 48px;
}
.promote_i .promote_cards .otems-wrap .otm-icon .otm-icon_1 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='url(%23paint0_linear_66_3177)'/%3E%3Cpath d='M19.8574 28.6791L23.1821 32.1078C24.7465 27.6136 26.0495 25.6416 29.0003 22.9648' stroke='white' stroke-width='1.71' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.286 10H21.142C19.2687 10 17.75 11.5187 17.75 13.392V13.3943C17.75 15.2676 19.2687 16.7863 21.142 16.7863H27.286C29.1593 16.7863 30.678 15.2676 30.678 13.3943V13.392C30.678 11.5187 29.1593 10 27.286 10Z' stroke='white' stroke-width='1.71429' stroke-linejoin='round'/%3E%3Cpath d='M17.7814 13.707C16.9753 13.8074 16.1781 13.9118 15.3907 14.0086C14.2957 14.1431 13.4303 15.0209 13.3528 16.1214C12.8824 22.8033 12.8824 29.1161 13.3528 35.7981C13.4303 36.8986 14.2959 37.7792 15.3953 37.8712C21.4473 38.3786 26.9813 38.3786 33.0334 37.8712C34.1328 37.7792 34.9984 36.8986 35.0758 35.7981C35.5461 29.1161 35.5461 22.8033 35.0758 16.1214C34.9984 15.0209 34.1328 14.1431 33.038 14.0086C32.2505 13.9118 31.4533 13.8074 30.6472 13.707' stroke='white' stroke-width='1.71429'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_66_3177' x1='0' y1='0' x2='98.9118' y2='52.4257' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF'/%3E%3Cstop offset='1' stop-color='%231359E0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
}
.promote_i .promote_cards .otems-wrap .otm-icon .otm-icon_2 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='url(%23paint0_linear_66_3190)'/%3E%3Cg clip-path='url(%23clip0_66_3190)'%3E%3Cmask id='mask0_66_3190' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='8' y='8' width='32' height='32'%3E%3Cpath d='M40 8H8V40H40V8Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_66_3190)'%3E%3Cpath d='M13.8945 13.8984L14.7363 14.7402' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 9.71484V10.9053' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.2881 24H37.0977' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9034 24H9.71289' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.1016 13.8984L33.2598 14.7402' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.6175 20.6336C31.3024 21.8151 31.6588 23.1584 31.6494 24.524C31.6435 25.9408 31.2426 27.3278 30.4916 28.5292C30.2408 28.9304 30.006 29.282 29.7899 29.6055C29.0115 30.771 28.4776 31.5703 28.3284 32.9988H19.6707C19.5243 31.5236 18.9828 30.7222 18.1387 29.473C17.9679 29.2203 17.7848 28.9492 17.59 28.6506C16.844 27.5066 16.4178 26.1838 16.3556 24.8195C16.2934 23.4552 16.5975 22.0992 17.2364 20.8921C17.8753 19.6851 18.8256 18.671 19.9888 17.9553C21.1519 17.2395 22.4854 16.8481 23.8508 16.8217C25.2163 16.7954 26.5639 17.135 27.7538 17.8053C28.9436 18.4756 29.9324 19.4522 30.6175 20.6336Z' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.645 38.2852H21.3594' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_66_3190' x1='0' y1='0' x2='98.9118' y2='52.4257' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF'/%3E%3Cstop offset='1' stop-color='%231359E0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_66_3190'%3E%3Crect width='32' height='32' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
}
.promote_i .promote_cards .otems-wrap .otm-icon .otm-icon_3 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='url(%23paint0_linear_66_3209)'/%3E%3Cpath d='M29.1719 23.6224C32.0318 23.6224 34.3503 21.3039 34.3503 18.444C34.3503 16.2316 32.9631 14.3433 31.0108 13.6016' stroke='white' stroke-width='1.71' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4572 22.594C23.5574 22.594 26.0706 20.0808 26.0706 16.9806C26.0706 13.8804 23.5574 11.3672 20.4572 11.3672C17.357 11.3672 14.8438 13.8804 14.8438 16.9806C14.8438 20.0808 17.357 22.594 20.4572 22.594Z' stroke='white' stroke-width='1.71' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.0587 30.4791C31.8045 32.3079 29.9504 35.835 26.6514 35.835H14.2623C10.9632 35.835 9.10911 32.3079 11.8549 30.4791C14.3179 28.8388 17.2757 27.8828 20.4568 27.8828C23.638 27.8828 26.5959 28.8388 29.0587 30.4791Z' stroke='white' stroke-width='1.71'/%3E%3Cpath d='M26.1738 35.8352H34.0263C37.0696 35.8352 38.7802 32.5815 36.2472 30.8942C35.5477 30.4283 34.805 30.0225 34.0263 29.6836' stroke='white' stroke-width='1.71' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_66_3209' x1='0' y1='0' x2='98.9118' y2='52.4257' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF'/%3E%3Cstop offset='1' stop-color='%231359E0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
}
.promote_i .promote_cards .otems-wrap .otm-icon .otm-icon_4 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='url(%23paint0_linear_66_3223)'/%3E%3Cpath d='M26.9707 8.94141V16.8259C26.9707 18.1844 28.0704 19.2318 29.4282 19.271C32.8442 19.3697 37.8698 20.2908 37.8698 26.4265' stroke='white' stroke-width='1.71' stroke-linejoin='round'/%3E%3Cpath d='M10.8242 24.3015C10.8242 20.8586 10.9312 17.4987 11.1347 14.2563C11.2835 11.885 13.1661 9.99805 15.5364 9.83508C18.3227 9.64351 21.0151 9.54297 24.3528 9.54297C25.4555 9.54297 26.4876 9.55395 27.476 9.57554C28.4617 9.59709 29.4195 9.92392 30.2 10.5263C32.6435 12.4122 34.2606 14.0317 36.0422 16.324C37.2192 17.8387 37.8289 19.7133 37.8599 21.6314C37.8744 22.5154 37.8816 23.4057 37.8816 24.3015C37.8816 27.7445 37.7745 31.1045 37.5712 34.3469C37.4224 36.7181 35.5396 38.605 33.1695 38.7681C30.3831 38.9596 27.6906 39.0601 24.3528 39.0601' stroke='white' stroke-width='1.71' stroke-linecap='round'/%3E%3Cpath d='M28.4 29.9247C28.5891 28.0205 28.5892 26.9746 28.4 25.1536C26.579 24.9644 25.5331 24.9645 23.6289 25.1536' stroke='white' stroke-width='1.52454' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.3945 25.1758C28.3945 25.1758 21.8363 32.259 20.7602 32.8101C19.3495 33.5327 18.9373 30.1964 17.3524 30.1964C15.3795 30.1964 11.4336 36.3974 11.4336 36.3974' stroke='white' stroke-width='1.71' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_66_3223' x1='0' y1='0' x2='98.9118' y2='52.4257' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF'/%3E%3Cstop offset='1' stop-color='%231359E0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
}
.promote_i .promote_cards .otems-wrap .otm-icon .otm-icon_5 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='url(%23paint0_linear_66_3237)'/%3E%3Cmask id='mask0_66_3237' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='8' y='8' width='32' height='32'%3E%3Cpath d='M40 8H8V40H40V8Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_66_3237)'%3E%3Cpath d='M23.9966 38.2863C31.8865 38.2863 38.2823 31.8904 38.2823 24.0005C38.2823 16.1108 31.8865 9.71484 23.9966 9.71484C16.1069 9.71484 9.71094 16.1108 9.71094 24.0005C9.71094 31.8904 16.1069 38.2863 23.9966 38.2863Z' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.9961 26.2852H15.9961C15.9961 28.5708 18.2818 33.1422 23.9961 33.1422C29.7104 33.1422 31.9961 28.5708 31.9961 26.2852Z' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.168 19.4141V21.0141' stroke='white' stroke-width='1.71429' stroke-linecap='round'/%3E%3Cpath d='M29.8203 19.4141V21.0141' stroke='white' stroke-width='1.71429' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_66_3237' x1='0' y1='0' x2='98.9118' y2='52.4257' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF'/%3E%3Cstop offset='1' stop-color='%231359E0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
}
.promote_i .promote_cards .otems-wrap .otm-title {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
.promote_i .promote_cards .otems-wrap .otm-text {
  color: rgba(49, 49, 49, 0.7);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}

.rws {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}

.all-pages._promote_bg {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0 140px;
}
@media screen and (max-width: 1199px) {
  .all-pages._promote_bg {
    margin: 0;
  }
  .all-pages._promote_bg:before {
    display: none;
  }
}
.all-pages._promote_bg .body-page {
  padding: 60px 0;
}
@media screen and (max-width: 1199px) {
  .all-pages._promote_bg .body-page {
    padding: 60px 0 0;
  }
}

.subscribe_block {
  border-radius: 12px;
  border: 1px solid rgba(115, 193, 255, 0.4);
  background: #f9faff;
  margin: 120px 0 0;
}
.subscribe_block .subc_row {
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.subscribe_block .subc_row .block_label {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  display: block;
}
.subscribe_block .subc_row .subc_title {
  color: #1d1f21;
  text-align: center;
  font-family: Raleway;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.48px;
  max-width: 610px;
  margin: 0 auto;
}
.subscribe_block .subc_row .subc_text {
  color: var(--body, rgba(49, 49, 49, 0.7));
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  max-width: 760px;
  margin: 0 auto;
}
.subscribe_block .form-row {
  position: relative;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.subscribe_block .form-row .icon-group .input-block {
  position: relative;
}
.subscribe_block .form-row .icon-group .input-block .t_field {
  border-radius: 8px;
  border: 1px solid #73c1ff;
  background: #fff;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  padding: 15px 30px;
  width: calc(100% - 60px);
}
.subscribe_block .form-row .icon-group .input-block .telg {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L24 12L0 24V0ZM0 9.6V14.4L10.5 12L0 9.6Z' fill='%235196FF'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 15px;
}
.subscribe_block .form-row .btn-gr {
  position: relative;
}
.subscribe_block .form-row .btn-gr .btn-primary {
  background: #73c1ff;
  border-radius: 24px;
  padding: 18px 0;
  width: 100%;
}
.first_sub {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(115, 193, 255, 0.4);
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .first_sub {
    padding: 20px 0;
  }
}
.first_sub:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='278' height='287' viewBox='0 0 278 287' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M254.641 159.241C266.902 89.7053 220.472 23.3961 150.936 11.1351C81.4002 -1.12595 15.0908 45.3043 2.82972 114.84C-9.43131 184.375 36.999 250.685 106.535 262.946C176.071 275.207 242.38 228.777 254.641 159.241Z' stroke='url(%23paint0_linear_66_3742)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M229.048 145.383C240.427 80.8527 197.339 19.3168 132.809 7.93847C68.2788 -3.43989 6.74277 39.648 -4.63562 104.178C-16.014 168.708 27.0739 230.244 91.604 241.622C156.134 253 217.67 209.913 229.048 145.383Z' stroke='url(%23paint1_linear_66_3742)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M203.456 131.524C213.952 71.9995 174.206 15.2371 114.682 4.74139C55.1573 -5.75434 -1.60521 33.9911 -12.101 93.5154C-22.5967 153.04 17.1488 209.802 76.6732 220.298C136.198 230.794 192.96 191.048 203.456 131.524Z' stroke='url(%23paint2_linear_66_3742)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M177.865 117.667C187.478 63.1481 151.075 11.1591 96.5566 1.54604C42.0379 -8.06705 -9.95124 28.336 -19.5644 82.8546C-29.1775 137.373 7.22569 189.362 61.7444 198.975C116.263 208.588 168.252 172.185 177.865 117.667Z' stroke='url(%23paint3_linear_66_3742)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M152.271 103.808C161.001 54.2955 127.941 7.07992 78.4275 -1.65054C28.9145 -10.381 -18.3012 22.6797 -27.0317 72.1926C-35.7621 121.705 -2.70136 168.921 46.8117 177.652C96.3247 186.382 143.54 153.321 152.271 103.808Z' stroke='url(%23paint4_linear_66_3742)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M126.678 89.9498C134.526 45.4426 104.808 3.00049 60.3004 -4.84733C15.7931 -12.6952 -26.6492 17.0232 -34.497 61.5304C-42.3448 106.038 -12.6265 148.48 31.8809 156.328C76.3882 164.175 118.83 134.457 126.678 89.9498Z' stroke='url(%23paint5_linear_66_3742)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M101.086 76.0925C108.051 36.591 81.6749 -1.07775 42.1733 -8.04294C2.67167 -15.0081 -34.9971 11.3678 -41.9623 50.8693C-48.9276 90.3709 -22.5516 128.04 16.9501 135.005C56.4517 141.97 94.1205 115.594 101.086 76.0925Z' stroke='url(%23paint6_linear_66_3742)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M75.4932 62.2337C81.5757 27.7379 58.5421 -5.15745 24.0462 -11.24C-10.4498 -17.3225 -43.3451 5.71099 -49.4277 40.2068C-55.5103 74.7027 -32.4767 107.598 2.01927 113.681C36.5152 119.763 69.4106 96.7296 75.4932 62.2337Z' stroke='url(%23paint7_linear_66_3742)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M45.3694 47.5766C50.5693 18.0864 30.8781 -10.0355 1.38784 -15.2354C-28.1024 -20.4353 -56.2244 -0.744179 -61.4243 28.746C-66.6242 58.2362 -46.933 86.3581 -17.4428 91.558C12.0475 96.7579 40.1694 77.0667 45.3694 47.5766Z' stroke='url(%23paint8_linear_66_3742)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M19.7748 33.7192C24.0921 9.23472 7.74333 -14.1137 -16.7412 -18.431C-41.2258 -22.7483 -64.5743 -6.39952 -68.8916 18.085C-73.2089 42.5695 -56.8601 65.9179 -32.3755 70.2352C-7.89095 74.5525 15.4576 58.2037 19.7748 33.7192Z' stroke='url(%23paint9_linear_66_3742)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_66_3742' x1='106.361' y1='263.931' x2='151.109' y2='10.1502' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.18'/%3E%3Cstop offset='0.911458' stop-color='%238ABEE9' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_66_3742' x1='91.4304' y1='242.607' x2='132.982' y2='6.95363' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.18'/%3E%3Cstop offset='0.911458' stop-color='%238ABEE9' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_66_3742' x1='76.4996' y1='221.283' x2='114.855' y2='3.75655' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.18'/%3E%3Cstop offset='0.911458' stop-color='%238ABEE9' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_66_3742' x1='61.5707' y1='199.96' x2='96.7301' y2='0.561206' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.18'/%3E%3Cstop offset='0.911458' stop-color='%238ABEE9' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_66_3742' x1='46.638' y1='178.636' x2='78.601' y2='-2.63537' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.18'/%3E%3Cstop offset='0.911458' stop-color='%238ABEE9' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_66_3742' x1='31.7072' y1='157.312' x2='60.4739' y2='-5.83217' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.18'/%3E%3Cstop offset='0.911458' stop-color='%238ABEE9' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_66_3742' x1='16.7764' y1='135.99' x2='42.3468' y2='-9.02777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.18'/%3E%3Cstop offset='0.911458' stop-color='%238ABEE9' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_66_3742' x1='1.84562' y1='114.665' x2='24.2197' y2='-12.2248' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.18'/%3E%3Cstop offset='0.911458' stop-color='%238ABEE9' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_66_3742' x1='-17.6164' y1='92.5428' x2='1.5614' y2='-16.2202' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.18'/%3E%3Cstop offset='0.911458' stop-color='%238ABEE9' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_66_3742' x1='-32.5492' y1='71.22' x2='-16.5677' y2='-19.4158' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.18'/%3E%3Cstop offset='0.911458' stop-color='%238ABEE9' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 278px;
  height: 287px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .first_sub:after {
    display: none;
  }
}
.first_sub:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='487' height='281' viewBox='0 0 487 281' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.0654 344.516C19.0252 219.52 102.488 100.324 227.484 78.2834C352.48 56.2432 471.677 139.705 493.717 264.702C515.758 389.698 432.295 508.894 307.299 530.934C182.302 552.974 63.1056 469.512 41.0654 344.516Z' stroke='url(%23paint0_linear_66_3756)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M86.9131 319.69C66.454 203.661 143.929 93.016 259.958 72.5569C375.987 52.0979 486.633 129.573 507.092 245.602C527.551 361.631 450.076 472.276 334.047 492.735C218.018 513.194 107.372 435.719 86.9131 319.69Z' stroke='url(%23paint1_linear_66_3756)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M132.759 294.864C113.881 187.802 185.368 85.7081 292.43 66.8302C399.492 47.9523 501.587 119.44 520.465 226.501C539.343 333.563 467.855 435.657 360.793 454.535C253.731 473.413 151.637 401.926 132.759 294.864Z' stroke='url(%23paint2_linear_66_3756)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M178.604 270.04C161.308 171.945 226.807 78.4022 324.902 61.1055C422.997 43.8088 516.541 109.308 533.837 207.403C551.134 305.498 485.634 399.041 387.539 416.338C289.445 433.634 195.901 368.135 178.604 270.04Z' stroke='url(%23paint3_linear_66_3756)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M224.45 245.215C208.734 156.087 268.247 71.0949 357.374 55.3793C446.502 39.6637 531.494 99.1758 547.21 188.303C562.926 277.431 503.413 362.423 414.286 378.139C325.158 393.854 240.166 334.342 224.45 245.215Z' stroke='url(%23paint4_linear_66_3756)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M270.298 220.388C256.163 140.228 309.688 63.7868 389.848 49.6523C470.009 35.5179 546.45 89.0425 560.585 169.203C574.719 249.363 521.194 325.804 441.034 339.939C360.873 354.073 284.432 300.549 270.298 220.388Z' stroke='url(%23paint5_linear_66_3756)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M316.143 195.565C303.59 124.371 351.127 56.4814 422.321 43.9281C493.514 31.3748 561.404 78.9119 573.957 150.105C586.511 221.298 538.974 289.188 467.78 301.742C396.587 314.295 328.697 266.758 316.143 195.565Z' stroke='url(%23paint6_linear_66_3756)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M361.991 170.739C351.019 108.513 392.568 49.1737 454.795 38.2016C517.021 27.2295 576.36 68.779 587.332 131.005C598.304 193.231 556.755 252.57 494.528 263.542C432.302 274.514 372.963 232.965 361.991 170.739Z' stroke='url(%23paint7_linear_66_3756)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M415.954 144.482C406.563 91.2226 442.125 40.4347 495.384 31.0437C548.643 21.6528 599.431 57.2148 608.822 110.474C618.213 163.733 582.651 214.52 529.392 223.911C476.133 233.302 425.345 197.74 415.954 144.482Z' stroke='url(%23paint8_linear_66_3756)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cpath d='M461.801 119.658C453.992 75.3658 483.566 33.1291 527.858 25.3193C572.15 17.5094 614.387 47.0839 622.197 91.3757C630.006 135.668 600.432 177.904 556.14 185.714C511.848 193.524 469.611 163.949 461.801 119.658Z' stroke='url(%23paint9_linear_66_3756)' stroke-opacity='0.5' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_66_3756' x1='307.472' y1='531.919' x2='227.311' y2='77.2985' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2373C1FF' stop-opacity='0.83'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_66_3756' x1='334.221' y1='493.72' x2='259.785' y2='71.5721' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2373C1FF' stop-opacity='0.83'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_66_3756' x1='360.967' y1='455.52' x2='292.257' y2='65.8454' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2373C1FF' stop-opacity='0.83'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_66_3756' x1='387.713' y1='417.322' x2='324.729' y2='60.1206' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2373C1FF' stop-opacity='0.83'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_66_3756' x1='414.459' y1='379.123' x2='357.201' y2='54.3944' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2373C1FF' stop-opacity='0.83'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_66_3756' x1='441.208' y1='340.924' x2='389.675' y2='48.6675' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2373C1FF' stop-opacity='0.83'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_66_3756' x1='467.954' y1='302.726' x2='422.147' y2='42.9432' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2373C1FF' stop-opacity='0.83'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_66_3756' x1='494.702' y1='264.527' x2='454.621' y2='37.2168' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2373C1FF' stop-opacity='0.83'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_66_3756' x1='529.565' y1='224.896' x2='495.21' y2='30.0589' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2373C1FF' stop-opacity='0.83'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_66_3756' x1='556.314' y1='186.699' x2='527.685' y2='24.3344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2373C1FF' stop-opacity='0.83'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 487px;
  height: 281px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .first_sub:before {
    display: none;
  }
}
.first_sub .sub_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .first_sub .sub_row {
    padding: 0 30px;
  }
}
.first_sub .sub_block-title {
  color: #1d1f21;
  text-align: center;
  font-family: Raleway;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
  letter-spacing: -0.56px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .first_sub .sub_block-title {
    color: #1d1f21;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
  }
}
.first_sub .btn_group {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.first_sub .btn_group .btn {
  max-width: none;
  width: 100%;
}

.v3 {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.v3 .block-wrapper {
  border-radius: 8px;
  background: #fff;
  position: relative;
  border: 1px solid rgb(115, 193, 255);
}
.v3 .block-wrapper:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='411' viewBox='0 0 1200 411' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1356.23 101.485C1283.57 -9.26479 905.295 -97.0331 682.214 235.729C459.133 568.491 -23.0027 337.025 -78.4903 251.466' stroke='%237207FA' stroke-width='1.70514'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 411px;
  display: block;
  position: absolute;
  top: 50px;
}
.v3 .block-wrapper:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='281' viewBox='0 0 1200 281' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1326.34 68.4936C1286.31 1.5628 1250.27 -16.2437 1085.62 19.353C893.383 60.9135 846.999 -7.55317 640.106 37.1756C422.869 84.1408 366.389 256.969 173.326 278.017C-19.7372 299.066 -141.168 44.869 -177 14.0693' stroke='%237207FA' stroke-opacity='0.2' stroke-width='1.70514' stroke-dasharray='17.05 17.05'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 66.6666666667%;
  display: block;
  position: absolute;
  background-size: cover;
  bottom: 20px;
  left: 0;
}
.v3 .block-content {
  padding: 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .v3 .block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .v3 .block-content {
    padding: 30px 30px;
  }
}
.v3 .block-side {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
}
@media screen and (max-width: 1199px) {
  .v3 .block-side {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .v3 .block-side {
    max-width: none;
  }
}
.v3 .side-label {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  padding: 3px 10px;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .v3 .side-label {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .v3 .side-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
}
.v3 .side-label a {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}
.v3 .side-title {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
  letter-spacing: -0.56px;
  padding: 20px 0;
}
@media screen and (max-width: 1199px) {
  .v3 .side-title {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) {
  .v3 .side-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.02em;
  }
}
.v3 .side-list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .v3 .side-list {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 768px) {
  .v3 .side-list {
    padding: 0px 0px;
  }
}
.v3 .side-list ul {
  list-style: none;
  padding: 30px 0;
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
}
@media screen and (max-width: 1199px) {
  .v3 .side-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  .v3 .side-list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.v3 .side-list ul li {
  margin-bottom: 15px;
  position: relative;
  padding: 0 40px;
}
.v3 .side-list ul li:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%237207FA'/%3E%3Cpath d='M15.6673 7.5L9.25065 13.9167L6.33398 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.v3 .side-button {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.v3 .side-button._pc {
  display: block;
}
@media screen and (max-width: 1199px) {
  .v3 .side-button._pc {
    display: none;
  }
}
.v3 .side-button._tablet {
  display: none;
}
@media screen and (max-width: 1199px) {
  .v3 .side-button._tablet {
    display: block;
  }
}
.v3 .side-button .btn-primary {
  border-radius: 8px;
  background: #7207fa;
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.2px;
}
@media screen and (max-width: 768px) {
  .v3 .side-button .btn-primary {
    display: block;
    width: calc(100% - 40px);
  }
}
.v3 .side-button .btn-primary:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(116, 24, 236, 0.4196078431);
  box-shadow: 0 0 0 4px rgba(116, 24, 236, 0.4196078431);
}
.v3 .cover-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v3 .cover-wrapper._pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .v3 .cover-wrapper._pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .v3 .cover-wrapper._pc {
    display: none;
    padding: 0;
    margin: 0;
  }
}
.v3 .cover-wrapper._md {
  display: none;
}
@media screen and (max-width: 768px) {
  .v3 .cover-wrapper._md {
    display: block;
    padding: 30px 0 0;
  }
}
.v3 .cover-wrapper .cover-group {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.v3 .cover-wrapper .cover-item {
  max-width: 275px;
  border-radius: 12.625px;
}
.v3 .cover-wrapper .cover-item img {
  max-width: none;
  width: 100%;
}
