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

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.88rem;
  color: #FFFFFF;
  background-color: #18132B;
  overflow-x: hidden;
}

.container-custom {
  position: relative;
  max-width: 1446px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1446px) {
  .container-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .container-custom {
    padding-left: 4px;
    padding-right: 4px;
  }
}

a {
  transition: all 0.3s;
}

p {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

strong {
  font-weight: 600;
}

.btn {
  height: 50px;
  background: #8736FD;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 15px 35px;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .btn {
    padding: 15px 25px;
    font-size: 12px;
  }
}
.btn:hover {
  background: #974FFF;
}

.header {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .header {
    min-height: auto;
    padding: 20px 0;
  }
}
.header__top {
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .header__top {
    margin-bottom: 30px;
  }
}
.header__menu-toggle {
  position: absolute;
  width: 50px;
  right: 0;
  background: transparent;
  border: 1px solid #615D74;
  padding: 5px 10px;
}
.header__menu-toggle .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header__logo-img {
  height: 76px;
  width: auto;
}
@media (max-width: 767px) {
  .header__logo-img {
    height: 68px;
  }
}
.header__menu-cont {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 999;
}
.header .show .header__menu--mobile {
  transform: translate(0, 0);
  transition: transform 0.2s;
}
.header__menu {
  display: flex;
  gap: 37px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .header__menu {
    gap: 26px;
  }
}
@media (max-width: 991px) {
  .header__menu {
    gap: 20px;
  }
}
.header__menu--mobile {
  z-index: 999;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transform: translate(0, -100%);
  background: #261d3c;
  transition: transform 0.2s;
}
.header__menu-link {
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #615D74;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}
@media (max-width: 991px) {
  .header__menu-link {
    font-size: 16px;
  }
}
.header__menu-link:hover {
  color: #9E85FF;
}

.intro {
  position: relative;
  z-index: 9;
  min-height: 905px;
  padding: 130px 0 30px;
  background: url("../images/intro-bg.jpg") center top no-repeat;
  background-size: cover;
}
@media (min-width: 2100px) {
  .intro {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .intro {
    min-height: auto;
    padding: 20px 0;
  }
}
.intro__boxes {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .intro__boxes {
    max-width: 500px;
    margin: 1.5rem auto;
    padding: 0 1.25rem;
  }
}
.intro__wrap {
  padding-bottom: 200px;
}
.intro__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .intro__content {
    margin-top: 30px;
  }
}
.intro__title {
  margin: -14px 0 3.125rem;
  font-family: "Unbounded", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.4em;
}
.intro__title span {
  display: block;
  font-weight: 600;
}
@media (max-width: 991px) {
  .intro__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .intro__title {
    max-width: 300px;
    font-size: 28px;
    margin-bottom: 1.25rem;
  }
}
.intro__description {
  font-size: 1.88rem;
  font-weight: 300;
  line-height: 1.22em;
}
@media (max-width: 991px) {
  .intro__description {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .intro__description {
    font-size: 1.125rem;
  }
}
.intro__list {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  font-size: 1.75rem;
  gap: 1rem;
  line-height: 1.25em;
  list-style: none;
}
.intro__list li {
  position: relative;
  padding-left: 30px;
}
.intro__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background-color: #FFC915;
  border-radius: 50%;
}
.intro__polygon {
  position: absolute;
  bottom: -400px;
}
@media (max-width: 767px) {
  .intro__polygon {
    display: none;
  }
}

.statistics {
  padding: 8.75rem 0;
  background: #261d3c;
}
.statistics div {
  z-index: 10;
}
.statistics__title {
  font-family: "Unbounded", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.19em;
  margin-bottom: 30px;
}
.statistics__title span {
  font-weight: 500;
  color: #ffc915;
}
@media (max-width: 767px) {
  .statistics__title {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}
.statistics__info {
  margin-bottom: 3.75rem;
}
.statistics__info-left {
  width: 88%;
}
@media (max-width: 767px) {
  .statistics__info-left {
    margin-bottom: 1.875rem;
  }
}
.statistics__info-paragraph:last-child {
  margin-bottom: 0;
}
.statistics__info-strong {
  font-size: 2rem;
  font-weight: 400;
}
.statistics__info-right {
  height: 100%;
  display: flex;
  padding: 9% 16%;
  align-items: center;
  border: 1px solid #ffc915;
  border-radius: 2.19rem;
}
.statistics__info-list {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  font-size: 1.5rem;
  gap: 1.25rem;
  line-height: 1.25em;
  list-style: none;
}
.statistics__info-list li {
  position: relative;
  padding-left: 30px;
}
.statistics__info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background-color: #FFC915;
  border-radius: 50%;
}
.statistics__myfxbook {
  margin-bottom: 2.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.38rem;
  line-height: 1.6em;
}
.statistics__myfxbook span {
  font-weight: 600;
  color: #9e85ff;
}
.statistics__wrap {
  display: grid;
  grid: 1fr/1fr 1fr 1fr;
  flex-flow: row nowrap;
  justify-self: auto;
  gap: 2.5rem 4.4%;
}
@media (max-width: 991px) {
  .statistics__wrap {
    grid: 1fr/1fr 1fr;
    gap: 1.5rem 3%;
  }
}
@media (max-width: 767px) {
  .statistics__wrap {
    grid: 1fr/1fr;
    justify-self: center;
  }
}
.statistics__stat {
  position: relative;
  max-width: 430px;
  width: 100%;
}
.statistics__stat-title {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 22px;
  margin-bottom: -22px;
  padding-left: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 22px;
  color: #F5F5F9;
  background: #8736FD;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .statistics__stat-title {
    margin-bottom: -18px;
  }
}
.statistics__stat-link {
  position: relative;
  display: flex;
}
.statistics__stat-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  border: 2px solid #8736FD;
}

