@charset "UTF-8";

.greenline-jr-wrap {
  width: 100%;
  background-color: #0d2a34;
}

.greenline-jr-wrap--inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  margin: 0 auto;
  padding: 0 0 40px;
}

@media screen and (min-width: 48em) {
  .greenline-jr-wrap--inner {
    padding: 0 0 80px;
  }
}

.greenline-jr-hero {
  width: 100%;
  padding: 26px 16px 36px;
  background-color: #000;
  background-image: url(../nimg/greenline-jr-hero.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 375px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-hero {
    padding: 43px 62px 86px;
    background-size: auto 100%;
  }
}

.greenline-jr-hero__logo {
  width: 131px;
  margin-bottom: 168px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-hero__logo {
    width: 206px;
  }
}

.greenline-jr-hero__title {
  color: #919fac;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

@media screen and (min-width: 64em) {
  .greenline-jr-hero__title {
    font-size: 36px;
    line-height: 40px;
  }
}

.greenline-jr-hero__cta {
  margin-top: 8px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  text-shadow: 0 4px 8px rgba(0, 0, 0, .5);
}

@media screen and (min-width: 64em) {
  .greenline-jr-hero__cta {
    max-width: 387px;
    margin-top: 16px;
    font-size: 44px;
  }
}

.greenline-jr-hero__link {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  margin-top: 24px;
  padding: 12px 24px;
  border-radius: 10px;
  background: #21c4fb;
  color: #000;
}

@media screen and (min-width: 64em) {
  .greenline-jr-hero__link {
    height: 50px;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 700;
  }
}

.greenline-jr-pros {
  gap: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 16px 28px 16px;
  border-top: 1px solid #112529;
  background-color: #080e11;
}

@media screen and (min-width: 64em) {
  .greenline-jr-pros {
    flex-direction: row;
    justify-content: space-between;
    padding: 32px 48px;
    border-radius: 0 0 16px 16px;
  }
}

.greenline-jr-pros__item {
  gap: 8px;
  display: flex;
  align-items: flex-start;
  color: #919fac;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

@media screen and (min-width: 64em) {
  .greenline-jr-pros__item {
    min-width: 20ch;
    font-size: 20px;
    font-weight: 500;
  }
}

.greenline-jr-pros__text {
  color: #bccddd;
}

.greenline-jr-benefits {
  padding: 36px 16px;
  background-color: #0d2a34;
}

@media screen and (min-width: 64em) {
  .greenline-jr-benefits {
    margin-top: 40px;
    padding: 48px;
    border-radius: 16px;
    background: linear-gradient(180deg, #0d2a34 0%, #080e11 100%);
  }
}

.greenline-jr-benefits__cards-wrapper {
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .greenline-jr-benefits__cards-wrapper {
    flex-direction: row;
    align-items: inherit;
    margin-top: 48px;
  }
}

.greenline-jr-benefits__card {
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 24px 24px 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, #0d2a34 0%, #080e11 100%);
}

@media screen and (min-width: 64em) {
  .greenline-jr-benefits__card {
    border-radius: 0;
    background: none;
  }
  .greenline-jr-benefits__card:not(:first-child) {
    border-left: 1px dashed #1b4d5e;
  }
}

.greenline-jr-benefits__header {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 64em) {
  .greenline-jr-benefits__header {
    font-size: 36px;
  }
}

.greenline-jr-benefits__separator {
  width: 140px;
  margin-top: 8px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-benefits__separator {
    width: 192px;
    margin-top: 16px;
  }
}

.greenline-jr-benefits__card-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .greenline-jr-benefits__card-title {
    margin-top: 8px;
    font-size: 22px;
  }
}

.greenline-jr-benefits__card-subtitle {
  color: #919fac;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .greenline-jr-benefits__card-subtitle {
    font-size: 16px;
  }
}

.greenline-jr-trainers {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 16px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers {
    padding: 48px;
    border-radius: 16px;
    background: linear-gradient(180deg, #072b36 0%, #080e11 100%);
  }
}

.greenline-jr-trainers__title {
  margin-top: 8px;
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers__title {
    font-size: 36px;
  }
}

.greenline-jr-trainers__subtitle {
  margin-top: 8px;
  color: #919fac;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers__subtitle {
    font-size: 16px;
  }
}

.greenline-jr-trainers__separator {
  width: 140px;
  margin-top: 8px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers__separator {
    width: 192px;
    margin-top: 16px;
  }
}

.greenline-jr-trainers__cards-wrap {
  gap: 24px;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers__cards-wrap {
    gap: 48px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 48px;
  }
}

.greenline-jr-trainers__card {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(69, 116, 126, .5);
  border-radius: 8px;
  background: #161616;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers__card {
    padding: 24px;
  }
}

.greenline-jr-trainers__card-head {
  margin-bottom: 24px;
  margin-left: 106px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers__card-head {
    margin-left: 154px;
  }
}

.greenline-jr-trainers__card-name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers__card-name {
    font-size: 24px;
  }
}

