/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
h1,
.h1,
section.intro .benefit__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.intro .benefit__number {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1,
  section.intro .benefit__number {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
h1 > span,
.h1 > span,
section.intro .benefit__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 {
  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 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h3 > span,
.h3 > 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 {
  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 {
    font-size: 16px;
  }
}
h5 > span,
.h5 > 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 {
  outline: none;
  transition: 0.25s ease-in-out;
  /*  */
  /*  */
  /*  */
}
.c_link:hover, .c_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 {
  text-decoration: underline;
}
.c_link--colored, section.making_money .c_link {
  color: #0abb86;
}

/*  */
.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_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/*  */
section.intro:has(.c_checkmarks_list + hr) .c_checkmarks_list {
  margin: 0;
}
section.intro .c_checkmarks_list {
  width: 100%;
  display: inline-grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 320px));
  gap: 12px 24px;
  margin: 24px 0;
}
section.intro .c_checkmarks_list li::first-letter {
  text-transform: capitalize;
}
section.intro .c_multi_level_dots_list {
  margin: 24px 0;
}
@media screen and (max-width: 600px) {
  section.intro .c_multi_level_dots_list {
    flex-direction: column;
    gap: 12px;
  }
}
section.intro .benefits {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
section.intro .benefit {
  display: flex;
  flex-direction: column;
}
section.intro .benefit__label {
  font-size: 14px;
}
section.intro .benefit__label::first-letter {
  text-transform: capitalize;
}
section.intro .benefit__number {
  margin-bottom: 0;
}
section.intro .platform_card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.intro .platform_card > * {
  margin: 0;
}
section.intro .platform_card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

section.making_money .section_header {
  margin-bottom: 32px;
}

section.quotes .extra_instruments {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  section.quotes .extra_instruments {
    flex-direction: column;
  }
}
section.quotes .extra_instrument {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.quotes .extra_instrument__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
section.quotes .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}