.about {
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .about {
    padding: 60px 0;
  }
}
.about__wrap {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.about__title {
  font-family: "Unbounded", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.19em;
  margin-bottom: 30px;
}
.about__title span {
  font-weight: 500;
}
.about__title b {
  font-weight: 500;
  color: #ffc915;
}
@media (max-width: 767px) {
  .about__title {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}
.about__paragraph:last-child {
  margin-bottom: 0;
}
.about__info {
  margin-bottom: 5.875rem;
}
.about__info-left {
  width: 88%;
}
@media (max-width: 767px) {
  .about__info-left {
    margin-bottom: 1.875rem;
  }
}
.about__info-strong {
  font-size: 2rem;
  font-weight: 400;
}
.about__info-right {
  height: 100%;
  display: flex;
  padding: 9% 16%;
  flex-direction: column;
  align-items: center;
  background: #261d3c;
  border-radius: 2.19rem;
}
.about__info-designed {
  margin: 0 -30px 3.125rem;
  font-size: 2rem;
  line-height: 1.1em;
}
.about__info-list {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  font-size: 1.5rem;
  gap: 1.25rem;
  line-height: 1.25em;
  list-style: none;
}
.about__info-list li {
  position: relative;
  padding-left: 30px;
}
.about__info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background-color: #FFC915;
  border-radius: 50%;
}
.about__section {
  position: relative;
  padding: 60px 30px;
}
@media (max-width: 767px) {
  .about__section {
    padding: 40px 20px;
  }
}
.about__pack {
  max-width: 738px;
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .about__pack {
    margin-bottom: 60px;
  }
}
.about__pack-title {
  font-family: "Unbounded", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.about__pack-title span {
  font-weight: 500;
}
.about__pack-title b {
  font-weight: 500;
  color: #ffc915;
}
@media (max-width: 991px) {
  .about__pack-title {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .about__pack-title {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}
.about__pack-four {
  justify-self: center;
  margin-bottom: 210px;
}
@media (max-width: 767px) {
  .about__pack-four {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .about__pack--right {
    margin-left: auto;
  }
}
.about__pack-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about__pack-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.about__pack-btn {
  background: #8736FD;
  color: #FFFFFF;
  border: none;
  border-radius: 100px;
  padding: 20px 35px;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .about__pack-btn {
    padding: 15px 25px;
    font-size: 12px;
  }
}
.about__pack-btn:hover {
  opacity: 0.9;
}
.about__polygon {
  position: relative;
  display: flex;
  max-width: 412px;
  justify-content: center;
  align-items: center;
}
.about__polygon--four {
  margin-left: 24px;
}
.about__polygon-fx {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .about__polygon-fx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1485px) {
  .about__polygon-fx svg {
    width: 200px;
  }
}
@media (max-width: 1100px) {
  .about__polygon-fx svg {
    width: 150px;
  }
}
.about__number {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about__number {
    height: 455px;
  }
}
.about__number--eight .about__number-text {
  font-size: 120px;
}
@media (min-width: 992px) {
  .about__number--eight .about__number-text {
    font-size: 187px;
  }
}
.about__number--four .about__number-text {
  font-size: 120px;
}
@media (min-width: 992px) {
  .about__number--four .about__number-text {
    font-size: 187px;
  }
}
.about__number-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/number-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.about__number-text {
  position: absolute;
}
@media (max-width: 991px) {
  .about__number-text svg {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .about__number-text svg {
    width: 70px;
  }
}
.about__polygon-large {
  position: absolute;
  left: -220px;
  bottom: -190px;
}
@media (max-width: 1200px) {
  .about__polygon-large {
    left: -330px;
  }
}
@media (max-width: 1090px) {
  .about__polygon-large {
    left: -384px;
  }
}
@media (max-width: 991px) {
  .about__polygon-large {
    left: -428px;
    bottom: -104px;
  }
}
@media (max-width: 885px) {
  .about__polygon-large {
    left: -475px;
  }
}
@media (max-width: 820px) {
  .about__polygon-large {
    left: -514px;
  }
}
@media (max-width: 767px) {
  .about__polygon-large {
    display: none;
  }
}
.about__features {
  position: relative;
  padding: 140px 0;
  background: #1D1731;
}
@media (max-width: 767px) {
  .about__features {
    margin: 40px 0;
    padding: 80px 0;
  }
}
.about__features-polygon {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: -50%;
}
@media (max-width: 991px) {
  .about__features-polygon {
    display: none;
  }
}
.about__feature {
  position: relative;
  display: flex;
  z-index: 20;
  width: 100%;
  min-height: 150px;
  margin-bottom: 30px;
  padding: 20px 30px;
  align-items: center;
  background: rgb(38, 29, 60);
  border-radius: 35px;
}
@media (max-width: 991px) {
  .about__feature.left {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .about__feature {
    max-width: 540px;
  }
}
@media (max-width: 1100px) {
  .about__feature {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .about__feature {
    padding: 15px 20px;
    min-height: 140px;
  }
}
@media (min-width: 1486px) {
  .about__feature.slide-1 {
    margin-left: 70px;
    margin-right: -34px;
  }
}
@media (min-width: 1486px) {
  .about__feature.slide-2 {
    margin-left: -25px;
  }
}
@media (max-width: 1485px) {
  .about__feature.slide-2 {
    justify-self: end;
  }
}
@media (min-width: 1486px) {
  .about__feature.slide-3 {
    margin-left: 45px;
  }
}
@media (max-width: 1485px) {
  .about__feature.slide-3 {
    justify-self: end;
  }
}
.about__feature-number {
  position: relative;
  width: 87px;
  height: 98px;
}
.about__feature-number.left {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .about__feature-number.left {
    margin: 0 30px 0 0;
  }
}
.about__feature-number.right {
  margin-right: 30px;
}
.about__feature-digit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #FFAB37;
}
@media (max-width: 767px) {
  .about__feature-digit {
    font-size: 24px;
  }
}
.about__feature-text {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25em;
}
@media (max-width: 767px) {
  .about__feature-text {
    font-size: 1.125rem;
  }
}
.about__note {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.59em;
  text-align: center;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .about__note {
    font-size: 16px;
    margin: 30px 0;
  }
}

.backtest {
  position: relative;
  overflow: hidden;
  padding: 100px 0 50px;
  background: #18132B;
}
@media (max-width: 767px) {
  .backtest {
    padding: 60px 0;
  }
}
.backtest__title {
  font-family: "Unbounded", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.1875em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .backtest__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.backtest__title span {
  font-weight: 500;
  color: #ffc915;
}
.backtest__description {
  max-width: 800px;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .backtest__description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.backtest__info {
  position: relative;
  z-index: 20;
  margin-bottom: 3.75rem;
}
.backtest__info-right {
  position: relative;
  display: flex;
  min-height: 585px;
  padding: 9% 16%;
  flex-direction: column;
  align-items: center;
  background: #261d3c;
  border-radius: 2.19rem;
}
.backtest__info-designed {
  margin: 0 -30px 3.125rem;
  font-size: 2rem;
  line-height: 1.1em;
}
.backtest__info-list {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  font-size: 1.5rem;
  gap: 1.25rem;
  line-height: 1.25em;
  list-style: none;
}
.backtest__info-list li {
  position: relative;
  padding-left: 30px;
}
.backtest__info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background-color: #FFC915;
  border-radius: 50%;
}
.backtest__wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.125rem;
}
@media (max-width: 991px) {
  .backtest__wrap {
    align-items: center;
  }
}
.backtest__result {
  max-width: 920px;
  padding: 30px 50px;
  display: none;
  flex-direction: column;
  margin-bottom: 40px;
  background: #261D3C;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .backtest__result {
    padding: 20px 30px;
    gap: 20px;
  }
}
.backtest__result.is-visible {
  display: flex;
}
.backtest__result-title {
  margin-bottom: 1.875rem;
  font-family: "Unbounded", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  background: linear-gradient(90deg, #fecb12 0%, #fa04f0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .backtest__result-title {
    font-size: 24px;
  }
}
.backtest__polygon-01 {
  position: absolute;
  z-index: 8;
  right: 5%;
  top: 3%;
  transform: rotate(-28deg);
}
@media (max-width: 3000px) {
  .backtest__polygon-01 {
    right: -10%;
  }
}
@media (max-width: 991px) {
  .backtest__polygon-01 {
    display: none;
  }
}
.backtest__polygon-02 {
  position: absolute;
  z-index: 7;
  right: 10%;
  top: 20%;
}
@media (max-width: 991px) {
  .backtest__polygon-02 {
    display: none;
  }
}
.backtest__polygon-03 {
  position: absolute;
  z-index: 8;
  left: -11%;
  bottom: -500px;
  transform: rotate(-28deg);
}
@media (max-width: 991px) {
  .backtest__polygon-03 {
    display: none;
  }
}

.order {
  position: relative;
  padding: 100px 0;
  background: #261D3C;
  overflow: hidden;
}
@media (max-width: 767px) {
  .order {
    padding: 60px 0;
  }
}
.order__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.order__content {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.order__title {
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.56em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .order__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.order__title span {
  font-weight: 500;
  color: #ffc915;
}
.order__description {
  max-width: 440px;
}
@media (max-width: 767px) {
  .order__description {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.order__purchase {
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #fcca13;
}
.order__list {
  margin-bottom: 1.875rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .order__list {
    font-size: 14px;
  }
}
.order__guarantee {
  display: flex;
  margin-bottom: 30px;
  gap: 15px;
}
@media (max-width: 767px) {
  .order__guarantee {
    margin-bottom: 20px;
  }
}
.order__guarantee-icon {
  display: inline-flex;
  width: 22px;
}
.order__guarantee-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25em;
  color: #F5F5F9;
}
@media (max-width: 767px) {
  .order__guarantee-text {
    font-size: 14px;
  }
}
.order__package {
  position: relative;
  display: flex;
  z-index: 10;
  max-width: 367px;
  margin: 0 auto 2.5rem;
  flex-direction: column;
  gap: 46px;
}
.order__package-purchase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.order__package-prise {
  font-family: "Unbounded", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.46em;
}
@media (max-width: 1200px) {
  .order__package-prise {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .order__package-prise {
    font-size: 2.25rem;
  }
}
.order__cont {
  position: relative;
}
.order__polygon {
  position: absolute;
  top: -50px;
  left: -40px;
}
@media (max-width: 991px) {
  .order__polygon {
    top: -50px;
    left: 47%;
    transform: translate(-50%, 0);
  }
}

.feedback {
  position: relative;
  overflow: hidden;
  margin-bottom: -200px;
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  .feedback {
    min-height: auto;
    padding: 60px 0 40px;
  }
}
.feedback__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.feedback__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/footer-bg.jpg") center no-repeat;
  background-size: cover;
}
@media (min-width: 1550px) {
  .feedback__bg-image {
    background-size: contain;
  }
}
.feedback__title {
  font-family: "Unbounded", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.19em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .feedback__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.feedback__title span {
  font-weight: 500;
  color: #ffc915;
}
.feedback__form {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .feedback__form {
    margin-bottom: 40px;
  }
}
.feedback__fields {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .feedback__fields {
    flex-direction: column;
  }
}
.feedback__fields-input {
  display: flex;
  flex: 1;
  gap: 30px;
  flex-direction: column;
}
.feedback__fields-textarea {
  flex: 1;
}
.feedback__row {
  position: relative;
  display: flex;
  flex-direction: column;
}
.feedback__input, .feedback__textarea {
  width: 100%;
  background: #261D3C;
  border: none;
  border-radius: 15px;
  padding: 20px 30px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  resize: none;
}
@media (max-width: 767px) {
  .feedback__input, .feedback__textarea {
    padding: 15px 20px;
    font-size: 18px;
  }
}
.feedback__input::placeholder, .feedback__textarea::placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}
.feedback__input:focus, .feedback__textarea:focus {
  outline: 2px solid #8736FD;
  background: #261D3C;
  color: #FFFFFF;
}
.feedback__textarea {
  height: 100%;
  min-height: 170px;
}
.feedback .form-after-sending {
  display: none;
  padding: 40px 0 143px;
  font-size: 3.125rem;
  text-align: center;
  line-height: 1.1em;
}
.feedback .error-message {
  position: absolute;
  right: 10px;
  bottom: -26px;
  font-size: 0.875rem;
  color: #be2626;
}
.feedback__terms {
  font-size: 1.5rem;
  line-height: 1.67em;
  font-weight: 500;
  text-align: center;
}
.feedback__terms a {
  text-decoration: none;
  color: #ffc915;
}
.feedback__terms a:hover {
  color: #9E85FF;
}
@media (min-width: 992px) {
  .feedback__terms {
    position: absolute;
    margin-top: -100px;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  margin-top: auto;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .footer {
    min-height: auto;
    padding: 60px 0 40px;
  }
}
.footer__logo {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer__logo {
    display: flex;
    justify-content: center;
  }
}
.footer__logo-img {
  height: 76px;
  width: auto;
}
@media (max-width: 767px) {
  .footer__logo-img {
    height: 50px;
  }
}
.footer__copyright {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.67em;
  color: #FFFFFF;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 16px;
    text-align: center !important;
  }
}
.footer__copyright span {
  font-weight: 400;
}
.footer__copyright a {
  font-weight: 500;
  text-decoration: none;
  color: #ffc915;
}
.footer__copyright a:hover {
  color: #9E85FF;
}

/*.page-wrap {
    min-height: 100vh;
    margin-bottom: -360px;
}*/
.backtests-page {
  text-align: center;
  letter-spacing: 0;
}
.backtests-page table {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.backtests-page table td {
  padding: 3px;
  font: 11px Tahoma, Arial, sans-serif;
}
.backtests-page img {
  display: block;
  margin: 1.5rem auto;
}

.error-404__wrap {
  display: flex;
  flex-direction: column;
  padding: 150px 0 50px;
  text-align: center;
}
.error-404__wrap h1 {
  font-size: 6.25rem;
  margin-bottom: 2.5rem;
}
.error-404__wrap p {
  font-size: 1.875rem;
  margin-bottom: 5rem;
}
.error-404__wrap a {
  font-size: 1.5rem;
  line-height: 1.67em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #ffc915;
}
.error-404__wrap a:hover {
  color: #9E85FF;
}

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