.greenline-jr-trainers__card-stat {
  margin-top: 4px;
  color: #45747e;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers__card-stat {
    font-size: 18px;
  }
}

.greenline-jr-trainers__ava-wrap {
  display: flex;
  position: absolute;
  top: -10px;
  left: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #161616;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers__ava-wrap {
    top: -34px;
    left: 24px;
    width: 112px;
    height: 112px;
  }
}

.greenline-jr-trainers__ava {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #062d3a;
  border-radius: 50%;
  outline: 1px solid #45747e;
  outline-offset: 4px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-trainers__ava {
    width: 100px;
    height: 100px;
  }
}

.greenline-jr-banner {
  margin: 36px 16px;
}

.greenline-jr-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 36px 0;
  background-color: #0d2a34;
}

.greenline-jr-faq__question {
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #2b343d;
}

.greenline-jr-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, #0d2a34 0%, #080e11 100%);
}

@media screen and (min-width: 64em) {
  .greenline-jr-faq__inner {
    padding: 24px 60px 48px 60px;
  }
}

.greenline-jr-faq__title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 64em) {
  .greenline-jr-faq__title {
    font-size: 36px;
  }
}

.greenline-jr-faq__sub-title {
  margin-top: 8px;
  color: #919fac;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .greenline-jr-faq__sub-title {
    margin-top: 8px;
    font-size: 16px;
  }
}

.greenline-jr-faq__separator {
  width: 140px;
  margin-top: 8px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-faq__separator {
    width: 192px;
    margin-top: 16px;
  }
}

.greenline-jr-faq__items-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  padding: 0 24px 24px 24px;
}

.greenline-jr-faq__item {
  width: 100%;
}

.greenline-jr-faq__answer {
  display: none;
  width: 100%;
  max-height: 0;
  margin: 20px 0;
  padding: 0 16px;
  overflow: hidden;
  color: #bbb;
  font-size: 14px;
  transition: max-height .3s ease-out;
}

@media screen and (min-width: 64em) {
  .greenline-jr-faq__answer {
    font-size: 18px;
  }
}

.greenline-jr-faq__answer a {
  color: #00baff;
}

.greenline-jr-faq__answer--visible {
  display: block;
  max-height: 1000px;
  /* Высота, достаточная для показа содержимого */
}

