body {
  background-color: #F2F2F2;
}

.bd-popup {
  border-radius: 3px;
}
.bd-popup .remoda-custom-wrapper {
  grid-template-columns: 60% 42%;
  grid-template-rows: unset;
}
.bd-popup .remodal-thumbnail {
  height: 90%;
}
.bd-popup .remodal-thumbnail img {
  object-fit: contain;
}

.hbspt-form form fieldset.form-columns-1:nth-last-of-type(2) input {
  margin-bottom: 0;
}

.hbspt-form input[type=submit], form input[type=submit] {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .remodal-title {
    line-height: 1.2;
  }
  .form-columns-2 .hs_firstname {
    margin-right: 10px;
  }
  .hbspt-form fieldset.form-columns-2 .hs-form-field {
    float: left !important;
    width: 48% !important;
  }
}
.u-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .u-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 734px) {
  .section-wrapper {
    padding: 0 30px;
  }
}
.u-hero {
  margin-top: 120px;
  position: relative;
  z-index: 2;
}
.u-hero__wrap {
  position: relative;
}
.u-hero__wrap picture {
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: auto;
  z-index: -1;
}
.u-hero__title {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.21;
  max-width: 500px;
  margin-bottom: 22px;
}
.u-hero__text {
  width: 100%;
  max-width: 392px;
  margin-bottom: 49px;
}
.u-hero__text * {
  font-size: 17px;
  line-height: 1.59;
}
.u-hero__link {
  font-size: 18px;
  padding: 16px 35px;
  display: flex;
  width: fit-content;
}
@media screen and (min-width: 735px) {
  .u-hero__link.white:hover {
    color: #000;
    background-color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .u-hero__wrap {
    height: 576px;
    padding: 0 0 0 102px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .u-hero .section-wrapper {
    max-width: 900px;
  }
  .u-hero__wrap {
    padding: 96px 0 96px 10%;
  }
  .u-hero__wrap picture {
    width: 100%;
  }
  .u-hero__wrap picture img {
    border-radius: 20px;
    width: 100%;
    min-height: 500px;
    height: auto;
    object-fit: cover;
  }
  .u-hero__title {
    font-size: 32px;
    max-width: 365px;
  }
  .u-hero__text {
    max-width: 292px;
  }
  .u-hero__text * {
    font-size: 16px;
  }
  .u-hero__text br {
    display: none;
  }
  .u-hero__link {
    padding: 15px 38px;
  }
}
@media screen and (max-width: 734px) {
  .u-hero__wrap {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .u-hero__wrap picture {
    position: static;
    display: flex;
  }
  .u-hero__wrap picture img {
    min-height: 220px;
  }
  .u-hero__title {
    font-size: 28px;
    text-align: center;
    color: #000 !important;
    margin: 0 auto 13px;
  }
  .u-hero__text {
    max-width: unset;
    text-align: center;
    color: #000 !important;
    margin-bottom: 35px;
  }
  .u-hero__text br {
    display: block;
  }
  .u-hero__link {
    margin: 0 auto 55px;
  }
}

.hm-hero__subtitle {
  color: rgba(181, 181, 181, 0.7);
}

.hm-hero__company {
  max-height: 66px;
}

@media screen and (max-width: 1024px) {
  .hm-hero__companies.items-7 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 27px;
    padding-bottom: 90px;
  }
  .hm-hero__companies.items-7 .hm-hero__company:nth-last-child(-n+3) {
    translate: 60px 0;
  }
  .hm-hero__companies.items-9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    max-width: 426px;
    grid-gap: 11px 0;
    padding-bottom: 90px;
  }
  .hm-hero__companies.items-9 .hm-hero__company {
    max-width: unset;
  }
  .hm-hero__companies.items-9 .hm-hero__company:nth-child(-n+4) {
    width: 25%;
  }
  .hm-hero__companies.items-9 .hm-hero__company:nth-child(n+5):nth-child(-n+7) {
    width: 33%;
  }
  .hm-hero__companies.items-9 .hm-hero__company:nth-child(n+8) {
    width: 50%;
  }
  .hm-hero__companies.items-9 .hm-hero__company:nth-child(8) {
    translate: 40px 0;
  }
  .hm-hero__companies.items-9 .hm-hero__company:nth-child(9) {
    translate: -40px 0;
  }
  .hm-hero__subtitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 734px) {
  .hm-hero__companies.items-7 {
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-template-rows: auto auto auto; /* 3 rows */
    grid-template-areas: "item1 item2 item3" "item4 item5 ." "item6 item7 .";
  }
  .hm-hero__companies.items-7 .hm-hero__company:nth-last-child(-n+3) {
    translate: unset;
  }
  .hm-hero__companies.items-7 .hm-hero__company:nth-child(1) {
    grid-area: item1;
  }
  .hm-hero__companies.items-7 .hm-hero__company:nth-child(2) {
    grid-area: item2;
  }
  .hm-hero__companies.items-7 .hm-hero__company:nth-child(3) {
    grid-area: item3;
  }
  .hm-hero__companies.items-7 .hm-hero__company:nth-child(4) {
    grid-area: item4;
    translate: 60px 0;
  }
  .hm-hero__companies.items-7 .hm-hero__company:nth-child(5) {
    grid-area: item5;
    translate: 60px 0;
  }
  .hm-hero__companies.items-7 .hm-hero__company:nth-child(6) {
    grid-area: item6;
    translate: 60px 0;
  }
  .hm-hero__companies.items-7 .hm-hero__company:nth-child(7) {
    grid-area: item7;
    translate: 60px 0;
  }
  .hm-hero__companies.items-9 .hm-hero__company:nth-child(8) {
    translate: 20px 0;
  }
  .hm-hero__companies.items-9 .hm-hero__company:nth-child(9) {
    translate: -20px 0;
  }
}
.video-remodal {
  max-width: 1041px;
}
.video-remodal-block {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: 0;
}
.video-remodal video, .video-remodal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.black-section {
  background-color: #000;
  padding: 240px 0 120px;
  transform: translateY(-175px);
  border-radius: 40px;
  position: relative;
}
.black-section.fitxpress-section {
  margin-bottom: 190px;
  padding-bottom: 460px;
}
.black-section.fitxpress-section .u-product {
  position: absolute;
  width: 100%;
  bottom: -11%;
}
@media screen and (max-width: 1024px) {
  .black-section.fitxpress-section {
    margin-bottom: 110px;
    padding-bottom: 300px;
  }
  .black-section.fitxpress-section .u-product {
    bottom: -18vw;
  }
}
@media screen and (max-width: 734px) {
  .black-section.fitxpress-section {
    padding-bottom: 250px;
    margin-bottom: 160px;
  }
  .black-section.fitxpress-section .u-product {
    bottom: -47vw;
  }
}
.black-section.benefits-section {
  margin-bottom: 160px;
}
.black-section.benefits-section .u-product.mobile_tailor {
  bottom: -8%;
}
@media screen and (max-width: 1024px) {
  .black-section.benefits-section {
    margin-bottom: 110px;
  }
  .black-section.benefits-section .u-product.mobile_tailor {
    bottom: -18vw;
  }
}
@media screen and (max-width: 734px) {
  .black-section.benefits-section {
    margin-bottom: 180px;
    padding-bottom: 270px;
  }
  .black-section.benefits-section .u-product.mobile_tailor {
    bottom: -47vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1470px) and (max-height: 870px) {
  .black-section {
    padding: 200px 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .black-section {
    padding: 250px 0 100px;
    margin-bottom: -70px;
  }
}
@media screen and (max-width: 734px) {
  .black-section {
    transform: translateY(-110px);
    padding: 190px 0 100px;
    margin-bottom: -30px;
    border-radius: 20px;
  }
}

.problem-solution {
  margin-bottom: 130px;
}
.problem-solution__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.problem-solution__item {
  display: flex;
  align-items: center;
  padding: 60px 76px;
  border: 2px solid #222;
  background-color: #151515;
  border-radius: 20px;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.problem-solution__item:first-child {
  width: 24.5%;
  padding: 60px;
}
.problem-solution__item:first-child .problem-solution__text * {
  color: #B5B5B5;
}
.problem-solution__item:last-child {
  width: 74.5%;
  background-color: #143DFF;
  border-color: #143DFF;
}
.problem-solution__title {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
}
.problem-solution__text {
  width: 100%;
  min-width: 373px;
  max-width: 373px;
  margin-left: 4vw;
}
.problem-solution__text h3 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.problem-solution__text p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.problem-solution__arrow {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: flex;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .problem-solution .problem-solution__item {
    min-height: 440px;
  }
}
@media screen and (max-width: 1024px) {
  .problem-solution {
    margin-bottom: 100px;
  }
  .problem-solution__list {
    flex-direction: column;
  }
  .problem-solution__list.active .problem-solution__item:first-child {
    width: 100%;
    padding: 54px 54px 71px;
  }
  .problem-solution__list.active .problem-solution__item:first-child .problem-solution__arrow {
    transform: rotate(135deg);
  }
  .problem-solution__list.active .problem-solution__item:last-child {
    width: 100%;
  }
  .problem-solution__list.active .problem-solution__item:last-child .problem-solution__text {
    opacity: 1;
    visibility: visible;
  }
  .problem-solution__list.active .problem-solution__item:last-child .problem-solution__arrow {
    bottom: 50%;
    translate: 0 50%;
  }
  .problem-solution__list:not(.active) .problem-solution__item:first-child .problem-solution__text {
    opacity: 1;
    visibility: visible;
  }
  .problem-solution__list:not(.active) .problem-solution__item:first-child .problem-solution__arrow {
    bottom: 50%;
    translate: 0 50%;
  }
  .problem-solution__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 54px !important;
  }
  .problem-solution__item:first-child {
    width: 100%;
    margin-bottom: 18px;
  }
  .problem-solution__item:last-child {
    width: 100%;
  }
  .problem-solution__item:last-child .problem-solution__text {
    display: none;
  }
  .problem-solution__text {
    min-width: unset;
    max-width: unset;
    margin-left: 0;
    padding: 30px 0 20px;
  }
  .problem-solution__text p {
    font-size: 16px;
  }
  .problem-solution__title {
    font-size: 32px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 734px) {
  .problem-solution__item {
    padding: 54px 28px !important;
  }
}

.u-features__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 46px;
  border-bottom: 1.5px solid #707070;
}
.u-features__wrapper svg {
  width: fit-content;
  height: fit-content;
}
.u-features__link {
  font-size: 18px;
  display: flex;
  width: fit-content;
  margin: 70px auto 0;
  padding: 16px 35px;
}
.u-features__subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27;
  color: #fff;
  margin-bottom: 10px;
}
.u-features__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.37;
  color: #B5B5B5;
}
.u-features__block {
  border-radius: 20px;
  border: 2px solid #222;
  background-color: #151515;
  padding: 0 36px;
  position: relative;
}
.u-features.style_1 .u-features__btn {
  font-size: 11.239px;
  line-height: 17.662px;
  letter-spacing: -0.328px;
  color: #fff;
  padding: 2px 17px;
  border-radius: 51.38px;
  background-color: #143DFF;
}
.u-features.style_1 .u-features__list {
  display: grid;
  grid-template-columns: 42% 28% 28%;
  grid-gap: 10px;
}
.u-features.style_1 .u-features__list > .u-features__item .u-features__block {
  padding-top: 50px;
  padding-bottom: 19px;
}
.u-features.style_1 .u-features__list > .u-features__item > .u-features__block {
  margin-bottom: 10px;
}
.u-features.style_1 .u-features__list > .u-features__item .u-features__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
.u-features.style_1 .u-features__list > .u-features__item .u-features__blocks .u-features__block {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 17px;
}
.u-features.style_1 .u-features__list > .u-features__item .u-features__blocks .u-features__block .u-features__icon {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.u-features.style_1 .u-features__list > .u-features__item .u-features__text {
  padding-bottom: 130px;
  max-width: 209px;
}
.u-features.style_1 .u-features__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.u-features.style_1 .u-features__bg img {
  width: 100%;
  height: auto;
}
.u-features.style_1 .u-features__button {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.408px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #143DFF;
  margin-bottom: 33px;
  padding: 10px;
}
.u-features.style_1 .u-features__counter {
  font-size: 16px;
  font-weight: 500;
  color: #7E7E7E;
  text-align: center;
  background-color: #2A2A2A;
  padding: 11px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.u-features.style_1 .u-features__list_outer {
  margin-bottom: 39px;
}
.u-features.style_1 .u-features__item_outer {
  position: relative;
}
.u-features.style_1 .u-features__item_outer:not(:last-child) {
  margin-bottom: 23px;
}
.u-features.style_1 .u-features__check svg {
  width: fit-content;
  height: fit-content;
}
.u-features.style_1 .u-features__vs {
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.u-features.style_1 .u-features__vs svg {
  width: 30px;
  height: 30px;
}
.u-features.style_1 .u-features__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.u-features.style_1 .u-features__date {
  padding: 0 0 10px 7px;
}
.u-features.style_1 .u-features__grey {
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  background: #2A2A2A;
  box-shadow: 0 0 14.5px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 14px 14px 21px;
}
.u-features.style_1 .u-features__more {
  font-size: 10px;
  color: #7E7E7E;
  letter-spacing: -0.408px;
  padding: 2px 16px;
  border-radius: 33px;
  border: 1px solid var(--Grey, #7E7E7E);
}
.u-features.style_1 .u-features__gif {
  transform: translateX(-20px);
}
.u-features.style_1 .u-features__gif img {
  width: 95px;
  height: 95px;
}
.u-features.style_1 .u-features__contents {
  display: contents;
}
.u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:first-child {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:first-child .u-features__text {
  max-width: 183px;
}
.u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:last-child {
  padding-top: 30px;
  padding-bottom: 34px;
}
.u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:last-child .u-features__text {
  max-width: 226px;
}
.u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:last-child .u-features__date, .u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:last-child .u-features__item_inner {
  font-weight: 500;
  color: #7E7E7E;
  letter-spacing: -0.408px;
}
.u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:last-child .u-features__date {
  font-size: 14px;
}
.u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:last-child .u-features__item_inner {
  font-size: 12px;
}
.u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:last-child .u-features__item_inner:not(:last-child) {
  padding-bottom: 5px;
}
.u-features.style_1 .u-features__contents .u-features__item:nth-child(2) .u-features__block:first-child {
  padding: 42px 30px 28px 50px;
  margin-bottom: 10px;
}
.u-features.style_1 .u-features__contents .u-features__item:nth-child(2) .u-features__block:nth-child(2) {
  padding: 50px 50px 35px;
}
.u-features.style_1 .u-features__contents .u-features__item:nth-child(2) .u-features__block:nth-child(2) .u-features__text:first-child {
  text-align: center;
  margin-bottom: 15px;
}
.u-features.style_1 .u-features__contents .u-features__item:nth-child(2) .u-features__number {
  margin-bottom: 20px;
}
@media screen and (min-width: 735px) and (max-width: 1024px) {
  .u-features.style_1 .u-features__bg img {
    max-height: 310px;
  }
}
@media screen and (max-width: 1024px) {
  .u-features.style_1 .u-features__list {
    grid-template-columns: 1fr;
  }
  .u-features.style_1 .u-features__list > .u-features__item .u-features__blocks .u-features__block {
    padding-top: 30px;
  }
  .u-features.style_1 .u-features__list > .u-features__item .u-features__text {
    padding-bottom: 14px;
  }
  .u-features.style_1 .u-features__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1.5fr;
    grid-auto-flow: dense;
    grid-gap: 10px;
  }
  .u-features.style_1 .u-features__contents .u-features__block {
    padding: 28px !important;
  }
  .u-features.style_1 .u-features__contents .u-features__item {
    display: contents;
  }
  .u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2;
  }
  .u-features.style_1 .u-features__contents .u-features__item:last-child .u-features__block:nth-child(2) {
    grid-column-start: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 27px;
    align-items: center;
  }
  .u-features.style_1 .u-features__contents .u-features__item:last-child .u-features__block:nth-child(2) .u-features__right {
    order: 2;
  }
  .u-features.style_1 .u-features__contents .u-features__item .u-features__block {
    margin-bottom: 0 !important;
  }
  .u-features.style_1 .u-features__button {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 734px) {
  .u-features.style_1 .u-features__contents {
    display: flex;
    flex-direction: column;
  }
  .u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:last-child .u-features__item_inner {
    font-size: 14px;
  }
  .u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:first-child .u-features__subtitle {
    margin-bottom: 0;
    text-align: left;
  }
  .u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:first-child .u-features__text {
    text-align: left;
  }
  .u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:nth-child(2) {
    grid-row: unset;
    grid-column: unset;
  }
  .u-features.style_1 .u-features__contents .u-features__item:nth-child(2) .u-features__number {
    display: flex;
    justify-content: center;
  }
  .u-features.style_1 .u-features__contents .u-features__item:first-child .u-features__block:last-child .u-features__text {
    max-width: unset;
  }
  .u-features.style_1 .u-features__contents .u-features__item:last-child .u-features__block:first-child .u-features__text {
    max-width: 228px;
    margin: 0 auto;
  }
  .u-features.style_1 .u-features__contents .u-features__item:last-child .u-features__block:nth-child(2) {
    grid-template-columns: 1fr;
  }
  .u-features.style_1 .u-features__contents .u-features__item:last-child .u-features__block:nth-child(2) .u-features__right {
    order: 1;
    max-width: 180px;
    margin: 0 auto;
  }
  .u-features.style_1 .u-features__contents .u-features__item:last-child .u-features__block:nth-child(2) .u-features__left {
    order: 2;
  }
  .u-features.style_1 .u-features__contents .u-features__item:last-child .u-features__block:nth-child(2) .u-features__left .u-features__text {
    max-width: 209px;
    margin: 0 auto;
  }
  .u-features.style_1 .u-features__contents .u-features__subtitle {
    text-align: center;
  }
  .u-features.style_1 .u-features__contents .u-features__text {
    text-align: center;
  }
  .u-features.style_1 .u-features__button {
    font-size: 12px;
    margin: 0 auto;
  }
  .u-features.style_1 .u-features__more {
    font-size: 12px;
  }
  .u-features.style_1 .u-features__list > .u-features__item .u-features__text {
    max-width: 141px;
  }
  .u-features.style_1 .u-features__block {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
  }
  .u-features.style_1 .u-features__blocks .u-features__block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-features.style_1 .u-features__blocks .u-features__block .u-features__subtitle {
    text-align: center;
  }
  .u-features.style_1 .u-features__bg {
    width: 100%;
    height: 100%;
    right: -15%;
    justify-content: flex-end;
  }
  .u-features.style_1 .u-features__bg img {
    width: auto;
    object-fit: contain;
  }
}
.u-features.style_2 .u-features__outer svg {
  width: fit-content;
  height: fit-content;
}
.u-features.style_2 .u-features__content {
  display: grid;
  grid-template-columns: 69% 30%;
  grid-gap: 10px;
}
.u-features.style_2 .u-features__img {
  display: flex;
  justify-content: center;
}
.u-features.style_2 .u-features__img img, .u-features.style_2 .u-features__img video {
  width: 94%;
  height: auto;
}
.u-features.style_2 .u-features__list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  height: fit-content;
}
.u-features.style_2 .u-features__list .u-features__block {
  position: relative;
}
.u-features.style_2 .u-features__list .u-features__block.block_1 {
  width: 59.2%;
  padding-bottom: 30px;
}
.u-features.style_2 .u-features__list .u-features__block.block_1 .u-features__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.u-features.style_2 .u-features__list .u-features__block.block_1 .u-features__bg img {
  width: 100%;
  height: auto;
}
.u-features.style_2 .u-features__list .u-features__block.block_1 .u-features__subtitle {
  margin-top: 70px;
}
.u-features.style_2 .u-features__list .u-features__block.block_1 .u-features__text {
  margin-bottom: 35px;
}
.u-features.style_2 .u-features__list .u-features__block.block_1 .u-features__gif {
  display: flex;
  position: relative;
  left: -20px;
  bottom: -20px;
}
.u-features.style_2 .u-features__list .u-features__block.block_1 .u-features__gif img {
  width: 95px;
  height: 95px;
}
.u-features.style_2 .u-features__list .u-features__block.block_2 {
  width: 39.5%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.u-features.style_2 .u-features__list .u-features__block.block_2 .u-features__bg {
  padding: 58px 0 33px;
}
.u-features.style_2 .u-features__list .u-features__block.block_3, .u-features.style_2 .u-features__list .u-features__block.block_4 {
  display: grid;
  grid-template-columns: 49% 50%;
  align-items: flex-end;
  padding: 30px 14px 0 36px;
  grid-gap: 10px;
}
.u-features.style_2 .u-features__list .u-features__block.block_3 .u-features__text, .u-features.style_2 .u-features__list .u-features__block.block_4 .u-features__text {
  padding-bottom: 30px;
}
.u-features.style_2 .u-features__list .u-features__block.block_3 .u-features__bg, .u-features.style_2 .u-features__list .u-features__block.block_4 .u-features__bg {
  display: flex;
}
.u-features.style_2 .u-features__list .u-features__block.block_3 .u-features__bg img, .u-features.style_2 .u-features__list .u-features__block.block_4 .u-features__bg img {
  width: 100%;
  height: auto;
  max-width: 170px;
}
.u-features.style_2 .u-features__list .u-features__block.block_3 {
  width: 50%;
  grid-template-columns: 44% 60%;
}
.u-features.style_2 .u-features__list .u-features__block.block_3 .u-features__bg img {
  max-width: unset;
}
.u-features.style_2 .u-features__list .u-features__block.block_4 {
  width: 48.7%;
}
.u-features.style_2 .u-features__item .u-features__block {
  padding-bottom: 30px;
}
.u-features.style_2 .u-features__item .u-features__outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  position: relative;
  max-width: 234px;
  width: 100%;
  margin: 0 auto -127px;
  translate: 0 -162px;
}
.u-features.style_2 .u-features__item .u-features__outer svg {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  z-index: 1;
}
.u-features.style_2 .u-features__item .u-features__outer_item {
  border-radius: 7.803px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 9.428px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.0392374992px);
  padding: 20px 9px 9px;
}
.u-features.style_2 .u-features__item .u-features__outer_item:last-child .u-features__btn {
  margin-left: auto;
}
.u-features.style_2 .u-features__item .u-features__inner {
  margin-bottom: 20px;
}
.u-features.style_2 .u-features__item .u-features__date, .u-features.style_2 .u-features__item .u-features__inner_item {
  font-size: 11.054px;
  letter-spacing: -0.265px;
  color: #fff;
}
.u-features.style_2 .u-features__item .u-features__date {
  font-weight: 700;
  margin-bottom: 8px;
}
.u-features.style_2 .u-features__item .u-features__inner_item {
  font-weight: 600;
}
.u-features.style_2 .u-features__item .u-features__inner_item:not(:last-child) {
  margin-bottom: 2px;
}
.u-features.style_2 .u-features__item .u-features__btn {
  font-size: 8.453px;
  font-weight: 600;
  color: #A4A4A4;
  letter-spacing: -0.265px;
  padding: 2px 16px 3px;
  border-radius: 21.457px;
  border: 0.65px solid #A4A4A4;
  width: fit-content;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .u-features.style_2 .u-features__content {
    grid-template-columns: 1fr;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block {
    width: 100%;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_1 {
    order: 1;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_2 {
    order: 3;
    flex-direction: row-reverse;
    align-items: center;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_2 .u-features__information {
    padding-left: 36px;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_3 {
    order: 2;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_4 {
    order: 4;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_3, .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_4 {
    align-items: center;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_3 .u-features__bg img, .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_4 .u-features__bg img {
    width: 100%;
    height: 215px;
    max-width: unset;
    object-fit: contain;
  }
  .u-features.style_2 .u-features__content .u-features__item .u-features__outer {
    margin: 0;
    translate: unset;
  }
  .u-features.style_2 .u-features__content .u-features__item .u-features__block {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    padding-bottom: 0;
  }
  .u-features.style_2 .u-features__img {
    margin-bottom: -170px;
    width: 50%;
  }
  .u-features.style_2 .u-features__wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 50%;
  }
  .u-features.style_2 .u-features__text {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 734px) {
  .u-features.style_2 .u-features__text {
    margin-bottom: 0;
  }
  .u-features.style_2 .u-features__img {
    width: auto;
  }
  .u-features.style_2 .u-features__img video {
    width: 80%;
  }
  .u-features.style_2 .u-features__wrap {
    width: auto;
  }
  .u-features.style_2 .u-features__list .u-features__block.block_1 {
    overflow: hidden;
  }
  .u-features.style_2 .u-features__list .u-features__block.block_1 .u-features__subtitle {
    margin-top: 28px;
  }
  .u-features.style_2 .u-features__list .u-features__block.block_1 .u-features__bg {
    width: 100%;
    height: 100%;
    right: -23vw;
    justify-content: flex-end;
  }
  .u-features.style_2 .u-features__list .u-features__block.block_1 .u-features__bg img {
    width: auto;
    object-fit: contain;
  }
  .u-features.style_2 .u-features__list .u-features__block.block_2 {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 26px 30px;
  }
  .u-features.style_2 .u-features__list .u-features__block.block_2 .u-features__text {
    margin-bottom: 0;
  }
  .u-features.style_2 .u-features__list .u-features__block.block_2 .u-features__bg {
    order: 1;
    padding: 0;
  }
  .u-features.style_2 .u-features__list .u-features__block.block_2 .u-features__information {
    order: 2;
    padding-left: 25px !important;
  }
  .u-features.style_2 .u-features__item {
    position: relative;
  }
  .u-features.style_2 .u-features__item .u-features__block {
    padding: 28px 0 38px 30px !important;
  }
  .u-features.style_2 .u-features__item .u-features__img {
    position: absolute;
    top: 0;
    right: -14vw;
    margin-bottom: unset;
    max-width: 244px;
  }
  .u-features.style_2 .u-features__item .u-features__img img, .u-features.style_2 .u-features__item .u-features__img video {
    width: 100%;
    object-fit: cover;
  }
  .u-features.style_2 .u-features__item .u-features__outer {
    width: 168px;
    order: 1;
  }
  .u-features.style_2 .u-features__item .u-features__outer svg {
    width: 24px;
    height: 24px;
    bottom: -12px;
  }
  .u-features.style_2 .u-features__item .u-features__info {
    position: relative;
  }
  .u-features.style_2 .u-features__item .u-features__text {
    margin-bottom: 27px;
  }
  .u-features.style_2 .u-features__item .u-features__inner {
    margin-bottom: 14px;
  }
  .u-features.style_2 .u-features__item .u-features__date, .u-features.style_2 .u-features__item .u-features__inner_item {
    font-size: 8px;
  }
  .u-features.style_2 .u-features__item .u-features__btn {
    font-size: 6.354px;
  }
  .u-features.style_2 .u-features__item .u-features__wrap {
    display: grid;
    grid-template-columns: 1fr;
    width: 50%;
    margin-right: auto;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_3, .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_4 {
    padding: 10px 25px 0 30px;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_3 .u-features__text, .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_4 .u-features__text {
    padding-bottom: 0;
  }
  .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_3 .u-features__bg img, .u-features.style_2 .u-features__content .u-features__list > div.u-features__block.block_4 .u-features__bg img {
    height: auto;
  }
}
.u-features.style_3 .u-features__list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.u-features.style_3 .u-features__img {
  display: flex;
}
.u-features.style_3 .u-features__img img, .u-features.style_3 .u-features__img video {
  width: 100%;
  height: auto;
}
.u-features.style_3 .u-features__block {
  display: flex;
}
.u-features.style_3 .u-features__block.block_1 {
  width: 60%;
  padding: 0 50px;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.u-features.style_3 .u-features__block.block_1 .u-features__img {
  padding-right: 30px;
}
.u-features.style_3 .u-features__block.block_1 .u-features__img video {
  max-height: 450px;
}
.u-features.style_3 .u-features__block.block_1 .u-features__information {
  margin-bottom: 30px;
}
.u-features.style_3 .u-features__block.block_2 {
  width: 39%;
  padding: 0 0 8px 36px;
}
.u-features.style_3 .u-features__block.block_2 .u-features__information {
  position: absolute;
  max-width: 220px;
  left: 36px;
  bottom: 30px;
}
.u-features.style_3 .u-features__block.block_3 {
  width: 28%;
  padding: 34px 42px;
  flex-direction: column-reverse;
}
.u-features.style_3 .u-features__block.block_3 .u-features__img {
  margin-bottom: 23px;
}
.u-features.style_3 .u-features__block.block_4 {
  width: 47%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  padding: 31px 27px 34px 36px;
}
.u-features.style_3 .u-features__block.block_4 .u-features__information {
  width: 35%;
}
.u-features.style_3 .u-features__block.block_4 .u-features__img {
  width: 60%;
}
.u-features.style_3 .u-features__block.block_5 {
  width: 23%;
  flex-direction: column-reverse;
  padding: 50px 38px 34px 27px;
}
.u-features.style_3 .u-features__block.block_5 .u-features__img {
  margin-bottom: 18px;
}
.u-features.style_3 .u-features__block.block_5 .u-features__img img {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 1024px) {
  .u-features.style_3 .u-features__list {
    flex-direction: column;
  }
  .u-features.style_3 .u-features__block.block_1 {
    width: 100%;
    padding: 10px 30px 0;
    align-items: center;
    order: 1;
  }
  .u-features.style_3 .u-features__block.block_1 .u-features__information {
    margin-bottom: 0;
  }
  .u-features.style_3 .u-features__block.block_1 .u-features__img video {
    max-height: 300px;
  }
  .u-features.style_3 .u-features__block.block_1 .u-features__text br {
    display: none;
  }
  .u-features.style_3 .u-features__block.block_2 {
    width: 100%;
    order: 4;
    padding: 0 0 0 36px;
  }
  .u-features.style_3 .u-features__block.block_2 .u-features__information {
    bottom: 30px;
  }
  .u-features.style_3 .u-features__block.block_2 .u-features__img {
    width: 100%;
  }
  .u-features.style_3 .u-features__block.block_3 {
    width: 100%;
    order: 2;
    flex-direction: row-reverse;
    align-items: center;
    padding: 40px 120px;
  }
  .u-features.style_3 .u-features__block.block_3 .u-features__img {
    margin: 0 36px 0 0;
    width: 50%;
    justify-content: flex-end;
  }
  .u-features.style_3 .u-features__block.block_3 .u-features__img img {
    width: 90%;
  }
  .u-features.style_3 .u-features__block.block_3 .u-features__information {
    width: 50%;
  }
  .u-features.style_3 .u-features__block.block_4 {
    width: 100%;
    order: 3;
    padding: 30px 30px 30px 36px;
  }
  .u-features.style_3 .u-features__block.block_5 {
    width: 100%;
    order: 5;
    padding: 28px 120px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .u-features.style_3 .u-features__block.block_5 .u-features__img {
    margin-bottom: 0;
    width: 90px;
    min-width: 90px;
  }
  .u-features.style_3 .u-features__block.block_5 .u-features__img img {
    width: 90px;
    height: 90px;
  }
  .u-features.style_3 .u-features__block.block_5 .u-features__information {
    width: 90%;
    margin-left: 55px;
  }
}
@media screen and (max-width: 734px) {
  .u-features.style_3 .u-features__block.block_1 {
    flex-direction: column;
    padding: 38px 26px 0;
  }
  .u-features.style_3 .u-features__block.block_1 .u-features__subtitle {
    text-align: center;
  }
  .u-features.style_3 .u-features__block.block_1 .u-features__img img, .u-features.style_3 .u-features__block.block_1 video {
    max-width: 224px;
  }
  .u-features.style_3 .u-features__block.block_1 .u-features__text {
    text-align: center;
    margin-bottom: 8px;
  }
  .u-features.style_3 .u-features__block.block_1 .u-features__text br {
    display: none;
  }
  .u-features.style_3 .u-features__block.block_1 .u-features__img {
    padding-right: 0;
  }
  .u-features.style_3 .u-features__block.block_2 {
    padding-bottom: 85px;
  }
  .u-features.style_3 .u-features__block.block_3 {
    padding: 30px 26px;
  }
  .u-features.style_3 .u-features__block.block_3 .u-features__img {
    width: auto;
    margin: 0 26px 0 0;
  }
  .u-features.style_3 .u-features__block.block_3 .u-features__img img {
    width: 100%;
  }
  .u-features.style_3 .u-features__block.block_3 .u-features__information {
    width: auto;
  }
  .u-features.style_3 .u-features__block.block_4 {
    flex-direction: column;
    padding: 40px;
  }
  .u-features.style_3 .u-features__block.block_4 .u-features__information {
    width: 100%;
  }
  .u-features.style_3 .u-features__block.block_4 .u-features__img {
    width: 100%;
  }
  .u-features.style_3 .u-features__block.block_4 .u-features__text {
    text-align: center;
    margin-bottom: 20px;
  }
  .u-features.style_3 .u-features__block.block_4 .u-features__subtitle {
    text-align: center;
  }
  .u-features.style_3 .u-features__block.block_5 {
    padding: 26px;
  }
  .u-features.style_3 .u-features__block.block_5 .u-features__information {
    padding-left: 20px;
    width: auto;
    margin-left: 0;
  }
  .u-features.style_3 .u-features__block.block_5 .u-features__img {
    width: auto;
    min-width: unset;
  }
  .u-features.style_3 .u-features__block.block_5 .u-features__img img {
    width: 73px;
    height: 73px;
    min-width: 73px;
  }
}
.u-features.style_4 .u-features__list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  height: fit-content;
}
.u-features.style_4 .u-features__list > div.u-features__block {
  width: 100%;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_1 {
  width: 36.5%;
  padding-bottom: 30px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__img img {
  width: 100%;
  max-height: 330px;
  height: auto;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__subtitle {
  margin-top: 70px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__text {
  margin-bottom: 35px;
  max-width: 183px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__gif {
  display: flex;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__gif img {
  width: 95px;
  height: 95px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_2 {
  width: 23%;
  padding-top: 55px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_2 .u-features__img {
  margin-bottom: 25px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_3 {
  width: 38.5%;
  padding: 0 0 0 36px;
  overflow: hidden;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_3 .u-features__information {
  position: absolute;
  max-width: 188px;
  left: 36px;
  bottom: 30px;
  z-index: 1;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_3 .u-features__img {
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
  width: 108%;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_3 .u-features__img img {
  width: 100%;
  height: auto;
  max-height: 334px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_4 {
  width: 27.5%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 34px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_4 .u-features__img {
  margin-bottom: 23px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_5 {
  width: 32%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 32px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_5 .u-features__img {
  margin-bottom: 21px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_5 .u-features__text {
  max-width: 200px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_6 {
  width: 38%;
  padding-top: 110px;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_6 .u-features__img {
  position: absolute;
  top: 27px;
  right: 0;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_6 .u-features__img img {
  width: 100%;
  height: auto;
  max-width: 260px;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_6 .u-features__information {
  position: relative;
  z-index: 1;
}
.u-features.style_4 .u-features__list > div.u-features__block.block_6 .u-features__text {
  max-width: 184px;
}
@media screen and (max-width: 1024px) {
  .u-features.style_4 .u-features__list > div.u-features__block.block_1 {
    width: 100%;
    order: 1;
    padding-bottom: 5px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__gif {
    position: relative;
    left: -15px;
    bottom: 0;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__img {
    max-width: 200px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__text {
    max-width: unset;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_2 {
    width: 100%;
    order: 3;
    flex-direction: row-reverse;
    align-items: center;
    padding: 40px 40px 40px 65px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_2 .u-features__img {
    margin: 0 60px 0 0;
    display: flex;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_2 .u-features__img img {
    width: 140px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_3 {
    width: 100%;
    order: 5;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_3 .u-features__img img {
    max-height: 278px;
    object-fit: contain;
    object-position: right;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_3 .u-features__information {
    max-width: 288px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_4 {
    width: 100%;
    order: 2;
    flex-direction: row-reverse;
    align-items: center;
    padding: 40px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_4 .u-features__img {
    margin-bottom: 0;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_4 .u-features__img img {
    width: 158px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_4 .u-features__information {
    padding-left: 36px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_5 {
    width: 100%;
    order: 4;
    padding: 40px 50px;
    justify-content: center;
    align-items: center;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_5 .u-features__subtitle br {
    display: none;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_5 .u-features__text {
    max-width: unset;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_5 .u-features__img {
    margin-bottom: 30px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_6 {
    width: 100%;
    order: 6;
    padding: 27px 0 34px 35px;
    overflow: hidden;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_6 .u-features__img {
    top: 5px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_6 .u-features__img img {
    width: 100%;
    height: auto;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_6 .u-features__text {
    max-width: 284px;
  }
}
@media screen and (max-width: 734px) {
  .u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__information {
    max-width: 163px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__text {
    max-width: 140px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__subtitle {
    margin-top: 28px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_1 .u-features__img {
    max-width: 233px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_2 {
    padding: 30px 30px 30px 45px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_2 .u-features__img {
    margin: 0 35px 0 0;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_2 .u-features__img img {
    min-width: 70px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_3 .u-features__information {
    max-width: 188px;
    left: 30px;
    bottom: 20px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_4 {
    padding: 30px 28px 30px 26px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_4 .u-features__information {
    padding-left: 25px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_4 .u-features__img {
    margin-bottom: 0;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_4 .u-features__img img {
    min-width: 100px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_5 {
    padding: 30px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_6 {
    padding: 30px 0 30px 30px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_6 .u-features__img {
    top: 15px;
    right: -67px;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_6 .u-features__img img {
    width: 80%;
  }
  .u-features.style_4 .u-features__list > div.u-features__block.block_6 .u-features__text {
    max-width: 184px;
  }
}
@media screen and (max-width: 1024px) {
  .u-features__title {
    font-size: 36px;
  }
  .u-features__wrapper {
    padding-bottom: 5px;
  }
  .u-features__wrapper svg {
    width: 30px;
  }
}

.accuracy-block {
  padding: 4rem 1rem;
  background: #f8f8f8;
  text-align: center;
}
.accuracy-block__subtitle {
  color: #4189ff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
}
.accuracy-block__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0.5rem 0 2rem;
}
.accuracy-block__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.accuracy-block__cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
  max-width: 300px;
}
.accuracy-block__cards--left, .accuracy-block__cards--right {
  flex: 1;
}
.accuracy-block__center-image {
  max-width: 300px;
}
.accuracy-block__center-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.accuracy-card {
  background: #fff;
  padding: 1.25rem;
  border-radius: 1rem;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.accuracy-card__icon {
  margin-bottom: 0.75rem;
}
.accuracy-card__icon img {
  width: 32px;
  height: 32px;
}
.accuracy-card__title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.accuracy-card__text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.u-best {
  padding-bottom: 200px;
}
.u-best__title {
  text-align: center;
  margin-bottom: 65px;
}
.u-best__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 732px;
  margin: 0 auto;
  overflow: hidden;
}
.u-best__item {
  border-radius: 20px 20px 0 0;
  background-color: #151515;
  padding: 56px 0 66px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
.u-best__item:first-child {
  transform: unset !important;
}
.u-best__item:not(:first-child) .u-best__text {
  display: none;
}
.u-best__item:last-child {
  padding: 56px 0 46px;
  border-radius: 20px;
}
.u-best__item.active {
  background-color: #F2F2F2;
}
.u-best__item.active .u-best__subtitle {
  color: #000;
}
.u-best__item.active .u-best__subtitle svg {
  rotate: 90deg;
}
.u-best__item.active .u-best__subtitle svg path {
  stroke: #000;
}
.u-best__item.active .u-best__text {
  color: #000;
}
.u-best__item:not(.active) {
  box-shadow: 0px -6px 16px 0px rgba(64, 64, 64, 0.25);
}
.u-best__subtitle {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-best__subtitle svg {
  margin-left: 30px;
  width: fit-content;
  height: fit-content;
  transition: 0.3s ease;
}
.u-best__subtitle svg path {
  transition: 0.3s ease;
}
.u-best__text {
  padding-top: 20px;
  color: #fff;
  text-align: center;
  max-width: 415px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .u-best__subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 734px) {
  .u-best__title {
    margin-bottom: 45px;
  }
  .u-best__title br {
    display: none;
  }
  .u-best__text {
    padding: 20px 20px 0;
  }
  .u-best__text br {
    display: none;
  }
}

.black-wrap {
  border-radius: 40px;
  background-color: #000;
  padding: 128px 0 128px;
  position: relative;
  margin-bottom: 300px;
}
.black-wrap.get_started {
  padding-bottom: 1px;
  margin-bottom: 120px;
}
.black-wrap.get_started .u-best {
  padding-bottom: 40px;
}
.black-wrap.bg-image {
  padding-bottom: 270px;
}
.black-wrap.bg-image .u-best {
  padding-bottom: 70px;
}
@media screen and (max-width: 734px) {
  .black-wrap {
    padding: 90px 0 0;
  }
}

.u-get {
  position: absolute;
  bottom: -170px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.u-get__wrap {
  width: 100%;
}
.u-get.bg-image .u-get__wrap {
  margin: 0 auto 0;
  padding: 128px 30px;
  border-radius: 20px;
}
.u-get.bg-image .u-get__title {
  margin-bottom: 36px;
  text-align: center;
}
.u-get.bg-image .u-get__btn {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 50px;
  transition: 0.3s ease;
}
.u-get.bg-image .u-get__btn:hover {
  color: #fff;
  background-color: #000;
}
.u-get.gradient .u-get__wrap {
  background: linear-gradient(152deg, #143DFF 30.65%, #0C2599 105.08%);
  max-width: 732px;
  margin: 0 auto;
  padding: 65px 73px 67px;
  border-radius: 40px;
}
.u-get.gradient .u-get__title {
  margin-bottom: 15px;
  text-align: center;
}
.u-get.gradient .u-get__text {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  max-width: 412px;
  margin: 0 auto 28px;
}
.u-get.gradient .u-get__btn {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 87px;
  transition: 0.3s ease;
}
.u-get.gradient .u-get__btn:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .u-get.gradient {
    bottom: -210px;
    padding-bottom: 100px;
  }
  .u-get.gradient .u-get__wrap {
    padding: 65px 60px 60px;
  }
}
@media screen and (max-width: 734px) {
  .u-get.gradient {
    bottom: -250px;
    padding-bottom: 0;
  }
  .u-get.gradient .u-get__wrap {
    padding: 60px 40px;
  }
  .u-get.gradient .u-get__text {
    font-size: 16px;
  }
  .u-get.gradient .section-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 734px) {
  .u-get.gradient .u-get__wrap, .u-get.bg-image .u-get__wrap {
    border-radius: 20px;
  }
  .u-get.gradient .u-get__btn {
    min-width: 260px;
    padding: 13px 17px;
    text-align: center;
    justify-content: center;
  }
  .u-get .section-wrapper {
    padding: 0;
  }
}

/*# sourceMappingURL=use-cases-bmi.css.map */
