@font-face {
  font-family: 'SegoeUI-SemiBold';
  src: url("./fonts/SegoeUI-SemiBold.ttf"); }

@font-face {
  font-family: 'SegoeUI';
  src: url("./fonts/SegoeUI.ttf"); }

@font-face {
  font-family: 'SegoeUI-Bold';
  src: url("./fonts/SegoeUI-Bold.ttf"); }

.whyUs {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 80px 0 80px 0;
  background: #fafbff; }
  @media (max-width: 834px) {
    .whyUs {
      padding: 40px 0 40px 0; } }
  @media (max-width: 500px) {
    .whyUs {
      padding: 38px 0 40px 0; } }
  @media (max-width: 380px) {
    .whyUs {
      padding: 41px 0 40px 0; } }
  .whyUs-label {
    padding: 8px 16px;
    background: #dbe1ff;
    border-radius: 3.35544e7px;
    margin: 0 auto;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1447e6;
    z-index: 10;
    position: relative; }
  .whyUs-title {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'SegoeUI-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #101828;
    margin-top: 12px;
    margin-bottom: 48px;
    z-index: 10; }
    @media (max-width: 834px) {
      .whyUs-title {
        max-width: 358px;
        margin-top: 17px; } }
  .whyUs-card {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    z-index: 10; }
    .whyUs-card-item {
      max-width: 286px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 11px;
      box-sizing: border-box;
      padding: 25px;
      background: linear-gradient(0deg, #ffffff, #ffffff), #f5f7ff;
      border: 1px solid #d0e0ff;
      box-shadow: 0px 40px 16px rgba(86, 112, 164, 0.01), 0px 23px 14px rgba(86, 112, 164, 0.05), 0px 10px 10px rgba(86, 112, 164, 0.09), 0px 3px 6px rgba(86, 112, 164, 0.1);
      border-radius: 16px; }
      .whyUs-card-item-img {
        width: 56px;
        height: 56px; }
      .whyUs-card-item-main {
        display: flex;
        flex-direction: column;
        gap: 11px; }
        @media (max-width: 834px) {
          .whyUs-card-item-main {
            margin-top: 4px; } }
        .whyUs-card-item-main-title {
          font-family: 'SegoeUI-SemiBold';
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 27px; }
        .whyUs-card-item-main-subtitle {
          font-family: 'Segoe UI';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 23px;
          color: #4a5565; }
  .whyUs-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    min-width: 203px;
    height: 40px;
    background: #ffcc00;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 48px;
    z-index: 10; }
    @media (max-width: 834px) {
      .whyUs-btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 12px;
        gap: 4px;
        min-width: 188px;
        height: 40px;
        background: #ffcc00;
        border-radius: 8px; } }
    @media (max-width: 834px) {
      .whyUs-btn-desc {
        display: none; } }
    .whyUs-btn-mob {
      display: none; }
      @media (max-width: 834px) {
        .whyUs-btn-mob {
          display: flex; } }
  @media (max-width: 1364px) {
    .whyUs-swiper .swiper-wrapper {
      flex-wrap: wrap;
      justify-content: center; } }
  @media (max-width: 1295px) {
    .whyUs-swiper .swiper-wrapper {
      flex-wrap: nowrap !important;
      justify-content: start; } }
  @media (min-width: 1295px) {
    .whyUs-swiper .swiper-wrapper {
      display: flex !important;
      flex-direction: row !important;
      transform: none !important;
      width: 100% !important;
      align-items: flex-start;
      gap: 24px; }
    .whyUs-swiper .swiper-slide {
      width: auto !important;
      flex-shrink: 1 !important;
      transform: none !important;
      margin-right: 0 !important; }
    .whyUs-swiper .swiper-slide:last-child {
      margin-right: 0 !important; } }
  @media (max-width: 1295px) {
    .whyUs-swiper {
      width: 100%;
      padding: 0px 40px; }
      .whyUs-swiper .swiper-wrapper {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start; }
      .whyUs-swiper .swiper-slide {
        width: 100% !important;
        max-width: 320px !important;
        flex-shrink: 0 !important;
        display: block !important; } }
  @media (max-width: 834px) {
    .whyUs-swiper {
      padding: 0px 16px; } }
  @media (max-width: 400px) {
    .whyUs-swiper .swiper-slide {
      max-width: 320px !important; } }
  .whyUs-scrollbar {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: none; }
    @media (max-width: 1295px) {
      .whyUs-scrollbar {
        display: block;
        padding: 0 0;
        margin-bottom: 0px;
        margin-top: 43px; } }
    @media (max-width: 834px) {
      .whyUs-scrollbar {
        margin-top: 39px; } }
    .whyUs-scrollbar .swiper-scrollbar {
      width: 100%;
      height: 4px;
      position: relative;
      background: #e3e8fe; }
      .whyUs-scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
        width: 138px;
        height: 12px;
        cursor: pointer;
        position: relative;
        top: -5px;
        left: 0;
        background: #ffffff;
        border: 1px solid #d0e0ff;
        box-shadow: 0px 77px 21px rgba(86, 112, 164, 0.01), 0px 28px 17px rgba(86, 112, 164, 0.1), 0px 12px 12px rgba(86, 112, 164, 0.16), 0px 3px 7px rgba(86, 112, 164, 0.32);
        border-radius: 2px; }

.faq {
  padding: 80px 0px;
  background: #ccd4ff; }
  @media (max-width: 888px) {
    .faq {
      padding: 63px 16px 62px 16px; } }
  .faq-label {
    padding: 8px 16px;
    background: #1626d4;
    border-radius: 3.35544e7px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0 auto;
    min-width: 193px;
    width: max-content;
    position: relative;
    z-index: 10; }
  .faq-title {
    font-family: 'SegoeUI-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #101828;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    z-index: 10; }
    @media (max-width: 888px) {
      .faq-title {
        margin-bottom: 4px; } }
  .faq-subtitle {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #4a5565;
    position: relative;
    z-index: 10; }
    @media (max-width: 888px) {
      .faq-subtitle {
        max-width: 265px;
        margin: 0 auto; } }
  .faq-wrap {
    max-width: 832px;
    width: 100%;
    margin: 0 auto;
    margin-top: 48.59px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 10; }
    @media (max-width: 888px) {
      .faq-wrap {
        margin-top: 28px; } }
    .faq-wrap-item {
      box-sizing: border-box;
      padding: 16px 24px;
      background: linear-gradient(90deg, #f0f2ff 0%, #ffffff 100%);
      border: 1px solid #bdd3ff;
      box-shadow: 0px 244px 98px rgba(0, 10, 122, 0.01), 0px 137px 82px rgba(0, 10, 122, 0.05), 0px 61px 61px rgba(0, 10, 122, 0.09), 0px 15px 34px rgba(0, 10, 122, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
      border-radius: 14px;
      display: flex;
      flex-direction: column;
      position: relative; }
      @media (max-width: 888px) {
        .faq-wrap-item {
          padding: 12px 37px 12px 16px; } }
      .faq-wrap-item-arr {
        position: absolute;
        top: 16px;
        right: 23.75px;
        cursor: pointer;
        transition: transform 0.3s ease; }
        @media (max-width: 888px) {
          .faq-wrap-item-arr {
            right: 16px; } }
      .faq-wrap-item.active .faq-wrap-item-arr {
        transform: rotate(180deg); }
      .faq-wrap-item-header {
        font-family: 'SegoeUI-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #0a0a0a;
        cursor: pointer; }
      .faq-wrap-item-main {
        margin-top: 10px;
        font-family: 'Segoe UI';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #4a5565;
        display: none;
        overflow: hidden; }
        @media (max-width: 888px) {
          .faq-wrap-item-main {
            margin-top: 8px;
            font-size: 12px;
            line-height: 125%; } }
      .faq-wrap-item.active .faq-wrap-item-main {
        display: block; }
      .faq-wrap-item-main > ul {
        font-family: 'Segoe UI';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #4a5565;
        margin-left: 26px; }
        @media (max-width: 888px) {
          .faq-wrap-item-main > ul {
            margin-left: 26px;
            font-size: 12px;
            line-height: 125%; } }

.footer {
  background: #101828;
  height: 100%;
  position: relative; }
  .footer-wrap {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 32px 48px 32px;
    gap: 32px;
    position: relative;
    z-index: 10; }
    @media (max-width: 1550px) {
      .footer-wrap {
        max-width: 860px; } }
    @media (max-width: 1240px) {
      .footer-wrap {
        max-width: 920px; } }
    @media (max-width: 800px) {
      .footer-wrap {
        max-width: 100%;
        padding: 48px 16px 48px 16px;
        gap: 0; } }

.footer-top {
  display: flex;
  gap: 32px; }
  @media (max-width: 800px) {
    .footer-top {
      flex-wrap: wrap; } }
  .footer-top-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media (max-width: 800px) {
      .footer-top-item {
        max-width: 361px; } }
    .footer-top-item-title {
      font-family: 'SegoeUI-SemiBold';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 27px;
      color: #ffffff; }
    .footer-top-item-content {
      display: flex;
      flex-direction: column;
      gap: 4px; }
    .footer-top-item-subtitle {
      font-family: 'Segoe UI';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 23px;
      color: #99a1af; }
    .footer-top-item-app {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: 'Segoe UI';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #d1d5dc; }

.footer-border {
  width: 100%;
  height: 1px;
  background: #1e2939; }
  @media (max-width: 800px) {
    .footer-border {
      margin-top: 32px; } }

.footer-bottom {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .footer-bottom {
      flex-direction: column;
      gap: 16px; } }
  .footer-bottom-copy {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6a7282; }
  .footer-bottom-poly {
    display: flex;
    gap: 24px; }
    .footer-bottom-poly-link {
      font-family: 'Segoe UI';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #6a7282; }
      @media (max-width: 800px) {
        .footer-bottom-poly-link {
          max-width: 139px; } }

.banner {
  background: linear-gradient(0deg, #0718cf, #0718cf), radial-gradient(66.61% 105.26% at 75.05% 90.96%, #155dfc 0%, #1800b9 100%);
  padding-top: 192px;
  padding-bottom: 105.32px; }
  @media (max-width: 1240px) {
    .banner {
      padding-top: 104px;
      padding-bottom: 59.32px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 880px) {
    .banner {
      padding-top: 99px;
      padding-bottom: 80px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 634px) {
    .banner {
      padding-top: 80px;
      padding-bottom: 32.37px;
      padding-left: 16px;
      padding-right: 16px; } }
  @media (max-width: 380px) {
    .banner {
      padding-left: 17px;
      padding-right: 17px;
      padding-bottom: 27.37px; } }
  .banner-main {
    display: flex;
    z-index: 10;
    position: relative;
    max-width: 1216px;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 634px) {
      .banner-main {
        max-width: 358px; } }
    .banner-main::before {
      content: '';
      position: absolute;
      background: url(./dist/images/banner/main1920.png) no-repeat;
      background-size: 1253px 938px;
      width: 1253px;
      height: 938px;
      top: -193px;
      left: 77.5%;
      transform: translate(-50%, 0);
      z-index: 1; }
      @media (max-width: 1732px) {
        .banner-main::before {
          top: -193px;
          left: 75.5%; } }
      @media (max-width: 1240px) {
        .banner-main::before {
          background: url(./dist/images/banner/main1000.png) no-repeat;
          background-size: 664px 608px;
          width: 664px;
          height: 608px;
          top: -85px;
          left: 82.5%;
          transform: translate(-50%, 0); } }
      @media (max-width: 880px) {
        .banner-main::before {
          top: -85px;
          left: 80.5%;
          transform: translate(-50%, 0); } }
      @media (max-width: 634px) {
        .banner-main::before {
          top: 164px;
          left: 60.5%;
          transform: translate(-50%, 0); } }
      @media (max-width: 400px) {
        .banner-main::before {
          top: 164px;
          left: 59%;
          transform: translate(-50%, 0); } }
      @media (max-width: 380px) {
        .banner-main::before {
          top: 187px;
          left: 62%;
          transform: translate(-50%, 0); } }
    .banner-main-label {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      padding: 10px 16px;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(4px);
      border-radius: 3.35544e7px;
      font-family: 'Segoe UI';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      margin-bottom: 13px;
      z-index: 3; }
      @media (max-width: 1240px) {
        .banner-main-label {
          margin-bottom: 30px; } }
      @media (max-width: 880px) {
        .banner-main-label {
          margin-bottom: 18px; } }
      @media (max-width: 634px) {
        .banner-main-label {
          margin-bottom: 16px; } }
    .banner-main-wrap {
      display: flex;
      flex-direction: column;
      gap: 13px;
      z-index: 3; }
      @media (max-width: 1240px) {
        .banner-main-wrap {
          gap: 30px; } }
      @media (max-width: 880px) {
        .banner-main-wrap {
          gap: 18px; } }
      .banner-main-wrap-title {
        margin: 0;
        max-width: 828px;
        font-family: 'SegoeUI-Bold';
        font-style: normal;
        font-weight: 700;
        font-size: 60px;
        line-height: 100%;
        color: #ffffff; }
        @media (max-width: 1240px) {
          .banner-main-wrap-title {
            max-width: 489px;
            font-size: 36px;
            line-height: 100%; } }
        @media (max-width: 880px) {
          .banner-main-wrap-title {
            font-family: 'SegoeUI-SemiBold';
            max-width: 358px;
            font-size: 28px;
            line-height: 100%; } }
      .banner-main-wrap-subtitle {
        max-width: 565px;
        font-family: 'Segoe UI';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        color: #dbeafe; }
        @media (max-width: 1240px) {
          .banner-main-wrap-subtitle {
            max-width: 565px;
            font-size: 20px;
            line-height: 120%; } }
        @media (max-width: 880px) {
          .banner-main-wrap-subtitle {
            font-family: 'SegoeUI-SemiBold';
            max-width: 325px;
            font-size: 16px;
            line-height: 120%; } }
        @media (max-width: 634px) {
          .banner-main-wrap-subtitle {
            max-width: 368px; } }
      @media (max-width: 987px) {
        .banner-main-wrap-subtitle-es {
          max-width: 457px; } }
      @media (max-width: 830px) {
        .banner-main-wrap-subtitle-es {
          max-width: 325px; } }
      @media (max-width: 987px) {
        .banner-main-wrap-subtitle-pt {
          max-width: 457px; } }
      @media (max-width: 830px) {
        .banner-main-wrap-subtitle-pt {
          max-width: 325px; } }
    .banner-main-btn {
      margin-top: 78.68px;
      display: flex;
      gap: 16px;
      z-index: 3; }
      @media (max-width: 1240px) {
        .banner-main-btn {
          margin-top: 30.68px; } }
      @media (max-width: 880px) {
        .banner-main-btn {
          flex-direction: column; } }
      @media (max-width: 634px) {
        .banner-main-btn {
          margin-top: 472px;
          margin-left: auto;
          margin-right: auto; } }
      .banner-main-btn-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 16px;
        min-width: 235px;
        background: #ffcc00;
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
        border-radius: 8px; }
        .banner-main-btn-item-icon {
          width: 28px;
          height: 20px; }
        .banner-main-btn-item-text {
          font-family: 'SegoeUI-SemiBold';
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 20px;
          color: #000000; }
        .banner-main-btn-item-arr {
          width: 17px;
          height: 16px;
          margin-left: 5px; }

.how {
  padding: 77px 0px 80px 0px;
  background: linear-gradient(135deg, #eaeeff 0%, #dbe1ff 100%);
  position: relative; }
  @media (max-width: 1246px) {
    .how {
      padding: 77px 80px 80px 80px; } }
  @media (max-width: 926px) {
    .how {
      padding: 79px 40px 80px 40px; } }
  @media (max-width: 758px) {
    .how {
      padding: 63px 16px 66px 16px; } }
  @media (max-width: 380px) {
    .how {
      padding: 63px 16px 66px 16px; } }
  .how-title {
    font-family: 'SegoeUI-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #101828;
    position: relative;
    z-index: 10; }
  .how-subtitle {
    max-width: 722.98px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #4a5565;
    margin-top: 12px;
    margin-bottom: 47.99px;
    position: relative;
    z-index: 10; }
    @media (max-width: 758px) {
      .how-subtitle {
        margin-top: 16px;
        max-width: 358px;
        margin-bottom: 48.68px; } }
  .how-content {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 1246px) {
      .how-content {
        margin-bottom: -8px; } }
    .how-content-item1 {
      position: relative;
      display: flex;
      align-items: center;
      gap: 115.66px; }
      @media (max-width: 1224px) {
        .how-content-item1 {
          gap: 0;
          justify-content: space-between; } }
      @media (max-width: 758px) {
        .how-content-item1 {
          flex-direction: column;
          gap: 32px; } }
      .how-content-item1::after {
        content: '';
        position: absolute;
        width: 930px;
        height: 40px;
        left: 113.29px;
        top: calc(50% - 40px / 2);
        background: #bdc3ff;
        border-radius: 12px;
        z-index: 1; }
        @media (max-width: 1224px) {
          .how-content-item1::after {
            width: 628px;
            height: 40px;
            left: 113px;
            top: calc(50% - 40px / 2 + 0.49px); } }
        @media (max-width: 926px) {
          .how-content-item1::after {
            left: 0px; } }
        @media (max-width: 758px) {
          .how-content-item1::after {
            display: none; } }
    .how-content-item-img1 {
      position: relative;
      width: 392.69px;
      height: 191.39px;
      z-index: 2; }
      @media (max-width: 926px) {
        .how-content-item-img1 {
          width: 314px;
          height: 153.04px; } }
      @media (max-width: 758px) {
        .how-content-item-img1 {
          width: 340px;
          height: 165.71px; } }
      @media (max-width: 380px) {
        .how-content-item-img1 {
          width: 328px;
          height: 159.87px; } }
      .how-content-item-img1::after {
        content: '';
        position: absolute;
        background: url(./dist/images/how/1-1920.png) no-repeat;
        width: 411px;
        height: 213px;
        top: 0px;
        left: -9px; }
        @media (max-width: 926px) {
          .how-content-item-img1::after {
            background: url(./dist/images/how/1-768.png) no-repeat;
            width: 400px;
            height: 192px;
            top: -18px;
            left: -79px; } }
        @media (max-width: 758px) {
          .how-content-item-img1::after {
            background: url(./dist/images/how/1-480.png) no-repeat;
            width: 356px;
            height: 184px;
            top: -1px;
            left: -7px; } }
        @media (max-width: 380px) {
          .how-content-item-img1::after {
            background: url(./dist/images/how/1-360.png) no-repeat;
            width: 360px;
            height: 238px;
            top: -41px;
            left: -16px; } }
    .how-content-item2 {
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      gap: 172.13px;
      margin-top: 78px;
      margin-bottom: 88.04px; }
      @media (max-width: 1224px) {
        .how-content-item2 {
          gap: 160.13px;
          margin-top: 80px;
          margin-bottom: 80.04px; } }
      @media (max-width: 926px) {
        .how-content-item2 {
          gap: 46.13px;
          margin-top: 80px;
          margin-bottom: 80.04px; } }
      @media (max-width: 758px) {
        .how-content-item2 {
          flex-direction: column-reverse;
          justify-content: center;
          align-items: center;
          gap: 32px;
          margin-top: 60px;
          margin-bottom: 60.72px; } }
      .how-content-item2::after {
        content: '';
        position: absolute;
        width: 930px;
        height: 40px;
        left: 213px;
        top: 115.5px;
        background: #bdc3ff;
        border-radius: 12px;
        z-index: 1; }
        @media (max-width: 1246px) {
          .how-content-item2::after {
            width: 451px;
            height: 40px;
            left: auto;
            right: 100px;
            top: 115.99px; } }
        @media (max-width: 758px) {
          .how-content-item2::after {
            display: none; } }
    .how-content-item-img2 {
      position: relative;
      z-index: 2;
      width: 284px;
      height: 271px; }
      .how-content-item-img2::after {
        content: '';
        position: absolute;
        background: url(./dist/images/how/2-1920.png) no-repeat;
        width: 300px;
        height: 291px;
        top: 0;
        left: -7px; }
    .how-content-item3 {
      position: relative;
      display: flex;
      align-items: center;
      gap: 172.46px; }
      @media (max-width: 1224px) {
        .how-content-item3 {
          gap: 0;
          justify-content: space-between; } }
      @media (max-width: 758px) {
        .how-content-item3 {
          flex-direction: column;
          gap: 32px; } }
      .how-content-item3::after {
        content: '';
        position: absolute;
        width: 930px;
        height: 40px;
        left: calc(50% - 930px / 2);
        top: 107.5px;
        background: #bdc3ff;
        border-radius: 12px;
        z-index: 1; }
        @media (max-width: 1224px) {
          .how-content-item3::after {
            width: 656px;
            height: 40px;
            left: calc(50% - 656px / 2);
            top: 107px; } }
        @media (max-width: 758px) {
          .how-content-item3::after {
            display: none; } }
    .how-content-item-img3 {
      position: relative;
      z-index: 2;
      width: 311.08px;
      height: 239.93px; }
      .how-content-item-img3::after {
        content: '';
        position: absolute;
        background: url(./dist/images/how/3-1920.png) no-repeat;
        width: 592px;
        height: 269px;
        top: -7px;
        left: -139px; }
    .how-content-item-card {
      position: relative;
      box-sizing: border-box;
      padding: 32px 32px 48px;
      max-width: 592px;
      background: #ffffff;
      border: 1px solid #e5e7eb;
      box-shadow: 0px 10px 15px -3px rgba(44, 53, 159, 0.1), 0px 4px 6px -4px rgba(44, 53, 159, 0.1);
      border-radius: 16px;
      display: flex;
      align-items: flex-start;
      gap: 16px;
      z-index: 2; }
      @media (max-width: 1224px) {
        .how-content-item-card {
          max-width: 358px;
          padding: 32px 32px 32px 11px; } }
      @media (max-width: 380px) {
        .how-content-item-card {
          padding: 32px 23px 32px 11px; } }
      .how-content-item-card-label {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 6.21px 0px 7.79px;
        position: absolute;
        width: 48px;
        height: 48px;
        left: -15px;
        top: -15px;
        background: #1626d4;
        border-radius: 14px;
        font-family: 'Segoe UI';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
        color: #ffffff; }
        @media (max-width: 1246px) {
          .how-content-item-card-label {
            left: 155px;
            top: -26px; } }
      .how-content-item-card-img {
        width: 24px;
        height: 48px; }
      .how-content-item-card-main {
        display: flex;
        flex-direction: column;
        gap: 8px; }
        .how-content-item-card-main-title {
          font-family: 'SegoeUI-SemiBold';
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 27px;
          color: #101828; }
        .how-content-item-card-main-subtitle {
          font-family: 'Segoe UI';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          color: #4a5565; }
        .how-content-item-card-main-info {
          padding: 16px 19px 16px 16px;
          background: #f3e8ff;
          border-radius: 14px;
          font-family: 'Segoe UI';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 20px;
          color: #6d001f; }
        .how-content-item-card-main-info > span {
          font-family: 'SegoeUI-Bold'; }
  .how-btn {
    position: relative;
    z-index: 10;
    width: max-content; }
    @media (max-width: 926px) {
      .how-btn {
        min-width: 203px; } }
    @media (max-width: 380px) {
      .how-btn {
        width: 100%; } }

.header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px); }
  .header-nav {
    margin: 0 auto;
    padding: 14px 33px;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10; }
    @media (max-width: 1100px) {
      .header-nav {
        padding: 14px 40px; } }
    @media (max-width: 890px) {
      .header-nav {
        padding: 23px 16px; } }
    .header-nav-logo {
      width: 178.15px;
      height: 24px;
      display: flex; }
      @media (max-width: 890px) {
        .header-nav-logo {
          width: 118.77px;
          height: 16px; } }
    .header-nav-links {
      display: flex;
      max-width: max-content;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      gap: 23px; }
    .header-nav-links-left-item-link {
      position: relative;
      transition: color 0.3s ease;
      font-family: 'SegoeUI-SemiBold';
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #4a5565; }
      .header-nav-links-left-item-link::after {
        content: '';
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #ffcc00;
        transition: width 0.3s ease; }
        @media (max-width: 767px) {
          .header-nav-links-left-item-link::after {
            display: none; } }
      .header-nav-links-left-item-link:hover::after {
        width: 100%; }
    .header-nav-links-left-item-link-btn {
      padding: 12px 16px;
      background: #ffcc00;
      border-radius: 10px;
      font-family: 'Segoe UI';
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 80%;
      color: #000000; }
    .header-nav-btnsWrap {
      display: none; }
      @media (max-width: 890px) {
        .header-nav-btnsWrap {
          gap: 10px;
          display: flex; } }
      @media (max-width: 890px) {
        .header-nav-btnsWrap-burger {
          display: flex;
          align-items: center;
          justify-content: center; } }
      @media (max-width: 890px) {
        .header-nav-btnsWrap-burger img {
          width: 24px;
          height: 24px; } }

@media (max-width: 890px) {
  .openHeader {
    background: none; }
  .header-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1000; }
  .header-nav.open .header-nav-links {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    margin-top: 28px;
    margin-bottom: 35.3px;
    margin-right: 0; }
  .header-nav-links {
    display: none; }
  .header-nav-logo-mob {
    flex: 0 0 auto; }
  .header-nav-btnsWrap {
    position: absolute;
    right: 16px;
    top: 19px; } }
  @media (max-width: 890px) and (max-width: 768px) {
    .header-nav-btnsWrap {
      right: 16px; } }

@media (max-width: 890px) {
  #burger {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
  .header-nav-links-left-item-wrap {
    display: none !important; }
  .header-nav-links-left-item {
    display: flex; } }

.language-selector {
  padding: 8px 12px;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4a5565;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234a5565' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 32px; }
  .language-selector option {
    padding: 8px;
    background: #ffffff;
    color: #4a5565;
    font-weight: 500; }
  @media (max-width: 890px) {
    .language-selector {
      padding: 8px 16px;
      padding-right: 40px;
      font-size: 16px; } }

.pari {
  padding: 96px 0px;
  position: relative;
  background: linear-gradient(0deg, #0011cc, #0011cc), radial-gradient(123.18% 223% at 75.05% 90.96%, #155dfc 0%, #1800b9 100%); }
  @media (max-width: 888px) {
    .pari {
      padding: 64px 0px; } }
  @media (max-width: 764px) {
    .pari {
      padding: 64px 16px; } }
  .pari::after {
    content: '';
    position: absolute;
    width: 384px;
    height: 384px;
    right: 0px;
    top: 0px;
    background: #7aa0ff;
    opacity: 0.2;
    filter: blur(32px);
    border-radius: 3.35544e7px; }
    @media (max-width: 508px) {
      .pari::after {
        position: absolute;
        width: 384px;
        height: 384px;
        right: 0px;
        top: 0px;
        background: #c27aff;
        opacity: 0.2;
        filter: blur(32px);
        border-radius: 3.35544e7px; } }
  .pari::before {
    content: '';
    position: absolute;
    width: 384px;
    height: 384px;
    left: 0px;
    bottom: -0.44px;
    background: #51a2ff;
    opacity: 0.2;
    filter: blur(32px);
    border-radius: 3.35544e7px;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1; }
    @media (max-width: 508px) {
      .pari::before {
        position: absolute;
        width: 384px;
        height: 384px;
        left: 0px;
        bottom: 0.28px;
        background: #51a2ff;
        opacity: 0.2;
        filter: blur(32px);
        border-radius: 3.35544e7px; } }
  .pari-wrap {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 1240px) {
      .pari-wrap {
        max-width: 856px; } }
    @media (max-width: 888px) {
      .pari-wrap {
        max-width: 754px; } }

.pari-main {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 32px 31px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 259px 104px rgba(0, 6, 93, 0.02), 0px 146px 88px rgba(0, 6, 93, 0.08), 0px 65px 65px rgba(0, 6, 93, 0.13), 0px 16px 36px rgba(0, 6, 93, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  position: relative;
  z-index: 10; }
  @media (max-width: 764px) {
    .pari-main {
      max-width: 448px;
      width: 100%;
      height: 508px;
      margin: 0 auto; } }
  @media (max-width: 380px) {
    .pari-main {
      max-width: 328px; } }
  .pari-main::after {
    content: '';
    position: absolute;
    background: url(./dist/images/pari/main1920.png) no-repeat;
    right: 0px;
    top: 0px;
    width: 1024px;
    height: 678px; }
    @media (max-width: 1240px) {
      .pari-main::after {
        background: url(./dist/images/pari/main1000.png) no-repeat;
        right: 0px;
        top: 0px;
        width: 856px;
        height: 678px; } }
    @media (max-width: 888px) {
      .pari-main::after {
        background: url(./dist/images/pari/main768.png) no-repeat;
        right: 0px;
        top: 0px;
        width: 754px;
        height: 678px; } }
    @media (max-width: 764px) {
      .pari-main::after {
        background: url(./dist/images/pari/main480.png) no-repeat;
        background-position: center;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 508px; } }
    @media (max-width: 380px) {
      .pari-main::after {
        background: url(./dist/images/pari/main360.png) no-repeat;
        background-position: center;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 508px; } }
  .pari-main::before {
    content: '';
    position: absolute;
    width: 1029.7px;
    height: 574.45px;
    left: 1.27px;
    top: 309.78px;
    background: linear-gradient(180deg, rgba(0, 17, 204, 0) 12.84%, rgba(0, 17, 204, 0.2) 29.59%, rgba(0, 17, 204, 0.4) 41.57%, #0011cc 60.72%);
    z-index: 3; }
    @media (max-width: 764px) {
      .pari-main::before {
        width: 572px;
        height: 517px;
        left: 0px;
        top: 165.3px;
        background: linear-gradient(180deg, rgba(0, 17, 204, 0) 12.84%, rgba(0, 17, 204, 0.2) 29.59%, rgba(0, 17, 204, 0.4) 41.57%, #0011cc 60.72%); } }
  .pari-main-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 4; }
    @media (max-width: 764px) {
      .pari-main-items {
        display: none; } }
    .pari-main-items-card {
      width: 303.33px;
      padding: 24px;
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(4px);
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 888px) {
        .pari-main-items-card {
          width: 224px; } }
      .pari-main-items-card-img {
        width: 64px;
        height: 64px; }
      .pari-main-items-card-title {
        font-family: 'SegoeUI-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #ffffff;
        margin-top: 16px;
        margin-bottom: 8px; }
      .pari-main-items-card-subtitle {
        font-family: 'Segoe UI';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #dbeafe; }

.pari-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 48px;
  position: relative;
  z-index: 10; }
  @media (max-width: 888px) {
    .pari-info {
      gap: 23px; } }
  @media (max-width: 508px) {
    .pari-info {
      margin-top: 24px; } }
  .pari-info-title {
    font-family: 'SegoeUI-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-align: center; }
  .pari-info-subtitle {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #dbeafe;
    max-width: 709px;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 1600px) {
      .pari-info-subtitle {
        max-width: 621px; } }
    @media (max-width: 508px) {
      .pari-info-subtitle {
        max-width: 339px; } }
    @media (max-width: 380px) {
      .pari-info-subtitle {
        max-width: 328px; } }

.pari-btn {
  display: flex;
  justify-content: center;
  margin-top: 48.69px;
  gap: 16px;
  position: relative;
  z-index: 10; }
  @media (max-width: 508px) {
    .pari-btn {
      flex-direction: column;
      align-items: center; } }

.lang-ar .banner {
  padding-top: 194px;
  padding-bottom: 165.32px; }
  @media (max-width: 1240px) {
    .lang-ar .banner {
      padding-top: 104px;
      padding-bottom: 59.32px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 880px) {
    .lang-ar .banner {
      padding-top: 99px;
      padding-bottom: 80px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 634px) {
    .lang-ar .banner {
      padding-top: 80px;
      padding-bottom: 32.37px;
      padding-left: 16px;
      padding-right: 16px; } }
  @media (max-width: 380px) {
    .lang-ar .banner {
      padding-left: 17px;
      padding-right: 17px;
      padding-bottom: 27.37px; } }
  .lang-ar .banner-main {
    align-items: flex-end; }
    .lang-ar .banner-main::before {
      left: 11.5%; }
      @media (max-width: 1240px) {
        .lang-ar .banner-main::before {
          top: -121px;
          left: 25.5%;
          transform: translate(-50%, 0); } }
      @media (max-width: 880px) {
        .lang-ar .banner-main::before {
          top: -94px;
          left: 30.5%;
          transform: translate(-50%, 0); } }
      @media (max-width: 634px) {
        .lang-ar .banner-main::before {
          top: 114px;
          left: 60.5%;
          transform: translate(-50%, 0); } }
      @media (max-width: 400px) {
        .lang-ar .banner-main::before {
          top: 114px;
          left: 59%;
          transform: translate(-50%, 0); } }
      @media (max-width: 380px) {
        .lang-ar .banner-main::before {
          top: 114px;
          left: 62%;
          transform: translate(-50%, 0); } }
    .lang-ar .banner-main-label span {
      text-align: right; }
    .lang-ar .banner-main-wrap {
      align-items: flex-end; }
      .lang-ar .banner-main-wrap-title, .lang-ar .banner-main-wrap-subtitle {
        text-align: right; }

.lang-ar .whyUs-card-item {
  display: flex !important; }
  .lang-ar .whyUs-card-item-img {
    margin-left: auto; }
  .lang-ar .whyUs-card-item-main-title {
    margin-left: auto; }
  .lang-ar .whyUs-card-item-main-subtitle {
    margin-left: auto;
    text-align: right; }

.lang-ar .how-content-item-img1::after {
  content: '';
  position: absolute;
  background: url(./dist/images/how/1-1920ar.png) no-repeat;
  width: 410px;
  height: 199px;
  top: 0px;
  left: -9px; }
  @media (max-width: 926px) {
    .lang-ar .how-content-item-img1::after {
      background: url(./dist/images/how/1-768ar.png) no-repeat;
      width: 356px;
      height: 161px;
      top: 5px;
      left: -35px; } }
  @media (max-width: 758px) {
    .lang-ar .how-content-item-img1::after {
      width: 356px;
      height: 184px;
      top: -1px;
      left: -7px; } }
  @media (max-width: 380px) {
    .lang-ar .how-content-item-img1::after {
      width: 360px;
      height: 238px;
      top: -1px;
      left: -12px; } }

.lang-ar .how-content-item-img2 {
  position: relative;
  z-index: 2;
  width: 284px;
  height: 271px; }
  .lang-ar .how-content-item-img2::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/2-1920ar.png) no-repeat;
    width: 300px;
    height: 291px;
    top: 0;
    left: -7px; }

.lang-ar .how-content-item-img3 {
  position: relative;
  z-index: 2;
  width: 311.08px;
  height: 239.93px; }
  .lang-ar .how-content-item-img3::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/3-1920ar.png) no-repeat;
    width: 592px;
    height: 269px;
    top: -7px;
    left: -139px; }

.lang-ar .how-content-item-card {
  flex-direction: row-reverse; }
  .lang-ar .how-content-item-card-main {
    align-items: flex-end; }
    .lang-ar .how-content-item-card-main-subtitle {
      text-align: right; }

.lang-ar .faq-wrap-item {
  align-items: flex-end; }
  .lang-ar .faq-wrap-item-arr {
    left: 23.75px; }
    @media (max-width: 888px) {
      .lang-ar .faq-wrap-item-arr {
        left: 16px; } }
  .lang-ar .faq-wrap-item-header {
    transform: scaleX(-1); }
  .lang-ar .faq-wrap-item-main {
    transform: scaleX(-1); }

.lang-ar .footer-top-item {
  transform: scaleX(-1); }

@media (max-width: 977px) {
  .lang-pt .header-nav {
    padding: 14px 14px; } }

@media (max-width: 890px) {
  .lang-pt .header-nav {
    padding: 23px 16px; } }

@media (max-width: 977px) {
  .lang-pt .header-nav-links {
    gap: 15px; } }

@media (max-width: 890px) {
  .lang-pt .header-nav-links {
    gap: 23px; } }

.lang-pt .how-content-item-img1::after {
  content: '';
  position: absolute;
  background: url(./dist/images/how/1-1920pt.png) no-repeat;
  width: 410px;
  height: 192px;
  top: 10px;
  left: -9px; }
  @media (max-width: 926px) {
    .lang-pt .how-content-item-img1::after {
      background: url(./dist/images/how/1-768pt.png) no-repeat;
      width: 356px;
      height: 161px;
      top: 5px;
      left: -35px; } }
  @media (max-width: 758px) {
    .lang-pt .how-content-item-img1::after {
      width: 356px;
      height: 184px;
      top: -1px;
      left: -7px; } }
  @media (max-width: 380px) {
    .lang-pt .how-content-item-img1::after {
      width: 360px;
      height: 238px;
      top: -1px;
      left: -12px; } }

.lang-pt .how-content-item-img2 {
  position: relative;
  z-index: 2;
  width: 284px;
  height: 271px; }
  .lang-pt .how-content-item-img2::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/2-1920pt.png) no-repeat;
    width: 300px;
    height: 291px;
    top: 0;
    left: -7px; }

.lang-pt .how-content-item-img3 {
  position: relative;
  z-index: 2;
  width: 311.08px;
  height: 239.93px; }
  .lang-pt .how-content-item-img3::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/3-1920pt.png) no-repeat;
    width: 592px;
    height: 269px;
    top: -7px;
    left: -139px; }

@media (max-width: 957px) {
  .lang-es .header-nav {
    padding: 14px 14px; } }

@media (max-width: 890px) {
  .lang-es .header-nav {
    padding: 23px 16px; } }

@media (max-width: 957px) {
  .lang-es .header-nav-links {
    gap: 15px; } }

@media (max-width: 890px) {
  .lang-es .header-nav-links {
    gap: 23px; } }

.lang-es .how-content-item-img1::after {
  content: '';
  position: absolute;
  background: url(./dist/images/how/1-1920es.png) no-repeat;
  width: 410px;
  height: 192px;
  top: 18px;
  left: -9px; }
  @media (max-width: 926px) {
    .lang-es .how-content-item-img1::after {
      background: url(./dist/images/how/1-768es.png) no-repeat;
      width: 356px;
      height: 161px;
      top: 5px;
      left: -35px; } }
  @media (max-width: 758px) {
    .lang-es .how-content-item-img1::after {
      width: 356px;
      height: 184px;
      top: -1px;
      left: -7px; } }
  @media (max-width: 380px) {
    .lang-es .how-content-item-img1::after {
      width: 360px;
      height: 238px;
      top: -1px;
      left: -12px; } }

.lang-es .how-content-item-img2 {
  position: relative;
  z-index: 2;
  width: 284px;
  height: 271px; }
  .lang-es .how-content-item-img2::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/2-1920es.png) no-repeat;
    width: 300px;
    height: 291px;
    top: 0;
    left: -7px; }

.lang-es .how-content-item-img3 {
  position: relative;
  z-index: 2;
  width: 311.08px;
  height: 239.93px; }
  .lang-es .how-content-item-img3::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/3-1920pt.png) no-repeat;
    width: 592px;
    height: 269px;
    top: -7px;
    left: -139px; }

@media (max-width: 1014px) {
  .lang-de .header-nav {
    padding: 14px 14px; } }

@media (max-width: 890px) {
  .lang-de .header-nav {
    padding: 23px 16px; } }

@media (max-width: 1014px) {
  .lang-de .header-nav-links {
    gap: 8px; } }

@media (max-width: 890px) {
  .lang-de .header-nav-links {
    gap: 23px; } }

.lang-de .how-content-item-img1::after {
  content: '';
  position: absolute;
  background: url(./dist/images/how/1-1920de.png) no-repeat;
  width: 410px;
  height: 213px;
  top: 1px;
  left: -9px; }
  @media (max-width: 926px) {
    .lang-de .how-content-item-img1::after {
      background: url(./dist/images/how/1-768de.png) no-repeat;
      width: 356px;
      height: 187px;
      top: 0px;
      left: -35px; } }
  @media (max-width: 758px) {
    .lang-de .how-content-item-img1::after {
      width: 356px;
      height: 184px;
      top: -1px;
      left: -7px; } }
  @media (max-width: 380px) {
    .lang-de .how-content-item-img1::after {
      width: 360px;
      height: 238px;
      top: -1px;
      left: -12px; } }

.lang-de .how-content-item-img2 {
  position: relative;
  z-index: 2;
  width: 284px;
  height: 271px; }
  .lang-de .how-content-item-img2::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/2-1920de.png) no-repeat;
    width: 300px;
    height: 291px;
    top: 0;
    left: -7px; }

.lang-de .how-content-item-img3 {
  position: relative;
  z-index: 2;
  width: 311.08px;
  height: 239.93px; }
  .lang-de .how-content-item-img3::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/3-1920de.png) no-repeat;
    width: 592px;
    height: 269px;
    top: -7px;
    left: -139px; }

.lang-fr .how-content-item-img1::after {
  content: '';
  position: absolute;
  background: url(./dist/images/how/1-1920fr.png) no-repeat;
  width: 410px;
  height: 213px;
  top: 1px;
  left: -9px; }
  @media (max-width: 926px) {
    .lang-fr .how-content-item-img1::after {
      background: url(./dist/images/how/1-768fr.png) no-repeat;
      width: 356px;
      height: 187px;
      top: 0px;
      left: -35px; } }
  @media (max-width: 758px) {
    .lang-fr .how-content-item-img1::after {
      width: 356px;
      height: 184px;
      top: -1px;
      left: -7px; } }
  @media (max-width: 380px) {
    .lang-fr .how-content-item-img1::after {
      width: 360px;
      height: 238px;
      top: -1px;
      left: -12px; } }

.lang-fr .how-content-item-img2 {
  position: relative;
  z-index: 2;
  width: 284px;
  height: 271px; }
  .lang-fr .how-content-item-img2::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/2-1920fr.png) no-repeat;
    width: 300px;
    height: 291px;
    top: 0;
    left: -7px; }

.lang-fr .how-content-item-img3 {
  position: relative;
  z-index: 2;
  width: 311.08px;
  height: 239.93px; }
  .lang-fr .how-content-item-img3::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/3-1920fr.png) no-repeat;
    width: 592px;
    height: 269px;
    top: -7px;
    left: -139px; }

.lang-sw .how-content-item-img1::after {
  content: '';
  position: absolute;
  background: url(./dist/images/how/1-1920sw.png) no-repeat;
  width: 410px;
  height: 213px;
  top: 1px;
  left: -9px; }
  @media (max-width: 926px) {
    .lang-sw .how-content-item-img1::after {
      background: url(./dist/images/how/1-768sw.png) no-repeat;
      width: 356px;
      height: 187px;
      top: 0px;
      left: -35px; } }
  @media (max-width: 758px) {
    .lang-sw .how-content-item-img1::after {
      width: 356px;
      height: 184px;
      top: -1px;
      left: -7px; } }
  @media (max-width: 380px) {
    .lang-sw .how-content-item-img1::after {
      width: 360px;
      height: 238px;
      top: -1px;
      left: -12px; } }

.lang-sw .how-content-item-img2 {
  position: relative;
  z-index: 2;
  width: 284px;
  height: 271px; }
  .lang-sw .how-content-item-img2::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/2-1920sw.png) no-repeat;
    width: 300px;
    height: 291px;
    top: 0;
    left: -7px; }

.lang-sw .how-content-item-img3 {
  position: relative;
  z-index: 2;
  width: 311.08px;
  height: 239.93px; }
  .lang-sw .how-content-item-img3::after {
    content: '';
    position: absolute;
    background: url(./dist/images/how/3-1920sw.png) no-repeat;
    width: 592px;
    height: 269px;
    top: -7px;
    left: -139px; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html,
body {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 64.8px; }
  @media (max-width: 826px) {
    html,
    body {
      scroll-padding-top: 62px; } }

body {
  position: relative; }
  body::after {
    content: '';
    position: absolute;
    background: url(./dist/images/bg.png) no-repeat;
    width: 1915px;
    height: stretch;
    z-index: 10;
    top: 929px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1; }
    @media (max-width: 1240px) {
      body::after {
        display: none; } }

html {
  font-size: 16px;
  line-height: 22px; }

body {
  background: #fafbff;
  min-height: 100svh; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto;
  resize: none; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

a {
  font-family: inherit;
  color: inherit;
  text-decoration: none; }

.hideSection {
  display: none; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 890px) {
    .flex {
      width: 100%;
      flex-direction: column; } }

.showMob {
  display: none; }
  @media (max-width: 890px) {
    .showMob {
      display: block; } }

@media (max-width: 890px) {
  .hideMob {
    display: none; } }

.inputWrap {
  width: 100%;
  display: flex;
  justify-content: space-between; }

::placeholder {
  color: #f6f6f6; }

.textarea {
  width: 100%;
  height: 8em; }

.open {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 90px 133.8px -46px rgba(16, 6, 1, 0.53);
  backdrop-filter: blur(15.35px);
  transition: background 0.3s ease, box-shadow 0.3s ease; }