.greenline-jr-faq__toggle {
  width: 100%;
  padding-right: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTUuNTg2NDkgOS40MTQwNkw3LjAwMDQ5IDguMDAwMDZMMTIuMjkzNSAxMy4yMDcxTDE3LjU4NjUgOC4wMDA2TDE5LjAwMDUgOS40MTQwNkwxMi4yOTM1IDE2LjEyMTFNNi41ODY0OSA5LjQxNDA2WiIgZmlsbD0iIzkxOUZBQyIvPjwvc3ZnPg==") no-repeat right;
  background-size: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

@media screen and (min-width: 64em) {
  .greenline-jr-faq__toggle {
    font-size: 20px;
  }
}

.greenline-jr-links {
  gap: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 16px 36px 16px;
  background-color: #0d2a34;
}

@media screen and (min-width: 64em) {
  .greenline-jr-links {
    gap: 0;
    position: relative;
    flex-direction: row;
    padding: 60px;
    border-radius: 16px;
    background: linear-gradient(180deg, #090e0f 5.69%, #020f13 100%);
  }
  .greenline-jr-links::after {
    z-index: 10;
    position: absolute;
    top: 60px;
    left: calc(50% - 20px);
    width: 2px;
    height: calc(100% - 120px);
    background-color: #20383d;
    content: '';
  }
}

.greenline-jr-link__item {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, #090e0f 5.69%, #020f13 100%);
}

@media screen and (min-width: 64em) {
  .greenline-jr-link__item {
    flex: 1;
    align-items: start;
    border-radius: 0;
    background: none;
  }
}

.greenline-jr-link__head {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .greenline-jr-link__head {
    align-items: start;
  }
}

.greenline-jr-link__title {
  color: #c4d3d7;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .greenline-jr-link__title {
    font-size: 24px;
    font-weight: 400;
  }
}

.greenline-jr-link__sub-title {
  color: #919fac;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .greenline-jr-link__sub-title {
    margin-top: 8px;
    font-size: 20px;
  }
}

.greenline-jr-link__button {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 11px 24px 13px 24px;
  border: 1px solid #919fac;
  border-radius: 10px;
}

.greenline-jr-link__button_solid {
  border: none;
  background: #21c4fb;
}

.greenline-jr-link__button_solid .greenline-jr-link__button-text {
  color: #000;
}

