.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

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

@font-face {
  font-family: "Open Sans";
  src: url("./assets/fonts/Open_Sans/OpenSans-Regular.ttf"); }
@font-face {
  font-family: "Open Sans";
  src: url("./assets/fonts/Open_Sans/OpenSans-SemiBold.ttf");
  font-weight: 600; }
@font-face {
  font-family: "Open Sans";
  src: url("./assets/fonts/Open_Sans/OpenSans-Bold.ttf");
  font-weight: 700; }
@font-face {
  font-family: 'Poppins';
  src: url("./assets/fonts/Poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: 'Poppins';
  src: url("./assets/fonts/Poppins/Poppins-Bold.ttf");
  font-weight: 700; }
html {
  font-size: 14px;
  line-height: 1.5; }

body {
  font-family: "Open sans", sans-serif;
  background-color: #f1f0f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2 {
  font-size: 45px;
  line-height: 1.2;
  font-family: 'Poppins';
  font-weight: 700; }
  @media screen and (max-width: 1300px) {
    h1,
    h2 {
      font-size: 36px; } }
  @media screen and (max-width: 992px) {
    h1,
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 24px;
  font-family: 'Open Sans';
  font-weight: 700; }

h4 {
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 1.9; }

h5 {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 1.9; }

.slick-slide:focus,
.slick-slider:focus {
  outline: none; }

.first-section__bullets-wrapper .slick-dots {
  display: flex;
  box-shadow: inset -2px -2px 5px 0 rgba(255, 255, 255, 0.75), inset 2px 2px 5px 0 rgba(65, 58, 50, 0.25);
  border-radius: 2.5rem;
  width: 121px;
  position: relative;
  margin-left: auto;
  height: 32px;
  align-items: center;
  display: flex; }
  .first-section__bullets-wrapper .slick-dots:nth-child(2) {
    display: none !important; }
  @media screen and (max-width: 767px) {
    .first-section__bullets-wrapper .slick-dots {
      margin: auto; } }
  .first-section__bullets-wrapper .slick-dots li {
    font-size: 14;
    font-weight: 600;
    border: none;
    outline: transparent;
    background: transparent;
    padding: 0 13px;
    opacity: 0.5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .first-section__bullets-wrapper .slick-dots li:hover {
      opacity: 1; }
    .first-section__bullets-wrapper .slick-dots li.slick-active {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #f1f0f5;
      outline: transparent;
      box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
      opacity: 1; }

.trading__buttons-wrapper .slick-dots {
  display: flex;
  box-shadow: inset -2px -2px 5px 0 rgba(255, 255, 255, 0.75), inset 2px 2px 5px 0 rgba(65, 58, 50, 0.25);
  border-radius: 30px; }
  .trading__buttons-wrapper .slick-dots:nth-child(2) {
    display: none !important; }
  @media screen and (max-width: 767px) {
    .trading__buttons-wrapper .slick-dots {
      margin-top: 37px; } }
  .trading__buttons-wrapper .slick-dots li {
    padding: 12px 20px;
    opacity: 0.5;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 3;
    transition: 0.3s; }
    @media screen and (max-width: 992px) {
      .trading__buttons-wrapper .slick-dots li {
        font-size: 12px;
        padding: 15px; } }
    @media screen and (max-width: 992px) {
      .trading__buttons-wrapper .slick-dots li {
        padding: 13px; } }
    @media screen and (max-width: 374px) {
      .trading__buttons-wrapper .slick-dots li {
        font-size: 12px;
        padding: 7px; } }
    .trading__buttons-wrapper .slick-dots li:hover {
      opacity: 1; }
    .trading__buttons-wrapper .slick-dots li.slick-active {
      box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
      border-radius: 30px;
      background-color: #f1f0f5;
      opacity: 1; }

.trading__box .slick-slide {
  padding-top: 38px; }

.container {
  width: 1250px;
  max-width: 100%;
  margin: auto; }
  @media screen and (max-width: 1300px) {
    .container {
      width: 100%;
      padding: 0 30px; } }

.bold {
  font-weight: 700; }

.dimmed {
  color: #99999c; }

.text-mid {
  font-size: 24px;
  font-family: "Poppins", sans-serif; }
  @media screen and (max-width: 992px) {
    .text-mid {
      font-size: 18px; } }

.col-2 {
  width: 46%; }
  @media screen and (max-width: 767px) {
    .col-2 {
      width: 100%; } }

.col-3 {
  width: 29%; }
  @media screen and (max-width: 767px) {
    .col-3 {
      width: 100%; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f1f0f5;
  z-index: 10;
  transition: box-shadow 0.3s; }
  @media screen and (max-width: 992px) {
    .header {
      display: none; } }
  .header.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    width: 114px;
    padding-top: 4px; }
  .header__menu {
    display: flex; }
  .header__menu-item {
    margin: 0 18px;
    display: flex; }
  .header__menu-link {
    line-height: 2;
    border-bottom: solid 2px transparent;
    padding: 27px 0;
    font-weight: 600; }
    .header__menu-link:hover {
      border-color: #1f5eff;
      color: #1f5eff; }
  .header__lang-wrapper {
    width: 155px;
    height: 28px;
    position: relative; }
  .header__lang {
    cursor: pointer;
    display: flex;
    justify-content: flex-end; }
  .header__lang-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 28px;
    transition: 0.3s;
    position: absolute;
    padding-left: 5px; }
    .header__lang-link-wrapper--open .header__lang-chevron {
      transform: rotate(180deg); }
  .header__lang-img {
    width: 18px;
    box-shadow: 2px 2px 3px 0 rgba(65, 58, 50, 0.3), -2px -2px 3px 0 white;
    border: solid 2px white;
    border-radius: 50%;
    margin-right: 10px; }
  .header__lang-link {
    line-height: 2;
    display: flex;
    align-items: center; }
  .header__lang-chevron {
    width: 6px;
    margin-top: 11px;
    margin-left: 10px;
    transition: transform 0.3s; }
  .header__lang-menu {
    padding-top: 17px;
    border-radius: 0.7rem;
    width: 132px;
    height: 93px;
    position: absolute;
    top: 38px;
    right: 0;
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    display: none;
    background-color: #f1f0f5; }
    .header__lang-menu--open {
      display: block; }
  .header__lang-link-menu {
    margin-left: 20px;
    opacity: 0.5; }
    .header__lang-link-menu:hover {
      opacity: 1; }
    .header__lang-link-menu--active {
      opacity: 1; }
  .header__arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f1f0f5;
    position: absolute;
    top: -8px;
    left: 101px;
    transform: translateX(-50%); }

.header-mobile {
  padding: 20px 30px;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #f1f0f5;
  transition: box-shadow 0.3s; }
  @media screen and (max-width: 992px) {
    .header-mobile {
      display: block; } }
  .header-mobile.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .header-mobile__open .header-mobile__menu-wrapper {
    display: flex; }
  .header-mobile__open .header-mobile__burger span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 9px); }
  .header-mobile__open .header-mobile__burger span:nth-child(2) {
    transform: translate(31px, 0px); }
  .header-mobile__open .header-mobile__burger span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -9px); }
  .header-mobile__wrapper-top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-mobile__logo {
    width: 114px; }
  .header-mobile__menu {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .header-mobile__menu-wrapper {
    height: calc(100vh - 94px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none; }
  .header-mobile__menu-item {
    margin: 12px auto;
    font-size: 16px;
    font-weight: 600; }
  .header-mobile__menu-link:hover {
    color: #1f5eff; }
  .header-mobile__burger {
    width: 28px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer; }
    .header-mobile__burger span {
      background: black;
      width: 100%;
      height: 2px;
      transition: transform 0.3s; }
  .header-mobile__lang-wrapper {
    display: flex;
    width: 76px;
    justify-content: space-between;
    margin-top: 10px; }
  .header-mobile__lang-img {
    width: 20px;
    border: solid 2px #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 3px 0 rgba(65, 58, 50, 0.3), -2px -2px 3px 0 white;
    cursor: pointer; }

.first-section {
  padding-top: 140px;
  margin-bottom: 220px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .first-section {
      margin-bottom: 12px; } }
  .first-section .container {
    position: relative; }
  .first-section__mouse-wrapper {
    position: absolute;
    top: 40px;
    left: -80px; }
    @media screen and (max-width: 1480px) {
      .first-section__mouse-wrapper {
        display: none; } }
  .first-section__mouse {
    width: 12px;
    height: 20px;
    border: black solid 1px;
    border-radius: 2.5rem;
    display: flex;
    justify-content: center; }
  .first-section__scroll-bar {
    height: 4px;
    width: 2px;
    background: black;
    margin-top: 2px;
    animation-name: scroll-bar;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite; }
  .first-section__mouse-text {
    font-size: 12px;
    transform: rotate(-90deg);
    position: absolute;
    bottom: -50px;
    left: -27px;
    width: 66px; }
  .first-section__wrapper {
    display: flex; }
    @media screen and (max-width: 767px) {
      .first-section__wrapper {
        flex-direction: column-reverse; } }
  .first-section__col-2 {
    width: 50%; }
    @media screen and (max-width: 830px) {
      .first-section__col-2:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .first-section__col-2 {
        width: 100%;
        margin-bottom: 30px; } }
  .first-section__header {
    margin-bottom: 28px; }
    @media screen and (max-width: 830px) {
      .first-section__header {
        margin-bottom: 18px; } }
  .first-section__subheader {
    max-width: 387px;
    margin-bottom: 30px; }
    @media screen and (max-width: 830px) {
      .first-section__subheader {
        font-size: 13px;
        margin-bottom: 20px; } }
  .first-section__btn {
    display: inline-block;
    border: none;
    outline: transparent;
    background: #f1f0f5;
    width: 150px;
    height: 50px;
    padding: 15px 34px;
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    border-radius: 7px;
    margin-bottom: 55px;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
    overflow: hidden; }
    .first-section__btn:before {
      content: '';
      display: block;
      background-color: #1f5eff;
      border-radius: 7px;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      z-index: -1;
      transition: width 0.5s; }
    .first-section__btn:hover {
      color: #fff;
      background-color: transparent; }
      .first-section__btn:hover::before {
        width: 100%; }
    @media screen and (max-width: 1300px) {
      .first-section__btn {
        margin-bottom: 45px; } }
    @media screen and (max-width: 830px) {
      .first-section__btn {
        margin-bottom: 25px; } }
  .first-section__text {
    max-width: 528px;
    margin-bottom: 14px; }
  .first-section__box-wrapper {
    display: flex; }
    @media screen and (max-width: 1000px) and (min-width: 767px) {
      .first-section__box-wrapper {
        width: 145%; } }
    @media screen and (max-width: 767px) {
      .first-section__box-wrapper {
        flex-wrap: wrap; } }
  .first-section__box {
    width: 33.33%;
    padding-right: 30px; }
    @media screen and (max-width: 767px) {
      .first-section__box {
        width: 50%;
        margin-bottom: 20px; } }
  .first-section__number {
    font-weight: 700;
    margin-bottom: 4px; }
  .first-section__box-text {
    font-size: 12px; }
  .first-section__box-header {
    font-weight: 700; }
  .first-section__slider {
    margin-left: 61px; }
    @media screen and (max-width: 767px) {
      .first-section__slider {
        margin: 0; } }
  .first-section__tracker {
    margin-bottom: 28px; }
  .first-section__bullets-wrapper {
    margin-top: 20px; }

.we-create-future {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .we-create-future {
      margin-bottom: 54px; } }
  .we-create-future__top {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .we-create-future__top {
        display: block; } }
  .we-create-future__space-between {
    justify-content: space-between;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .we-create-future__space-between {
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .we-create-future__header {
      margin-bottom: -4px; } }
  .we-create-future__link {
    display: flex;
    align-items: center;
    font-weight: bold;
    transition: 0.3s;
    overflow: hidden;
    width: 90px; }
    .we-create-future__link:hover {
      color: #1f5eff; }
      .we-create-future__link:hover .we-create-future__arrow {
        transform: translatex(40px);
        transition: transform 0.3s; }
      .we-create-future__link:hover path {
        fill: #1f5eff; }
    @media screen and (max-width: 767px) {
      .we-create-future__link {
        display: none; } }
  .we-create-future__text-mid {
    font-size: 24px;
    font-family: "Poppins", sans-serif; }
    @media screen and (max-width: 992px) {
      .we-create-future__text-mid {
        font-size: 16px; } }
  .we-create-future__link-mobile {
    display: none; }
    .we-create-future__link-mobile:hover {
      color: #1f5eff; }
      .we-create-future__link-mobile:hover path {
        fill: #1f5eff; }
    @media screen and (max-width: 767px) {
      .we-create-future__link-mobile {
        margin-top: 23px;
        display: flex; } }
  .we-create-future__arrow {
    position: relative;
    top: -1px;
    margin-left: 15px;
    transition: transform 0.3s; }
  .we-create-future__middle {
    display: flex;
    justify-content: space-between;
    margin: 100px auto 80px auto;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .we-create-future__middle {
        margin: 48px auto 10px auto; } }
    @media screen and (max-width: 992px) {
      .we-create-future__middle .col-3 {
        width: 47%; } }
    @media screen and (max-width: 767px) {
      .we-create-future__middle .col-3 {
        width: 100%; } }
  .we-create-future__icon {
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .we-create-future__icon {
        height: 70px;
        width: 70px;
        margin-bottom: 11px; } }
  .we-create-future__sub-header {
    margin-bottom: 2px; }
  .we-create-future__text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.8; }
    .we-create-future__text span {
      margin: 0 5px; }
    @media screen and (max-width: 767px) {
      .we-create-future__text {
        margin-bottom: 50px;
        font-size: 12px; } }
  .we-create-future__bottom {
    margin: 0 -80px; }
    @media screen and (max-width: 1500px) {
      .we-create-future__bottom {
        margin: 0; } }
  .we-create-future__slider-item {
    position: relative;
    padding: 250px 80px;
    overflow: hidden;
    color: #fff;
    border-radius: 2.5rem; }
    @media screen and (max-width: 992px) {
      .we-create-future__slider-item {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .we-create-future__slider-item {
        padding: 20px;
        padding-bottom: 0; } }
  .we-create-future__slider-content {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .we-create-future__slider-content {
        display: block;
        padding-top: 250px; } }
  .we-create-future__slider-header {
    margin-right: 75px; }
    @media screen and (max-width: 992px) {
      .we-create-future__slider-header {
        margin-right: 30px;
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      .we-create-future__slider-header {
        margin-right: 0;
        margin-bottom: 16px; } }
  .we-create-future__boxes {
    display: flex;
    justify-content: space-evenly; }
    @media screen and (max-width: 767px) {
      .we-create-future__boxes {
        display: block; } }
  .we-create-future__box {
    width: 30%; }
    @media screen and (max-width: 767px) {
      .we-create-future__box {
        width: 100%;
        margin-bottom: 20px; } }
  .we-create-future__slider-item-text {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    margin-right: 4px; }
  .we-create-future__bc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    z-index: -1; }
    @media screen and (max-width: 992px) {
      .we-create-future__bc {
        max-height: 100%;
        transform: translate(-40%, -50%); } }

.trading {
  margin-bottom: 128px; }
  @media screen and (max-width: 767px) {
    .trading {
      margin-bottom: 64px; } }
  .trading__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 81px; }
    @media screen and (max-width: 767px) {
      .trading__top {
        display: block;
        margin-bottom: 30px; } }
  .trading__header {
    margin-bottom: 17px; }
  .trading__subtitle {
    font-size: 18px;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .trading__subtitle {
        font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .trading__subheader {
      margin-bottom: 20px;
      font-size: 18px; } }
  .trading__flex-end {
    display: flex;
    align-items: flex-end; }
  .trading__item {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .trading__item {
        flex-direction: column-reverse; } }
  .trading__left-content {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 992px) {
      .trading__left-content {
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .trading__left-content {
        align-items: flex-start;
        margin: 0 -20px; } }
  .trading__left {
    width: 47%; }
    @media screen and (max-width: 767px) {
      .trading__left {
        width: 100%;
        margin-top: 86px; } }
  .trading__img {
    position: relative;
    top: -36px;
    margin-right: 53px; }
    @media screen and (max-width: 992px) {
      .trading__img {
        margin-right: 20px;
        top: 0;
        width: 65%; } }
    @media screen and (max-width: 767px) {
      .trading__img {
        width: 170px;
        height: 170px; } }
  @media screen and (max-width: 767px) {
    .trading__number {
      margin-top: 27px; } }
  .trading__text {
    margin-top: 23px;
    line-height: 1.75; }
    @media screen and (max-width: 767px) {
      .trading__text:nth-child(2) {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .trading__text {
        margin-top: 0;
        font-size: 12px; } }
  .trading__text-left {
    max-width: 200px; }

.statement {
  display: flex;
  position: relative;
  margin: 0 -80px;
  box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
  border-radius: 2.5rem;
  padding: 0 80px;
  justify-content: space-between;
  margin-bottom: 209px; }
  @media screen and (max-width: 1500px) {
    .statement {
      margin: 0 0 209px 0; } }
  @media screen and (max-width: 992px) {
    .statement {
      padding-left: 30px;
      padding-right: 30px;
      align-items: flex-end; } }
  @media screen and (max-width: 767px) {
    .statement {
      padding: 20px 20px 0;
      margin-bottom: 90px;
      overflow: hidden;
      display: block;
      padding-bottom: 20px; } }
  .statement__quotes {
    margin-top: 95px; }
    @media screen and (max-width: 992px) {
      .statement__quotes {
        margin-top: 60px; } }
    @media screen and (max-width: 767px) {
      .statement__quotes {
        margin-top: 20px; } }
  .statement__text {
    margin-bottom: 34px;
    margin-top: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 24px; }
    @media screen and (max-width: 992px) {
      .statement__text {
        font-size: 21px; } }
    @media screen and (max-width: 767px) {
      .statement__text {
        margin: 31px 0;
        margin-bottom: 20px;
        font-size: 18px; } }
  .statement__box {
    margin-bottom: 100px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .statement__box {
        margin-bottom: 0; } }
  .statement__avatar {
    border: solid #f1f0f5 8px;
    border-radius: 50%;
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .statement__avatar {
        margin-right: 15px; } }
  @media screen and (max-width: 767px) {
    .statement__name {
      font-size: 13px; } }
  .statement__position {
    font-size: 13px;
    font-family: "Poppins", sans-serif; }
    @media screen and (max-width: 767px) {
      .statement__position {
        font-size: 12px; } }
  .statement__right {
    display: flex;
    align-items: flex-end; }
  .statement__img {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .statement__img {
        display: none; } }

.products {
  margin-bottom: 143px; }
  @media screen and (max-width: 992px) {
    .products {
      margin-bottom: 55px; } }
  .products__wrapper {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .products__wrapper {
        flex-direction: column-reverse; } }
    @media screen and (max-width: 767px) {
      .products__wrapper .col-2 {
        width: 100%;
        max-width: 400px; }
        .products__wrapper .col-2:nth-child(2) {
          margin-bottom: 25px; } }
  .products__text-wrapper {
    margin-bottom: 67px; }
    @media screen and (max-width: 767px) {
      .products__text-wrapper {
        display: none; } }
  .products__text-wrapper-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .products__text-wrapper-mobile {
        display: block; } }
  .products__header {
    margin-bottom: 20px; }
  .products__text {
    margin-bottom: 27px; }
    @media screen and (max-width: 767px) {
      .products__text:nth-child(3) {
        margin-bottom: 39px; } }
  .products__charts-wrapper {
    display: flex;
    justify-content: space-between;
    width: 415px;
    margin-left: 30px; }
    @media screen and (max-width: 992px) {
      .products__charts-wrapper {
        width: 100%;
        margin-left: 0; } }
  .products__chart-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 148px; }
    @media screen and (max-width: 767px) {
      .products__chart-item {
        margin: 0 10px; } }
  .products__chart-text {
    font-size: 12px;
    line-height: 18px;
    max-width: 133px;
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    padding: 12px 21px;
    border-radius: 12px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .products__chart-text {
        padding: 7px 12px; } }
  .products__arrow-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #f1f0f5;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0); }
  .products__chart-outline {
    height: 300px;
    width: 20px;
    box-shadow: inset -2px -2px 5px 0 rgba(255, 255, 255, 0.75), inset 2px 2px 5px 0 rgba(65, 58, 50, 0.25);
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative; }
  .products__chart-filled {
    background-color: #1f5eff;
    box-shadow: inset -2px -2px 5px 0 rgba(255, 255, 255, 0.1), inset 1px 1px 5px 0 rgba(65, 58, 50, 0.9);
    height: 90%;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .products__chart-number {
    color: #1f5eff;
    font-weight: 400; }
  .products__chart-small {
    font-size: 14px; }
  .products__img {
    margin-right: 50px; }
    @media screen and (max-width: 992px) {
      .products__img {
        margin-right: 20px;
        width: 90px; } }
  .products__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .products__item {
        margin-bottom: 22px; } }
  .products__item-text-wrapper {
    margin-top: 20px; }
  .products__subheader {
    margin-bottom: 8px; }
  .products__item-text {
    margin-bottom: 22px;
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      .products__item-text {
        font-size: 13px; } }
  @media screen and (max-width: 992px) {
    .products__left {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .products__left {
      margin-bottom: 30px; } }

.feel-free {
  margin-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .feel-free {
      margin-bottom: 52px; } }
  .feel-free__wrapper {
    display: flex;
    padding: 20px;
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    border-radius: 2rem;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .feel-free__wrapper {
        display: block; } }
  .feel-free__img {
    margin-right: 67px; }
    @media screen and (max-width: 767px) {
      .feel-free__img {
        margin-right: 0;
        margin-bottom: 14px;
        width: 100%; } }
  .feel-free__header {
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px; }
    @media screen and (max-width: 992px) {
      .feel-free__header {
        margin-bottom: 10px;
        font-size: 18px; } }
  .feel-free__text {
    max-width: 450px;
    margin-right: 80px; }
    @media screen and (max-width: 767px) {
      .feel-free__text {
        margin-right: 0;
        font-size: 12px; } }
  .feel-free__row {
    display: flex;
    align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .feel-free__item:nth-child(2) {
      margin-bottom: 8px; } }
  .feel-free__margin-top {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .feel-free__margin-top {
        margin-top: 36px; } }
  .feel-free__icon {
    margin-right: 20px;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      .feel-free__icon {
        align-self: baseline; } }
  .feel-free__right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 992px) {
      .feel-free__right {
        display: block; } }

.system {
  margin-bottom: 45px; }
  @media screen and (max-width: 767px) {
    .system {
      margin-bottom: 37px; } }
  .system__wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e0dfe3;
    padding-bottom: 66px; }
    @media screen and (max-width: 767px) {
      .system__wrapper {
        display: block;
        padding-bottom: 25px; } }
  .system__header {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .system__header {
        font-size: 28px; } }
  .system__text-left {
    font-size: 18px;
    max-width: 450px; }
    @media screen and (max-width: 767px) {
      .system__text-left {
        margin-bottom: 16px;
        font-size: 14px; } }
  .system__text-right {
    max-width: 500px;
    margin-left: auto; }
    @media screen and (max-width: 992px) {
      .system__text-right {
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .system__text-right {
        font-size: 12px; } }

.future {
  margin-top: 141px;
  margin-bottom: 130px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .future {
      margin-top: 97px;
      margin-bottom: 88px; } }
  .future__wrapper {
    position: relative; }
  .future__img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
    z-index: -3; }
  .future__content {
    padding: 85px 0 36px 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .future__content {
        padding: 64px 0 59px 0; } }
  .future__header {
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      .future__header {
        margin-bottom: 6px; } }
  .future__subtitle {
    font-size: 18px;
    margin-bottom: 22px; }
    @media screen and (max-width: 767px) {
      .future__subtitle {
        font-size: 14px; } }
  .future__btn {
    width: 150px;
    height: 50px;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: transparent;
    border-radius: 1rem;
    font-weight: 600;
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    cursor: pointer;
    transition: transform 0.2s;
    position: relative; }
    .future__btn:after {
      content: '';
      display: block;
      background-color: #1f5eff;
      border-radius: 7px;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -2;
      transition: width 0.5s;
      border-radius: 1rem; }
    .future__btn:before {
      content: '';
      display: block;
      background-color: #f1f0f5;
      border-radius: 7px;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      z-index: -1;
      transition: width 0.5s; }
    .future__btn:hover {
      color: #000;
      background-color: transparent; }
      .future__btn:hover::before {
        width: 100%; }

.banner-bottom {
  margin-bottom: 104px; }
  @media screen and (max-width: 767px) {
    .banner-bottom {
      margin-bottom: 77px; } }
  .banner-bottom__wrapper {
    display: flex;
    background-color: #fff;
    padding: 0 80px;
    padding-top: 17px;
    margin: 0 -80px;
    border-radius: 2.5rem;
    justify-content: space-between;
    color: black;
    overflow: hidden; }
    @media screen and (max-width: 1500px) {
      .banner-bottom__wrapper {
        margin: 0; } }
    @media screen and (max-width: 1300px) {
      .banner-bottom__wrapper {
        padding: 0 60px; } }
    @media screen and (max-width: 992px) {
      .banner-bottom__wrapper {
        padding: 80px; } }
    @media screen and (max-width: 767px) {
      .banner-bottom__wrapper {
        display: block;
        padding: 20px;
        padding-bottom: 0;
        padding-left: 28px; } }
  .banner-bottom__header {
    max-width: 424px;
    margin-bottom: 50px;
    margin-top: 84px; }
    @media screen and (max-width: 992px) {
      .banner-bottom__header {
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .banner-bottom__header {
        margin-bottom: 35px;
        margin-top: 28px; } }
  .banner-bottom__box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px; }
  .banner-bottom__number {
    font-size: 2.4rem;
    font-family: "Poppins", sans-serif; }
    @media screen and (max-width: 767px) {
      .banner-bottom__number {
        font-size: 28px; } }
  .banner-bottom__plus {
    font-size: 1.15rem; }
  .banner-bottom__icon {
    margin-right: 23px;
    margin-top: 11px; }
  .banner-bottom__text {
    font-family: "Poppins", sans-serif;
    max-width: 260px; }
  .banner-bottom__mouse-wrapper {
    display: flex;
    margin-top: 45px; }
    @media screen and (max-width: 1300px) {
      .banner-bottom__mouse-wrapper {
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 992px) {
      .banner-bottom__mouse-wrapper {
        margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .banner-bottom__mouse-wrapper {
        margin-top: 40px;
        margin-bottom: 40px; } }
  .banner-bottom__mouse {
    width: 12px;
    height: 20px;
    border: black solid 1px;
    border-radius: 2.5rem;
    display: flex;
    justify-content: center;
    margin-right: 20px; }
  .banner-bottom__scroll-bar {
    height: 4px;
    width: 2px;
    background: black;
    margin-top: 2px;
    animation-name: scroll-bar;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite; }
  .banner-bottom__mouse-text {
    font-weight: 600; }
  .banner-bottom__bc {
    max-width: none;
    max-height: 100%; }
    @media screen and (min-width: 767px) and (max-width: 992px) {
      .banner-bottom__bc {
        display: none; } }
    @media screen and (max-width: 767px) {
      .banner-bottom__bc {
        max-width: 100%; } }

.system-advantages {
  margin-bottom: 180px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .system-advantages {
      margin-bottom: 96px; } }
  .system-advantages__slider {
    position: relative; }
  .system-advantages__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 57px; }
    @media screen and (max-width: 767px) {
      .system-advantages__top {
        font-size: 14px;
        margin-bottom: 17px; } }
  .system-advantages__controls {
    min-width: 115px; }
  .system-advantages__arrow {
    border-radius: 50%;
    border: none;
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    width: 37px;
    height: 37px;
    margin-left: 18px;
    cursor: pointer;
    outline: transparent; }
    .system-advantages__arrow:hover {
      box-shadow: inset -2px -2px 5px 0 rgba(255, 255, 255, 0.75), inset 2px 2px 5px 0 rgba(65, 58, 50, 0.25); }
  @media screen and (max-width: 767px) {
    .system-advantages__header {
      margin-bottom: 21px;
      line-height: 1.3; } }
  .system-advantages__item {
    position: relative; }
  .system-advantages__text-wrapper {
    margin-left: 10px;
    max-width: 245px; }
  .system-advantages__item-header {
    margin: 8px 0; }
  .system-advantages__item-subtitle {
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      .system-advantages__item-subtitle {
        font-size: 12px; } }
  .system-advantages__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #1f5eff;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .system-advantages .glide__track {
    overflow: visible; }

.nothing {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .nothing__header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 92px; }
    @media screen and (max-width: 767px) {
      .nothing__header-wrapper {
        margin-bottom: 37px;
        font-size: 28px; } }
    .nothing__header-wrapper.glide__slides {
      display: flex;
      align-items: stretch; }
  .nothing__header {
    width: 760px;
    max-width: 100%;
    font-size: 34px; }
    @media screen and (max-width: 767px) {
      .nothing__header {
        font-size: 28px; } }
  .nothing__controls {
    min-width: 115px; }
    @media screen and (max-width: 767px) {
      .nothing__controls {
        display: none; } }
  .nothing__arrow {
    border-radius: 50%;
    border: none;
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    width: 37px;
    height: 37px;
    margin-left: 18px;
    cursor: pointer;
    outline: transparent; }
    .nothing__arrow:hover {
      box-shadow: inset -2px -2px 5px 0 rgba(255, 255, 255, 0.75), inset 2px 2px 5px 0 rgba(65, 58, 50, 0.25); }
  .nothing__slider-wrapper {
    overflow: visible !important; }
  .nothing__item {
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    border-radius: 2.5rem;
    padding: 37px;
    margin: 10px 0; }
    @media screen and (max-width: 767px) {
      .nothing__item {
        padding: 30px; } }
    .nothing__item.glide__slide {
      height: auto; }
  .nothing__item-top {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .nothing__item-top {
        margin-bottom: 26px; } }
  .nothing__avatar {
    margin-right: 24px; }
  @media screen and (max-width: 767px) {
    .nothing__position {
      font-size: 12px; } }
  .nothing__text {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .nothing__text {
        font-size: 12px;
        margin-bottom: 34px; } }
  .nothing__quots {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .nothing__quots {
        margin-bottom: 11px; } }
  .nothing .glide__slides {
    overflow: visible; }

.contact {
  margin-bottom: 137px; }
  @media screen and (max-width: 767px) {
    .contact {
      margin-bottom: 38px; } }
  .contact__wrapper {
    display: flex; }
    @media screen and (max-width: 767px) {
      .contact__wrapper {
        display: block; } }
  .contact__item {
    width: 33.33%; }
    @media screen and (max-width: 992px) {
      .contact__item {
        width: 100%; } }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .contact__item--map {
      display: none; } }
  .contact__box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .contact__box {
        margin-bottom: 29px; } }
    .contact__box:nth-child(2) {
      margin-top: 48px; }
      @media screen and (max-width: 767px) {
        .contact__box:nth-child(2) {
          margin-top: 34px; } }
      .contact__box:nth-child(2) .contact__icon {
        position: relative;
        top: 5px; }
    .contact__box:nth-child(4) {
      margin-bottom: 79px; }
      @media screen and (max-width: 767px) {
        .contact__box:nth-child(4) {
          margin-bottom: 30px; } }
  .contact__icon {
    margin-right: 15px;
    margin-bottom: 21px; }
    @media screen and (max-width: 767px) {
      .contact__icon {
        margin-bottom: 0; } }
  .contact__info-wrapper {
    max-width: 204px; }
  .contact__text {
    max-width: 300px; }
    @media screen and (max-width: 767px) {
      .contact__text {
        display: none; } }
  .contact__text-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .contact__text-mobile {
        max-width: 100%;
        display: inline;
        font-size: 12px; } }
  .contact__subheader {
    margin-bottom: 33px;
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      .contact__subheader {
        margin-bottom: 32px;
        margin-top: 58px; } }
  .contact__input {
    background-color: #f1f0f5;
    width: 100%;
    height: 56px;
    margin: 5px 0;
    border: none;
    outline: transparent;
    box-shadow: inset -2px -2px 5px 0 rgba(255, 255, 255, 0.75), inset 2px 2px 5px 0 rgba(65, 58, 50, 0.25);
    border-radius: 10px;
    padding: 10px 15px; }
    .contact__input::placeholder {
      color: #99999c; }
  .contact__input[name$='message'] {
    padding-bottom: 135px;
    padding-left: 17px;
    height: 192px; }
  .contact__checkbox-wrapper {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-top: 13px;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .contact__checkbox-wrapper {
        margin-top: 6px; } }
  .contact__checkbox-hidden {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px; }
  .contact__checkbox {
    box-shadow: 2px 2px 3px 0 rgba(65, 58, 50, 0.25), -2px -2px 3px 0 rgba(255, 255, 255, 0.75);
    height: 12px;
    width: 12px;
    border-radius: 3px;
    margin-right: 12px;
    z-index: -1; }
  .contact__checkbox::after {
    content: ''; }
  .contact #toggle:checked ~ .contact__checkbox {
    box-shadow: inset -2px -2px 3px 0 rgba(255, 255, 255, 0.75), inset 2px 2px 3px 0 rgba(65, 58, 50, 0.25);
    font-size: 10px; }
    .contact #toggle:checked ~ .contact__checkbox::after {
      content: '\2713';
      position: absolute;
      left: 3px; }
  .contact__btn {
    width: 100%;
    height: 50px;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: transparent;
    border-radius: 0.6rem;
    font-weight: 600;
    box-shadow: 5px 5px 10px 0 rgba(65, 58, 50, 0.25), -5px -5px 10px 0 rgba(255, 255, 255, 0.75);
    cursor: pointer;
    transition: 0.2s;
    position: relative; }
    .contact__btn:after {
      content: '';
      display: block;
      background-color: #1f5eff;
      border-radius: 7px;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -2;
      transition: width 0.5s;
      border-radius: 0.6rem; }
    .contact__btn:before {
      content: '';
      display: block;
      background-color: #f1f0f5;
      border-radius: 7px;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      z-index: -1;
      transition: width 0.5s; }
    .contact__btn:hover {
      color: #000;
      background-color: transparent; }
      .contact__btn:hover::before {
        width: 100%; }
  @media screen and (max-width: 767px) {
    .contact__img {
      display: block;
      margin: auto;
      margin-bottom: 20px; } }

.footer {
  font-size: 13px;
  padding: 9px 0; }
  .footer__wrapper {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer__wrapper {
        display: block; } }
  @media screen and (max-width: 767px) {
    .footer p:first-child {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .footer a {
      font-weight: 700; } }
  .footer a:hover {
    color: #1f5eff; }

.thankyou {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  justify-content: center; }
  .thankyou__wrapper {
    text-align: center; }

@keyframes scroll-bar {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(3px);
    opacity: 0; } }

/*# sourceMappingURL=main.css.map */
