/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
h1,
.h1,
section.affiliate_program .affiliate_profit_number {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1,
  section.affiliate_program .affiliate_profit_number {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1,
  section.affiliate_program .affiliate_profit_number {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
h1 > span,
.h1 > span,
section.affiliate_program .affiliate_profit_number > span {
  color: #0abb86;
}

h2,
.h2 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
h2 > span,
.h2 > span {
  color: #0abb86;
}

h3,
.h3,
section.services .service__title {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  h3,
  .h3,
  section.services .service__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .h3,
  section.services .service__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h3 > span,
.h3 > span,
section.services .service__title > span {
  color: #0abb86;
}

h4,
.h4 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h4 > span,
.h4 > span {
  color: #0abb86;
}

h5,
.h5,
section.guarantees .finacom_member__title {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h5,
  .h5,
  section.guarantees .finacom_member__title {
    font-size: 16px;
  }
}
h5 > span,
.h5 > span,
section.guarantees .finacom_member__title > span {
  color: #0abb86;
}

h6,
.h6 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}
h6 > span,
.h6 > span {
  color: #0abb86;
}

.c_link, section.services .service__link {
  outline: none;
  transition: 0.25s ease-in-out;
  /*  */
  /*  */
  /*  */
}
.c_link:hover, section.services .service__link:hover, .c_link:focus-visible, section.services .service__link:focus-visible {
  color: #09a878;
}
.c_link--stretched {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c_link--underlined, section.services .service__link {
  text-decoration: underline;
}
.c_link--colored {
  color: #0abb86;
}

/*  */
p > br {
  margin-top: 0;
}

.buttons_row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .buttons_row {
    gap: 12px;
  }
}

@media screen and (max-width: 600px) {
  .buttons_row > * {
    flex-grow: 1;
  }
}

/*  */
section.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 140px);
  min-height: fit-content;
  max-height: 768px;
}
section.hero video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 128px);
  opacity: 0.025;
}
@media screen and (max-width: 600px) {
  section.hero video {
    height: calc(100% + 64px);
  }
}
section.hero .hero_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  section.hero .hero_block {
    align-items: initial;
    gap: 16px;
  }
}
section.hero .hero_block__title {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  section.hero .hero_block__title {
    font-size: 54px;
  }
}
@media screen and (max-width: 768px) {
  section.hero .hero_block__title {
    font-size: 36px;
  }
}
section.hero .hero_block__subtitle {
  color: rgba(255, 255, 255, 0.5);
}
section.hero .hero_block__cta {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  section.hero .hero_block__cta {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  section.hero .hero_block .c_button {
    width: 100%;
  }
}

section.services .cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
@media screen and (max-width: 600px) {
  section.services .cards {
    gap: 16px;
  }
}
section.services .service {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  min-height: 120px;
  height: 100%;
  padding: 24px;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  section.services .service {
    padding: 16px;
  }
}
section.services .service__title {
  margin-bottom: 0;
}
section.services .service__text {
  font-size: 14px;
  margin: 0;
}
section.services .service__text span {
  color: #0abb86;
}
section.services .service__link {
  font-size: 14px;
}
section.services .service--trade {
  background: linear-gradient(0deg, #111 16.85%, rgba(17, 17, 17, 0.49) 69.16%, rgba(17, 17, 17, 0) 100%), url("../images/01.jpg");
  background-color: lightgray;
  background-position: center;
  background-size: cover;
  grid-column: span 4;
  grid-row: span 2;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  section.services .service--trade {
    grid-column: span 12;
    grid-row: span 1;
  }
}
@media screen and (max-width: 600px) {
  section.services .service--trade {
    grid-column: span 12;
    order: 1;
  }
}
section.services .service--invest {
  grid-column: span 6;
}
@media screen and (max-width: 768px) {
  section.services .service--invest {
    grid-column: span 8;
  }
}
@media screen and (max-width: 600px) {
  section.services .service--invest {
    grid-column: span 12;
    order: 3;
  }
}
section.services .service--cover_1 {
  background: linear-gradient(196deg, rgba(0, 0, 0, 0) 31.72%, rgba(0, 0, 0, 0.54) 55.55%), url("../images/02.jpg");
  background-color: lightgray;
  background-position: center;
  background-size: cover;
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  section.services .service--cover_1 {
    grid-column: span 4;
  }
}
@media screen and (max-width: 600px) {
  section.services .service--cover_1 {
    grid-column: span 12;
    order: 2;
  }
}
section.services .service--cover_2 {
  background: linear-gradient(196deg, rgba(0, 0, 0, 0) 31.72%, rgba(0, 0, 0, 0.54) 55.55%), url("../images/03.jpg");
  background-color: lightgray;
  background-position: center;
  background-size: cover;
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  section.services .service--cover_2 {
    grid-column: span 4;
  }
}
@media screen and (max-width: 600px) {
  section.services .service--cover_2 {
    grid-column: span 12;
    order: 4;
  }
}
section.services .service--multiply {
  grid-column: span 6;
}
@media screen and (max-width: 768px) {
  section.services .service--multiply {
    grid-column: span 8;
  }
}
@media screen and (max-width: 600px) {
  section.services .service--multiply {
    grid-column: span 12;
    order: 5;
  }
}

section.trading_instruments {
  overflow: hidden;
}
section.trading_instruments h2 {
  margin-bottom: 4px;
}
section.trading_instruments .swiper + .swiper {
  margin-top: 24px;
}
section.trading_instruments .c_dots_list + p {
  margin: 32px 0;
}
@media screen and (max-width: 600px) {
  section.trading_instruments .c_dots_list + p {
    margin: 16px 0;
  }
}

section.copytrading {
  padding: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  section.copytrading {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
section.copytrading h2 {
  margin-bottom: 4px;
}
section.copytrading .james {
  position: absolute;
  top: -75px;
  right: 95px;
  width: 155px;
  height: 146px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  section.copytrading .james {
    top: -55px;
    right: 16px;
    width: 80px;
    height: 76px;
  }
}
section.copytrading .bryan {
  position: absolute;
  top: -110px;
  right: 160px;
  width: 201px;
  height: 196px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  section.copytrading .bryan {
    top: -75px;
    right: 50px;
    width: 103px;
    height: 100px;
  }
}
section.copytrading .luke {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 205px;
  height: 198px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  section.copytrading .luke {
    width: 140px;
    height: 136px;
  }
}
@media screen and (max-width: 600px) {
  section.copytrading .luke {
    bottom: 55px;
  }
}
section.copytrading .c_checkmarks_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  margin: 16px 0 24px;
}
@media screen and (max-width: 600px) {
  section.copytrading .c_checkmarks_list {
    grid-template-columns: 1fr;
  }
}
section.copytrading .c_checkmarks_list li:first-child {
  grid-column: 1/3;
}
@media screen and (max-width: 600px) {
  section.copytrading .c_checkmarks_list li:first-child {
    grid-column: initial;
  }
}

section.investment_portfolios {
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%) 1;
  overflow: hidden;
}
section.investment_portfolios h2 {
  margin-bottom: 12px;
}
section.investment_portfolios .swiper + .swiper {
  margin-top: 24px;
}
section.investment_portfolios .c_checkmarks_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 12px 24px;
  margin: 16px 0 24px;
}
@media screen and (max-width: 600px) {
  section.investment_portfolios .c_checkmarks_list {
    grid-template-columns: 1fr;
  }
}

section.affiliate_program {
  overflow: hidden;
}
section.affiliate_program::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  height: 370px;
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  /*!rtl:raw: transform: scaleX(-1); */
}
@media screen and (max-width: 600px) {
  section.affiliate_program::before {
    display: none;
  }
}
section.affiliate_program h2 {
  margin-bottom: 4px;
}
section.affiliate_program .buttons_row {
  margin: 32px 0;
}
@media screen and (max-width: 600px) {
  section.affiliate_program .buttons_row {
    margin: 24px 0;
  }
}
section.affiliate_program .affiliate_profit {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 64px;
}
section.affiliate_program .affiliate_profit_number {
  margin-bottom: 0;
}
section.affiliate_program .affiliate_scheme {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  section.affiliate_program .affiliate_scheme {
    gap: 24px;
  }
}
section.affiliate_program .affiliate_scheme::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%);
}
section.affiliate_program .affiliate_scheme_row {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}
section.affiliate_program .affiliate_scheme_row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
}
section.affiliate_program .affiliate_scheme_item {
  width: 100%;
  display: flex;
}
section.affiliate_program .affiliate_scheme_item:nth-child(odd) {
  justify-content: flex-end;
  text-align: right;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  section.affiliate_program .affiliate_scheme_item:nth-child(odd) {
    margin-right: 24px;
  }
}
section.affiliate_program .affiliate_scheme_item:nth-child(even) {
  justify-content: flex-start;
  text-align: left;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  section.affiliate_program .affiliate_scheme_item:nth-child(even) {
    margin-left: 24px;
  }
}
section.affiliate_program .affiliate_scheme_item svg {
  width: 48px;
  aspect-ratio: 1;
}
section.affiliate_program .affiliate_scheme_item i {
  display: block;
  font-family: "Nunito", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  font-style: normal;
}

section.guarantees .layout {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  section.guarantees .layout {
    flex-wrap: wrap;
  }
}
section.guarantees .layout > * {
  flex-grow: 1;
}
section.guarantees .finacom_member {
  max-width: 384px;
  display: flex;
  align-items: center;
  gap: 16px;
}
section.guarantees .finacom_member__image {
  width: 72px;
  flex-shrink: 0;
}
section.guarantees .finacom_member__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
section.guarantees .finacom_member__title {
  margin-bottom: 0;
}
section.guarantees .finacom_member__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

section.faq {
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%) 1;
  background-image: url("../images/questions.svg");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
  background-attachment: fixed;
}
@media screen and (max-width: 600px) {
  section.faq {
    background-image: url("../images/questions--mobile.svg");
  }
}
section.faq .faq_set {
  margin: 0;
}
section.faq .faq_set:nth-child(even) {
  margin-left: auto;
}
section.faq .faq_set:nth-child(even) h2 {
  text-align: right;
}
section.faq .faq_set h2 {
  margin-bottom: 0;
}
section.faq .faq_set + .faq_set {
  margin-top: 32px;
}