@font-face {
  font-family: "Big Caslon";
  font-weight: 500;
  font-style: normal;
  font-display: "swap";
  src: url("/webfonts/bigcaslon-medium-webfont.woff") format("woff"), url("/webfonts/bigcaslon-medium-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Bodoni";
  font-weight: 400;
  font-style: normal;
  font-display: "swap";
  src: url("/webfonts/bodoni-book-webfont.woff") format("woff"), url("/webfonts/bodoni-book-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Galano Grotesque";
  font-weight: 500;
  font-style: normal;
  font-display: "swap";
  src: url("/webfonts/galanogrotesque-medium-webfont.woff") format("woff"), url("/webfonts/galanogrotesque-medium-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Galano Grotesque";
  font-weight: 700;
  font-style: normal;
  font-display: "swap";
  src: url("/webfonts/galanogrotesque-bold-webfont.woff") format("woff"), url("/webfonts/galanogrotesque-bold-webfont.woff2") format("woff2");
}
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 100%;
  font-family: "Galano Grotesque", sans-serif;
  font-weight: 500;
  color: #242424;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

button {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

::-moz-selection {
  color: #fff;
  background-color: #002857;
}

::selection {
  color: #fff;
  background-color: #002857;
}

.noscroll {
  height: auto;
  overflow-y: hidden;
}

.container {
  max-width: 1420px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.title {
  font-family: "Big Caslon";
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
}
.title--yellow {
  color: #F7DBA3;
}
.title--blue {
  color: #002857;
}
@media (max-width: 991.98px) {
  .title {
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  .title {
    font-size: 44px;
  }
}
@media (max-width: 575.98px) {
  .title {
    font-size: 36px;
  }
}
@media (max-width: 399.98px) {
  .title {
    font-size: 26px;
  }
}

.subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.subtitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 100px;
  height: 1px;
  transform: translateX(-50%);
}
.subtitle--light {
  color: #fff;
}
.subtitle--light::after {
  background-color: #fff;
}
.subtitle--brown {
  color: #362018;
}
.subtitle--brown::after {
  background-color: #362018;
}
@media (max-width: 575.98px) {
  .subtitle {
    font-size: 14px;
    letter-spacing: 6px;
  }
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  padding: 20px 40px;
}
.btn--light {
  color: #fff;
  border: 1px solid #fff;
}
.btn--light:hover {
  color: #002857;
  background-color: #fff;
}
.btn--blue {
  color: #fff;
  background-color: #002857;
  border: 1px solid #002857;
}
.btn--blue:hover {
  color: #002857;
  background-color: transparent;
}
.btn--yellow {
  color: #002857;
  background-color: #F7DBA3;
  border: 1px solid #F7DBA3;
}
.btn--yellow:hover {
  color: #F7DBA3;
  background-color: transparent;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 60px;
  z-index: 100;
}
.header--scrolled {
  background-color: rgba(0, 40, 87, 0.95);
}
.header--active {
  background-color: #fff;
}
@media (max-width: 1399.98px) {
  .header {
    padding: 0 30px;
  }
}
@media (max-width: 575.98px) {
  .header {
    height: 80px;
    padding: 0 15px;
  }
}
.header__logo {
  width: 160px;
}
@media (max-width: 575.98px) {
  .header__logo {
    width: 120px;
  }
}
.header--home .header__img {
  fill: #fff;
}
.header--page .header__img {
  fill: #002857;
}
.header--scrolled .header__img {
  fill: #fff;
}
.header--active .header__img {
  fill: #002857;
}
.header__meta {
  display: flex;
  align-items: center;
}
.header__menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header__menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 6.25rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-top: 3.75rem;
  }
}
@media (max-width: 575.98px) {
  .header__menu {
    top: 5rem;
  }
}
.header__item {
  padding: 10px 15px;
}
@media (max-width: 1399.98px) {
  .header__item {
    padding: 10px;
  }
}
@media (max-width: 1199.98px) {
  .header__item {
    display: block;
    text-align: center;
  }
}
.header__link {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
}
@media (max-width: 1399.98px) {
  .header__link {
    padding: 10px;
  }
}
@media (max-width: 1199.98px) {
  .header__link {
    display: inline-block;
    font-size: 28px;
    text-transform: uppercase;
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .header__link {
    font-size: 20px;
    padding: 10px;
  }
}
.header--home .header__link {
  color: #fff;
}
.header--page .header__link {
  color: #362018;
}
.header--scrolled .header__link {
  color: #fff;
}
.header--active .header__link {
  color: #002857;
}
.header__link:hover, .header__link--active {
  color: #F7DBA3 !important;
}
.header__icons {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header__icons {
    padding-right: 30px;
  }
}
.header__icon {
  display: flex;
  margin-right: 30px;
}
.header__icon svg {
  width: 20px;
  height: 20px;
}
.header__icon:last-child {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .header__icon {
    margin-right: 15px;
  }
}
.header--home .header__icon svg {
  fill: #fff;
}
.header--page .header__icon svg {
  fill: #362018;
}
@media (max-width: 1199.98px) {
  .header--page .header__icon svg {
    fill: #002857;
  }
}
.header--scrolled .header__icon svg {
  fill: #fff;
}
.header--active .header__icon svg {
  fill: #002857;
}
.header__icon:hover svg {
  fill: #F7DBA3 !important;
}

.burger {
  display: none;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .burger {
    display: block;
  }
}
.burger__line {
  position: absolute;
  height: 0.1875rem;
  margin: 0 auto;
  transition: all 0.3s;
}
.burger__line:nth-child(1) {
  top: 0.3125rem;
  left: 0;
  width: 100%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.burger__line:nth-child(2) {
  top: 0.8125rem;
  left: 0;
  width: 100%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.burger__line:nth-child(3) {
  top: 1.3125rem;
  left: 0;
  width: 100%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.burger--active .burger__line {
  transform-origin: center;
}
.burger--active .burger__line:nth-child(1) {
  top: 0;
  opacity: 0;
}
.burger--active .burger__line:nth-child(2) {
  top: 0.8125rem;
  left: -0.125rem;
  width: 2rem;
  transform: rotate(45deg);
}
.burger--active .burger__line:nth-child(3) {
  top: 0.8125rem;
  left: -0.125rem;
  width: 2rem;
  transform: rotate(-45deg);
}

.header--home .burger__line {
  background-color: #fff;
}

.header--page .burger__line {
  background-color: #002857;
}

.header--scrolled .burger__line {
  background-color: #fff;
}

.header--active .burger__line {
  background-color: #002857;
}

.home-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .home-top {
    height: 800px;
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .home-top {
    height: 680px;
  }
}
.home-top__content {
  text-align: center;
  padding: 0 15px;
}
.home-top__subtitle {
  margin-bottom: 70px;
}
.home-top__title {
  margin-bottom: 15px;
}
.home-top__label {
  font-family: "Big Caslon";
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 50px;
}

.home-forex {
  padding: 150px 0;
}
@media (max-width: 575.98px) {
  .home-forex {
    padding: 75px 0;
  }
}
.home-forex__subtitle {
  text-align: center;
  margin-bottom: 70px;
}
.home-forex__title {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 575.98px) {
  .home-forex__title {
    margin-bottom: 50px;
  }
}
.home-forex__boxes {
  display: flex;
  flex-wrap: wrap;
  --margin: 10px;
  margin: calc(var(--margin) * -1);
}
.home-forex__box {
  width: calc(25% - calc(var(--margin) * 2));
  margin: var(--margin);
}
@media (max-width: 991.98px) {
  .home-forex__box {
    width: calc(50% - calc(var(--margin) * 2));
  }
}
@media (max-width: 575.98px) {
  .home-forex__box {
    width: 100%;
  }
}

.forex-box {
  position: relative;
  text-align: center;
  padding: 50px 25px;
  border: 1px solid #CDCAC5;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .forex-box {
    padding: 50px 15px;
  }
}
.forex-box__number {
  position: absolute;
  top: -20px;
  left: -20px;
  font-family: "Bodoni";
  font-weight: 400;
  font-size: 160px;
  font-weight: 500;
  line-height: 1;
  color: #f9f8f6;
  pointer-events: none;
}
.forex-box__icon {
  position: relative;
  width: 80px;
  height: 80px;
  fill: #242424;
  margin-bottom: 25px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .forex-box__icon {
    width: 60px;
    height: 60px;
  }
}
.forex-box__text {
  position: relative;
  font-weight: 500;
  line-height: 2;
  color: #242424;
  z-index: 1;
}
@media (max-width: 399.98px) {
  .forex-box__text {
    font-size: 14px;
  }
}

.home-rules {
  background-color: #f2f0eb;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 150px 0;
}
@media (max-width: 575.98px) {
  .home-rules {
    padding: 75px 0;
  }
}
.home-rules__subtitle {
  text-align: center;
  margin-bottom: 70px;
}
.home-rules__title {
  text-align: center;
  margin-bottom: 35px;
}
.home-rules__desc {
  max-width: 1080px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #242424;
  margin: 0 auto 100px;
}
@media (max-width: 575.98px) {
  .home-rules__desc {
    font-size: 16px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 399.98px) {
  .home-rules__desc {
    font-size: 14px;
  }
}
.home-rules__boxes {
  display: flex;
  flex-wrap: wrap;
  --margin: 10px;
  margin: calc(var(--margin) * -1);
}
.home-rules__box {
  width: calc(33.333333% - calc(var(--margin) * 2));
  margin: var(--margin);
}
@media (max-width: 991.98px) {
  .home-rules__box {
    width: calc(50% - calc(var(--margin) * 2));
  }
}
@media (max-width: 575.98px) {
  .home-rules__box {
    width: 100%;
  }
}

.rules-box {
  position: relative;
  text-align: center;
  padding: 50px 25px;
  border: 1px solid #CDCAC5;
  overflow: hidden;
}
.rules-box:hover {
  background-color: #fff;
  box-shadow: 0 2px 43px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .rules-box {
    padding: 50px 15px;
  }
}
.rules-box__number {
  position: absolute;
  top: -20px;
  left: -20px;
  font-family: "Bodoni";
  font-weight: 400;
  font-size: 200px;
  font-weight: 500;
  line-height: 1;
  color: #edebe7;
  pointer-events: none;
}
.rules-box__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 80px;
  font-family: "Big Caslon";
  font-size: 36px;
  font-weight: 500;
  color: #362018;
  margin-bottom: 25px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .rules-box__title {
    font-size: 28px;
    min-height: auto;
  }
}
.rules-box__text {
  position: relative;
  font-weight: 500;
  line-height: 2;
  color: #242424;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .rules-box__text {
    font-size: 16px;
  }
}
@media (max-width: 399.98px) {
  .rules-box__text {
    font-size: 14px;
  }
}

.home-how {
  padding: 150px 0 75px;
}
@media (max-width: 575.98px) {
  .home-how {
    padding: 75px 0 35px;
  }
}
.home-how__subtitle {
  text-align: center;
  margin-bottom: 70px;
}
.home-how__title {
  text-align: center;
  margin-bottom: 35px;
}
.home-how__desc {
  max-width: 1080px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #242424;
  margin: 0 auto 100px;
}
@media (max-width: 575.98px) {
  .home-how__desc {
    font-size: 16px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 399.98px) {
  .home-how__desc {
    font-size: 14px;
  }
}
.home-how__boxes {
  display: flex;
  flex-wrap: wrap;
  --margin: 10px;
  margin: calc(var(--margin) * -1);
}
.home-how__box {
  width: calc(25% - calc(var(--margin) * 2));
  margin: var(--margin);
}
@media (max-width: 991.98px) {
  .home-how__box {
    width: calc(50% - calc(var(--margin) * 2));
  }
}
@media (max-width: 575.98px) {
  .home-how__box {
    width: 100%;
  }
}

.how-box {
  position: relative;
  text-align: center;
  padding: 50px 25px;
  border: 1px solid #CDCAC5;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .how-box {
    padding: 50px 15px;
  }
}
.how-box__number {
  position: absolute;
  top: -20px;
  left: -20px;
  font-family: "Bodoni";
  font-weight: 400;
  font-size: 160px;
  font-weight: 500;
  line-height: 1;
  color: #f9f8f6;
  pointer-events: none;
}
.how-box__icon {
  position: relative;
  width: 80px;
  height: 80px;
  fill: #242424;
  margin-bottom: 25px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .how-box__icon {
    width: 60px;
    height: 60px;
  }
}
.how-box__text {
  position: relative;
  font-weight: 500;
  line-height: 2;
  color: #242424;
  z-index: 1;
}
@media (max-width: 399.98px) {
  .how-box__text {
    font-size: 14px;
  }
}

.home-app {
  padding: 75px 0 150px;
}
@media (max-width: 575.98px) {
  .home-app {
    padding: 35px 0 75px;
  }
}
.home-app__title {
  font-family: "Big Caslon";
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #002857;
  margin-bottom: 75px;
}
@media (max-width: 575.98px) {
  .home-app__title {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.home-app__boxes {
  display: flex;
}
@media (max-width: 991.98px) {
  .home-app__boxes {
    flex-direction: column;
  }
}
.home-app__box {
  width: 33.333333%;
}
@media (max-width: 991.98px) {
  .home-app__box {
    width: 100%;
  }
  .home-app__box:nth-child(1) {
    order: 2;
  }
  .home-app__box:nth-child(2) {
    order: 1;
  }
  .home-app__box:nth-child(3) {
    order: 3;
  }
}

.app-box {
  text-align: center;
  box-shadow: 0 2px 43px rgba(0, 0, 0, 0.1);
}
.app-box--light {
  color: #242424;
  background-color: #fff;
  padding: 25px 0 50px;
  margin: 35px 0;
}
@media (max-width: 991.98px) {
  .app-box--light {
    margin: 20px 0 0 0;
  }
}
.app-box--blue {
  color: #fff;
  background-color: #002857;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}
.app-box--blue .app-box__wrapper {
  background-color: #002857;
  padding: 25px 0 50px;
  margin: 15px;
}
.app-box__row {
  line-height: 2;
  padding: 25px 15px;
}
@media (max-width: 399.98px) {
  .app-box__row {
    font-size: 14px;
    padding: 15px;
  }
}
.app-box--light .app-box__row:nth-child(odd) {
  background-color: #fff;
}
.app-box--light .app-box__row:nth-child(even) {
  background-color: #F7F7F9;
}
.app-box--blue .app-box__row:nth-child(odd) {
  background-color: #002857;
}
.app-box--blue .app-box__row:nth-child(even) {
  background-color: #002D62;
}
.app-box__img {
  max-height: 50px;
}
@media (max-width: 399.98px) {
  .app-box__img {
    max-height: 40px;
  }
}
.app-box__btn {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .app-box__btn {
    margin-top: 25px;
  }
}
@media (max-width: 399.98px) {
  .app-box__btn {
    margin-bottom: 25px;
  }
}
.app-box__recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 0 15px 15px;
}
.app-box__icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin-bottom: 20px;
}
.app-box__note {
  color: #CDCAC5;
  padding: 0 15px;
}
@media (max-width: 399.98px) {
  .app-box__note {
    font-size: 14px;
  }
}

.home-about {
  background-color: #002857;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  padding: 100px 0;
}
@media (max-width: 575.98px) {
  .home-about {
    padding: 50px 0;
  }
}
.home-about__box {
  background-color: #002857;
  text-align: center;
  padding: 50px;
}
@media (max-width: 575.98px) {
  .home-about__box {
    padding: 50px 15px;
  }
}
.home-about__subtitle {
  text-align: center;
  margin-bottom: 70px;
}
.home-about__title {
  text-align: center;
  margin-bottom: 35px;
}
.home-about__desc {
  max-width: 1080px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .home-about__desc {
    font-size: 16px;
  }
}
@media (max-width: 399.98px) {
  .home-about__desc {
    font-size: 14px;
  }
}

.page {
  padding: 250px 0 100px;
}
@media (max-width: 575.98px) {
  .page {
    padding: 150px 0 50px;
  }
}
.page__subtitle {
  text-align: center;
  margin-bottom: 70px;
}
.page__title {
  text-align: center;
  margin-bottom: 35px;
}
.page__desc {
  max-width: 1080px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #242424;
  margin: 0 auto 100px;
}
@media (max-width: 575.98px) {
  .page__desc {
    font-size: 16px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 399.98px) {
  .page__desc {
    font-size: 14px;
  }
}
.page__box {
  position: relative;
  text-align: center;
  overflow-x: auto;
}
.page__box .tradingview-widget-container {
  display: inline-block;
}

.footer {
  background-color: #002857;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 50px;
  border-bottom: 1px solid #001E41;
}
@media (max-width: 1199.98px) {
  .footer__top {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .footer__top {
    padding: 50px 0 25px;
  }
}
.footer__col {
  width: calc(20% - 30px);
}
@media (max-width: 1199.98px) {
  .footer__col {
    width: 100%;
    padding-bottom: 25px;
  }
  .footer__col:first-child {
    text-align: center;
    padding-bottom: 50px;
  }
  .footer__col:last-child {
    padding-bottom: 0;
  }
}
.footer__logo {
  fill: #fff;
  max-width: 160px;
}
.footer__title {
  font-size: 16px;
  font-weight: 500;
  color: #F7DBA3;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.footer__title svg {
  display: none;
}
@media (max-width: 1199.98px) {
  .footer__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }
  .footer__title svg {
    display: flex;
    width: 16px;
    height: 9px;
    fill: currentColor;
    transition: all 0.1s ease-in-out;
  }
  .footer__title--active svg {
    transform: rotate(180deg);
  }
}
@media (max-width: 399.98px) {
  .footer__title {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .footer__title svg {
    width: 14px;
    height: 7px;
  }
}
@media (max-width: 1199.98px) {
  .footer__list {
    display: none;
    padding-top: 25px;
  }
}
.footer__item {
  padding-bottom: 15px;
}
.footer__item:last-child {
  padding-bottom: 0;
}
.footer__link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer__link:hover {
  color: #F7DBA3;
}
.footer__icons {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .footer__icons {
    display: none;
    padding-top: 25px;
  }
}
.footer__icon {
  margin-right: 30px;
}
.footer__icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.footer__icon:hover svg {
  fill: #F7DBA3;
}
.footer__icon:last-child {
  margin-right: 0;
}
.footer__bottom {
  padding: 50px 0;
}
@media (max-width: 575.98px) {
  .footer__bottom {
    padding: 25px 0;
  }
}
.footer__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 15px;
}
.footer__text:last-child {
  padding-bottom: 0;
}
@media (max-width: 399.98px) {
  .footer__text {
    font-size: 10px;
  }
}