@charset "UTF-8";
.franchise {
  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;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.franchise__header {
  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;
  gap: 20px;
  text-align: center;
  width: 100%;
}
.franchise__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  color: #000;
}
.franchise__subtitle {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: #000;
}
.franchise__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.franchise__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.franchise__card-image {
  width: 100%;
  height: 244.56px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #e0e0e0;
  margin-bottom: 24px;
}
.franchise__card-content {
  padding: 0 32px 24px;
  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;
  text-align: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.franchise__card-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.franchise__card-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.franchise__card-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.market {
  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;
  gap: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.market__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
.market__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.market__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 200px;
  padding: 73px 19px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 12px;
  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;
  text-align: center;
  gap: 12px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.market__item--shield {
  background-image: url("/img/marketBanner1.png");
}
.market__item--repeat {
  background-image: url("/img/marketBanner2.png");
}
.market__item--calendar {
  background-image: url("/img/marketBanner3.png");
}
.market__item--building {
  background-image: url("/img/marketBanner4.png");
}
.market__item-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
.market__item-desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}

.stats {
  width: 100%;
  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;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.stats__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
.stats__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stats__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 180px;
  padding: 32px 20px;
  background: #FEEEE7;
  border-radius: 18px;
  outline: 4px solid #C20E1A;
  outline-offset: -4px;
  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;
  text-align: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.stats__number {
  margin: 0;
  color: #C20E1A;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
}
.stats__label {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.features {
  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;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.features__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
          flex: 1 1 calc(33.333% - 20px);
  min-width: 240px;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  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;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features__content {
  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;
  text-align: center;
  gap: 12px;
  width: 100%;
}
.features__title {
  margin: 0;
  color: #000;
  font-size: 31.9px;
  font-weight: 600;
  line-height: 32px;
}
.features__subtitle {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
.features__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.features__icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.features {
  /* Модифик  торы иконок (примеры) */
}
.features__icon--maunt {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M77.6333 92.6647C77.7597 93.0941 77.6586 93.5489 77.3302 93.8773L69.5997 101.279L71.3681 111.688C71.4439 112.117 71.2671 112.572 70.8881 112.825C70.686 112.976 70.4334 113.052 70.1555 113.052C69.9786 113.052 69.8018 113.001 69.625 112.926L59.9997 108.05L50.3745 112.926C50.1976 113.001 50.0208 113.052 49.844 113.052C49.5661 113.052 49.3134 112.976 49.1113 112.825C48.7324 112.572 48.5556 112.117 48.6313 111.688L50.3998 101.279L42.6693 93.8773C42.3408 93.5489 42.2398 93.0941 42.3661 92.6647C42.5177 92.2352 42.8966 91.932 43.3514 91.8815L54.0629 90.2899L58.9134 80.8668C59.1155 80.4626 59.545 80.21 59.9997 80.21C60.4545 80.21 60.8839 80.4626 61.086 80.8668L65.9365 90.2899L76.6481 91.8815C77.1028 91.932 77.4818 92.2352 77.6333 92.6647Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M92.842 1.89453L85.2631 14.5261L92.842 27.1576H60V1.89453H92.842Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M92.8422 0C93.5248 0 94.1546 0.367153 94.4909 0.96111C94.8272 1.55512 94.8181 2.28425 94.4669 2.86959L87.4727 14.5263L94.4669 26.1829C94.8181 26.7683 94.8272 27.4974 94.4909 28.0914C94.1546 28.6854 93.5248 29.0525 92.8422 29.0525H60.0002C58.9538 29.0525 58.1055 28.2042 58.1055 27.1578C58.1055 26.1114 58.9538 25.2631 60.0002 25.2631H89.4957L83.6385 15.5011C83.2785 14.9011 83.2785 14.1514 83.6385 13.5514L89.4957 3.78946H60.0002C58.9538 3.78946 58.1055 2.94116 58.1055 1.89473C58.1055 0.8483 58.9538 0 60.0002 0H92.8422Z' fill='%23C20E1A'/%3E%3Cpath d='M58.1055 1.89473C58.1055 0.848299 58.9538 0 60.0002 0C61.0466 0 61.8949 0.848299 61.8949 1.89473V54.3734L76.2644 75.9277L93.11 78.3345C93.6437 78.4108 94.1196 78.7107 94.4187 79.1592L119.682 117.054C120.262 117.925 120.027 119.101 119.156 119.681C118.286 120.262 117.109 120.026 116.529 119.156L91.7355 81.9661L74.8902 79.5596C74.3565 79.4834 73.8806 79.1834 73.5816 78.7349L58.4237 55.9981C58.2162 55.6869 58.1055 55.3212 58.1055 54.9472V1.89473Z' fill='%23C20E1A'/%3E%3Cpath d='M58.4479 53.861C59.048 53.0038 60.2293 52.7953 61.0866 53.3954C61.9438 53.9955 62.1523 55.1769 61.5522 56.0342L43.868 81.2972C43.5964 81.6853 43.1892 81.9575 42.7268 82.0603L20.8359 86.9247L3.56309 119.004C3.06694 119.925 1.91791 120.269 0.9966 119.773C0.0753426 119.277 -0.269224 118.128 0.226866 117.207L17.911 84.3649L17.9621 84.2757C18.2295 83.8378 18.6644 83.5256 19.1682 83.4136L41.1859 78.5207L58.4479 53.861Z' fill='%23C20E1A'/%3E%3Cpath d='M60.1066 78.3172C61.1951 78.3545 62.2445 78.9649 62.7714 79.9998L67.1773 88.5588L76.9121 90.0052C78.0696 90.1544 79.0346 90.9401 79.4208 92.0342C79.4319 92.0659 79.4423 92.0979 79.4518 92.1301C79.7638 93.191 79.5138 94.3741 78.6708 95.2172C78.6611 95.2268 78.6511 95.2366 78.6412 95.2461L71.6364 101.953L73.2368 111.371H73.2365C73.4285 112.485 72.9834 113.682 71.9779 114.375C71.411 114.782 70.7629 114.947 70.1561 114.947C69.6244 114.947 69.1806 114.797 68.8792 114.667C68.8421 114.651 68.8056 114.634 68.7696 114.616L60.0005 110.174L51.2314 114.616C51.1953 114.634 51.1589 114.651 51.1218 114.667C50.8204 114.797 50.3766 114.947 49.8449 114.947C49.2379 114.947 48.5896 114.783 48.0227 114.375C47.0174 113.682 46.5721 112.485 46.7642 111.371L48.3642 101.953L41.3595 95.2461C41.3496 95.2366 41.3399 95.2268 41.3302 95.2172C40.4872 94.3741 40.2372 93.191 40.5492 92.1301C40.5587 92.0979 40.569 92.0659 40.5802 92.0342C40.9663 90.9402 41.9311 90.1545 43.0885 90.0052L52.8233 88.5588L57.2296 79.9998C57.7735 78.9313 58.8745 78.3154 60.0005 78.3154L60.1066 78.3172ZM55.7483 91.1574C55.469 91.6998 54.9455 92.0746 54.342 92.1643L45.0605 93.5434L51.711 99.911C52.165 100.346 52.3739 100.977 52.2686 101.597L50.7355 110.619L59.1444 106.36L59.2463 106.312C59.7616 106.088 60.3519 106.104 60.8566 106.36L69.2651 110.619L67.7324 101.597C67.6271 100.977 67.836 100.346 68.2899 99.911L74.9398 93.5431L65.6589 92.1643C65.0555 92.0746 64.532 91.6998 64.2527 91.1574L60.0005 82.8965L55.7483 91.1574Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}
.features__icon--people {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.7366 75.1572C49.844 75.1572 62.0966 87.1572 62.5008 102.164C62.324 102.416 62.1472 102.669 61.9703 102.947H1.89453C1.89453 87.5867 14.324 75.1572 29.684 75.1572H34.7366Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M61.9705 102.947C62.1473 102.669 62.3241 102.416 62.501 102.164C67.5283 94.9891 75.8399 90.3154 85.2631 90.3154H90.3157C105.676 90.3154 118.105 102.745 118.105 118.105H57.4736C57.4736 112.496 59.1157 107.292 61.9705 102.947Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M95.2926 18.1893C95.4694 18.7451 95.3178 19.3514 94.9136 19.7556L84.9599 29.4314L87.2589 43.0482C87.3599 43.6293 87.1073 44.2103 86.6273 44.5387C86.1726 44.8924 85.541 44.943 85.0105 44.6651L72.6315 38.2987L60.2525 44.6651C59.722 44.943 59.0904 44.8924 58.6357 44.5387C58.1557 44.2103 57.9031 43.6293 58.0041 43.0482L60.3031 29.4314L50.3494 19.7556C49.9452 19.3514 49.7936 18.7451 49.9704 18.1893C50.1473 17.6335 50.6272 17.2293 51.2083 17.1535L65.0021 15.0819L71.242 2.75348C71.4946 2.22295 72.0504 1.89453 72.6315 1.89453C73.2125 1.89453 73.7684 2.22295 74.021 2.75348L80.2609 15.0819L94.0547 17.1535C94.6357 17.2293 95.1157 17.6335 95.2926 18.1893Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M101.053 75.1581C101.053 67.8424 95.1056 61.8949 87.7899 61.8949C80.4743 61.8949 74.5268 67.8424 74.5268 75.1581C74.5268 82.4738 80.4743 88.4213 87.7899 88.4213C95.1056 88.4213 101.053 82.4738 101.053 75.1581ZM104.843 75.1581C104.843 84.5666 97.1985 92.2107 87.7899 92.2107C78.3814 92.2107 70.7373 84.5666 70.7373 75.1581C70.7373 65.7496 78.3814 58.1055 87.7899 58.1055C97.1985 58.1055 104.843 65.7496 104.843 75.1581Z' fill='%23C20E1A'/%3E%3Cpath d='M116.211 118.105C116.211 103.792 104.63 92.2104 90.3159 92.2104H85.2633C76.4832 92.2104 68.7403 96.5618 64.0529 103.251C63.8736 103.508 63.7203 103.727 63.5694 103.964C63.5644 103.972 63.5592 103.98 63.5542 103.988C60.8993 108.029 59.3686 112.872 59.3686 118.105C59.3686 119.152 58.5203 120 57.4738 120C56.4274 120 55.5791 119.152 55.5791 118.105C55.5791 112.121 57.3326 106.556 60.3871 101.907C60.5846 101.598 60.7791 101.32 60.9489 101.078L60.9496 101.077C66.317 93.4169 75.1971 88.4209 85.2633 88.4209H90.3159C106.722 88.4209 120 101.699 120 118.105C120 119.152 119.152 120 118.105 120C117.059 120 116.211 119.152 116.211 118.105Z' fill='%23C20E1A'/%3E%3Cpath d='M45.474 59.9999C45.474 52.6842 39.5265 46.7367 32.2108 46.7367C24.8952 46.7367 18.9477 52.6842 18.9477 59.9999C18.9477 67.3156 24.8952 73.2631 32.2108 73.2631C39.5265 73.2631 45.474 67.3156 45.474 59.9999ZM49.2635 59.9999C49.2635 69.4084 41.6194 77.0525 32.2108 77.0525C22.8023 77.0525 15.1582 69.4084 15.1582 59.9999C15.1582 50.5914 22.8023 42.9473 32.2108 42.9473C41.6194 42.9473 49.2635 50.5914 49.2635 59.9999Z' fill='%23C20E1A'/%3E%3Cpath d='M0 102.947C0 86.5405 13.2778 73.2627 29.6842 73.2627H34.7368C50.8731 73.2627 63.9632 86.0826 64.395 102.113C64.4231 103.159 63.5981 104.03 62.552 104.058C61.506 104.086 60.6351 103.261 60.6069 102.215C60.2303 88.2324 48.8153 77.0522 34.7368 77.0522H29.6842C15.3706 77.0522 3.78947 88.6333 3.78947 102.947C3.78947 103.993 2.94117 104.842 1.89474 104.842C0.848303 104.842 0 103.993 0 102.947Z' fill='%23C20E1A'/%3E%3Cpath d='M72.6317 0C73.8834 0 75.1169 0.692726 75.711 1.89791H75.7118L81.5098 13.3537L94.3363 15.2798L94.3359 15.2802C95.5932 15.4577 96.6357 16.3172 97.0589 17.4985L97.0984 17.6151L97.1329 17.7307C97.4693 18.9316 97.1287 20.2204 96.2536 21.0955C96.2473 21.1018 96.241 21.1083 96.2345 21.1145L86.9938 30.0966L89.1275 42.7331H89.1272C89.3503 44.0373 88.7917 45.3295 87.7389 46.0732C86.6822 46.8629 85.2829 46.9404 84.1443 46.3499V46.3502L72.6317 40.4295L61.1192 46.3502L61.1188 46.3499C59.9789 46.9409 58.5778 46.8628 57.5207 46.0704C56.4705 45.3263 55.9132 44.0356 56.136 42.7331L58.2693 30.0966L49.029 21.1145C49.0225 21.1083 49.0162 21.1018 49.0099 21.0955C48.1066 20.1922 47.7728 18.8482 48.1651 17.6151L48.2046 17.4985C48.6278 16.3173 49.6701 15.4579 50.9272 15.2802V15.2798L63.7533 13.3537L69.5517 1.89791H69.5521C70.1463 0.692638 71.38 4.06165e-06 72.6317 0ZM66.6927 15.9379C66.4156 16.4853 65.8905 16.8646 65.2837 16.9557L52.2073 18.9195L61.6239 28.0728C62.0704 28.5069 62.2752 29.1329 62.1716 29.7469L59.9896 42.6696L71.7651 36.614C72.3089 36.3343 72.9546 36.3343 73.4984 36.614L85.2735 42.6696L83.0919 29.7469C82.9883 29.1329 83.1931 28.5069 83.6396 28.0728L93.0559 18.9195L79.9798 16.9557C79.373 16.8646 78.8479 16.4853 78.5708 15.9379L72.6317 4.20395L66.6927 15.9379Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}
.features__icon--like {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5791 105.474V113.053H1.89453V67.5781H19.5791V72.6309V105.474Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M118.032 23.2404C118.209 23.7962 118.057 24.4025 117.653 24.8068L107.699 34.4828L109.998 48.0999C110.099 48.681 109.846 49.262 109.366 49.5905C108.912 49.9442 108.28 49.9947 107.75 49.7168L95.3703 43.3503L82.991 49.7168C82.4605 49.9947 81.8289 49.9442 81.3742 49.5905C80.8942 49.262 80.6415 48.681 80.7426 48.0999L83.0416 34.4828L73.0877 24.8068C72.6835 24.4025 72.5319 23.7962 72.7087 23.2404C72.8856 22.6846 73.3656 22.2804 73.9467 22.2046L87.7406 20.133L93.9808 7.80428C94.2334 7.27374 94.7892 6.94531 95.3703 6.94531C95.9514 6.94531 96.5071 7.27374 96.7598 7.80428L103 20.133L116.794 22.2046C117.375 22.2804 117.855 22.6846 118.032 23.2404Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M17.6846 69.4732H3.78956V111.158H17.6846V69.4732ZM21.4742 113.053C21.4742 114.1 20.6258 114.948 19.5794 114.948H1.89478C0.848322 114.948 0 114.1 0 113.053V67.5784C0 66.5319 0.848322 65.6836 1.89478 65.6836H19.5794C20.6258 65.6836 21.4742 66.5319 21.4742 67.5784V113.053Z' fill='%23C20E1A'/%3E%3Cpath d='M95.3706 5.05078C96.6223 5.05078 97.8558 5.74356 98.45 6.94873H98.4507L104.249 18.4048L117.076 20.331L117.075 20.3313C118.332 20.5089 119.375 21.3683 119.798 22.5496L119.838 22.6663L119.872 22.7819C120.209 23.9828 119.868 25.2716 118.993 26.1468C118.987 26.1531 118.98 26.1596 118.974 26.1658L109.733 35.148L111.867 47.7848H111.866C112.09 49.0891 111.531 50.3813 110.478 51.125C109.421 51.9148 108.022 51.9922 106.883 51.4017V51.402L95.3706 45.4812L83.8578 51.402L83.8574 51.4017C82.7174 51.9928 81.3163 51.9146 80.2592 51.1222C79.209 50.3781 78.6516 49.0874 78.8744 47.7848L81.0078 35.148L71.7673 26.1658C71.7609 26.1596 71.7546 26.1531 71.7482 26.1468C70.8449 25.2435 70.5111 23.8995 70.9034 22.6663L70.9429 22.5496C71.3661 21.3684 72.4085 20.509 73.6656 20.3313V20.331L86.492 18.4048L92.2905 6.94873H92.2909C92.885 5.74347 94.1188 5.05079 95.3706 5.05078ZM89.4314 20.989C89.1543 21.5365 88.6292 21.9157 88.0223 22.0069L74.9457 23.9707L84.3625 33.1243C84.809 33.5584 85.0138 34.1843 84.9102 34.7984L82.7282 47.7214L94.5039 41.6656C95.0478 41.3859 95.6934 41.3859 96.2373 41.6656L108.013 47.7214L105.831 34.7984C105.727 34.1843 105.932 33.5584 106.379 33.1243L115.795 23.9707L102.719 22.0069C102.112 21.9157 101.587 21.5365 101.31 20.989L95.3706 9.25482L89.4314 20.989Z' fill='%23C20E1A'/%3E%3Cpath d='M78.6965 107.041C78.6965 105.023 77.2964 103.315 75.2901 102.911C74.3358 102.718 73.6828 101.834 73.7795 100.865C73.8762 99.8963 74.6912 99.1585 75.6647 99.1585H77.857C79.7693 98.6945 81.0963 97.0072 81.0964 95.0658C81.0964 93.0589 79.6823 91.3124 77.6899 90.9104C76.7357 90.7178 76.0826 89.8334 76.1793 88.8648C76.276 87.896 77.0914 87.1582 78.0649 87.1582H80.2568C82.1651 86.6952 83.4965 85.0106 83.4965 83.0402C83.4965 81.0223 82.0964 79.3149 80.0901 78.9101C79.1358 78.7176 78.4828 77.8332 78.5795 76.8645C78.6762 75.8958 79.4912 75.1579 80.4648 75.1579H82.657C84.5694 74.694 85.8964 73.0066 85.8964 71.0653C85.8964 69.0584 84.4826 67.3119 82.4903 66.9099C81.4645 66.7029 80.8006 65.7035 81.0075 64.6778C81.2145 63.652 82.2138 62.9881 83.2396 63.195C87.0074 63.9552 89.6859 67.2615 89.6859 71.0653C89.6859 74.0375 88.0526 76.6813 85.5524 78.0621C86.6448 79.4328 87.2861 81.1651 87.2861 83.0402C87.2861 86.0342 85.6493 88.6886 83.1399 90.0694C84.2413 91.454 84.8859 93.2 84.8859 95.0658C84.8859 98.038 83.2526 100.682 80.7524 102.063C81.8448 103.433 82.4861 105.166 82.4861 107.041C82.4861 110.874 79.8025 114.152 76.0394 114.911C75.0136 115.118 74.0143 114.454 73.8073 113.428C73.6004 112.402 74.2643 111.403 75.2901 111.196C77.287 110.793 78.6965 109.068 78.6965 107.041Z' fill='%23C20E1A'/%3E%3Cpath d='M82.6124 63.1572C83.6588 63.1573 84.5072 64.0056 84.5072 65.052C84.5072 66.0984 83.6588 66.9467 82.6124 66.9468H60.0012C58.9548 66.9468 58.1064 66.0985 58.1064 65.052C58.1064 64.0055 58.9548 63.1572 60.0012 63.1572H82.6124Z' fill='%23C20E1A'/%3E%3Cpath d='M60.6329 47.3675C60.6329 45.1222 60.0659 42.9852 59.0564 41.4709C58.0843 40.0129 56.7399 39.1567 54.9486 39.1567C54.4502 39.1567 54.0175 39.3543 53.518 40.0379C52.9669 40.792 52.4875 41.9539 52.0264 43.4908C51.5641 45.0319 51.1996 46.6531 50.7421 48.4001C50.3054 50.0675 49.7911 51.8135 49.064 53.2675C48.3123 54.7711 46.7464 56.8224 44.7856 58.9832C42.7909 61.1814 40.2774 63.6134 37.5213 65.8832C34.7693 68.1495 31.7369 70.286 28.7043 71.8646C25.6993 73.4288 22.5412 74.526 19.5793 74.526C18.5329 74.526 17.6846 73.6776 17.6846 72.6312C17.6846 71.5847 18.5329 70.7364 19.5793 70.7364C21.6702 70.7364 24.1965 69.9387 26.9548 68.5029C29.6854 67.0815 32.4954 65.1126 35.1119 62.9578C37.7242 60.8065 40.1056 58.5014 41.9794 56.4364C43.8871 54.334 45.1635 52.5957 45.6749 51.5729C46.211 50.5006 46.6441 49.0886 47.0759 47.4401C47.4867 45.8713 47.9118 44.0186 48.3968 42.4018C48.8831 40.7808 49.5091 39.1005 50.458 37.8019C51.4584 36.4329 52.9206 35.3672 54.9486 35.3672C58.2099 35.3672 60.6551 37.0374 62.2094 39.3689C63.7263 41.6442 64.4225 44.56 64.4225 47.3675C64.4225 50.0774 63.7605 54.6544 63.1336 58.4161C62.8151 60.3268 62.4969 62.0768 62.2584 63.3487C62.1391 63.9848 62.0395 64.5021 61.9698 64.861C61.9349 65.0405 61.9075 65.1805 61.8887 65.2759L61.8612 65.4133C61.8606 65.4165 61.8601 65.419 61.8598 65.4207C61.8596 65.4216 61.8595 65.4224 61.8594 65.4228V65.4236C61.6542 66.4496 60.6559 67.1153 59.6298 66.9102C58.6037 66.705 57.938 65.7067 58.1432 64.6806L58.1435 64.6802C58.1436 64.68 58.1434 64.6794 58.1435 64.6788C58.1438 64.6775 58.1444 64.6753 58.145 64.6725C58.1461 64.6668 58.1479 64.658 58.1502 64.6464C58.1549 64.6231 58.1616 64.5881 58.1707 64.5421C58.1889 64.45 58.2158 64.3136 58.25 64.1378C58.3184 63.7862 58.4162 63.2771 58.5337 62.6501C58.7689 61.3956 59.0823 59.6718 59.3955 57.793C60.0317 53.9756 60.6329 49.7103 60.6329 47.3675Z' fill='%23C20E1A'/%3E%3Cpath d='M27.1585 103.579C31.5364 103.579 35.1662 105.789 38.487 107.6C41.9233 109.474 45.3524 111.158 49.8958 111.158H75.1596C76.206 111.158 77.0543 112.007 77.0543 113.053C77.0543 114.099 76.206 114.948 75.1596 114.948H49.8958C44.3338 114.948 40.1837 112.842 36.6725 110.927C33.0459 108.949 30.3596 107.369 27.1585 107.369H19.5793C18.5329 107.369 17.6846 106.52 17.6846 105.474C17.6846 104.427 18.5329 103.579 19.5793 103.579H27.1585Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}
.features__icon--rocket {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.4097 90.2707C64.4097 98.9194 59.9989 101.082 59.9989 101.082C59.9989 101.082 55.5881 98.9194 55.5881 90.2707C55.5881 90.2707 51.1773 92.4329 48.9936 94.5951C48.9936 94.5951 44.5828 88.1086 48.9936 79.46H71.0042C75.415 88.1086 71.0042 94.5951 71.0042 94.5951C68.8205 92.4329 64.4097 90.2707 64.4097 90.2707Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M88.1077 64.3249C88.1077 75.1357 83.7834 83.7843 83.7834 83.7843C81.6213 77.2979 79.4591 70.8114 72.9727 70.8114C72.9727 70.8114 75.3078 63.7844 76.5402 51.4385C79.8916 51.806 88.1077 55.7195 88.1077 64.3249Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M43.4591 51.4385C44.6916 63.7844 47.0267 70.8114 47.0267 70.8114C40.5402 70.8114 38.3781 77.2979 36.2159 83.7843C36.2159 83.7843 31.8916 75.1357 31.8916 64.3249C31.8916 55.7195 40.1078 51.806 43.4591 51.4385Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M71.1345 14.595H48.8643C53.8372 6.24908 59.9994 1.62207 59.9994 1.62207C59.9994 1.62207 66.1615 6.24908 71.1345 14.595Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M114.01 27.9351C114.119 28.2378 114.032 28.5838 113.816 28.8L108.605 34.1838L109.816 41.7081C109.859 42.0324 109.729 42.3567 109.491 42.5297C109.232 42.7243 108.908 42.7459 108.627 42.6162L102.162 39.0919L95.697 42.6162C95.4159 42.7459 95.0915 42.7243 94.8321 42.5297C94.5942 42.3567 94.4645 42.0324 94.5077 41.7081L95.7185 34.1838L90.5078 28.8C90.2916 28.5838 90.205 28.2378 90.3131 27.9351C90.3996 27.6324 90.6591 27.4162 90.9618 27.373L98.1835 26.227L101.427 19.3946C101.578 19.0919 101.859 18.9189 102.162 18.9189C102.464 18.9189 102.746 19.0919 102.897 19.3946L106.14 26.227L113.362 27.373C113.664 27.4162 113.924 27.6324 114.01 27.9351Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M36.1723 11.9788C36.2588 12.2598 36.1939 12.5625 35.9993 12.7787L31.2642 17.6436L32.3669 24.4976C32.4102 24.8003 32.2804 25.0814 32.0642 25.2544C31.848 25.4274 31.5453 25.449 31.2858 25.3193L25.4048 22.1193L19.5237 25.3193C19.2642 25.449 18.9615 25.4274 18.7453 25.2544C18.5291 25.0814 18.3994 24.8003 18.4426 24.4976L19.5453 17.6436L14.8102 12.7787C14.6156 12.5625 14.5507 12.2598 14.6372 11.9788C14.7237 11.6977 14.9399 11.5031 15.221 11.4598L21.7723 10.422L24.7345 4.21661C24.8642 3.95715 25.1237 3.78418 25.4048 3.78418C25.6858 3.78418 25.9453 3.95715 26.075 4.21661L29.0372 10.422L35.5885 11.4598C35.8696 11.5031 36.0858 11.6977 36.1723 11.9788Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M14.5939 42.7031C15.2426 47.1788 18.7669 50.7031 23.2426 51.3517C18.7669 52.0004 15.2426 55.5247 14.5939 60.0004C13.9453 55.5247 10.421 52.0004 5.94531 51.3517C10.421 50.7031 13.9453 47.1788 14.5939 42.7031Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M62.7014 29.7301C62.7014 28.2473 61.4814 27.0274 59.9987 27.0274C58.5159 27.0274 57.296 28.2473 57.296 29.7301C57.296 31.2129 58.5159 32.4328 59.9987 32.4328C61.4814 32.4328 62.7014 31.2129 62.7014 29.7301ZM65.9446 29.7301C65.9446 33.0041 63.2726 35.676 59.9987 35.676C56.7247 35.676 54.0527 33.0041 54.0527 29.7301C54.0527 26.4561 56.7247 23.7842 59.9987 23.7842C63.2726 23.7842 65.9446 26.4561 65.9446 29.7301Z' fill='%23C20E1A'/%3E%3Cpath d='M64.8636 51.3513C64.8636 48.6577 62.6923 46.4864 59.9987 46.4864C57.3051 46.4864 55.1339 48.6577 55.1339 51.3513C55.1339 54.0448 57.3051 56.2161 59.9987 56.2161C62.6923 56.2161 64.8636 54.0448 64.8636 51.3513ZM68.1068 51.3513C68.1068 55.836 64.4835 59.4593 59.9987 59.4593C55.5139 59.4593 51.8906 55.836 51.8906 51.3513C51.8906 46.8665 55.5139 43.2432 59.9987 43.2432C64.4835 43.2432 68.1068 46.8665 68.1068 51.3513Z' fill='%23C20E1A'/%3E%3Cpath d='M75.6746 36.2161C75.6746 27.8629 72.982 20.861 69.7413 15.425L69.741 15.4247C67.3359 11.3882 64.6396 8.24629 62.5451 6.11515C61.5088 5.06068 60.6233 4.25716 59.9989 3.71892C59.3746 4.25716 58.4891 5.06068 57.4528 6.11515C55.3583 8.24629 52.662 11.3882 50.2569 15.4247L50.2566 15.425C47.0159 20.861 44.3233 27.8629 44.3233 36.2161C44.3233 41.867 44.6228 46.9142 45.0714 51.2716C45.0716 51.2732 45.0718 51.275 45.072 51.2767C45.6812 57.3793 46.562 62.1581 47.2869 65.4001C47.6493 67.021 47.9728 68.2576 48.2036 69.0831C48.2137 69.1193 48.2243 69.1544 48.2341 69.189H71.7638C71.7736 69.1544 71.7842 69.1193 71.7943 69.0831C72.0251 68.2576 72.3485 67.021 72.711 65.4001C73.4358 62.1581 74.3167 57.3793 74.9259 51.2767L74.9265 51.2716C75.3751 46.9142 75.6746 41.867 75.6746 36.2161ZM78.9178 36.2161C78.9178 41.9791 78.6121 47.1355 78.1528 51.5986C77.5296 57.8418 76.6269 62.7498 75.8761 66.1077C75.5007 67.7867 75.1633 69.0785 74.9178 69.9564C74.795 70.3953 74.6952 70.7309 74.6252 70.9596C74.5901 71.0739 74.5625 71.1615 74.5431 71.222C74.5335 71.2523 74.5259 71.276 74.5205 71.2926C74.5178 71.3009 74.5155 71.3076 74.5139 71.3125C74.5131 71.3149 74.5126 71.317 74.5121 71.3186C74.5118 71.3194 74.5113 71.3201 74.5111 71.3207L74.5108 71.3213C74.5081 71.3207 74.4456 71.3003 72.9719 70.8106L74.5108 71.3219C74.2906 71.9848 73.6704 72.4322 72.9719 72.4322H47.026C46.3275 72.4322 45.7073 71.9848 45.487 71.3219L47.026 70.8106C45.5523 71.3003 45.4898 71.3207 45.487 71.3213L45.4867 71.3207C45.4865 71.3201 45.4861 71.3194 45.4858 71.3186C45.4853 71.317 45.4848 71.3149 45.484 71.3125C45.4824 71.3076 45.4801 71.3009 45.4774 71.2926C45.472 71.276 45.4644 71.2523 45.4548 71.222C45.4354 71.1615 45.4077 71.0739 45.3727 70.9596C45.3027 70.7309 45.2029 70.3953 45.0801 69.9564C44.8346 69.0785 44.4972 67.7867 44.1218 66.1077C43.371 62.7498 42.468 57.8421 41.8447 51.5989L41.845 51.5986C41.3858 47.1355 41.0801 41.9791 41.0801 36.2161C41.0801 27.1423 44.009 19.5713 47.4709 13.7641C50.0387 9.45489 52.9101 6.11048 55.1398 3.84169C56.2559 2.70605 57.2149 1.83617 57.9004 1.24608C58.2433 0.95092 58.5181 0.725345 58.7103 0.571307C58.8064 0.494284 58.882 0.435084 58.9351 0.393942C58.9616 0.373387 58.9824 0.3572 58.9975 0.34568C59.0051 0.339917 59.0113 0.335296 59.0159 0.331804C59.0181 0.330102 59.0201 0.328739 59.0216 0.327581C59.0224 0.327008 59.0232 0.326511 59.0237 0.326073C59.024 0.32585 59.0245 0.325581 59.0246 0.32547C59.0266 0.327317 59.0652 0.378127 59.9989 1.62162L59.0252 0.324867C59.6021 -0.108289 60.3958 -0.108289 60.9726 0.324867L59.9989 1.62162C60.9326 0.378127 60.9713 0.327317 60.9732 0.32547C60.9734 0.325581 60.9739 0.32585 60.9741 0.326073C60.9747 0.326511 60.9755 0.327008 60.9763 0.327581C60.9778 0.328739 60.9797 0.330102 60.982 0.331804C60.9866 0.335296 60.9928 0.339917 61.0004 0.34568C61.0155 0.3572 61.0363 0.373387 61.0628 0.393942C61.1159 0.435084 61.1914 0.494284 61.2875 0.571307C61.4798 0.725345 61.7546 0.95092 62.0975 1.24608C62.783 1.83617 63.7419 2.70605 64.8581 3.84169C67.0878 6.11048 69.9592 9.45489 72.527 13.7641L72.85 14.3137C76.1692 20.0459 78.9178 27.4259 78.9178 36.2161Z' fill='%23C20E1A'/%3E%3Cpath d='M86.4847 64.3245C86.4847 60.6018 84.7272 57.8944 82.5296 56.0282C80.2817 54.1194 77.6883 53.1956 76.362 53.0501C75.4717 52.9525 74.8291 52.1516 74.9268 51.2614C75.0244 50.3712 75.8253 49.7286 76.7155 49.8262C78.7405 50.0483 81.931 51.2652 84.629 53.5563C87.3772 55.8901 89.7279 59.442 89.7279 64.3245C89.7279 69.9379 88.6067 74.9688 87.494 78.5852C86.9365 80.3971 86.3782 81.8642 85.9562 82.8838C85.7452 83.3939 85.5679 83.7928 85.4416 84.0678C85.3785 84.2053 85.3282 84.3119 85.2926 84.386L85.2383 84.4973C85.2368 84.5003 85.2357 84.5029 85.2347 84.5049C85.2342 84.5058 85.2336 84.5065 85.2332 84.5073C85.233 84.5076 85.233 84.5083 85.2329 84.5085C85.2326 84.5089 85.2238 84.5048 83.782 83.7839L85.2323 84.5094C84.9389 85.0959 84.3212 85.4481 83.6671 85.4016C83.0128 85.3551 82.4511 84.9189 82.2436 84.2967C81.1427 80.9938 80.1257 77.9796 78.649 75.7645C77.2391 73.6498 75.5293 72.4326 72.9712 72.4326C72.0756 72.4326 71.3496 71.7066 71.3496 70.811C71.3497 69.9154 72.0757 69.1894 72.9712 69.1894C76.8995 69.1894 79.5141 71.2155 81.3475 73.9656C82.3687 75.4973 83.1815 77.3044 83.8912 79.1713C84.0554 78.6945 84.2254 78.1803 84.3943 77.6314C85.4437 74.2208 86.4847 69.5219 86.4847 64.3245Z' fill='%23C20E1A'/%3E%3Cpath d='M30.2695 64.3245C30.2696 59.442 32.6202 55.8901 35.3685 53.5563C38.0664 51.2652 41.257 50.0483 43.282 49.8262C44.1722 49.7286 44.9731 50.3712 45.0707 51.2614C45.1683 52.1516 44.5257 52.9525 43.6355 53.0501C42.3092 53.1956 39.7158 54.1194 37.4679 56.0282C35.2702 57.8944 33.5128 60.6018 33.5128 64.3245C33.5128 69.5219 34.5537 74.2208 35.6031 77.6314C35.772 78.1803 35.9417 78.6946 36.106 79.1713C36.8157 77.3044 37.6288 75.4974 38.65 73.9656C40.4834 71.2155 43.0979 69.1894 47.0262 69.1894C47.9218 69.1894 48.6478 69.9154 48.6479 70.811C48.6479 71.7066 47.9218 72.4326 47.0262 72.4326C44.4681 72.4326 42.7583 73.6498 41.3485 75.7645C39.8717 77.9796 38.8548 80.9938 37.7538 84.2967C37.5464 84.9189 36.9846 85.3551 36.3304 85.4016C35.6762 85.4481 35.0585 85.0959 34.7652 84.5094L36.2155 83.7839C34.7737 84.5048 34.7648 84.5089 34.7646 84.5085C34.7645 84.5083 34.7645 84.5076 34.7643 84.5073C34.7639 84.5065 34.7632 84.5058 34.7628 84.5049C34.7618 84.5029 34.7606 84.5003 34.7591 84.4973L34.7048 84.386C34.6693 84.3119 34.619 84.2053 34.5558 84.0678C34.4296 83.7928 34.2523 83.3939 34.0412 82.8838C33.6193 81.8642 33.061 80.3971 32.5035 78.5852C31.3907 74.9688 30.2695 69.9379 30.2695 64.3245Z' fill='%23C20E1A'/%3E%3Cpath d='M71.1342 12.9727C72.0297 12.9727 72.7558 13.6987 72.7558 14.5943C72.7558 15.4898 72.0297 16.2158 71.1342 16.2159H48.8638C47.9682 16.2159 47.2422 15.4899 47.2422 14.5943C47.2422 13.6987 47.9682 12.9727 48.8638 12.9727H71.1342Z' fill='%23C20E1A'/%3E%3Cpath d='M60.712 102.536C60.2617 102.757 59.7348 102.757 59.2846 102.536L59.9983 101.08L60.712 102.536ZM70.267 78.0142C71.0648 77.6074 72.0413 77.9244 72.4482 78.7222C74.8428 83.4177 74.8607 87.5831 74.2465 90.5938C73.9415 92.089 73.4832 93.2904 73.0952 94.1272C72.9009 94.5463 72.7231 94.8762 72.5893 95.1082C72.5224 95.2242 72.4665 95.3161 72.4246 95.3827C72.4037 95.4159 72.3862 95.443 72.3728 95.4635C72.366 95.4738 72.3603 95.4824 72.3556 95.4894C72.3532 95.493 72.3511 95.4961 72.3492 95.4988C72.3483 95.5001 72.3476 95.5016 72.3468 95.5027C72.3464 95.5033 72.3458 95.5039 72.3456 95.5042L71.0036 94.5939L72.3447 95.5057C72.0738 95.9042 71.6394 96.1615 71.1599 96.2079C70.6804 96.2544 70.2052 96.0851 69.8628 95.7461C68.9219 94.8146 67.4202 93.8172 66.064 93.0178C66.0054 92.9833 65.9468 92.95 65.8893 92.9165C65.539 96.0812 64.581 98.3061 63.5447 99.83C62.898 100.781 62.2372 101.435 61.7134 101.863C61.452 102.077 61.2255 102.233 61.0525 102.342C60.966 102.397 60.8928 102.44 60.8353 102.472C60.8066 102.487 60.7818 102.501 60.7611 102.512C60.7508 102.517 60.7415 102.522 60.7334 102.526C60.7293 102.528 60.7254 102.53 60.7219 102.532C60.7201 102.532 60.7184 102.533 60.7168 102.534C60.716 102.535 60.7148 102.535 60.7144 102.535C60.7138 102.535 60.7132 102.536 60.6236 102.354L59.9983 101.08L59.373 102.354C59.2834 102.536 59.2828 102.535 59.2822 102.535C59.2817 102.535 59.2805 102.535 59.2798 102.534C59.2781 102.533 59.2764 102.532 59.2746 102.532C59.2711 102.53 59.2673 102.528 59.2632 102.526C59.255 102.522 59.2457 102.517 59.2354 102.512C59.2148 102.501 59.19 102.487 59.1612 102.472C59.1038 102.44 59.0305 102.397 58.944 102.342C58.7711 102.233 58.5446 102.077 58.2832 101.863C57.7593 101.435 57.0986 100.781 56.4519 99.83C55.4156 98.3061 54.4572 96.0813 54.1069 92.9165C54.0495 92.9499 53.9911 92.9833 53.9326 93.0178C52.5763 93.8172 51.0746 94.8146 50.1337 95.7461C49.7914 96.0851 49.3159 96.2544 48.8364 96.2079C48.3569 96.1614 47.9227 95.9041 47.6518 95.5057L48.9929 94.5939L47.6509 95.5042C47.6507 95.5039 47.6501 95.5033 47.6497 95.5027C47.649 95.5016 47.6482 95.5001 47.6473 95.4988C47.6455 95.4961 47.6433 95.493 47.641 95.4894C47.6363 95.4824 47.6305 95.4738 47.6238 95.4635C47.6103 95.443 47.5929 95.4159 47.5719 95.3827C47.53 95.3161 47.4741 95.2242 47.4072 95.1082C47.2735 94.8762 47.0957 94.5463 46.9014 94.1272C46.5134 93.2904 46.055 92.0891 45.75 90.5938C45.1358 87.5831 45.1537 83.4177 47.5484 78.7222C47.9553 77.9244 48.9317 77.6074 49.7295 78.0142C50.5273 78.4211 50.8443 79.3976 50.4375 80.1954C48.4214 84.1484 48.4393 87.5506 48.9278 89.9453C49.0933 90.7566 49.3151 91.4564 49.5335 92.0254C50.4572 91.3409 51.4442 90.72 52.2856 90.224C52.9999 89.803 53.6423 89.4528 54.1066 89.2075C54.3392 89.0846 54.5281 88.9876 54.6602 88.9206C54.7262 88.8871 54.7782 88.8611 54.8143 88.8431C54.8323 88.8341 54.8462 88.8269 54.8562 88.822C54.8612 88.8195 54.8654 88.8177 54.8683 88.8163C54.8697 88.8156 54.8707 88.8149 54.8716 88.8144L54.8734 88.8135C54.8737 88.8137 54.8823 88.8312 55.5874 90.2696L54.8737 88.8135C55.3763 88.5672 55.9706 88.5973 56.4456 88.8935C56.9205 89.1896 57.209 89.7098 57.209 90.2696C57.209 94.3034 58.2326 96.681 59.1338 98.0063C59.4408 98.4578 59.7421 98.7982 59.9983 99.0485C60.2545 98.7982 60.5558 98.4578 60.8628 98.0063C61.764 96.681 62.7875 94.3034 62.7875 90.2696C62.7875 89.7098 63.0761 89.1896 63.551 88.8935C64.026 88.5973 64.6202 88.5672 65.1228 88.8135L64.4092 90.2696C65.1147 88.8302 65.1229 88.8136 65.1231 88.8135L65.1237 88.8138C65.124 88.814 65.1243 88.8143 65.1247 88.8144C65.1256 88.8149 65.1268 88.8156 65.1283 88.8163C65.1312 88.8177 65.1353 88.8195 65.1403 88.822C65.1503 88.8269 65.1643 88.8341 65.1823 88.8431C65.2184 88.8611 65.2704 88.8871 65.3364 88.9206C65.4684 88.9876 65.6574 89.0846 65.8899 89.2075C66.3542 89.4528 66.9966 89.803 67.7109 90.224C68.5523 90.7199 69.5391 91.341 70.4628 92.0254C70.6812 91.4564 70.9032 90.7567 71.0688 89.9453C71.5573 87.5506 71.5751 84.1484 69.5591 80.1954C69.1522 79.3976 69.4692 78.4211 70.267 78.0142Z' fill='%23C20E1A'/%3E%3Cpath d='M70.2911 108.193C72.4425 107.467 74.7457 107.66 76.7377 108.643C76.7429 108.646 76.7483 108.648 76.7534 108.651C78.7481 109.661 80.2729 111.397 80.9948 113.535C81.2812 114.384 80.8253 115.304 79.9767 115.59C79.1282 115.877 78.208 115.421 77.9217 114.572C77.4768 113.254 76.5397 112.181 75.295 111.548C74.0457 110.934 72.6333 110.826 71.3281 111.266C70.4795 111.553 69.5594 111.097 69.273 110.248C68.9867 109.4 69.4425 108.48 70.2911 108.193Z' fill='%23C20E1A'/%3E%3Cpath d='M80.5166 99.4388C82.8126 97.3048 86.0801 96.6979 88.9668 97.8962C91.264 98.8498 92.9447 100.792 93.6663 103.121C96.336 102.723 99.08 103.49 101.209 105.261C103.817 107.43 105.17 110.796 104.812 114.222C104.719 115.113 103.921 115.759 103.03 115.666C102.14 115.573 101.493 114.776 101.586 113.885C101.834 111.516 100.895 109.218 99.135 107.754C97.3818 106.296 95.0426 105.876 92.9599 106.627C92.4857 106.798 91.959 106.739 91.5346 106.467C91.1102 106.195 90.8364 105.741 90.7938 105.239C90.6258 103.258 89.4247 101.598 87.7231 100.892C86.0261 100.187 84.1042 100.532 82.7246 101.814C82.0686 102.424 81.0425 102.386 80.4328 101.73C79.8232 101.074 79.8607 100.048 80.5166 99.4388Z' fill='%23C20E1A'/%3E%3Cpath d='M49.4003 106.083C52.234 105.538 55.1675 106.598 56.9564 108.91C57.5044 109.618 57.3747 110.637 56.6665 111.185C55.9583 111.733 54.9397 111.603 54.3916 110.895C53.3707 109.576 51.6796 108.949 50.0178 109.267C48.3668 109.604 47.0473 110.843 46.6255 112.436C46.4737 113.01 46.0204 113.455 45.444 113.596C44.8676 113.737 44.2602 113.553 43.8601 113.114C42.3502 111.46 39.8692 111.104 37.9537 112.246C36.0209 113.408 35.1935 115.732 35.9463 117.831C36.2486 118.673 35.8106 119.602 34.9677 119.904C34.1248 120.207 33.1962 119.769 32.8937 118.926C31.6145 115.36 33.0344 111.416 36.2883 109.463L36.444 109.373C38.9636 107.944 42.0256 108.019 44.4423 109.452C45.5496 107.735 47.3276 106.501 49.3855 106.086L49.4003 106.083Z' fill='%23C20E1A'/%3E%3Cpath d='M29.3099 97.8922C32.4081 94.8239 37.5192 94.2445 41.3671 96.53C42.1371 96.9873 42.3906 97.9821 41.9333 98.7521C41.4759 99.5222 40.4808 99.7757 39.7108 99.3183C36.8043 97.5921 32.9153 98.3305 31.0471 100.821C30.5746 101.451 29.718 101.651 29.0158 101.294C26.6548 100.096 23.7203 100.187 21.4543 101.523C19.2091 102.868 18.1156 105.137 18.4259 107.341C18.5507 108.228 17.933 109.048 17.0461 109.173C16.1593 109.298 15.3391 108.68 15.2143 107.793C14.7031 104.161 16.5489 100.679 19.7929 98.738L19.801 98.7331C22.6579 97.046 26.2105 96.7563 29.3099 97.8922Z' fill='%23C20E1A'/%3E%3Cpath d='M25.4042 2.16211C26.3286 2.16211 27.0985 2.70153 27.4885 3.42085L27.525 3.49083L27.538 3.51768L30.1324 8.95323L35.8343 9.85665H35.8346C35.8359 9.85685 35.8372 9.85705 35.8385 9.85725L35.8418 9.85785H35.8415C36.7436 9.9993 37.4215 10.6264 37.6963 11.4237L37.7216 11.5015L37.744 11.5781C37.9605 12.3721 37.7698 13.2347 37.2043 13.863C37.1902 13.8787 37.1756 13.8943 37.1609 13.9095L32.994 18.1904L33.9674 24.2394C33.9689 24.2488 33.9703 24.2584 33.9716 24.2678C34.1022 25.1817 33.7062 26.0166 33.0767 26.5201C32.3161 27.1286 31.3251 27.1518 30.5601 26.7693C30.5434 26.7609 30.5268 26.7523 30.5103 26.7434L25.4042 23.965L20.2983 26.7434C20.2819 26.7523 20.2653 26.7609 20.2485 26.7693C19.4835 27.1518 18.4923 27.1286 17.7316 26.5201C17.1022 26.0166 16.7061 25.1816 16.8367 24.2678C16.838 24.2584 16.8397 24.2488 16.8412 24.2394L17.814 18.1901L13.6477 13.9095C13.633 13.8943 13.6184 13.8787 13.6043 13.863C13.0206 13.2144 12.836 12.3163 13.0867 11.5015L13.1123 11.4237C13.3875 10.6255 14.0664 9.99783 14.9698 9.85725L20.676 8.95323L23.2707 3.51768L23.2836 3.49083C23.6607 2.73684 24.45 2.16215 25.4042 2.16211ZM23.2354 11.1202C23.0054 11.602 22.5528 11.9398 22.0255 12.0233L17.0976 12.8037L20.707 16.512C21.0646 16.8795 21.2274 17.3946 21.1459 17.9008L20.3188 23.0395L24.6292 20.6943L24.7209 20.6481C25.185 20.4324 25.7263 20.4478 26.1794 20.6943L30.4895 23.0395L29.6627 17.9008C29.5813 17.3945 29.744 16.8795 30.1016 16.512L33.7107 12.8037L28.7828 12.0233C28.2556 11.9398 27.8032 11.6019 27.5733 11.1202L25.4042 6.57631L23.2354 11.1202Z' fill='%23C20E1A'/%3E%3Cpath d='M102.16 17.2969C103.114 17.2969 103.936 17.8504 104.346 18.669C104.351 18.6789 104.356 18.6889 104.36 18.6989L107.237 24.7588L113.614 25.7708L113.614 25.7712C114.499 25.9069 115.269 26.5321 115.55 27.4317C115.85 28.3211 115.602 29.2901 114.979 29.9271L114.979 29.9274L110.333 34.7274L111.415 41.4501L111.422 41.4932C111.533 42.3305 111.222 43.2618 110.463 43.8261L110.463 43.8264C110.461 43.8277 110.459 43.8287 110.457 43.83C110.453 43.8334 110.449 43.8372 110.444 43.8406L110.444 43.8403C109.681 44.4014 108.727 44.4485 107.945 44.0879C107.913 44.0729 107.881 44.0566 107.849 44.0394L102.16 40.9382L96.4717 44.0394C96.44 44.0566 96.4078 44.0729 96.3751 44.0879C95.5939 44.4485 94.6397 44.4014 93.8769 43.8403V43.8406C93.8745 43.8388 93.8721 43.8369 93.8697 43.8352C93.8657 43.8322 93.8616 43.8294 93.8576 43.8264V43.8261C93.0979 43.2618 92.7871 42.3304 92.8987 41.4932C92.9006 41.4788 92.9031 41.4645 92.9054 41.4501L93.987 34.7274L89.3412 29.9274L89.3415 29.9271C88.7184 29.2901 88.4709 28.3211 88.7702 27.4317C89.0514 26.5322 89.8215 25.907 90.7061 25.7712V25.7708L97.0834 24.7588L99.9601 18.6989C99.9649 18.6889 99.97 18.6789 99.9749 18.669C100.384 17.8504 101.207 17.2969 102.16 17.2969ZM99.647 26.9219C99.4176 27.4052 98.9645 27.7442 98.4362 27.828L92.703 28.7375L96.8822 33.0555C97.2377 33.4228 97.3992 33.9362 97.3181 34.4409L96.3576 40.4076L101.384 37.6675L101.476 37.6214C101.941 37.405 102.483 37.4203 102.936 37.6675L107.963 40.4076L107.003 34.4409C106.921 33.9362 107.083 33.4227 107.438 33.0555L111.617 28.7375L105.884 27.828C105.356 27.7441 104.903 27.4052 104.674 26.9219L102.16 21.6272L99.647 26.9219Z' fill='%23C20E1A'/%3E%3Cpath d='M14.5935 41.0811C15.3992 41.0811 16.0826 41.6727 16.1982 42.4701C16.7438 46.2349 19.7099 49.2009 23.4747 49.7466C24.2721 49.8621 24.8637 50.5455 24.8637 51.3513C24.8637 52.157 24.2721 52.8405 23.4747 52.956C19.7099 53.5016 16.7438 56.4677 16.1982 60.2325C16.0826 61.0299 15.3992 61.6215 14.5935 61.6215C13.7877 61.6215 13.1043 61.0299 12.9888 60.2325C12.4431 56.4677 9.4771 53.5016 5.71229 52.956C4.91488 52.8405 4.32324 52.157 4.32324 51.3513C4.32324 50.5455 4.91488 49.8621 5.71229 49.7466C9.4771 49.2009 12.4431 46.2349 12.9888 42.4701L13.0011 42.3959C13.1471 41.6362 13.8129 41.0811 14.5935 41.0811ZM14.5935 47.3929C13.6091 49.0077 12.2499 50.3669 10.6351 51.3513C12.2499 52.3356 13.6091 53.6946 14.5935 55.3094C15.5778 53.6947 16.9369 52.3356 18.5516 51.3513C16.9368 50.3669 15.5778 49.0077 14.5935 47.3929Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}
.features__icon--hand {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75.1584 1.89453C93.2973 1.89453 108 16.5977 108 34.7365C108 52.8754 93.2973 67.5786 75.1584 67.5786C57.0195 67.5786 42.3164 52.8754 42.3164 34.7365C42.3164 16.5977 57.0195 1.89453 75.1584 1.89453ZM94.9646 30.2902C95.3183 29.9366 95.47 29.3808 95.2931 28.9008C95.1415 28.4208 94.712 28.0671 94.2067 27.9913L81.9288 26.1724L76.3964 15.284C76.169 14.804 75.6889 14.5261 75.1584 14.5261C74.6279 14.5261 74.1478 14.804 73.9205 15.284L68.388 26.1724L56.1101 27.9913C55.6049 28.0671 55.1753 28.4208 55.0237 28.9008C54.8469 29.3808 54.9985 29.9366 55.3522 30.2902L64.1943 38.8292L62.148 50.8544C62.0722 51.3597 62.2743 51.8649 62.7038 52.1681C63.1333 52.4712 63.6889 52.4965 64.1689 52.2691L75.1584 46.6607L86.1479 52.2691C86.6279 52.4965 87.1836 52.4712 87.613 52.1681C88.0425 51.8649 88.2446 51.3597 88.1688 50.8544L86.1226 38.8292L94.9646 30.2902Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M75.1577 12.6318C76.3388 12.6318 77.5079 13.2576 78.0844 14.4265L78.0851 14.4261L83.174 24.4418L94.4839 26.1173L94.4871 26.1181C95.6567 26.2935 96.6917 27.1054 97.0839 28.2852C97.52 29.5183 97.1159 30.8186 96.3039 31.6306C96.2962 31.6384 96.2882 31.6459 96.2803 31.6535L88.1576 39.4975L90.0361 50.537C90.0382 50.5492 90.0403 50.5615 90.0421 50.5737C90.2202 51.7612 89.7408 52.9853 88.7049 53.7164C87.6615 54.4529 86.3701 54.4715 85.3363 53.9818C85.3194 53.9738 85.3025 53.9656 85.2859 53.9571L75.1577 48.7882L65.0296 53.9571C65.0131 53.9656 64.9963 53.9739 64.9795 53.9818C63.9457 54.4715 62.654 54.453 61.6105 53.7164C60.5747 52.9853 60.0956 51.7612 60.2737 50.5737L60.2794 50.537L62.1579 39.4975L54.0355 31.6535C54.0276 31.6459 54.0196 31.6384 54.0119 31.6306C53.2025 30.8212 52.7984 29.5267 53.2277 28.2972C53.6168 27.1109 54.6548 26.2941 55.8284 26.1181L55.8319 26.1173L67.1411 24.4418L72.2307 14.4261V14.4265C72.8072 13.2575 73.9767 12.6319 75.1577 12.6318ZM70.0766 27.0312C69.7985 27.5785 69.2723 27.957 68.665 28.047L57.4725 29.7049L65.51 37.4667C65.9601 37.9015 66.1665 38.5305 66.0615 39.1475L64.1925 50.1296L74.2964 44.9737L74.3989 44.9251C74.9171 44.6985 75.5119 44.7149 76.0191 44.9737L86.1226 50.1296L84.2539 39.1475C84.1489 38.5305 84.3557 37.9015 84.8059 37.4667L92.8426 29.7049L81.6504 28.047C81.0432 27.957 80.517 27.5785 80.2389 27.0312L75.1577 17.031L70.0766 27.0312Z' fill='%23C20E1A'/%3E%3Cpath d='M106.105 34.7367C106.105 17.645 92.2494 3.78946 75.1576 3.78946C58.0659 3.78946 44.2104 17.645 44.2104 34.7367C44.2104 51.8285 58.0659 65.684 75.1576 65.684C92.2494 65.684 106.105 51.8285 106.105 34.7367ZM109.894 34.7367C109.894 53.9213 94.3422 69.4735 75.1576 69.4735C55.9731 69.4735 40.4209 53.9213 40.4209 34.7367C40.4209 15.5522 55.9731 0 75.1576 0C94.3422 0 109.894 15.5522 109.894 34.7367Z' fill='%23C20E1A'/%3E%3Cpath d='M89.8569 91.0032C90.8292 90.7595 91.8324 91.3187 92.1284 92.2882C92.434 93.289 91.8703 94.3482 90.8695 94.6538H90.8684C90.8678 94.654 90.867 94.6546 90.8659 94.6549C90.8638 94.6555 90.8605 94.6565 90.8564 94.6577C90.8482 94.6602 90.836 94.6638 90.8201 94.6686C90.7881 94.6784 90.7408 94.6929 90.6791 94.7116C90.5558 94.749 90.3747 94.8035 90.1434 94.8731C89.6809 95.0121 89.0166 95.2106 88.2085 95.4486C86.5931 95.9243 84.3987 96.5594 82.0869 97.1949C79.7785 97.8296 77.337 98.4691 75.2323 98.9515C73.2064 99.4159 71.2731 99.7889 70.1057 99.7889C66.161 99.7889 60.9861 99.1368 56.8704 98.5036C54.7969 98.1846 52.9634 97.8658 51.6482 97.6267C50.9904 97.5071 50.4612 97.4074 50.0957 97.3373C49.913 97.3023 49.771 97.2745 49.6742 97.2556C49.6259 97.2461 49.5888 97.2387 49.5635 97.2337C49.551 97.2312 49.5413 97.2294 49.5346 97.2281C49.5314 97.2274 49.5287 97.2267 49.5269 97.2263C49.5261 97.2262 49.5253 97.2261 49.5248 97.226H49.5241C49.5239 97.2259 49.5236 97.2258 49.8952 95.3679L49.5241 97.226C48.498 97.0207 47.832 96.0225 48.0371 94.9964C48.2423 93.9703 49.2409 93.3046 50.267 93.5098C50.2672 93.5099 50.2676 93.5101 50.2681 93.5102C50.2693 93.5104 50.2717 93.511 50.2744 93.5116C50.2799 93.5127 50.2884 93.5143 50.2998 93.5165C50.3227 93.521 50.3575 93.5279 50.4034 93.5369C50.4953 93.555 50.6324 93.5815 50.8098 93.6155C51.1646 93.6836 51.6817 93.7813 52.3263 93.8986C53.6164 94.1331 55.4146 94.4459 57.4463 94.7585C61.541 95.3885 66.4715 95.9995 70.1057 95.9995C70.7697 95.9995 72.2788 95.7409 74.3857 95.2579C76.4139 94.793 78.7963 94.1693 81.0825 93.5408C83.3653 92.9132 85.5366 92.2851 87.1382 91.8135C87.9386 91.5778 88.5959 91.3816 89.0526 91.2443C89.2809 91.1757 89.4591 91.1216 89.5799 91.085C89.6402 91.0667 89.6862 91.0528 89.717 91.0434C89.7323 91.0388 89.7438 91.0352 89.7515 91.0328C89.7554 91.0317 89.7585 91.0309 89.7603 91.0304C89.7612 91.0301 89.762 91.0298 89.7624 91.0297L89.7628 91.0293L89.8569 91.0032Z' fill='%23C20E1A'/%3E%3Cpath d='M110.527 75.7891C116.085 75.7891 120 78.6943 120 82.7364C120 83.3931 119.716 83.9776 119.553 84.2893C119.347 84.6831 119.071 85.1097 118.763 85.5447C118.142 86.4203 117.278 87.4845 116.265 88.6532C114.231 90.9992 111.488 93.8882 108.612 96.7569C105.733 99.6277 102.696 102.502 100.067 104.817C97.5123 107.066 95.1492 108.964 93.6897 109.694C90.6055 111.236 84.766 113.171 79.1642 114.706C76.339 115.48 73.5252 116.166 71.0855 116.66C68.6881 117.145 66.5216 117.473 65.0531 117.473C59.751 117.473 53.8491 116.152 48.2211 114.902C42.4807 113.626 37.0142 112.421 32.2111 112.421C31.313 112.421 29.8498 112.784 27.9817 113.484C26.1736 114.162 24.1863 115.077 22.3215 116.01C20.4622 116.939 18.7539 117.872 17.5086 118.572C16.8867 118.922 16.3821 119.213 16.0343 119.416C15.8605 119.517 15.7257 119.596 15.6353 119.65C15.5901 119.677 15.5559 119.697 15.5335 119.71C15.5223 119.717 15.5141 119.722 15.5088 119.725C15.5061 119.727 15.504 119.728 15.5028 119.729C15.5023 119.729 15.5019 119.729 15.5017 119.73C14.6044 120.268 13.4405 119.977 12.9021 119.08C12.3637 118.182 12.6547 117.018 13.552 116.48L14.5269 118.105C13.5549 116.485 13.5522 116.48 13.5524 116.48L13.5531 116.479C13.5537 116.479 13.5546 116.478 13.5556 116.478C13.5575 116.477 13.5603 116.475 13.5637 116.473C13.5705 116.469 13.5802 116.463 13.5929 116.456C13.6185 116.44 13.6561 116.418 13.7046 116.389C13.8017 116.332 13.9434 116.248 14.1248 116.142C14.4874 115.931 15.0092 115.63 15.6505 115.269C16.9315 114.548 18.6968 113.586 20.627 112.621C22.5517 111.658 24.6697 110.679 26.6509 109.936C28.5723 109.215 30.5829 108.631 32.2111 108.631C37.5131 108.631 43.415 109.952 49.043 111.203C54.7834 112.478 60.2499 113.684 65.0531 113.684C66.1109 113.684 67.9549 113.427 70.3337 112.946C72.6703 112.473 75.3986 111.808 78.1629 111.051C83.74 109.523 89.2689 107.668 91.9952 106.305C92.9357 105.835 94.9304 104.291 97.5627 101.973C100.12 99.7209 103.099 96.9029 105.936 94.0738C108.775 91.2426 111.449 88.4237 113.402 86.171C114.382 85.0404 115.154 84.0826 115.671 83.3532C115.932 82.9857 116.101 82.7137 116.196 82.5309V82.5306C116.052 81.4613 114.785 79.5785 110.527 79.5785C110.412 79.5785 110.057 79.6372 109.393 79.9313C108.768 80.2085 108.014 80.629 107.154 81.1783C105.436 82.2755 103.443 83.7907 101.448 85.4245C97.4639 88.6857 93.6205 92.2913 92.2 93.6364C91.4402 94.3559 90.2409 94.3232 89.5214 93.5635C88.8019 92.8036 88.8346 91.6044 89.5944 90.8849C91.0286 89.5268 94.9535 85.8439 99.0476 82.4925C101.091 80.82 103.214 79.1979 105.115 77.9844C106.064 77.3783 106.994 76.8499 107.857 76.4672C108.682 76.1014 109.618 75.7891 110.527 75.7891Z' fill='%23C20E1A'/%3E%3Cpath d='M34.7371 73.2627C41.3479 73.2627 46.7222 74.6641 51.9617 76.6476C54.564 77.6327 57.147 78.7671 59.806 79.9344C62.3133 81.0352 64.901 82.171 67.7116 83.2795C67.9957 83.2115 68.3737 83.1229 68.831 83.0197C69.9006 82.7784 71.4075 82.4571 73.1618 82.1358C76.6487 81.4972 81.2018 80.8416 85.2633 80.8416C88.1962 80.8416 91.336 82.1757 93.1168 84.457C94.0358 85.6344 94.6216 87.112 94.5227 88.7748C94.424 90.4326 93.6585 92.0478 92.2952 93.5391C92.2762 93.5599 92.2567 93.5804 92.2367 93.6004L91.6559 94.1812C90.916 94.9212 89.7162 94.9214 88.9763 94.1816C88.2363 93.4417 88.2361 92.2419 88.9759 91.502L89.5201 90.9574C90.4255 89.9587 90.7046 89.1416 90.7399 88.5495C90.7751 87.9576 90.5813 87.3667 90.1298 86.7884C89.1695 85.5581 87.2061 84.6311 85.2633 84.6311C81.5437 84.6311 77.2544 85.2387 73.8445 85.8632C72.1506 86.1735 70.6952 86.4837 69.6649 86.7161C69.1501 86.8323 68.7423 86.9289 68.4648 86.996C68.3261 87.0295 68.2199 87.0556 68.1494 87.0732C68.1142 87.0819 68.0879 87.0886 68.0708 87.0929C68.0623 87.095 68.056 87.0965 68.0521 87.0975C68.0502 87.098 68.0486 87.0983 68.0479 87.0985H68.0475L67.9756 87.1155C67.6143 87.1928 67.2376 87.1627 66.8922 87.0284C63.7796 85.8179 60.9463 84.5738 58.2824 83.4042C55.6062 82.2293 53.1144 81.1357 50.6199 80.1914C45.6657 78.3159 40.7578 77.0522 34.7371 77.0522C30.3894 77.0522 25.7824 79.8231 22.0555 82.9288C20.2369 84.4443 18.7155 85.9649 17.6486 87.1081C17.1162 87.6784 16.7 88.1519 16.4192 88.4794C16.279 88.6431 16.1728 88.7701 16.1031 88.8544C16.0683 88.8965 16.0425 88.9278 16.0263 88.9478C16.0182 88.9578 16.0123 88.9652 16.009 88.9693C16.0074 88.9713 16.0063 88.9726 16.0058 88.9732L16.0055 88.9728C15.801 89.2282 15.5342 89.4265 15.2305 89.548L2.59891 94.6006C1.62738 94.9892 0.52474 94.5169 0.13604 93.5454C-0.25257 92.5739 0.21979 91.4712 1.19125 91.0825L13.3773 86.2079C13.4271 86.149 13.4815 86.0835 13.5419 86.013C13.8533 85.6498 14.3055 85.1364 14.8784 84.5225C16.0219 83.2973 17.6585 81.66 19.6293 80.0176C23.4813 76.8076 28.9796 73.2627 34.7371 73.2627Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}
.features__icon--target {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M101.593 30.0587L97.2823 34.3694H85.6318L96.2571 23.7441C98.2143 25.7014 100.009 27.7985 101.593 30.0587Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M99.6123 8.73828V20.3888L96.2569 23.7441C94.2997 21.7868 92.2026 19.9927 89.9424 18.4082L99.6123 8.73828Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M111.263 20.3887L101.593 30.0586C100.008 27.7984 98.2141 25.7013 96.2568 23.744L99.6122 20.3887H111.263Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M96.2571 23.7441L85.6318 34.3694V22.7189L89.9425 18.4082C92.2027 19.9927 94.2998 21.7868 96.2571 23.7441Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M49.8646 76.171C49.4219 76.3807 48.9093 76.3574 48.5132 76.0778C48.1171 75.7982 47.9306 75.3322 48.0005 74.8662L49.8879 63.7749L41.7326 55.8992C41.4064 55.573 41.2666 55.0603 41.4297 54.6176C41.5695 54.1749 41.9656 53.8487 42.4316 53.7788L53.7559 52.1011L58.8588 42.0584C59.0685 41.6157 59.5112 41.3594 60.0006 41.3594C60.4899 41.3594 60.9326 41.6157 61.1423 42.0584L62.3307 44.3885L66.2452 52.1011L67.6899 52.3108L76.3112 53.5924L77.5695 53.7788C78.0355 53.8487 78.4316 54.1749 78.5714 54.6176C78.7345 55.0603 78.5947 55.573 78.2685 55.8992L70.1132 63.7749L72.0006 74.8662C72.0705 75.3322 71.8841 75.7982 71.4879 76.0778C71.0918 76.3574 70.5792 76.3807 70.1365 76.171L60.0006 70.9982L49.8646 76.171Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M59.9996 39.6113C61.0882 39.6113 62.1658 40.1877 62.698 41.2643L62.6983 41.264L63.8864 43.5941C64.3249 44.4539 63.9836 45.5065 63.1238 45.945C62.264 46.3835 61.2114 46.0418 60.7729 45.182L60.0002 43.6672L55.313 52.8924C55.0565 53.3972 54.5712 53.7462 54.0111 53.8292L43.6879 55.3583L51.1011 62.5173C51.5163 62.9183 51.7067 63.4986 51.6099 64.0676L49.886 74.1968L59.2051 69.4413L59.2997 69.3965C59.7776 69.1875 60.3262 69.2026 60.794 69.4413L70.1131 74.1968L68.3896 64.0676C68.2928 63.4985 68.4831 62.9183 68.8983 62.5173L76.3109 55.3587L76.0541 55.3206C75.0994 55.1791 74.4401 54.2905 74.5815 53.3358C74.723 52.381 75.6117 51.7218 76.5664 51.8632L77.8247 52.0495L77.8277 52.0501C78.9066 52.2119 79.8611 52.9609 80.2228 54.049C80.625 55.1863 80.2523 56.3856 79.5034 57.1345C79.4963 57.1417 79.4889 57.1486 79.4816 57.1556L71.9898 64.3904L73.7224 74.5725L73.7279 74.6063C73.8922 75.7016 73.4502 76.8306 72.4949 77.505C71.5325 78.1843 70.3411 78.2014 69.3876 77.7498C69.372 77.7424 69.3564 77.7348 69.3411 77.727L59.9996 72.9595L50.658 77.727C50.6428 77.7348 50.6274 77.7424 50.6119 77.7498C49.6584 78.2014 48.467 78.1843 47.5046 77.505C46.5492 76.8306 46.1069 75.7016 46.2712 74.6063C46.2729 74.5951 46.2748 74.5838 46.2768 74.5725L48.0094 64.3904L40.5178 57.1556C40.5106 57.1486 40.5032 57.1417 40.4961 57.1345C39.7495 56.3879 39.3769 55.1939 39.7728 54.06C40.1316 52.966 41.0889 52.2125 42.1715 52.0501L42.1747 52.0495L52.6055 50.5041L57.2999 41.2663V41.2666C57.8316 40.1885 58.9101 39.6114 59.9996 39.6113Z' fill='%23C20E1A'/%3E%3Cpath d='M58.252 29.7087V1.74757C58.252 0.782415 59.0344 0 59.9995 0C60.9647 0 61.7471 0.782415 61.7471 1.74757V29.7087C61.7471 30.6739 60.9647 31.4563 59.9995 31.4563C59.0344 31.4563 58.252 30.6739 58.252 29.7087Z' fill='%23C20E1A'/%3E%3Cpath d='M29.7087 58.252C30.6739 58.252 31.4563 59.0344 31.4563 59.9995C31.4563 60.9647 30.6739 61.7471 29.7087 61.7471H1.74757C0.782415 61.7471 0 60.9647 0 59.9995C0 59.0344 0.782415 58.252 1.74757 58.252H29.7087Z' fill='%23C20E1A'/%3E%3Cpath d='M58.252 118.253V90.2915C58.252 89.3264 59.0344 88.5439 59.9995 88.5439C60.9647 88.5439 61.7471 89.3264 61.7471 90.2915V118.253C61.7471 119.218 60.9647 120 59.9995 120C59.0344 120 58.252 119.218 58.252 118.253Z' fill='%23C20E1A'/%3E%3Cpath d='M118.253 58.252C119.218 58.252 120 59.0344 120 59.9995C120 60.9647 119.218 61.7471 118.253 61.7471H90.2915C89.3264 61.7471 88.5439 60.9647 88.5439 59.9995C88.5439 59.0344 89.3264 58.252 90.2915 58.252H118.253Z' fill='%23C20E1A'/%3E%3Cpath d='M6.99023 59.9999C6.99023 30.7241 30.7241 6.99023 59.9999 6.99023C60.9168 6.99023 61.8096 7.01424 62.7247 7.0624L62.7244 7.06272C63.4297 7.08778 64.1104 7.13673 64.8103 7.20901L64.8106 7.20868L65.5408 7.27695L65.5655 7.27955C65.9797 7.32315 66.4832 7.37384 66.9698 7.44923L66.9701 7.44891L68.4722 7.6602L68.5203 7.66768C69.3133 7.80362 70.1672 7.94999 71.0071 8.14586C71.4582 8.23194 71.955 8.33122 72.4673 8.47873C72.946 8.56561 73.3996 8.69191 73.7699 8.80055C74.242 8.9235 74.8265 9.07104 75.3998 9.26377C75.691 9.32986 75.9478 9.41716 76.1868 9.51017C76.6609 9.66059 77.2307 9.83521 77.7699 10.0313C77.7753 10.0333 77.781 10.0354 77.7864 10.0374L78.9047 10.4568C78.9075 10.4578 78.9106 10.4589 78.9135 10.46C79.3815 10.6383 79.9045 10.8373 80.413 11.0643C81.0988 11.335 81.7558 11.6276 82.4047 11.9401C83.2743 12.3588 83.64 13.4032 83.2213 14.2728C82.8026 15.1423 81.7581 15.5076 80.8886 15.089C80.2913 14.8014 79.7021 14.5401 79.0968 14.3023C79.0705 14.292 79.0445 14.2808 79.0188 14.2692C78.6101 14.0853 78.1723 13.9181 77.6775 13.7296L76.5756 13.3158V13.3161C76.1068 13.1456 75.6239 12.9991 75.0815 12.8265C75.0413 12.8137 75.0017 12.7993 74.9626 12.7836C74.7884 12.714 74.6863 12.6836 74.5933 12.665C74.5148 12.6493 74.4374 12.6282 74.3618 12.6019C73.9075 12.4439 73.4292 12.324 72.8636 12.1764C72.8462 12.1719 72.8288 12.1672 72.8116 12.1621C72.4227 12.0477 72.0899 11.9575 71.7824 11.9063C71.7099 11.8942 71.638 11.8773 71.5675 11.8562C71.1968 11.745 70.8101 11.6661 70.3215 11.5731C70.297 11.5684 70.2724 11.5632 70.2481 11.5575C69.5234 11.387 68.7684 11.2563 67.9518 11.1163C67.4707 11.0476 66.995 10.98 66.4978 10.9122C66.4856 10.9105 66.4735 10.9086 66.4613 10.9067C66.0737 10.8455 65.6602 10.804 65.1994 10.7555V10.7552C64.9527 10.7328 64.6973 10.7097 64.4628 10.6863C64.4609 10.6861 64.4589 10.6861 64.457 10.6859C63.818 10.6199 63.2057 10.5761 62.5729 10.5543C62.5623 10.5539 62.5516 10.5535 62.541 10.553C61.6853 10.508 60.8539 10.4854 59.9999 10.4854C32.6544 10.4854 10.4854 32.6544 10.4854 59.9999C10.4854 87.3455 32.6544 109.515 59.9999 109.515C87.3455 109.515 109.515 87.3455 109.515 59.9999C109.515 59.146 109.492 58.3145 109.447 57.4589C109.446 57.4483 109.446 57.4376 109.446 57.427C109.424 56.7942 109.38 56.1818 109.314 55.5429C109.314 55.541 109.314 55.539 109.314 55.5371C109.29 55.3027 109.267 55.0477 109.244 54.8005L109.174 54.1419C109.149 53.9325 109.124 53.7323 109.093 53.5385C109.091 53.5264 109.089 53.5143 109.088 53.5021C109.02 53.0048 108.952 52.5289 108.883 52.0478C108.743 51.2314 108.613 50.4764 108.442 49.7518C108.437 49.7275 108.431 49.7029 108.427 49.6783C108.334 49.1897 108.255 48.8031 108.143 48.4324C108.122 48.3619 108.106 48.29 108.094 48.2175C108.042 47.91 107.952 47.577 107.838 47.1883C107.833 47.1711 107.828 47.1537 107.823 47.1363C107.676 46.5706 107.556 46.0923 107.398 45.6381C107.372 45.5625 107.351 45.4851 107.335 45.4066C107.316 45.3137 107.286 45.2115 107.216 45.0373C107.201 44.9981 107.186 44.9582 107.173 44.918C107.001 44.3758 106.854 43.893 106.684 43.4243V43.424L106.27 42.3223V42.322C106.082 41.8274 105.915 41.3897 105.731 40.9811C105.719 40.9553 105.708 40.9294 105.698 40.9031C105.46 40.2978 105.198 39.7086 104.911 39.1113C104.492 38.2418 104.858 37.1977 105.727 36.7789C106.597 36.3602 107.641 36.7256 108.06 37.5952C108.372 38.244 108.665 38.9009 108.935 39.5866C109.104 39.9648 109.258 40.3508 109.398 40.7165L109.54 41.0864L109.543 41.0952L109.962 42.2134L109.969 42.23C110.165 42.7697 110.339 43.34 110.49 43.8144C110.583 44.0528 110.67 44.3092 110.736 44.5998C110.929 45.173 111.076 45.7576 111.199 46.2297C111.308 46.6001 111.434 47.0535 111.521 47.5322C111.669 48.0446 111.768 48.5413 111.854 48.9924C112 49.619 112.119 50.2532 112.226 50.8642L112.332 51.4796L112.34 51.5277C112.409 52.0163 112.48 52.5109 112.551 53.0298H112.551C112.626 53.5164 112.677 54.0201 112.72 54.4344C112.721 54.4426 112.722 54.4509 112.723 54.4591C112.746 54.7146 112.768 54.9611 112.791 55.1834L112.842 55.7146C112.887 56.2332 112.919 56.7473 112.937 57.2752L112.969 57.9579C112.996 58.6381 113.01 59.3122 113.01 59.9999C113.01 89.2758 89.2758 113.01 59.9999 113.01C30.7241 113.01 6.99023 89.2758 6.99023 59.9999Z' fill='%23C20E1A'/%3E%3Cpath d='M20.9707 59.9998C20.9707 38.4366 38.4366 20.9707 59.9998 20.9707C65.166 20.9707 70.1218 21.9701 74.6445 23.8281C75.5372 24.1948 75.9636 25.2157 75.597 26.1084C75.2302 27.0012 74.2091 27.4276 73.3163 27.0609C69.2177 25.3771 64.7133 24.4658 59.9998 24.4658C40.3669 24.4658 24.4658 40.3669 24.4658 59.9998C24.4658 79.6327 40.3669 95.5338 59.9998 95.5338C79.6327 95.5338 95.5338 79.6327 95.5338 59.9998C95.5338 55.2864 94.6225 50.782 92.9388 46.6834C92.572 45.7906 92.9985 44.7694 93.8912 44.4027C94.7839 44.036 95.8048 44.4625 96.1716 45.3551C98.0296 49.8779 99.029 54.8337 99.029 59.9998C99.029 81.563 81.563 99.029 59.9998 99.029C38.4366 99.029 20.9707 81.563 20.9707 59.9998Z' fill='%23C20E1A'/%3E%3Cpath d='M98.3764 19.1525C99.0589 18.47 100.165 18.47 100.848 19.1525C101.53 19.8349 101.53 20.9412 100.848 21.6237L61.236 61.2353C60.5535 61.9178 59.4473 61.9178 58.7648 61.2353C58.0823 60.5528 58.0823 59.4466 58.7648 58.7641L98.3764 19.1525Z' fill='%23C20E1A'/%3E%3Cpath d='M98.3764 7.50226C98.8761 7.00248 99.6276 6.8528 100.281 7.12322C100.934 7.39372 101.36 8.03102 101.36 8.73784V18.6408H111.262C111.969 18.6408 112.607 19.0666 112.877 19.7197C113.147 20.3727 112.998 21.1241 112.498 21.6239L98.5174 35.6045C98.1897 35.9322 97.7453 36.1165 97.2818 36.1165H85.6314C84.6662 36.1165 83.8838 35.3341 83.8838 34.3689V22.7184C83.8838 22.2549 84.068 21.8106 84.3958 21.4828L98.3764 7.50226ZM87.3789 23.442V32.6213H96.5582L107.044 22.1359H99.6119C98.6468 22.1359 97.8644 21.3535 97.8644 20.3883V12.9566L87.3789 23.442Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}
.features__icon--model {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M113.052 97.8945V110.526C113.052 114.72 105.145 118.105 95.3682 118.105C85.5914 118.105 77.6841 114.72 77.6841 110.526V97.8945C77.6841 102.088 85.5914 105.473 95.3682 105.473C105.145 105.473 113.052 102.088 113.052 97.8945Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M113.052 72.6316V85.2631C113.052 89.4568 105.145 92.8421 95.3682 92.8421C85.5914 92.8421 77.6841 89.4568 77.6841 85.2631V72.6316C77.6841 76.8253 85.5914 80.2105 95.3682 80.2105C105.145 80.2105 113.052 76.8253 113.052 72.6316Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M113.052 85.2627V97.8942C113.052 102.088 105.145 105.473 95.3682 105.473C85.5914 105.473 77.6841 102.088 77.6841 97.8942V85.2627C77.6841 89.4564 85.5914 92.8416 95.3682 92.8416C105.145 92.8416 113.052 89.4564 113.052 85.2627Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M77.6838 97.8945V110.526C77.6838 114.72 69.7764 118.105 59.9996 118.105C50.2228 118.105 42.3154 114.72 42.3154 110.526V97.8945C42.3154 102.088 50.2228 105.473 59.9996 105.473C69.7764 105.473 77.6838 102.088 77.6838 97.8945Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M42.3154 85.2627C42.3154 89.4564 50.2228 92.8416 59.9996 92.8416C69.7764 92.8416 77.6838 89.4564 77.6838 85.2627V97.8942C77.6838 102.088 69.7764 105.473 59.9996 105.473C50.2228 105.473 42.3154 102.088 42.3154 97.8942V85.2627Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M6.94727 97.8945C6.94727 102.088 14.8546 105.473 24.6314 105.473C34.4082 105.473 42.3156 102.088 42.3156 97.8945V110.526C42.3156 114.72 34.4082 118.105 24.6314 118.105C14.8546 118.105 6.94727 114.72 6.94727 110.526V97.8945Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M75.0564 22.0294C75.2837 22.7116 75.1069 23.4442 74.6016 23.9494L62.4501 35.9241L65.2543 52.7241C65.3554 53.4567 65.0774 54.1641 64.4964 54.5936C63.9153 54.9978 63.1322 55.0736 62.5006 54.7199L47.368 46.8883L32.2354 54.7199C31.6039 55.0736 30.8207 54.9978 30.2397 54.5936C29.6586 54.1641 29.3807 53.4567 29.4818 52.7241L32.286 35.9241L20.1344 23.9494C19.6292 23.4442 19.4523 22.7116 19.6797 22.0294C19.8818 21.3473 20.4881 20.8421 21.1955 20.741L38.046 18.1895L45.6754 2.95583C46.0039 2.29899 46.6607 1.89478 47.368 1.89478C48.0754 1.89478 48.7322 2.29899 49.0606 2.95583L56.6901 18.1895L73.5406 20.741C74.248 20.8421 74.8543 21.3473 75.0564 22.0294Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M111.158 72.6316C111.158 72.2222 110.973 71.6761 110.315 71.0083C109.648 70.3319 108.589 69.6359 107.131 69.011C104.22 67.7639 100.064 66.9474 95.3684 66.9474C90.6729 66.9474 86.5172 67.7639 83.6064 69.011C82.1476 69.6359 81.0887 70.3319 80.4221 71.0083C79.7638 71.6761 79.579 72.2222 79.579 72.6316C79.579 73.041 79.7638 73.5871 80.4221 74.255C81.0887 74.9314 82.1476 75.6273 83.6064 76.2523C86.5172 77.4993 90.6729 78.3158 95.3684 78.3158C100.064 78.3158 104.22 77.4993 107.131 76.2523C108.589 75.6273 109.648 74.9314 110.315 74.255C110.973 73.5871 111.158 73.041 111.158 72.6316ZM114.947 72.6316C114.947 74.3191 114.144 75.7688 113.014 76.9152C111.892 78.053 110.363 78.9899 108.623 79.7354C105.136 81.2294 100.45 82.1053 95.3684 82.1053C90.2873 82.1053 85.6008 81.2294 82.1138 79.7354C80.3736 78.9899 78.8445 78.053 77.7231 76.9152C76.5931 75.7688 75.7896 74.3191 75.7896 72.6316C75.7896 70.9442 76.5931 69.4944 77.7231 68.348C78.8445 67.2102 80.3736 66.2733 82.1138 65.5278C85.6008 64.0338 90.2873 63.158 95.3684 63.158C100.45 63.158 105.136 64.0338 108.623 65.5278C110.363 66.2733 111.892 67.2102 113.014 68.348C114.144 69.4944 114.947 70.9442 114.947 72.6316Z' fill='%23C20E1A'/%3E%3Cpath d='M75.7896 85.2631C75.7896 84.2167 76.6379 83.3684 77.6843 83.3684C78.7307 83.3684 79.579 84.2167 79.579 85.2631C79.579 85.6725 79.7638 86.2187 80.4221 86.8865C81.0887 87.5629 82.1476 88.2588 83.6064 88.8838C86.5172 90.1308 90.6729 90.9473 95.3684 90.9473C100.064 90.9473 104.22 90.1308 107.131 88.8838C108.589 88.2588 109.648 87.5629 110.315 86.8865C110.973 86.2187 111.158 85.6725 111.158 85.2631C111.158 84.2167 112.006 83.3684 113.053 83.3684C114.099 83.3684 114.947 84.2167 114.947 85.2631C114.947 86.9506 114.144 88.4003 113.014 89.5467C111.892 90.6845 110.363 91.6214 108.623 92.367C105.136 93.8609 100.45 94.7368 95.3684 94.7368C90.2873 94.7368 85.6008 93.8609 82.1138 92.367C80.3736 91.6214 78.8445 90.6845 77.7231 89.5467C76.5931 88.4003 75.7896 86.9506 75.7896 85.2631Z' fill='%23C20E1A'/%3E%3Cpath d='M75.7896 97.8947C75.7896 96.8483 76.6379 96 77.6843 96C78.7307 96 79.579 96.8483 79.579 97.8947C79.579 98.3041 79.7638 98.8503 80.4221 99.5181C81.0887 100.194 82.1476 100.89 83.6064 101.515C86.5172 102.762 90.6729 103.579 95.3684 103.579C100.064 103.579 104.22 102.762 107.131 101.515C108.589 100.89 109.648 100.194 110.315 99.5181C110.973 98.8503 111.158 98.3041 111.158 97.8947C111.158 96.8483 112.006 96 113.053 96C114.099 96 114.947 96.8483 114.947 97.8947C114.947 99.5822 114.144 101.032 113.014 102.178C111.892 103.316 110.363 104.253 108.623 104.999C105.136 106.493 100.45 107.368 95.3684 107.368C90.2873 107.368 85.6008 106.493 82.1138 104.999C80.3736 104.253 78.8445 103.316 77.7231 102.178C76.5931 101.032 75.7896 99.5822 75.7896 97.8947Z' fill='%23C20E1A'/%3E%3Cpath d='M75.7896 110.526V72.6313C75.7896 71.5849 76.6379 70.7366 77.6843 70.7366C78.7307 70.7366 79.579 71.5849 79.579 72.6313V110.526C79.579 110.935 79.7638 111.481 80.4221 112.149C81.0887 112.826 82.1476 113.522 83.6064 114.147C86.5172 115.394 90.6729 116.21 95.3684 116.21C100.064 116.21 104.22 115.394 107.131 114.147C108.589 113.522 109.648 112.826 110.315 112.149C110.973 111.481 111.158 110.935 111.158 110.526V72.6313C111.158 71.5849 112.006 70.7366 113.053 70.7366C114.099 70.7366 114.947 71.5849 114.947 72.6313V110.526C114.947 112.213 114.144 113.663 113.014 114.81C111.892 115.947 110.363 116.884 108.623 117.63C105.136 119.124 100.45 120 95.3684 120C90.2873 120 85.6008 119.124 82.1138 117.63C80.3736 116.884 78.8445 115.947 77.7231 114.81C76.5931 113.663 75.7896 112.213 75.7896 110.526Z' fill='%23C20E1A'/%3E%3Cpath d='M75.7892 85.263C75.7892 84.8536 75.6044 84.3074 74.9462 83.6396C74.2795 82.9632 73.2206 82.2673 71.7619 81.6423C68.851 80.3953 64.6953 79.5788 59.9998 79.5788C55.3043 79.5788 51.1486 80.3953 48.2377 81.6423C46.779 82.2673 45.7201 82.9632 45.0534 83.6396C44.3952 84.3074 44.2104 84.8536 44.2104 85.263C44.2104 85.6723 44.3952 86.2185 45.0534 86.8863C45.7201 87.5627 46.779 88.2586 48.2377 88.8836C51.1486 90.1307 55.3043 90.9472 59.9998 90.9472C64.6953 90.9472 68.851 90.1307 71.7619 88.8836C73.2206 88.2586 74.2795 87.5627 74.9462 86.8863C75.6044 86.2185 75.7892 85.6723 75.7892 85.263ZM79.5787 85.263C79.5787 86.9504 78.7751 88.4002 77.6452 89.5466C76.5237 90.6843 74.9946 91.6213 73.2545 92.3668C69.7675 93.8607 65.081 94.7366 59.9998 94.7366C54.9186 94.7366 50.2321 93.8607 46.7451 92.3668C45.005 91.6213 43.4759 90.6843 42.3544 89.5466C41.2245 88.4002 40.4209 86.9504 40.4209 85.263C40.4209 83.5755 41.2245 82.1258 42.3544 80.9794C43.4759 79.8416 45.005 78.9047 46.7451 78.1591C50.2321 76.6652 54.9186 75.7893 59.9998 75.7893C65.081 75.7893 69.7675 76.6652 73.2545 78.1591C74.9946 78.9047 76.5237 79.8416 77.6452 80.9794C78.7751 82.1258 79.5787 83.5755 79.5787 85.263Z' fill='%23C20E1A'/%3E%3Cpath d='M40.4209 97.8947C40.4209 96.8483 41.2692 96 42.3156 96C43.3621 96 44.2104 96.8483 44.2104 97.8947C44.2104 98.3041 44.3952 98.8503 45.0534 99.5181C45.7201 100.194 46.779 100.89 48.2377 101.515C51.1486 102.762 55.3043 103.579 59.9998 103.579C64.6953 103.579 68.851 102.762 71.7619 101.515C73.2206 100.89 74.2795 100.194 74.9462 99.5181C75.6044 98.8503 75.7892 98.3041 75.7892 97.8947C75.7892 96.8483 76.6375 96 77.684 96C78.7304 96 79.5787 96.8483 79.5787 97.8947C79.5787 99.5822 78.7751 101.032 77.6452 102.178C76.5237 103.316 74.9946 104.253 73.2545 104.999C69.7675 106.493 65.081 107.368 59.9998 107.368C54.9186 107.368 50.2321 106.493 46.7451 104.999C45.005 104.253 43.4759 103.316 42.3544 102.178C41.2245 101.032 40.4209 99.5822 40.4209 97.8947Z' fill='%23C20E1A'/%3E%3Cpath d='M40.4209 110.526C40.4209 109.48 41.2692 108.632 42.3156 108.632C43.3621 108.632 44.2104 109.48 44.2104 110.526C44.2104 110.936 44.3952 111.482 45.0534 112.15C45.7201 112.826 46.779 113.522 48.2377 114.147C51.1486 115.394 55.3043 116.211 59.9998 116.211C64.6953 116.211 68.851 115.394 71.7619 114.147C73.2206 113.522 74.2795 112.826 74.9462 112.15C75.6044 111.482 75.7892 110.936 75.7892 110.526C75.7892 109.48 76.6375 108.632 77.684 108.632C78.7304 108.632 79.5787 109.48 79.5787 110.526C79.5787 112.214 78.7751 113.664 77.6452 114.81C76.5237 115.948 74.9946 116.885 73.2545 117.63C69.7675 119.124 65.081 120 59.9998 120C54.9186 120 50.2321 119.124 46.7451 117.63C45.005 116.885 43.4759 115.948 42.3544 114.81C41.2245 113.664 40.4209 112.214 40.4209 110.526Z' fill='%23C20E1A'/%3E%3Cpath d='M40.4209 110.526V85.2631C40.4209 84.2167 41.2692 83.3684 42.3156 83.3684C43.3621 83.3684 44.2104 84.2167 44.2104 85.2631V110.526C44.2104 111.573 43.3621 112.421 42.3156 112.421C41.2692 112.421 40.4209 111.573 40.4209 110.526Z' fill='%23C20E1A'/%3E%3Cpath d='M40.4211 97.8946C40.4211 97.4852 40.2362 96.939 39.578 96.2712C38.9113 95.5948 37.8524 94.8989 36.3937 94.2739C33.4828 93.0269 29.3272 92.2104 24.6316 92.2104C19.9361 92.2104 15.7804 93.0269 12.8696 94.2739C11.4108 94.8989 10.3519 95.5948 9.68524 96.2712C9.02701 96.939 8.8422 97.4852 8.8422 97.8946C8.8422 98.3039 9.02701 98.8501 9.68524 99.5179C10.3519 100.194 11.4108 100.89 12.8696 101.515C15.7804 102.762 19.9361 103.579 24.6316 103.579C29.3272 103.579 33.4828 102.762 36.3937 101.515C37.8524 100.89 38.9113 100.194 39.578 99.5179C40.2362 98.8501 40.4211 98.3039 40.4211 97.8946ZM44.2105 97.8946C44.2105 99.582 43.4069 101.032 42.277 102.178C41.1556 103.316 39.6265 104.253 37.8863 104.998C34.3993 106.492 29.7128 107.368 24.6316 107.368C19.5504 107.368 14.864 106.492 11.377 104.998C9.6368 104.253 8.10769 103.316 6.98623 102.178C5.85631 101.032 5.05273 99.582 5.05273 97.8946C5.05273 96.2071 5.85631 94.7574 6.98623 93.611C8.10769 92.4732 9.6368 91.5363 11.377 90.7907C14.864 89.2968 19.5504 88.4209 24.6316 88.4209C29.7128 88.4209 34.3993 89.2968 37.8863 90.7907C39.6265 91.5363 41.1556 92.4732 42.277 93.611C43.4069 94.7574 44.2105 96.2071 44.2105 97.8946Z' fill='%23C20E1A'/%3E%3Cpath d='M5.05273 110.526C5.05273 109.48 5.90103 108.632 6.94747 108.632C7.9939 108.632 8.8422 109.48 8.8422 110.526C8.8422 110.936 9.02701 111.482 9.68524 112.15C10.3519 112.826 11.4108 113.522 12.8696 114.147C15.7804 115.394 19.9361 116.211 24.6316 116.211C29.3272 116.211 33.4828 115.394 36.3937 114.147C37.8524 113.522 38.9113 112.826 39.578 112.15C40.2362 111.482 40.4211 110.936 40.4211 110.526C40.4211 109.48 41.2694 108.632 42.3158 108.632C43.3622 108.632 44.2105 109.48 44.2105 110.526C44.2105 112.214 43.4069 113.664 42.277 114.81C41.1556 115.948 39.6265 116.885 37.8863 117.63C34.3993 119.124 29.7128 120 24.6316 120C19.5504 120 14.864 119.124 11.377 117.63C9.6368 116.885 8.10769 115.948 6.98623 114.81C5.85631 113.664 5.05273 112.214 5.05273 110.526Z' fill='%23C20E1A'/%3E%3Cpath d='M5.05273 110.526V97.8947C5.05273 96.8483 5.90103 96 6.94747 96C7.9939 96 8.8422 96.8483 8.8422 97.8947V110.526C8.8422 111.573 7.9939 112.421 6.94747 112.421C5.90103 112.421 5.05273 111.573 5.05273 110.526Z' fill='%23C20E1A'/%3E%3Cpath d='M47.3682 0C48.8048 0 50.1107 0.820078 50.7548 2.10725L57.9447 16.4629L73.8085 18.8652H73.8088C73.811 18.8655 73.8133 18.8659 73.8155 18.8663L73.8247 18.8677H73.8243C75.2066 19.0711 76.4172 20.0454 76.8539 21.4303H76.8543C77.3104 22.7986 76.9504 24.2805 75.9418 25.2892C75.9385 25.2924 75.9352 25.2958 75.9319 25.299L64.4811 36.5828L67.1237 52.4121L67.1314 52.4653C67.3205 53.8363 66.7997 55.2476 65.623 56.1173C65.6084 56.1281 65.5935 56.1387 65.5786 56.149C64.4771 56.9152 62.9436 57.1091 61.6302 56.4021V56.4025L47.3682 49.0216L33.1066 56.4025L33.1063 56.4021C31.7928 57.109 30.2593 56.9153 29.1579 56.149C29.143 56.1387 29.1284 56.1281 29.1138 56.1173C27.9371 55.2476 27.4159 53.8363 27.605 52.4653L27.6131 52.4121L30.2554 36.5828L18.8049 25.299C18.8016 25.2958 18.7983 25.2924 18.795 25.2892C17.7863 24.2805 17.4264 22.7986 17.8825 21.4303C18.3201 20.0426 19.5349 19.067 20.9206 18.8663L36.7918 16.4629L43.9816 2.10725C44.6257 0.820055 45.9316 5.2387e-05 47.3682 0ZM39.7403 19.0379C39.4646 19.5884 38.9386 19.9706 38.3298 20.0628L21.482 22.6138C21.4818 22.6145 21.4815 22.6152 21.4813 22.6159L33.6163 34.5746C34.0557 35.0077 34.2567 35.6275 34.1551 36.236L31.3578 52.9943C31.3559 53.0138 31.3561 53.0291 31.3575 53.0405C31.3599 53.0392 31.3624 53.0382 31.3649 53.037L46.4973 45.2057L46.601 45.156C47.1244 44.9241 47.727 44.9407 48.2391 45.2057L63.3719 53.037L63.379 53.0405C63.3804 53.0285 63.3806 53.0123 63.3783 52.9915L60.5816 36.236C60.4801 35.6275 60.6811 35.0077 61.1205 34.5746L73.2551 22.6159C73.2549 22.6152 73.2547 22.6145 73.2544 22.6138L56.4066 20.0628C55.7979 19.9706 55.2718 19.5884 54.9961 19.0379L47.3682 3.80709L39.7403 19.0379Z' fill='%23C20E1A'/%3E%3Cpath d='M45.4736 65.0525V57.4736C45.4736 56.4272 46.3219 55.5789 47.3684 55.5789C48.4148 55.5789 49.2631 56.4272 49.2631 57.4736V65.0525C49.2631 66.0989 48.4148 66.9472 47.3684 66.9472C46.3219 66.9472 45.4736 66.0989 45.4736 65.0525Z' fill='%23C20E1A'/%3E%3Cpath d='M71.3643 37.6745C71.6953 36.6817 72.7682 36.1453 73.761 36.4762L80.8095 38.8255C81.8021 39.1565 82.3386 40.2295 82.0078 41.2222C81.6769 42.2149 80.6039 42.7513 79.6112 42.4205L72.5627 40.0711C71.5699 39.7402 71.0334 38.6672 71.3643 37.6745Z' fill='%23C20E1A'/%3E%3Cpath d='M66.7376 0.642897C67.4289 -0.142532 68.6261 -0.218892 69.4116 0.472315C70.1972 1.16361 70.2735 2.36108 69.5822 3.14665L65.1361 8.19927C64.4448 8.98478 63.2474 9.06113 62.4618 8.36985C61.6763 7.67854 61.5999 6.48106 62.2912 5.69551L66.7376 0.642897Z' fill='%23C20E1A'/%3E%3Cpath d='M25.3251 0.472372C26.1106 -0.218909 27.3081 -0.142555 27.9994 0.642954L32.4455 5.69557C33.1368 6.48114 33.0605 7.67861 32.2749 8.36991C31.4894 9.06111 30.2922 8.98475 29.6009 8.19932L25.1545 3.14671C24.4632 2.36116 24.5396 1.16368 25.3251 0.472372Z' fill='%23C20E1A'/%3E%3Cpath d='M20.9759 36.4761C21.9686 36.1453 23.0416 36.6817 23.3725 37.6744C23.7034 38.6671 23.1669 39.7401 22.1742 40.0711L15.1257 42.4204C14.133 42.7514 13.06 42.2149 12.7291 41.2221C12.3982 40.2294 12.9347 39.1564 13.9274 38.8255L20.9759 36.4761Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}
.features__icon--coindhand {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M87.7895 17.0527C101.735 17.0527 113.053 28.3706 113.053 42.3158C113.053 56.2611 101.735 67.5789 87.7895 67.5789C74.6274 67.5789 63.8148 57.5242 62.6274 44.6653C62.5516 43.9074 62.5264 43.099 62.5264 42.3158C62.5264 36.7074 64.3453 31.5285 67.4779 27.3348C67.4527 27.3095 67.4779 27.3096 67.4779 27.3096C72.0758 21.0948 79.4526 17.0527 87.7895 17.0527Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M57.4232 25.0611C57.5495 25.4147 57.4485 25.819 57.1706 26.0716L50.5516 32.3621L52.0674 41.1537C52.118 41.5326 51.9664 41.9115 51.6632 42.1136C51.3348 42.341 50.9053 42.3663 50.5769 42.2147L42.3159 38.0969L34.0548 42.2147C33.7264 42.3663 33.2969 42.341 32.9685 42.1136C32.6654 41.9115 32.5138 41.5326 32.5643 41.1537L34.0801 32.3621L27.4612 26.0716C27.1833 25.819 27.0822 25.4147 27.2086 25.0611C27.3349 24.7074 27.6633 24.4548 28.0422 24.4042L37.238 23.0653L41.3812 15.0822C41.558 14.7285 41.9117 14.5264 42.3159 14.5264C42.7201 14.5264 43.0738 14.7285 43.2506 15.0822L47.3937 23.0653L56.5895 24.4042C56.9685 24.4548 57.2969 24.7074 57.4232 25.0611Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M77.4923 46.6252C76.3523 46.6252 75.4282 45.7011 75.4282 44.5611C75.4282 43.4212 76.3523 42.4971 77.4923 42.4971H91.0934C91.3388 42.4971 91.6378 42.4895 91.9905 42.4743C92.3586 42.4439 92.7496 42.3679 93.1637 42.2462C94.5745 41.8965 95.602 41.2047 96.2461 40.1708C96.9055 39.1369 97.2352 37.9433 97.2352 36.5901C97.2352 35.7538 97.0972 34.9328 96.8212 34.1269C96.5605 33.3059 96.1311 32.5913 95.533 31.9831C94.9503 31.3597 94.1605 30.934 93.1637 30.7059C92.7803 30.5995 92.3892 30.5387 91.9905 30.5234C91.5918 30.493 91.2928 30.4778 91.0934 30.4778H82.1556C80.5666 30.4778 79.4913 28.8585 80.1077 27.394C80.4528 26.5739 81.2539 26.0388 82.1436 26.034L91.2774 25.9849C91.4614 25.9849 91.7835 25.9925 92.2435 26.0077C92.7189 26.0229 93.2404 26.0761 93.8078 26.1673C95.6634 26.4562 97.2046 27.0796 98.4314 28.0375C99.6736 28.9954 100.601 30.2041 101.215 31.6638C101.828 33.1082 102.135 34.7123 102.135 36.4761C102.135 39.1369 101.437 41.3644 100.042 43.1585C98.6461 44.9374 96.5681 46.0322 93.8078 46.4427C93.2404 46.5339 92.7189 46.5871 92.2435 46.6024C91.7835 46.6176 91.4614 46.6252 91.2774 46.6252H77.4923ZM77.344 53.9918C76.2859 53.9918 75.4282 53.1341 75.4282 52.076C75.4282 51.018 76.2859 50.1602 77.344 50.1602H92.5361C93.5941 50.1602 94.4519 51.018 94.4519 52.076C94.4519 53.1341 93.5941 53.9918 92.5361 53.9918H77.344ZM81.2135 58.8269C79.8859 58.8269 78.8097 57.7506 78.8097 56.423V28.3887C78.8097 27.0611 79.8859 25.9849 81.2135 25.9849C82.5411 25.9849 83.6174 27.0611 83.6174 28.3887V56.423C83.6174 57.7506 82.5411 58.8269 81.2135 58.8269Z' fill='%23C20E1A'/%3E%3Cpath d='M42.3159 12.6316C43.3634 12.6316 44.4018 13.1737 44.9321 14.2098L44.9325 14.2095L48.6278 21.3302L56.8627 22.5292H56.8623C57.8558 22.6695 58.7704 23.3222 59.1704 24.3249L59.2078 24.4236L59.2416 24.5248C59.5677 25.5595 59.2699 26.7003 58.4754 27.4444L58.4761 27.4451L52.591 33.0377L53.9349 40.8316L53.9458 40.9031C54.0779 41.8939 53.7026 43.0143 52.7415 43.6712C52.7324 43.6775 52.7235 43.6841 52.7144 43.6903L52.714 43.6899C51.8301 44.2873 50.7019 44.3589 49.7831 43.9348C49.7659 43.9269 49.7486 43.919 49.7317 43.9105L42.3159 40.2138L34.9002 43.9105C34.8833 43.9189 34.8662 43.9269 34.8491 43.9348C33.9303 44.3589 32.8018 44.2874 31.9178 43.6899V43.6903C31.9158 43.6889 31.9138 43.6873 31.9118 43.686C31.9046 43.6811 31.8971 43.6765 31.89 43.6716V43.6709C30.9293 43.0139 30.5543 41.8937 30.6864 40.9031L30.6973 40.8316L32.0408 33.038L26.1561 27.4451L26.1564 27.4448C25.3359 26.6763 25.0456 25.4844 25.4244 24.4236C25.8024 23.3653 26.7437 22.6742 27.7692 22.5292L36.0037 21.3302L39.6994 14.2095L39.6997 14.2098C40.23 13.1737 41.2685 12.6316 42.3159 12.6316ZM38.9198 23.938C38.6389 24.4793 38.1146 24.8524 37.5111 24.9403L30.1493 26.0121L35.3855 30.9886C35.8441 31.4244 36.0548 32.0607 35.9473 32.6842L34.7268 39.7626L41.4708 36.401L41.5716 36.3545C42.0809 36.1368 42.6624 36.1523 43.1614 36.401L49.9051 39.7626L48.6846 32.6842C48.5771 32.0607 48.7878 31.4244 49.2464 30.9886L54.4826 26.0121L47.1208 24.9403C46.5173 24.8524 45.993 24.4792 45.7121 23.938L42.3159 17.3938L38.9198 23.938Z' fill='%23C20E1A'/%3E%3Cpath d='M15.1582 29.6842C15.1582 14.6925 27.3244 2.52637 42.316 2.52637C56.4659 2.52637 68.0611 13.3097 69.3646 27.1314C69.4628 28.1733 68.6978 29.0974 67.6559 29.1957C66.6142 29.2939 65.69 28.5292 65.5917 27.4874C64.4699 15.5914 54.4903 6.31583 42.316 6.31583C29.4172 6.31583 18.9477 16.7854 18.9477 29.6842C18.9477 42.583 29.4172 53.0525 42.316 53.0525C50.0269 53.0525 56.8701 49.3163 61.0991 43.5454C61.7176 42.7014 62.9033 42.5185 63.7474 43.1369C64.5914 43.7555 64.7744 44.9411 64.1558 45.7852C59.2396 52.4941 51.2787 56.842 42.316 56.842C27.3244 56.842 15.1582 44.6758 15.1582 29.6842Z' fill='%23C20E1A'/%3E%3Cpath d='M111.158 42.3158C111.158 29.417 100.688 18.9474 87.7897 18.9474C80.1536 18.9474 73.3874 22.6123 69.1225 28.2745C69.0845 28.3409 69.0428 28.406 68.996 28.4687C66.1028 32.3418 64.4213 37.1246 64.4213 42.3158C64.4213 43.0633 64.4457 43.8037 64.5129 44.4766C64.5134 44.4814 64.5139 44.4863 64.5143 44.4911C65.6125 56.3836 75.6149 65.6841 87.7897 65.6841C100.688 65.6841 111.158 55.2146 111.158 42.3158ZM67.478 29.2039L67.4784 29.2042H67.4918C67.4969 29.2042 67.5022 29.2039 67.5076 29.2039C67.5184 29.2037 67.5297 29.2035 67.5415 29.2032C67.5512 29.2028 67.5615 29.2019 67.5721 29.2014C67.5409 29.2029 67.5095 29.2039 67.478 29.2039ZM67.6007 29.2C67.6072 29.1996 67.6139 29.1994 67.6208 29.1989C67.6353 29.1978 67.6513 29.1954 67.6687 29.1936C67.6461 29.1959 67.6235 29.1985 67.6007 29.2ZM67.7103 29.1894C67.7211 29.1881 67.7322 29.1861 67.7438 29.1845C67.7326 29.1861 67.7215 29.188 67.7103 29.1894ZM67.8333 29.17C67.837 29.1693 67.8408 29.169 67.8446 29.1683C67.8569 29.1658 67.87 29.1626 67.884 29.1594C67.8672 29.1632 67.8503 29.1668 67.8333 29.17ZM68.9135 26.0985C68.903 26.0861 68.893 26.0747 68.8836 26.0643C68.8938 26.0756 68.9037 26.087 68.9135 26.0985ZM114.947 42.3158C114.947 57.3074 102.781 69.4736 87.7897 69.4736C73.645 69.4736 62.0256 58.672 60.7425 44.8534L60.7422 44.8537C60.6579 44.0109 60.6318 43.1345 60.6318 42.3158C60.6318 36.3902 62.5244 30.901 65.7941 26.4273C65.8666 26.2907 65.9519 26.1682 66.0454 26.0618C70.99 19.4552 78.879 15.158 87.7897 15.158C102.781 15.158 114.947 27.3241 114.947 42.3158Z' fill='%23C20E1A'/%3E%3Cpath d='M89.8569 88.4774C90.8292 88.2336 91.8324 88.7929 92.1284 89.7624C92.434 90.7632 91.8703 91.8224 90.8695 92.128H90.8684C90.8678 92.1281 90.867 92.1287 90.8659 92.129C90.8638 92.1297 90.8605 92.1306 90.8564 92.1318C90.8482 92.1343 90.836 92.1379 90.8201 92.1428C90.7881 92.1525 90.7408 92.1671 90.6791 92.1858C90.5558 92.2232 90.3747 92.2777 90.1434 92.3472C89.6809 92.4862 89.0166 92.6847 88.2085 92.9227C86.5931 93.3984 84.3987 94.0335 82.0869 94.6691C79.7785 95.3037 77.337 95.9432 75.2323 96.4256C73.2064 96.89 71.2731 97.263 70.1057 97.263C66.161 97.263 60.9861 96.6109 56.8704 95.9777C54.7969 95.6587 52.9634 95.3399 51.6482 95.1008C50.9904 94.9812 50.4612 94.8816 50.0957 94.8115C49.913 94.7764 49.771 94.7487 49.6742 94.7297C49.6259 94.7202 49.5888 94.7128 49.5635 94.7078C49.551 94.7054 49.5413 94.7035 49.5346 94.7022C49.5314 94.7015 49.5287 94.7008 49.5269 94.7004C49.5261 94.7003 49.5253 94.7002 49.5248 94.7001H49.5241C49.5239 94.7 49.5236 94.6999 49.8952 92.842L49.5241 94.7001C48.498 94.4949 47.832 93.4966 48.0371 92.4705C48.2423 91.4444 49.2409 90.7787 50.267 90.9839C50.2672 90.984 50.2676 90.9842 50.2681 90.9843C50.2693 90.9845 50.2717 90.9851 50.2744 90.9857C50.2799 90.9868 50.2884 90.9884 50.2998 90.9906C50.3227 90.9952 50.3575 91.0021 50.4034 91.0111C50.4953 91.0291 50.6324 91.0556 50.8098 91.0897C51.1646 91.1577 51.6817 91.2555 52.3263 91.3727C53.6164 91.6072 55.4146 91.9201 57.4463 92.2326C61.541 92.8626 66.4715 93.4736 70.1057 93.4736C70.7697 93.4736 72.2788 93.215 74.3857 92.732C76.4139 92.2671 78.7963 91.6435 81.0825 91.0149C83.3653 90.3874 85.5366 89.7592 87.1382 89.2876C87.9386 89.0519 88.5959 88.8557 89.0526 88.7184C89.2809 88.6498 89.4591 88.5957 89.5799 88.5591C89.6402 88.5408 89.6862 88.5269 89.717 88.5175C89.7323 88.5129 89.7439 88.5093 89.7515 88.507C89.7554 88.5058 89.7585 88.5051 89.7603 88.5045C89.7612 88.5042 89.762 88.5039 89.7624 88.5038L89.7628 88.5034L89.8569 88.4774Z' fill='%23C20E1A'/%3E%3Cpath d='M110.526 73.2629C116.084 73.2629 120 76.1682 120 80.2103C120 80.867 119.716 81.4515 119.553 81.7632C119.346 82.157 119.07 82.5835 118.762 83.0186C118.141 83.8942 117.278 84.9584 116.264 86.1271C114.23 88.473 111.488 91.3621 108.611 94.2308C105.733 97.1016 102.696 99.9756 100.066 102.291C97.5118 104.54 95.1487 106.438 93.6893 107.168C90.605 108.71 84.7655 110.645 79.1637 112.18C76.3385 112.954 73.5247 113.64 71.085 114.134C68.6876 114.619 66.5211 114.947 65.0526 114.947C59.7505 114.947 53.8486 113.626 48.2206 112.376C42.4802 111.1 37.0137 109.894 32.2106 109.894C31.3125 109.894 29.8493 110.258 27.9813 110.958C26.1731 111.636 24.1858 112.551 22.321 113.484C20.4617 114.413 18.7534 115.345 17.5081 116.046C16.8862 116.396 16.3816 116.687 16.0338 116.89C15.86 116.991 15.7252 117.07 15.6348 117.124C15.5896 117.15 15.5555 117.171 15.533 117.184C15.5219 117.191 15.5136 117.196 15.5083 117.199C15.5056 117.201 15.5035 117.202 15.5023 117.203C15.5018 117.203 15.5014 117.203 15.5013 117.203C14.604 117.742 13.44 117.451 12.9016 116.553C12.3633 115.656 12.6542 114.492 13.5515 113.954L14.5264 115.579C13.5544 113.959 13.5517 113.954 13.5519 113.954L13.5526 113.953C13.5532 113.953 13.5541 113.952 13.5551 113.952C13.557 113.951 13.5598 113.949 13.5632 113.947C13.57 113.943 13.5797 113.937 13.5924 113.93C13.6181 113.914 13.6556 113.892 13.7042 113.863C13.8012 113.806 13.9429 113.722 14.1243 113.616C14.487 113.405 15.0087 113.104 15.65 112.743C16.931 112.022 18.6963 111.06 20.6265 110.095C22.5512 109.132 24.6692 108.153 26.6504 107.41C28.5718 106.689 30.5824 106.105 32.2106 106.105C37.5126 106.105 43.4145 107.426 49.0425 108.676C54.7829 109.952 60.2495 111.158 65.0526 111.158C66.1104 111.158 67.9544 110.901 70.3332 110.42C72.6698 109.946 75.3981 109.282 78.1624 108.525C83.7395 106.997 89.2684 105.142 91.9947 103.779C92.9352 103.309 94.93 101.764 97.5622 99.4466C100.12 97.1947 103.099 94.3768 105.936 91.5477C108.775 88.7165 111.448 85.8975 113.401 83.6448C114.381 82.5143 115.154 81.5565 115.671 80.8271C115.931 80.4596 116.1 80.1876 116.196 80.0048V80.0045C116.052 78.9352 114.784 77.0524 110.526 77.0524C110.412 77.0524 110.056 77.111 109.393 77.4052C108.768 77.6824 108.014 78.1029 107.154 78.6521C105.436 79.7494 103.443 81.2647 101.448 82.8984C97.4638 86.1596 93.62 89.7652 92.1995 91.1103C91.4397 91.8298 90.2404 91.7971 89.5209 91.0373C88.8015 90.2775 88.8341 89.0783 89.5939 88.3588C91.0281 87.0007 94.953 83.3178 99.0471 79.9664C101.09 78.2939 103.214 76.6718 105.114 75.4583C106.063 74.8522 106.994 74.3238 107.857 73.941C108.681 73.5753 109.617 73.2629 110.526 73.2629Z' fill='%23C20E1A'/%3E%3Cpath d='M34.7371 70.7368C41.3479 70.7368 46.7222 72.1382 51.9617 74.1217C54.564 75.1068 57.147 76.2412 59.806 77.4086C62.3133 78.5093 64.901 79.6451 67.7116 80.7536C67.9957 80.6856 68.3737 80.597 68.831 80.4938C69.9006 80.2526 71.4075 79.9312 73.1618 79.6099C76.6487 78.9713 81.2018 78.3157 85.2633 78.3157C88.1962 78.3157 91.336 79.6498 93.1168 81.9311C94.0358 83.1085 94.6216 84.5861 94.5227 86.2489C94.424 87.9067 93.6588 89.5219 92.2956 91.0132C92.2765 91.0341 92.2567 91.0545 92.2367 91.0745L91.6555 91.6553C90.9156 92.3953 89.7162 92.3953 88.9763 91.6553C88.2363 90.9154 88.2363 89.716 88.9763 88.9761L89.5201 88.4316C90.4255 87.4329 90.7047 86.6157 90.7399 86.0237C90.7751 85.4317 90.5813 84.8409 90.1298 84.2625C89.1695 83.0323 87.2061 82.1052 85.2633 82.1052C81.5437 82.1052 77.2544 82.7128 73.8445 83.3373C72.1506 83.6476 70.6952 83.9579 69.6649 84.1903C69.1501 84.3064 68.7423 84.4031 68.4648 84.4701C68.3261 84.5036 68.2199 84.5297 68.1494 84.5473C68.1142 84.556 68.0879 84.5627 68.0708 84.567C68.0623 84.5691 68.056 84.5706 68.0521 84.5716C68.0502 84.5721 68.0486 84.5725 68.0479 84.5727H68.0475L67.9756 84.5896C67.6143 84.6669 67.2376 84.6368 66.8922 84.5025C63.7796 83.2921 60.9463 82.0479 58.2824 80.8784C55.6062 79.7034 53.1144 78.6098 50.6199 77.6655C45.6657 75.79 40.7578 74.5263 34.7371 74.5263C30.3894 74.5263 25.7824 77.2972 22.0555 80.4029C20.2369 81.9184 18.7155 83.439 17.6486 84.5822C17.1162 85.1525 16.7 85.626 16.4192 85.9535C16.279 86.1172 16.1728 86.2442 16.1031 86.3285C16.0683 86.3706 16.0425 86.4019 16.0263 86.4219C16.0182 86.4319 16.0123 86.4393 16.009 86.4434C16.0074 86.4454 16.0063 86.4467 16.0058 86.4473L16.0055 86.4469C15.801 86.7023 15.5342 86.9006 15.2305 87.0221L2.59891 92.0748C1.62738 92.4634 0.52474 91.991 0.13604 91.0195C-0.25257 90.048 0.21979 88.9454 1.19125 88.5567L13.3773 83.682C13.4271 83.6232 13.4815 83.5576 13.5419 83.4871C13.8533 83.1239 14.3055 82.6105 14.8784 81.9967C16.0219 80.7714 17.6585 79.1341 19.6293 77.4917C23.4813 74.2817 28.9796 70.7368 34.7371 70.7368Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}

.process {
  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;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.process__header {
  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;
  gap: 20px;
  text-align: center;
}
.process__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
}
.process__subtitle {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
.process__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}
.process__steps::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 0;
  bottom: 90px;
  width: 4px;
  background: #2E3465;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.process__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 69px;
}
.process__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.process__number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  padding: 14px 21px;
  background: #2E3465;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 31.9px;
  font-weight: 600;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.process__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.process__step-title {
  margin: 0;
  color: #000;
  font-size: 31.9px;
  font-weight: 600;
  line-height: 32px;
}
.process__step-desc {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
.process__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 12px;
  -webkit-box-shadow: 0 20px 40px rgba(20, 20, 22, 0.1);
          box-shadow: 0 20px 40px rgba(20, 20, 22, 0.1);
  background: #e0e0e0;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.stories {
  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;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.stories__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
.stories__list {
  max-width: 1140px;
  padding-bottom: 140px;
  margin-bottom: -140px;
}
.stories__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #e0e0e0;
}
.stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.stories__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 0C49.673 6.18489e-05 63.9999 14.3269 64 32C64 49.6732 49.6731 63.9999 32 64C14.3269 64 0 49.6732 0 32C7.628e-05 14.3269 14.3269 0 32 0ZM28.7744 20.791C27.5939 19.9919 26 20.8381 26 22.2637V41.7363C26 43.1619 27.5939 44.0081 28.7744 43.209L43.1582 33.4727C44.1998 32.7676 44.1997 31.2335 43.1582 30.5283L28.7744 20.791Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.stories__info {
  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;
  width: 100%;
}
.stories__name {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 20px;
}
.stories__desc {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 19.5px;
  font-weight: 600;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  margin: 0 0 10px 0;
}
.stories {
  /* Навигация (пагинация) */
}
.stories__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 1280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
}
.stories__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2E3465;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: none;
  padding: 0;
}
.stories__dot--active {
  opacity: 1;
}
.stories__arrow {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.stories__arrow--prev {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='8' fill='white'/%3E%3Cpath d='M22.7772 29.7524L18.333 25.3774L22.7772 21.0024M18.333 25.3774H31.6663' stroke='%23656565' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.stories__arrow--next {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='8' fill='white'/%3E%3Cpath d='M27.2222 20.2476L31.6663 24.6226L27.2222 28.9976M31.6663 24.6226H18.333' stroke='%23656565' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* Контейнер всех точек */
.tns-nav {
  text-align: center;
  margin-top: 20px;
}
.tns-nav button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.tns-nav-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cmask id='path-1-inside-1' fill='white'%3E%3Cpath d='M0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8Z'/%3E%3C/mask%3E%3Cpath d='M0 8M16 8M16 8M0 8M8 0M16 8M8 16M0 8M8 16V15C4.13401 15 1 11.866 1 8H0H-1C-1 12.9706 3.02944 17 8 17V16ZM16 8H15C15 11.866 11.866 15 8 15V16V17C12.9706 17 17 12.9706 17 8H16ZM8 0V1C11.866 1 15 4.13401 15 8H16H17C17 3.02944 12.9706 -1 8 -1V0ZM8 0V-1C3.02944 -1 -1 3.02944 -1 8H0H1C1 4.13401 4.13401 1 8 1V0Z' fill='%232E3465' mask='url(%23path-1-inside-1)'/%3E%3Crect x='3' y='3' width='10' height='10' rx='5' fill='%232E3465'/%3E%3C/svg%3E");
}

.offer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.offer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 391px;
}
.offer__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  background: #f0f0f0 url("/img/banner1.png") no-repeat center/cover;
  min-height: 200px;
}
.offer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 56px 67px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.offer__title {
  margin: 0;
  font-weight: 600;
  font-size: 31.9px;
  line-height: 32px;
  color: #000;
}
.offer__subtitle {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.offer__button {
  display: inline-block;
  padding: 12.8px 47.95px;
  background: linear-gradient(197deg, #E7317D 0%, #D8242A 100%);
  border: none;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 21.92px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.offer__button:hover {
  opacity: 0.9;
}
.offer__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.support {
  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;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.support__header {
  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;
  gap: 20px;
  text-align: center;
  width: 100%;
}
.support__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
}
.support__subtitle {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
.support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 20px);
          flex: 1 1 calc(25% - 20px);
  min-width: 220px;
  max-width: 320px;
  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;
  border-radius: 12px;
  overflow: hidden;
}
.support__image {
  width: 100%;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  background: #e0e0e0;
}
.support__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  text-align: center;
}
.support__item-title {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
.support__item-desc {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 491px;
  padding: 60px 80px;
  background: #f3f3f3;
  border-radius: 12px;
  overflow: hidden;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero {
  /* Фоновое изображение */
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  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;
}
.hero__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
  word-wrap: break-word;
}
.hero__subtitle {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__button {
  height: 48px;
  padding: 0 36px;
  border: none;
  border-radius: 1260px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}
.hero__button--primary {
  background: linear-gradient(197deg, #E7317D 0%, #D8242A 100%);
  color: #fff;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}
.hero__button--primary:hover {
  opacity: 0.9;
}
.hero__button--secondary {
  background: #fff;
  color: #2E3465;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}
.hero__button--secondary:hover {
  background: #f5f5f5;
}

.community {
  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;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.community__header {
  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;
  text-align: center;
  gap: 20px;
  width: 100%;
}
.community__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
}
.community__subtitle {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
.community {
  /* Карусель */
}
.community__slider {
  width: 1140.01px;
}
.community__card {
  width: 366px;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  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;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.community__card-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  height: 103px;
}
.community__card-thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #DCDCDC;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.community__card-image {
  width: 100%;
  height: 197px;
  background: #DCDCDC;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.community__card-info {
  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;
  gap: 10px;
  text-align: center;
}
.community__card-city {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.community__card-event {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.community__card-link {
  margin: 0;
  color: #0093D0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
}
.community__card-link:hover {
  text-decoration: underline;
}
.community {
  /* Навигация (стрелки) */
}
.community__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 335px;
}
.community__arrow {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.community__arrow--prev {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='8' fill='white'/%3E%3Cpath d='M22.7772 29.7524L18.333 25.3774L22.7772 21.0024M18.333 25.3774H31.6663' stroke='%23656565' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.community__arrow--next {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='8' fill='white'/%3E%3Cpath d='M27.2222 20.2476L31.6663 24.6226L27.2222 28.9976M31.6663 24.6226H18.333' stroke='%23656565' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.community {
  /* Пагинация (точки) */
}
.community__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.community__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2E3465;
  opacity: 0.3;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.community__dot--active {
  opacity: 1;
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.faq__item {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 17px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.faq__item--open .faq__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__item--open .faq__answer {
  max-height: 500px;
  opacity: 1;
  padding-top: 16px;
}
.faq__item:hover {
  background: rgba(0, 0, 0, 0.06);
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq__question-text {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_2725_2377' fill='white'%3E%3Cpath d='M20 40C31.0457 40 40 31.0457 40 20C40 8.95431 31.0457 0 20 0C8.95431 0 0 8.95431 0 20C0 31.0457 8.95431 40 20 40Z'/%3E%3C/mask%3E%3Cpath d='M20 40C31.0457 40 40 31.0457 40 20C40 8.95431 31.0457 0 20 0C8.95431 0 0 8.95431 0 20C0 31.0457 8.95431 40 20 40Z' fill='white'/%3E%3Cpath d='M20 40M20 0M20 0M20 40M40 20M20 0M0 20M20 40M0 20H1C1 30.4934 9.50659 39 20 39V40V41C8.40202 41 -1 31.598 -1 20H0ZM20 0V1C9.50659 1 1 9.50659 1 20H0H-1C-1 8.40202 8.40202 -1 20 -1V0ZM40 20H39C39 9.50659 30.4934 1 20 1V0V-1C31.598 -1 41 8.40202 41 20H40ZM40 20H41C41 31.598 31.598 41 20 41V40V39C30.4934 39 39 30.4934 39 20H40Z' fill='black' fill-opacity='0.15' mask='url(%23path-1-inside-1_2725_2377)'/%3E%3Cg clip-path='url(%23clip0_2725_2377)'%3E%3Cmask id='mask0_2725_2377' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='13' y='13' width='14' height='14'%3E%3Cpath d='M27 13V27H13V13H27Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2725_2377)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.8094 17.9407C23.6385 17.7698 23.3615 17.7698 23.1906 17.9407L20 21.1313L16.8093 17.9407C16.6385 17.7698 16.3615 17.7698 16.1907 17.9407C16.0198 18.1115 16.0198 18.3885 16.1907 18.5593L19.6907 22.0594C19.8615 22.2302 20.1385 22.2302 20.3094 22.0594L23.8094 18.5593C23.9802 18.3885 23.9802 18.1115 23.8094 17.9407Z' fill='%23535353'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2725_2377'%3E%3Crect width='14.7' height='14' fill='white' transform='matrix(0 -1 -1 0 27 27.3501)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq {
  /* Поворот стрелки при открытом состоянии */
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  padding-top: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.faq__answer p {
  background: unset;
}

.offer-calc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  min-height: 391px;
}
.offer-calc__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 56px 67px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.offer-calc__title {
  margin: 0;
  font-weight: 600;
  font-size: 31.9px;
  line-height: 32px;
  color: #000;
}
.offer-calc__subtitle {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.offer-calc__button {
  display: inline-block;
  padding: 12.8px 47.95px;
  background: linear-gradient(197deg, #E7317D 0%, #D8242A 100%);
  border: none;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 21.92px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.offer-calc__button:hover {
  opacity: 0.9;
}
.offer-calc__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  background: #f0f0f0;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.offer-calc__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.testimonial__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
}
.testimonial__header {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  word-wrap: break-word;
  margin-bottom: 12px;
}
.testimonial__text {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  word-wrap: break-word;
  line-height: normal;
}
.testimonial__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 309px;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #e0e0e0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-height: 385px;
}

@media (max-width: 1024px) {
  .franchise {
    padding: 40px 32px;
  }
  .franchise__title {
    font-size: 32px;
    line-height: 34px;
  }
  .franchise__subtitle {
    font-size: 18px;
  }
  .franchise__card-title {
    font-size: 22px;
    line-height: 26px;
  }
  .market {
    padding: 40px 0;
  }
  .market__title {
    font-size: 32px;
    line-height: 34px;
  }
  .market__item-title {
    font-size: 20px;
    line-height: 24px;
  }
  .stats {
    gap: 32px;
  }
  .stats__title {
    font-size: 32px;
    line-height: 34px;
  }
  .stats__title__number {
    font-size: 64px;
  }
  .stats__title__label {
    font-size: 18px;
  }
  .stats__title__item {
    padding: 24px 16px;
    gap: 16px;
  }
  .features__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    min-width: 200px;
    padding: 24px;
  }
  .process {
    padding: 40px 40px;
  }
  .process__steps {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process__steps::before {
    left: 29px;
    top: 0;
    bottom: 0;
  }
  .process__list {
    gap: 40px;
    padding-left: 20px;
  }
  .process__image {
    width: 100%;
    max-height: 300px;
  }
  .process__title {
    font-size: 32px;
    line-height: 34px;
  }
  .process__subtitle {
    font-size: 18px;
  }
  .stories {
    padding: 40px 40px;
  }
  .stories__title {
    font-size: 32px;
    line-height: 34px;
  }
  .offer {
    padding: 40px 0;
  }
  .offer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer__image {
    height: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .offer__content {
    padding: 40px;
  }
  .support {
    padding: 40px 40px;
  }
  .support__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    max-width: 350px;
  }
  .support__title {
    font-size: 32px;
    line-height: 34px;
  }
  .support__subtitle {
    font-size: 18px;
  }
  .support__image {
    height: 180px;
  }
  .hero__inner {
    padding: 40px;
    min-height: 380px;
  }
  .hero__title {
    font-size: 32px;
    line-height: 36px;
  }
  .hero__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .hero__content {
    max-width: 600px;
  }
  .offer-calc {
    padding: 40px 0;
  }
  .offer-calc__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer-calc__image {
    min-height: 200px;
    max-height: 280px;
  }
  .offer-calc__content {
    padding: 40px;
  }
  .community {
    padding: 40px 40px;
  }
  .community__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    max-width: 340px;
  }
  .community__title {
    font-size: 32px;
    line-height: 34px;
  }
  .community__subtitle {
    font-size: 18px;
  }
  .testimonial {
    max-width: 100%;
    margin: 0 16px;
    padding: 20px;
  }
  .testimonial__image {
    width: 220px;
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .franchise {
    padding: 28px 0;
    gap: 30px;
  }
  .franchise__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .franchise__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .franchise__card-image {
    height: 180px;
  }
  .franchise__card-content {
    padding: 0 20px 20px;
  }
  .franchise__card-icon {
    width: 40px;
    height: 40px;
    margin-top: 12px;
  }
  .franchise__title {
    font-size: 28px;
    line-height: 30px;
  }
  .franchise__subtitle {
    font-size: 16px;
  }
  .franchise__card-title {
    font-size: 20px;
    line-height: 24px;
  }
  .market {
    padding: 28px 0;
    gap: 30px;
  }
  .market__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .market__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 24px 16px;
  }
  .market__title {
    font-size: 28px;
    line-height: 30px;
  }
  .market__item-title {
    font-size: 18px;
    line-height: 22px;
  }
  .market__item-desc {
    font-size: 13px;
    line-height: 15px;
  }
  .market__item-icon {
    width: 40px;
    height: 40px;
  }
  .stats {
    gap: 28px;
  }
  .stats__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .stats__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 20px 16px;
    gap: 12px;
    border-radius: 14px;
  }
  .stats__list__title {
    font-size: 28px;
    line-height: 30px;
  }
  .stats__list__number {
    font-size: 56px;
  }
  .stats__list__label {
    font-size: 16px;
  }
  .features {
    padding: 20px 0;
  }
  .features__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
    padding: 20px;
  }
  .features__subtitle {
    font-size: 26px;
    line-height: 28px;
  }
  .features__title {
    font-size: 17px;
  }
  .features__icons {
    width: 100px;
    height: 100px;
  }
  .features__icon {
    width: 16px;
    height: 16px;
  }
  .process {
    padding: 30px 0;
    gap: 30px;
  }
  .process__steps {
    gap: 30px;
  }
  .process__list {
    gap: 30px;
    padding-left: 10px;
  }
  .process__step {
    gap: 12px;
  }
  .process__number {
    width: 48px;
    height: 48px;
    padding: 10px 14px;
    font-size: 24px;
    line-height: 24px;
  }
  .process__step-title {
    font-size: 24px;
    line-height: 26px;
  }
  .process__step-desc {
    font-size: 16px;
  }
  .process__title {
    font-size: 26px;
    line-height: 28px;
  }
  .process__subtitle {
    font-size: 16px;
  }
  .process__steps::before {
    left: 24px;
  }
  .stories {
    padding: 30px 0;
    gap: 30px;
  }
  .stories__title {
    font-size: 26px;
    line-height: 28px;
  }
  .stories__desc {
    font-size: 16px;
    line-height: 22px;
  }
  .stories__play {
    width: 48px;
    height: 48px;
  }
  .offer {
    padding: 30px 0;
  }
  .offer__inner {
    border-radius: 8px;
  }
  .offer__image {
    height: 200px;
  }
  .offer__content {
    padding: 30px 24px;
    gap: 16px;
  }
  .offer__title {
    font-size: 26px;
    line-height: 28px;
  }
  .offer__subtitle {
    font-size: 15px;
  }
  .offer__button {
    padding: 10px 32px;
    font-size: 15px;
  }
  .support {
    padding: 30px 0;
    gap: 30px;
  }
  .support__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 400px;
  }
  .support__title {
    font-size: 26px;
    line-height: 28px;
  }
  .support__subtitle {
    font-size: 16px;
  }
  .support__image {
    height: 160px;
  }
  .support__item-title {
    font-size: 20px;
    line-height: 22px;
  }
  .support__item-desc {
    font-size: 14px;
  }
  .hero__inner {
    padding: 30px 24px;
    min-height: 320px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .hero__content {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__title {
    font-size: 26px;
    line-height: 30px;
  }
  .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .hero__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 10px;
  }
  .hero__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 160px;
    padding: 0 24px;
    font-size: 13px;
    white-space: normal;
  }
  .faq {
    gap: 30px;
  }
  .faq__title {
    font-size: 28px;
    line-height: 32px;
  }
  .faq__question-text {
    font-size: 18px;
    line-height: 24px;
  }
  .faq__answer {
    font-size: 14px;
  }
  .offer-calc {
    padding: 30px 0;
  }
  .offer-calc__inner {
    border-radius: 8px;
  }
  .offer-calc__content {
    padding: 30px 24px;
    gap: 16px;
  }
  .offer-calc__title {
    font-size: 26px;
    line-height: 28px;
  }
  .offer-calc__subtitle {
    font-size: 15px;
  }
  .offer-calc__button {
    padding: 10px 32px;
    font-size: 15px;
  }
  .offer-calc__image {
    min-height: 160px;
    max-height: 200px;
  }
  .community {
    padding: 30px 0;
    gap: 30px;
  }
  .community__slider {
    width: 100%;
  }
  .community__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 400px;
    padding: 24px;
  }
  .community__title {
    font-size: 26px;
    line-height: 28px;
  }
  .community__subtitle {
    font-size: 16px;
  }
  .community__dot {
    width: 14px;
    height: 14px;
  }
  .community__card-event {
    font-size: 18px;
    line-height: 24px;
  }
  .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    padding: 20px;
  }
  .testimonial__image {
    width: 100%;
    height: 200px;
    max-height: 200px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .testimonial__header {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .testimonial__text {
    font-size: 15px;
    text-align: left;
  }
  .testimonial__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 480px) {
  .franchise {
    padding: 20px 0;
    gap: 24px;
  }
  .franchise__title {
    font-size: 22px;
    line-height: 26px;
  }
  .franchise__subtitle {
    font-size: 14px;
  }
  .franchise__card-image {
    height: 140px;
  }
  .franchise__card-content {
    padding: 0 16px 16px;
    gap: 10px;
  }
  .franchise__card-icon {
    width: 32px;
    height: 32px;
    margin-top: 8px;
  }
  .franchise__card-title {
    font-size: 18px;
    line-height: 22px;
  }
  .franchise__card-desc {
    font-size: 14px;
  }
  .market {
    padding: 20px 0;
    gap: 24px;
  }
  .market__title {
    font-size: 22px;
    line-height: 26px;
  }
  .market__item {
    padding: 20px 12px;
  }
  .market__item-title {
    font-size: 16px;
    line-height: 20px;
  }
  .market__item-desc {
    font-size: 12px;
    line-height: 14px;
  }
  .market__item-icon {
    width: 32px;
    height: 32px;
  }
  .stats {
    gap: 24px;
  }
  .stats__title {
    font-size: 22px;
    line-height: 26px;
  }
  .stats__title__item {
    padding: 16px 12px;
    gap: 10px;
    border-radius: 12px;
    outline-width: 3px;
  }
  .stats__title__number {
    font-size: 44px;
  }
  .stats__title__label {
    font-size: 14px;
  }
  .features__item {
    padding: 16px;
    gap: 14px;
  }
  .features__subtitle {
    font-size: 22px;
    line-height: 24px;
  }
  .features__title {
    font-size: 15px;
  }
  .features__icons {
    width: 80px;
    height: 80px;
  }
  .features__icon {
    width: 80px;
    height: 80px;
  }
  .process {
    padding: 20px 0;
    gap: 24px;
  }
  .process__step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .process__number {
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    font-size: 20px;
    line-height: 20px;
  }
  .process__step-title {
    font-size: 20px;
    line-height: 22px;
  }
  .process__step-desc {
    font-size: 14px;
  }
  .process__title {
    font-size: 22px;
    line-height: 24px;
  }
  .process__subtitle {
    font-size: 14px;
  }
  .process__steps::before {
    left: 25px;
    bottom: 261px;
  }
  .process__list {
    gap: 24px;
    padding-left: 5px;
  }
  .stories {
    padding: 20px 0;
    gap: 24px;
  }
  .stories__list {
    width: 100%;
  }
  .stories__title {
    font-size: 22px;
    line-height: 24px;
  }
  .stories__play {
    width: 40px;
    height: 40px;
  }
  .stories__desc {
    font-size: 14px;
    line-height: 20px;
  }
  .stories__pagination {
    width: 100%;
    position: relative;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    top: unset;
  }
  .offer {
    padding: 20px 0;
  }
  .offer__image {
    height: 160px;
  }
  .offer__content {
    padding: 20px 16px;
    gap: 12px;
  }
  .offer__title {
    font-size: 22px;
    line-height: 24px;
  }
  .offer__subtitle {
    font-size: 14px;
  }
  .offer__button {
    padding: 8px 24px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .offer__decor {
    margin-bottom: 8px;
  }
  .offer__decor-icon {
    width: 20px;
    height: 20px;
  }
  .support {
    padding: 20px 0;
    gap: 24px;
  }
  .support__title {
    font-size: 22px;
    line-height: 24px;
  }
  .support__subtitle {
    font-size: 14px;
  }
  .support__image {
    height: 250px;
    -o-object-position: top;
       object-position: top;
  }
  .support__item-title {
    font-size: 18px;
    line-height: 20px;
  }
  .support__item-desc {
    font-size: 13px;
  }
  .hero__inner {
    padding: 24px 16px;
    min-height: 260px;
    gap: 20px;
  }
  .hero__title {
    font-size: 20px;
    line-height: 26px;
  }
  .hero__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 8px;
  }
  .hero__button {
    width: 100%;
    padding: 0 16px;
    height: 44px;
    font-size: 12px;
    white-space: normal;
  }
  .faq {
    gap: 20px;
  }
  .faq__title {
    font-size: 22px;
    line-height: 26px;
  }
  .faq__question-text {
    font-size: 16px;
    line-height: 22px;
  }
  .faq__answer {
    font-size: 13px;
  }
  .faq__item {
    padding: 14px;
  }
  .offer-calc {
    padding: 20px 0;
  }
  .offer-calc__content {
    padding: 20px 16px;
    gap: 12px;
  }
  .offer-calc__title {
    font-size: 22px;
    line-height: 24px;
  }
  .offer-calc__subtitle {
    font-size: 14px;
  }
  .offer-calc__button {
    padding: 8px 24px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .community {
    padding: 20px 12px;
    gap: 24px;
  }
  .community__card {
    padding: 16px;
    gap: 16px;
  }
  .community__card-image {
    height: 140px;
  }
  .community__card-thumbs {
    height: 70px;
    gap: 8px;
  }
  .community__title {
    font-size: 22px;
    line-height: 24px;
  }
  .community__subtitle {
    font-size: 14px;
  }
  .community__dot {
    width: 12px;
    height: 12px;
  }
  .community__card-event {
    font-size: 16px;
    line-height: 22px;
  }
  .community__card-link {
    font-size: 13px;
  }
  .community__pagination {
    width: 100%;
    position: relative;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    top: unset;
  }
  .testimonial {
    padding: 16px;
    border-radius: 16px;
    gap: 16px;
  }
  .testimonial__header {
    font-size: 18px;
    line-height: 24px;
  }
  .testimonial__text {
    font-size: 14px;
  }
  .testimonial__image {
    height: 160px;
    max-height: 160px;
    border-radius: 8px;
  }
}/*# sourceMappingURL=main.css.map */