@media screen and (min-width: 64em) {
  .greenline-jr-link__button {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.greenline-jr-link__button-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.omaha-hero {
  position: relative;
  width: 100%;
  padding: 26px 16px 36px;
  background-color: #000;
}

@media screen and (min-width: 64em) {
  .omaha-hero {
    padding: 42px 62px 86px;
  }
}

.omaha-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 235px;
  background-image: linear-gradient(180deg, #01060b 0%, rgba(1, 6, 11, 0) 20.69%, rgba(1, 6, 11, 0) 71.19%, #01060b 100%), url(/nimg/greenline-jr-hero.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 375px;
  content: '';
}

@media screen and (min-width: 64em) {
  .omaha-hero::before {
    height: 100%;
    background-image: url(/nimg/greenline-jr-hero.webp);
    background-size: auto 100%;
  }
}

.omaha-hero--logo {
  z-index: 1;
  position: relative;
  width: 131px;
  margin: 0 0 168px;
}

@media screen and (min-width: 64em) {
  .omaha-hero--logo {
    width: 206px;
    margin: 0 0 88px;
  }
}

.omaha-hero--head {
  gap: 8px 0;
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  margin: 0 0 24px;
}

@media screen and (min-width: 64em) {
  .omaha-hero--head {
    gap: 16px 0;
    margin: 0 0 36px;
  }
}

.omaha-hero--cta {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, .5);
}

@media screen and (min-width: 64em) {
  .omaha-hero--cta {
    font-size: 44px;
    line-height: 52px;
  }
}

.omaha-hero--title {
  color: #919fac;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

@media screen and (min-width: 64em) {
  .omaha-hero--title {
    font-size: 36px;
    line-height: 40px;
  }
}

.omaha-hero--link {
  display: inline-flex;
  z-index: 1;
  position: relative;
  padding: 12px 24px;
  border-radius: 10px;
  background-color: #21c4fb;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 64em) {
  .omaha-hero--link {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
  }
}

.omaha-pros {
  gap: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 16px 28px 16px;
  border-top: 1px solid #112529;
  background-color: #080e11;
}

@media screen and (min-width: 64em) {
  .omaha-pros {
    flex-direction: row;
    justify-content: space-between;
    padding: 32px 48px;
    border-top: 2px solid #0d2a34;
    border-radius: 0 0 16px 16px;
  }
}

.omaha-pros--item {
  gap: 0 8px;
  display: flex;
  align-items: flex-start;
  color: #bccddd;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 21px;
}

@media screen and (min-width: 64em) {
  .omaha-pros--item {
    min-width: 20ch;
    font-size: 20px;
    line-height: 26px;
  }
}

.omaha-pros--item img {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 64em) {
  .omaha-pros--item img {
    width: 24px;
    height: 24px;
    transform: translateY(1px);
  }
}

.omaha-reason {
  width: 100%;
  padding: 36px 16px;
}

@media screen and (min-width: 64em) {
  .omaha-reason {
    margin-top: 40px;
    padding: 48px;
    border-radius: 16px;
    background-color: #0c252e;
  }
}

.omaha-reason--header {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 24px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .omaha-reason--header {
    gap: 24px 0;
    margin: 0 0 48px;
    font-size: 36px;
  }
}

.omaha-reason--separator {
  width: 140px;
}

@media screen and (min-width: 64em) {
  .omaha-reason--separator {
    width: 192px;
  }
}

.omaha-reason--grid {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 64em) {
  .omaha-reason--grid {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}

.omaha-reason--item {
  padding: 16px;
  border-radius: 15px;
  background-color: #080e11;
}

@media screen and (min-width: 64em) {
  .omaha-reason--item {
    padding: 24px;
  }
}

.omaha-reason--heading {
  gap: 0 10px;
  display: flex;
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

@media screen and (min-width: 64em) {
  .omaha-reason--heading {
    gap: 0 20px;
    margin: 0 0 21px;
    font-size: 24px;
    line-height: 28px;
  }
}

.omaha-reason--heading::before {
  width: 10px;
  height: 10px;
  transform: translateY(6px);
  border-radius: 50%;
  background-color: #00baff;
  content: '';
}

@media screen and (min-width: 64em) {
  .omaha-reason--heading::before {
    transform: translateY(9px);
  }
}

.omaha-reason--content {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (min-width: 64em) {
  .omaha-reason--content {
    font-size: 16px;
    line-height: 24px;
  }
}

.omaha-benefits {
  width: 100%;
  padding: 36px 16px;
  background-color: #0d2a34;
}

@media screen and (min-width: 64em) {
  .omaha-benefits {
    margin: 40px 0 0;
    padding: 48px;
    border-radius: 16px;
    background-image: linear-gradient(180deg, #0d2a34 0%, #080e11 100%);
  }
}

.omaha-benefits--header {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 64em) {
  .omaha-benefits--header {
    gap: 24px 0;
    margin: 0 0 44px;
    font-size: 36px;
  }
}

.omaha-benefits--separator {
  width: 140px;
}

@media screen and (min-width: 64em) {
  .omaha-benefits--separator {
    width: 192px;
  }
}

.omaha-benefits--wrap {
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .omaha-benefits--wrap {
    gap: 8px;
    flex-direction: row;
    align-items: inherit;
    margin-top: 48px;
  }
}

.omaha-benefits--item {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 24px 24px;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #0d2a34 0%, #080e11 100%);
}

@media screen and (min-width: 64em) {
  .omaha-benefits--item {
    gap: 24px 0;
    padding: 0 24px;
    border-radius: 0;
    background-image: none;
  }
  .omaha-benefits--item:not(:first-child) {
    padding: 0 24px 0 32px;
    border-left: 1px dashed #1b4d5e;
  }
}

.omaha-benefits--icon {
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 64em) {
  .omaha-benefits--icon {
    width: 72px;
    height: 72px;
  }
}

.omaha-benefits--title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .omaha-benefits--title {
    font-size: 22px;
  }
}

.omaha-choice {
  width: 100%;
  padding: 36px 16px;
}

@media screen and (min-width: 64em) {
  .omaha-choice {
    margin-top: 40px;
    padding: 48px;
    border-radius: 16px;
    background-color: #0c252e;
  }
}

.omaha-choice--header {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 24px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .omaha-choice--header {
    gap: 24px 0;
    margin: 0 0 48px;
    font-size: 36px;
  }
}

.omaha-choice--subheader {
  margin: -8px 0 0;
  color: #919fac;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .omaha-choice--subheader {
    margin: -16px 0 0;
    font-size: 16px;
    line-height: 19px;
  }
}

.omaha-choice--separator {
  width: 140px;
}

@media screen and (min-width: 64em) {
  .omaha-choice--separator {
    width: 192px;
  }
}

.omaha-choice--grid {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 64em) {
  .omaha-choice--grid {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}

.omaha-choice--item {
  display: grid;
  padding: 16px;
  border-radius: 15px;
  background-color: #080e11;
}

@media screen and (min-width: 64em) {
  .omaha-choice--item {
    gap: 0 32px;
    grid-template-columns: 88px 1fr;
    align-content: start;
    padding: 24px;
  }
}

.omaha-choice--number {
  display: none;
  color: #00baff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}

@media screen and (min-width: 64em) {
  .omaha-choice--number {
    display: block;
    grid-column: 1;
    grid-row: 1 / 3;
    transform: translateY(-10px);
    font-size: 96px;
    letter-spacing: -4px;
  }
}

.omaha-choice--heading {
  gap: 0 24px;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

@media screen and (min-width: 64em) {
  .omaha-choice--heading {
    grid-column: 2;
    margin: 0 0 21px;
    font-size: 24px;
    line-height: 28px;
  }
}

.omaha-choice--heading span {
  color: #00baff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  line-height: 1;
}

@media screen and (min-width: 64em) {
  .omaha-choice--heading span {
    display: none;
  }
}

.omaha-choice--content {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (min-width: 64em) {
  .omaha-choice--content {
    grid-column: 2;
    font-size: 16px;
    line-height: 24px;
  }
}

.omaha-trainer {
  width: 100%;
  padding: 36px 16px;
}

@media screen and (min-width: 64em) {
  .omaha-trainer {
    margin-top: 40px;
    padding: 48px;
    border-radius: 16px;
    background-color: #0c252e;
  }
}

.omaha-trainer--header {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 24px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .omaha-trainer--header {
    gap: 24px 0;
    margin: 0 0 48px;
    font-size: 36px;
  }
}

.omaha-trainer--subheader {
  margin: -8px 0 0;
  color: #919fac;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .omaha-trainer--subheader {
    margin: -16px 0 0;
    font-size: 16px;
    line-height: 19px;
  }
}

.omaha-trainer--separator {
  width: 140px;
}

@media screen and (min-width: 64em) {
  .omaha-trainer--separator {
    width: 192px;
  }
}

.omaha-trainer--grid {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 64em) {
  .omaha-trainer--grid {
    gap: 0 24px;
    flex-wrap: nowrap;
  }
}

.omaha-trainer--item {
  gap: 10px 20px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 358px;
  padding: 16px;
  border-radius: 15px;
  background-color: #080e11;
}

@media screen and (min-width: 64em) {
  .omaha-trainer--item {
    grid-template-columns: 242px 1fr;
    align-content: start;
    max-width: initial;
  }
}

.omaha-trainer--avatar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.omaha-trainer--avatar img {
  border-radius: 8px;
}

.omaha-trainer--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.omaha-trainer--heading {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.omaha-trainer--subheading {
  margin: 0 0 13px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.omaha-trainer--label {
  margin: 0 0 15px;
  padding: 0 14px;
  border-radius: 10px;
  background-color: #00baff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
}

.omaha-trainer--content {
  margin: 0 0 12px;
  color: #a9a9a9;
  font-size: 13px;
  line-height: 1.5;
}

.omaha-trainer--button {
  margin: auto 0 0;
  color: #00baff;
  font-size: 16px;
  line-height: 20px;
}

.omaha-founder {
  width: 100%;
  padding: 36px 16px;
}

@media screen and (min-width: 64em) {
  .omaha-founder {
    margin-top: 40px;
    padding: 48px;
    border-radius: 16px;
    background-color: #0c252e;
  }
}

.omaha-founder--header {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 24px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .omaha-founder--header {
    gap: 24px 0;
    margin: 0 0 48px;
    font-size: 36px;
  }
}

.omaha-founder--subheader {
  margin: -8px 0 0;
  color: #919fac;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .omaha-founder--subheader {
    margin: -16px 0 0;
    font-size: 16px;
    line-height: 19px;
  }
}

.omaha-founder--separator {
  width: 140px;
}

@media screen and (min-width: 64em) {
  .omaha-founder--separator {
    width: 192px;
  }
}

.omaha-founder--grid {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 64em) {
  .omaha-founder--grid {
    gap: 0 24px;
    flex-wrap: nowrap;
  }
}

.omaha-founder--item {
  gap: 10px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 358px;
  padding: 16px 16px 32px;
  border-radius: 15px;
  background-color: #080e11;
}

.omaha-founder--avatar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.omaha-founder--avatar img {
  border-radius: 8px;
}

.omaha-founder--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.omaha-founder--heading {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.omaha-founder--subheading {
  margin: 0 0 13px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.omaha-founder--label {
  margin: 0 0 15px;
  padding: 0 14px;
  border-radius: 10px;
  background-color: #00baff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
}

.omaha-founder--content {
  color: #a9a9a9;
  font-size: 12px;
  line-height: 1.5;
}

.greenline-jr-quiz {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 24px 44px 24px;
  background-color: #081d24;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz {
    margin-top: 48px;
    padding: 48px 60px 60px 60px;
    border-radius: 16px;
  }
}

.greenline-jr-quiz__title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz__title {
    font-size: 36px;
  }
}

.greenline-jr-quiz__separator {
  width: 140px;
  margin-top: 8px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz__separator {
    width: 192px;
    margin-top: 16px;
  }
}

.greenline-jr-quiz__wrap {
  width: 100%;
  margin-top: 24px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz__wrap {
    width: 820px;
    margin: 48px auto 0 auto;
  }
}

.greenline-jr-quiz__top-section {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #2b343d;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz__top-section {
    align-items: start;
  }
}

.greenline-jr-quiz__wrap1 {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz__wrap1 {
    flex-direction: row;
  }
}

.greenline-jr-quiz__wrap2 {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #2b343d;
}

.greenline-jr-quiz__wrap3 {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz__wrap3 {
    gap: 24px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-bottom: -24px;
  }
}

.greenline-jr-quiz__bottom {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  padding-top: 24px;
}

.greenline-jr-quiz__group {
  gap: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz__group_half {
    width: 402px;
  }
}

.greenline-jr-quiz__group_date {
  width: 197px;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz__group_date {
    flex-basis: 380px;
  }
}

.greenline-jr-quiz__label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.greenline-jr-quiz__label span {
  color: #919fac;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz__label {
    font-weight: 600;
  }
}

.greenline-jr-quiz__sublabel {
  margin-top: 4px;
  color: #919fac;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.greenline-jr-quiz__input-text {
  width: 100%;
  height: 55px;
  padding: 18px 16px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background: #fff;
}

.greenline-jr-quiz__input-textarea {
  width: 100%;
  padding: 18px 24px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background: #fff;
}

.greenline-jr-quiz__input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 18px 24px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNTg2NDkgOS44MzQ5TDcuMDAwNDkgOC40MjA5TDEyLjI5MzUgMTMuNjI3OUwxNy41ODY1IDguNDIwOUwxOS4wMDA1IDkuODM0OUwxMi4yOTM1IDE2LjU0MTlMNS41ODY0OSA5LjgzNDlaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.greenline-jr-quiz__input-date {
  height: 55px;
  padding: 18px 16px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background-color: #fff;
}

.greenline-jr-quiz__input-date::-moz-placeholder {
  color: #c7d0d8;
}

.greenline-jr-quiz__input-date::placeholder {
  color: #c7d0d8;
}

.greenline-jr-quiz__input-file {
  position: relative;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
}

.greenline-jr-quiz__input-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.greenline-jr-quiz__file-top {
  gap: 8px;
  display: flex;
}

.greenline-jr-quiz__file-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.greenline-jr-quiz__file-subtext {
  margin-top: 8px;
  color: #919fac;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.greenline-jr-quiz__button {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  padding: 12px 32px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 64em) {
  .greenline-jr-quiz__button {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.greenline-jr-quiz__notify {
  margin-top: 12px;
  color: #919fac;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
