/* ===== Inline <style> block #1 from index.html ===== */
@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

.imgLogo {
  width: 400px;
}


.imgProduct {
  width: 150px;
}


.result__numberText {
  margin-right: 10px;
}

html {
  scroll-behavior: smooth
}

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

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

/* ===== Inline <style> block #2 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.language {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.language_inner {
  background: #333;
  border-radius: 14px;
  display: flex;
  height: 48px;
  padding: 2px;
  width: 200px
}

.language_inner span {
  align-items: center;
  border-radius: 12px;
  color: #666;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  letter-spacing: -.72px;
  line-height: 100%;
  width: 50%
}

.language_inner .active {
  background: #1c1c1c;
  color: #c3c3c3
}

@media (max-width:767px) {
  .language_inner {
    width: 100%
  }
}

/* ===== Inline <style> block #3 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.otp-class {
  gap: 12px;
  height: 40px !important
}

.otp-class input {
  background-color: #1c1c1e;
  border: 1px solid #292929;
  border-radius: 12px;
  caret-color: #fff;
  color: #f2f2f2;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  height: 40px;
  letter-spacing: -.8px;
  line-height: 100%;
  outline: none;
  text-align: center;
  width: 40px
}

.otp {
  flex-direction: column
}

.otp,
.otp_wrapper {
  display: flex;
  width: 100%
}

.otp_wrapper {
  height: 40px;
  justify-content: center;
  margin: 24px 0
}

.otp_title {
  color: #999;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 6px;
  letter-spacing: -.64px;
  line-height: 100%;
  text-align: center
}

.otp_title-mail {
  color: #fff;
  font-weight: 500
}

.otp_re-send {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%;
  text-align: center
}

.otp_re-send span {
  color: #fff;
  font-weight: 500
}

.otp_re-send button {
  background-color: transparent;
  border: none;
  color: #007aff;
  cursor: pointer;
  font-family: Suisse Int, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.56px;
  line-height: 100%;
  margin-left: 8px;
  outline: none
}

@media (max-width:768px) {
  .otp_wrapper {
    justify-content: space-evenly
  }
}

/* ===== Inline <style> block #4 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.signUp {
  align-items: center;
  background-color: #101011;
  border: 1px solid #333;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  font-family: Geist, sans-serif !important;
  padding: 24px 0;
  position: relative;
  width: 100%
}

.signUp:before {
  background-image: url(_nuxt/sign-up-border.cD2x-qqg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px 24px 0 0;
  content: "";
  height: 4px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -3px;
  width: 100%;
  z-index: 2
}

.signUp_top {
  display: flex;
  justify-content: center;
  width: 100%
}

.signUp_close {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 20px;
  top: 32px
}

.signUp_close .svg {
  height: 20px;
  width: 20px
}

.signUp_title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: -.8px;
  letter-spacing: -.72px;
  line-height: 100%;
  line-height: 28px;
  margin: 48px 0 8px;
  text-align: center
}

.signUp_subtitle {
  color: #878787;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.56px;
  letter-spacing: -.2px;
  line-height: 100%;
  line-height: 20px;
  margin-bottom: 16px;
  text-align: center
}

.signUp_email,
.signUp_subtitle {
  font-size: 14px;
  font-style: normal
}

.signUp_email {
  background-color: #1c1c1e;
  border: 1px solid #292929;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%;
  outline: none;
  padding: 10px 12px;
  width: 100%
}

.signUp_email.error {
  border: 1px solid #ff5e5e
}

.signUp_email::-moz-placeholder {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%
}

.signUp_email::placeholder {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%
}

.signUp_email-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.signUp_email-wrapper span {
  color: #ff5e5e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%;
  text-align: center
}

.signUp_join {
  padding: 0 24px;
  width: 100%
}

.signUp_buttons-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 24px
}

.signUp_buttons-wrapper .button {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-family: Geist, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  gap: 12px;
  height: 40px;
  justify-content: center;
  letter-spacing: -.56px;
  line-height: 100%;
  outline: none
}

.signUp_buttons-wrapper .back,
.signUp_buttons-wrapper .google {
  margin-top: 12px
}

.signUp_info {
  align-items: center;
  color: #fafafa;
  display: flex;
  gap: 5px;
  justify-content: center;
  letter-spacing: -.56px;
  letter-spacing: -.2px;
  line-height: 100%;
  line-height: 20px;
  margin-top: 48px
}

.signUp_info,
.signUp_info button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500
}

.signUp_info button {
  background-color: transparent;
  border: none;
  color: #007aff;
  font-family: Geist, sans-serif !important;
  letter-spacing: -.56px;
  line-height: 100%;
  outline: none
}

.signUp_black {
  background-color: transparent;
  border: 1px solid #4d4d4d;
  color: #fff
}

.signUp_blue {
  background-color: #007aff;
  border: none;
  color: #fff
}

.signUp_blue:disabled {
  background-color: #292929;
  border: 1px solid #3e3e3e;
  color: #343435;
  cursor: not-allowed
}

.signUp_image-box {
  height: 240px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content
}

.signUp_image-box img {
  height: 100%
}

.signUp_code-error {
  color: #ff5e5e;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%;
  margin-top: 16px;
  text-align: center
}

@media (max-width:768px) {
  .signUp_logo {
    height: 40px
  }

  .signUp_title {
    font-size: 20px;
    letter-spacing: -.8px;
    line-height: 100%;
    margin: 32px 0 8px
  }

  .signUp_email,
  .signUp_title {
    font-style: normal;
    font-weight: 400
  }

  .signUp_email {
    font-size: 15px;
    line-height: 120%;
    padding: 10px
  }

  .signUp_buttons-wrapper {
    margin-top: 25px
  }

  .signUp_buttons-wrapper .button {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    letter-spacing: -.56px;
    line-height: 100%
  }
}

/* ===== Inline <style> block #5 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.pi {
  background-color: transparent;
  border: 1px solid #4d4d4d;
  border-radius: 41px;
  color: #fff;
  position: relative;
  width: 100%
}

.pi input {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.72px;
  line-height: 100%
}

.pi__input-wrapper {
  align-items: center;
  border-radius: 12px;
  display: flex;
  transition: all .3s ease
}

.pi__country-selector {
  align-items: center;
  border-right: 1px solid #4d4d4d;
  cursor: pointer;
  display: flex;
  padding: 14px 14px 14px 32px
}

.pi__flag {
  font-size: 24px
}

.pi__name {
  flex-grow: 1;
  margin: 0 8px
}

.pi__arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #888;
  height: 0;
  margin-left: 8px;
  transition: transform .3s ease;
  width: 0
}

.pi__code-dropdown {
  color: #888
}

.pi__arrow-up {
  transform: rotate(180deg)
}

.pi__country-code {
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
  pointer-events: none
}

.pi__phone-input {
  backdrop-filter: unset !important;
  -webkit-backdrop-filter: unset !important;
  background-color: transparent;
  border: unset;
  border: unset !important;
  flex-grow: 1;
  height: 60px;
  outline: none;
  padding: 0 16px;
  width: 100%
}

.pi__country-dropdown {
  border-radius: 0 0 24px 0;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  width: 100%
}

.pi__country-dropdown__wrappper {
  background: #191919;
  border: 1px solid #4d4d4d;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.pi__country-dropdown li {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 16px 24px;
  transition: background-color .2s ease
}

.pi__country-dropdown li:hover {
  background-color: #020206
}

.pi__search-input {
  backdrop-filter: unset !important;
  -webkit-backdrop-filter: unset !important;
  background-color: transparent;
  border: none;
  border: unset !important;
  border-bottom: 1px solid #4d4d4d !important;
  flex-grow: 1;
  height: 65px;
  outline: none;
  padding: 0 48px;
  width: 100%
}

.pi__search-input-wrapper {
  position: relative;
  width: 100%
}

.pi__search-input-wrapper svg {
  left: 16px;
  position: absolute;
  top: 18px
}

.pi__search-input.-empty {
  border-bottom: unset !important
}

.pi.-white {
  border-color: #ccc;
  color: #0d0d0d
}

.pi.-white .pi__country-dropdown__wrappper {
  background-color: #fff;
  border-color: #ccc;
  color: #0d0d0d
}

.pi.-white .pi__country-dropdown li:hover {
  background-color: #ccc
}

.pi.-white .pi__search-input {
  border-color: #ccc !important
}

.pi.-white .pi:has(input:focus-visible) {
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 0
}

@media (max-width:1919px) {
  .pi input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 50px;
    letter-spacing: -.64px;
    line-height: 100%;
    padding: 0 25px
  }

  .pi__country-selector {
    padding-left: 25px
  }

  .pi input.pi__search-input {
    padding-left: 50px
  }

  .pi__search-input-wrapper svg {
    height: 20px;
    left: 16px;
    top: 14px;
    width: 20px
  }

  .pi span.pi__name {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }
}

@media (max-width:767px) {
  .pi input.pi__search-input {
    padding-left: 36px !important
  }

  .pi__country-selector {
    padding-left: 16px
  }

  .pi__search-input-wrapper svg {
    height: 16px;
    left: 16px;
    top: 16px;
    width: 16px
  }

  .pi__country-dropdown li {
    padding: 16px 12px
  }
}

/* ===== Inline <style> block #6 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.btn.-invalid {
  opacity: .5;
  pointer-events: none
}

.form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
  position: relative
}

.form input {
  outline: 0
}

.form_container h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1.6px;
  margin-bottom: 15px
}

.form_container h3,
.form_container>span {
  color: #000;
  font-style: normal;
  line-height: 100%
}

.form_container>span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.72px;
  max-width: 705px
}

.form_container .text-centered {
  max-width: 680px;
  text-align: center
}

.form_container.crypto h3 {
  color: #fff
}

.form_container.crypto>span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.8px;
  line-height: 100%;
  max-width: 650px
}

.form_container.crypto .form input {
  background-color: transparent;
  border: 1px solid #5363ff;
  color: #fff;
  outline: none
}

.form_container.crypto .form input::-moz-placeholder {
  color: #7481ff
}

.form_container.crypto .form input::placeholder {
  color: #7481ff
}

.form_container.crypto .form button {
  background-color: #fff;
  border: none;
  max-width: 240px
}

.form_container.crypto .form button .svg path {
  stroke: #000
}

.form_container.crypto .form button:hover {
  background-color: #7184ff
}

.form_container.crypto .form button:hover span {
  color: #fff
}

.form_container.crypto .form button:hover .svg path {
  stroke: #dde0f9
}

.form_container.crypto .form button:active {
  background-color: #5366ff
}

.form_container.crypto .form button span {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.96px;
  line-height: 100%
}

.form_container.crypto .form button.full-width {
  width: 100%
}

.form input {
  border: 1px solid #ccc;
  border-radius: 41px;
  color: #0d0d0d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  height: 65px;
  letter-spacing: -.72px;
  line-height: 100%;
  padding: 0 32px
}

.form input::-moz-placeholder {
  color: #c3c3c3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.72px;
  line-height: 100%
}

.form input::placeholder {
  color: #c3c3c3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.72px;
  line-height: 100%
}

.form button {
  align-items: center;
  background-color: #3548fe;
  border: none;
  border-radius: 51px;
  display: flex;
  height: 65px;
  justify-content: space-between;
  padding: 0 32px;
  transition: background-color .4s ease;
  width: 340px
}

.form button:hover {
  background-color: #7184ff
}

.form button:active {
  background-color: #5366ff
}

.form button span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.8px;
  line-height: 100%
}

.form button.full-width {
  width: 100%
}

.form_warning {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.96px;
  line-height: 100%;
  opacity: 1;
  padding-left: 15px
}

.form_warning.error {
  color: red;
  opacity: 1
}

.form_warning.success {
  color: green;
  opacity: 1
}

@media (max-width:1919px) {
  .form {
    gap: 15px;
    margin-top: 20px
  }

  .form_container h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%
  }

  .form_container>span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    line-height: 100%;
    max-width: 510px
  }

  .form_container.crypto h3 {
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%;
    margin-bottom: 16px
  }

  .form_container.crypto>span {
    font-size: 19.001px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%;
    margin-bottom: 36px
  }

  .form_container.crypto .form {
    gap: 20px
  }

  .form_container.crypto .form input {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: 64px;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form input::-moz-placeholder {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form input::placeholder {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form button {
    gap: 24px;
    height: 64px;
    margin-top: 48px;
    width: auto
  }

  .form input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 50px;
    letter-spacing: -.64px;
    line-height: 100%;
    padding: 0 25px
  }

  .form input::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form button {
    height: 50px;
    padding: 0 25px;
    width: 160px
  }

  .form button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form_warning-box {
    top: calc(100% + 20px)
  }

  .form_warning {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }
}

@media (max-width:1500px) {
  .form_container.crypto h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%;
    margin-bottom: 16px
  }

  .form_container.crypto>span {
    font-size: 16.001px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%;
    margin-bottom: 36px
  }

  .form_container.crypto .form {
    gap: 20px
  }

  .form_container.crypto .form input {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: 64px;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form input::-moz-placeholder {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form input::placeholder {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form button {
    gap: 24px;
    height: 64px;
    margin-top: 48px;
    width: auto
  }
}

@media (max-width:1199px) {
  .form {
    gap: 15px;
    margin-top: 25px
  }

  .form_container h3 {
    font-size: 24px;
    letter-spacing: -.96px
  }

  .form_container h3,
  .form_container>span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .form_container>span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px;
    max-width: 313px
  }

  .form_container.crypto h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.6px;
    line-height: 100%;
    margin-bottom: 24px
  }

  .form_container.crypto>span {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.96px;
    line-height: 100%;
    margin-bottom: 50px;
    max-width: none
  }

  .form_container.crypto .form {
    gap: 32px
  }

  .form_container.crypto .form input {
    border-radius: 73px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    height: 81px;
    letter-spacing: -1.006px;
    line-height: 100%
  }

  .form_container.crypto .form input::-moz-placeholder {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }

  .form_container.crypto .form input::placeholder {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }

  .form_container.crypto .form button {
    gap: 30px;
    height: 98px;
    justify-content: flex-start;
    margin-top: 40px;
    width: 315px
  }

  .form input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 50px;
    letter-spacing: -.64px;
    line-height: 100%;
    padding: 0 25px
  }

  .form input::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form button {
    height: 50px;
    padding: 0 25px;
    width: 160px
  }

  .form button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form_warning-box {
    top: calc(100% + 20px)
  }

  .form_warning {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }
}

@media (max-width:767px) {
  .contact-form {
    padding: 0 0 35px
  }

  .form {
    gap: 12px;
    margin-top: 25px
  }

  .form_container h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.96px
  }

  .form_container h3,
  .form_container>span {
    font-style: normal;
    line-height: 100%;
    text-align: center
  }

  .form_container>span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.56px;
    margin-inline: auto;
    max-width: 313px
  }

  .form_container.crypto h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.8px;
    margin-bottom: 5px
  }

  .form_container.crypto h3,
  .form_container.crypto>span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: left
  }

  .form_container.crypto>span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px;
    margin-bottom: 24px
  }

  .form_container.crypto .form {
    gap: 16px
  }

  .form_container.crypto .form input {
    border-radius: 36px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    letter-spacing: -.48px;
    line-height: 100%
  }

  .form_container.crypto .form input::-moz-placeholder {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.48px;
    line-height: 100%
  }

  .form_container.crypto .form input::placeholder {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.48px;
    line-height: 100%
  }

  .form_container.crypto .form button {
    gap: 14px;
    height: 48px;
    margin-top: 20px;
    width: 154px
  }

  .form_container.crypto .form button span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    line-height: 100%
  }

  .form input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 50px;
    letter-spacing: -.64px;
    line-height: 100%;
    padding: 0 25px
  }

  .form input::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form button {
    height: 50px;
    padding: 0 25px;
    width: 160px
  }

  .form button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form_warning-box {
    top: calc(100% + 5px)
  }

  .form_warning {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }
}

/* ===== Inline <style> block #7 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal {
  background-color: #fff;
  padding: 48px 35px;
  position: relative
}

.modal,
.modal--inner {
  align-items: center;
  display: flex;
  justify-content: center
}

.modal--inner {
  background: rgba(0, 0, 0, .8);
  height: 100%;
  left: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000000
}

.modal--inner-signup {
  background: transparent
}

.modal--cover {
  background-color: #101011;
  background-image: url(_nuxt/sign-up-cover.BlV50Azp.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}

.modal--cover-logo {
  height: 48px;
  left: 124px;
  position: absolute;
  top: 50px;
  width: 105px
}

.modal--close {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px
}

.modal--content img {
  display: block;
  height: 169px;
  margin: 0 auto;
  width: 124px
}

.modal_signUp {
  align-items: center;
  display: flex;
  max-height: 100%;
  max-width: 470px;
  position: relative;
  width: 100%;
  z-index: 1
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

@media (min-width:1200px) and (max-width:1919px) {
  .modal {
    padding: 48px 35px
  }

  .modal--close {
    right: 50px;
    top: 50px
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .modal {
    padding: 48px 35px
  }

  .modal--close {
    right: 38px;
    top: 38px
  }

  .modal--content img {
    height: 160px
  }
}

@media (max-width:767px) {
  .modal {
    padding: 24px 16px
  }

  .modal--close {
    right: 25px;
    top: 25px
  }

  .modal--content img {
    height: 130px
  }

  .modal_signUp {
    margin: 0 16px
  }

  .modal--cover-logo {
    left: 24px;
    top: 24px
  }
}

/* ===== Inline <style> block #8 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.footer {
  background-color: #191919;
  overflow: hidden
}

.footer_container {
  margin-inline: auto;
  max-width: 2560px;
  padding: 96px 200px 0;
  position: relative
}

.footer_top {
  display: flex;
  align-items: center;
  gap: 128px;
  left: 71%;
  position: absolute;
  top: 95px
}

.footer_title {
  color: #fff;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -2.88px;
  line-height: 100%;
  margin-bottom: 16px;
  max-width: 800px
}

.footer_info div {
  color: #bebebe;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  max-width: 797px
}

.footer_sub-title {
  color: #363636;
  font-size: 16px;
  letter-spacing: -.64px
}

.footer_sub-title,
.footer_text {
  font-style: normal;
  font-weight: 400;
  line-height: 100%
}

.footer_text {
  color: #fff;
  font-size: 20px;
  letter-spacing: -.8px;
  transition: color .3s ease
}

.footer_text:hover {
  color: #b0b0b0 !important
}

.footer_text:visited {
  color: #fff
}

.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 54px 0 106px;
  max-width: 820px;
  width: 100%
}

.footer_nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.footer_lang {
  left: 71%;
  position: absolute;
  top: 285px
}

.footer_logo-link {
  cursor: pointer
}

.footer_media-box {
  flex-direction: column;
  left: 71%;
  position: absolute;
  top: 426px
}

.footer_media-box,
.footer_media-links {
  display: flex;
  gap: 30px
}

.footer_media-link {
  align-items: center;
  background-color: #242424;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  min-height: 80px;
  min-width: 80px;
  transition: .5s ease
}

.footer_media-link:hover {
  background-color: #999
}

.footer_documents {
  display: flex;
  gap: 140px
}

.footer_documents-box {
  display: flex;
  left: 71%
}

.footer_contacts,
.footer_documents-box {
  flex-direction: column;
  gap: 30px;
  position: absolute;
  top: 600px
}

.footer_contacts {
  align-items: flex-start;
  display: inline-flex
}

.footer_contact-list {
  display: flex;
  gap: 24px
}

.footer_contact-item {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center
}

.footer_contact-item svg {
  color: #fff;
  height: 24px;
  width: 24px
}

.footer_contact-item svg path {
  fill: #fff;
  stroke: #fff
}

.footer_contact-item a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%
}

.footer_contact {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 51px;
  color: #0d0d0d;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  height: 80px;
  justify-content: center;
  letter-spacing: -.96px;
  line-height: 100%;
  outline: none;
  padding: 0 32px;
  transition: .5s ease;
  width: -moz-fit-content;
  width: fit-content
}

.footer_contact.-mobile {
  display: none
}

.footer_contact:hover {
  background-color: #ececec
}

.footer_bottom {
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 200px;
  position: absolute;
  width: 100%;
}

.footer_bottom span {
  color: #3f3f3f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%
}

@media (min-width:1920px) and (max-width:2559px) {
  .footer_container {
    padding: 96px 124px 0
  }

  .footer_top {
    gap: 104px;
    left: 65%
  }

  .footer_info div {
    font-size: 24px;
    max-width: 804px
  }

  .footer_bottom {
    padding: 0 124px
  }

  .footer_lang,
  .footer_media-box {
    left: 65%
  }

  .footer_documents {
    gap: 80px
  }

  .footer_documents-box {
    left: 65%
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .footer_container {
    padding: 50px 94px 0
  }

  .footer_logo-link {
    height: 72px;
    left: 66%;
    top: 50px;
    width: 160px
  }

  .footer_logo-link svg {
    height: 100%
  }

  .footer_title {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%;
    margin-bottom: 12px;
    max-width: 600px
  }

  .footer_info div {
    font-size: 18px;
    font-weight: 400;
    max-width: 621px
  }

  .footer_sub-title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.48px
  }

  .footer_sub-title,
  .footer_text {
    font-style: normal;
    font-weight: 400;
    line-height: 100%
  }

  .footer_text {
    font-size: 16px;
    letter-spacing: -.64px
  }

  .footer_nav {
    gap: 20px;
    margin: 80px 0 90px;
    max-width: 720px
  }

  .footer_lang {
    left: 66%;
    top: 200px
  }

  .footer_top {
    gap: 96px;
    left: 65%;
    top: 60px
  }

  .footer_contact-item a {
    font-size: 16px
  }

  .footer_media-box {
    gap: 18px;
    left: 66%;
    top: 320px
  }

  .footer_media-links {
    gap: 20px
  }

  .footer_media-link {
    min-height: 60px;
    min-width: 60px
  }

  .footer_documents {
    gap: 20px
  }

  .footer_documents-box {
    gap: 24px;
    left: 66%;
    top: 444px
  }

  .footer_contact {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 60px;
    letter-spacing: -.72px;
    line-height: 100%;
    width: 215px
  }

  .footer_contacts {
    top: 444px
  }

  .footer_contact-item svg {
    height: 16px;
    width: 16px
  }

  .footer_contact-item a {
    font-size: 14px
  }

  .footer_bottom {
    bottom: 20px;
    padding: 0 94px
  }

  .footer_bottom span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .footer_container {
    padding: 36px 48px 0
  }

  .footer_top {
    flex-direction: column;
    gap: 120px;
    left: unset;
    right: 48px;
    top: 36px
  }

  .footer_logo-link svg {
    cursor: pointer;
    height: 78px;
    width: 170px
  }

  .footer_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%;
    margin-bottom: 7px;
    max-width: 350px
  }

  .footer_info div {
    font-size: 12px;
    font-weight: 400;
    max-width: 390px
  }

  .footer_sub-title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.48px
  }

  .footer_sub-title,
  .footer_text {
    font-style: normal;
    font-weight: 400;
    line-height: 100%
  }

  .footer_text {
    font-size: 14px;
    letter-spacing: -.56px
  }

  .footer_nav {
    flex-direction: column;
    gap: 24px;
    left: 48px;
    margin: 0;
    min-width: unset;
    position: absolute;
    top: 236px
  }

  .footer_nav-list {
    flex-direction: column;
    gap: 16px;
    justify-content: unset
  }

  .footer_contacts {
    left: 196px;
    top: 236px
  }

  .footer_contact-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px
  }

  .footer_contact-item {
    gap: 12px
  }

  .footer_contact-item a {
    font-size: 12px
  }

  .footer_contact-item svg {
    height: 16px;
    width: 16px
  }

  .footer_lang {
    left: unset;
    right: 48px;
    top: 300px
  }

  .footer_media-box {
    gap: 10px;
    left: unset;
    right: 48px;
    top: 410px
  }

  .footer_media-links {
    gap: 10px
  }

  .footer_media-link {
    min-height: 40px;
    min-width: 40px
  }

  .footer_media-link svg {
    height: 16px;
    width: 16px
  }

  .footer_documents {
    gap: 36px
  }

  .footer_documents-box {
    gap: 16px;
    left: 48px;
    top: 410px
  }

  .footer_contact {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    letter-spacing: -.64px;
    line-height: 100%;
    width: 195px
  }

  .footer_bottom {
    bottom: 20px;
    padding: 0 48px
  }

  .footer_bottom span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%
  }
}

@media (max-width:767px) {
  .footer_container {
    height: auto;
    padding: 36px 16px 8px
  }

  .footer_top {
    left: unset;
    position: relative;
    top: unset
  }

  .footer_contact {
    display: none
  }

  .footer_contact.-mobile {
    display: flex
  }

  .footer_inner {
    display: flex;
    flex-direction: column;
    gap: 24px
  }

  .footer_logo-link {
    left: 0;
    position: relative;
    top: 0
  }

  .footer_logo-link svg {
    height: 47px;
    width: 105px
  }

  .footer_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%;
    margin-bottom: 12px;
    max-width: 350px
  }

  .footer_info div {
    font-size: 16px;
    max-width: 390px
  }

  .footer_sub-title,
  .footer_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    letter-spacing: 0;
    line-height: 100%
  }

  .footer_contacts,
  .footer_nav {
    gap: 20px;
    margin: 0
  }

  .footer_contact-list {
    flex-wrap: wrap;
    gap: 12px
  }

  .footer_contact-list a {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%
  }

  .footer_contact-list svg {
    height: 16px;
    width: 16px
  }

  .footer_contacts {
    margin: 12px 0;
    position: unset
  }

  .footer_lang {
    left: auto;
    position: relative;
    top: auto
  }

  .footer_media-box {
    gap: 20px;
    left: 0;
    position: relative;
    top: 0
  }

  .footer_media-links {
    gap: 0;
    justify-content: space-between
  }

  .footer_media-link {
    min-height: 48px;
    min-width: 48px
  }

  .footer_media-link svg {
    height: 24px;
    width: 24px
  }

  .footer_documents {
    gap: 12px
  }

  .footer_documents-box {
    gap: 25px;
    left: 0;
    position: relative;
    top: 0
  }

  .footer_contact {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    letter-spacing: -.64px;
    line-height: 100%;
    width: 100%
  }

  .footer_bottom {
    bottom: 0;
    margin-top: 24px;
    padding: unset;
    position: relative;
    right: 0;
    width: 100%
  }

  .footer_bottom span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%
  }
}

/* ===== Inline <style> block #9 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.header-courses {
  align-items: center;
  background-color: #020206;
  display: flex;
  gap: 30px
}

.header-courses.light {
  background-color: #fff
}

.header-courses_item {
  border: 1px solid #1a1a1a;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 75px;
  height: 365px;
  max-width: 425px;
  overflow: hidden;
  padding: 25px;
  position: relative
}

.header-courses_item.light {
  border-color: #e6e6e6
}

.header-courses_item img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.header-courses_item--3 img {
  transform: scale(1.5)
}

.header-courses_black-bg {
  background-color: rgba(0, 0, 0, .6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.header-courses_black-bg.light {
  background-color: hsla(0, 0%, 100%, .6)
}

.header-courses_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  height: 92px;
  position: relative;
  z-index: 5
}

.header-courses_badges div {
  background-color: rgba(71, 71, 71, .5);
  border-radius: 8px;
  color: #ccc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: -.64px;
  line-height: 100%;
  padding: 14px 20px;
  width: -moz-fit-content;
  width: fit-content
}

.header-courses_badges div.light {
  background-color: rgba(71, 71, 71, .2);
  color: #666
}

.header-courses_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 5
}

.header-courses_text h3 {
  color: #edeefd;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.6px;
  line-height: 100%
}

.header-courses_text h3.light {
  color: #1a1a1a
}

.header-courses_text span {
  color: #f5f6ff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.72px;
  line-height: 100%
}

.header-courses_text span.light {
  color: #4d4d4d
}

.header-courses_more {
  align-items: center;
  background-color: #1a1a1a;
  cursor: pointer;
  display: flex;
  height: 365px;
  justify-content: center;
  position: relative;
  width: 275px
}

.header-courses_more.light {
  background-color: #e6e6e6
}

.header-courses_more span {
  color: #fbfcff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

.header-courses_more span.light {
  color: #1a1a1a
}

.header-courses_more div {
  align-items: center;
  background-color: #333;
  border-radius: 50%;
  bottom: 30px;
  display: flex;
  height: 65px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 65px
}

.header-courses_more div.light {
  background-color: #ccc
}

.header-courses_more div svg {
  height: 25px;
  width: 25px
}

@media (max-width:2559px) {
  .header-courses {
    gap: 25px
  }

  .header-courses_item {
    gap: 65px;
    height: 280px;
    max-width: 325px;
    padding: 15px
  }

  .header-courses_badges {
    max-height: 70px;
    min-height: 70px
  }

  .header-courses_badges div {
    border-radius: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.48px;
    line-height: 100%;
    padding: 10px 15px
  }

  .header-courses_text {
    gap: 10px
  }

  .header-courses_text h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.44px;
    line-height: 100%
  }

  .header-courses_text span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    line-height: 100%
  }

  .header-courses_more {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    height: 280px;
    letter-spacing: -.96px;
    line-height: 100%;
    width: 220px
  }
}

@media (max-width:1919px) {
  .header-courses {
    gap: 18px
  }

  .header-courses_item {
    gap: 0;
    height: 230px;
    max-width: 245px;
    padding: 12px;
    position: relative
  }

  .header-courses_item img {
    width: 100%
  }

  .header-courses_item--3 img {
    transform: scale(1.5)
  }

  .header-courses_badges {
    height: auto;
    max-height: none;
    max-width: 225px;
    min-height: auto;
    position: absolute
  }

  .header-courses_badges div {
    border-radius: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%;
    padding: 8px
  }

  .header-courses_text {
    gap: 10px;
    margin-top: 100px
  }

  .header-courses_text h3 {
    font-size: 24px;
    letter-spacing: -.96px
  }

  .header-courses_text h3,
  .header-courses_text span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .header-courses_text span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px
  }

  .header-courses_more {
    height: 210px;
    width: 170px
  }

  .header-courses_more span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .header-courses_more div {
    bottom: 20px;
    height: 35px;
    min-height: 35px;
    min-width: 35px;
    width: 35px
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .header-courses {
    flex-direction: column;
    gap: 18px
  }

  .header-courses_item {
    height: 210px;
    max-width: 255px;
    padding: 12px
  }

  .header-courses_item img {
    width: 100%
  }

  .header-courses_item--3 img {
    transform: scale(1.5)
  }

  .header-courses_badges div {
    border-radius: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%;
    padding: 8px
  }

  .header-courses_text {
    gap: 10px
  }

  .header-courses_text h3 {
    font-size: 24px;
    letter-spacing: -.96px
  }

  .header-courses_text h3,
  .header-courses_text span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .header-courses_text span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px
  }

  .header-courses_more {
    align-items: center;
    border-radius: 12px;
    height: 48px;
    justify-content: space-between;
    padding-inline: 25px;
    width: 100%
  }

  .header-courses_more span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .header-courses_more div {
    background-color: transparent;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    position: relative;
    top: 0;
    transform: translateX(0);
    width: -moz-fit-content;
    width: fit-content
  }

  .header-courses_more div svg {
    height: 20px;
    width: 20px
  }
}

@media (min-width:340px) and (max-width:767px) {
  .header-courses {
    flex-direction: column;
    gap: 18px
  }

  .header-courses_item {
    height: 210px;
    max-width: 255px;
    padding: 12px
  }

  .header-courses_item img {
    width: 100%
  }

  .header-courses_item--3 img {
    transform: scale(1.5)
  }

  .header-courses_badges div {
    border-radius: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%;
    padding: 8px
  }

  .header-courses_text {
    gap: 10px
  }

  .header-courses_text h3 {
    font-size: 24px;
    letter-spacing: -.96px
  }

  .header-courses_text h3,
  .header-courses_text span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .header-courses_text span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px
  }

  .header-courses_more {
    align-items: center;
    border-radius: 12px;
    height: 48px;
    justify-content: space-between;
    padding-inline: 25px;
    width: 100%
  }

  .header-courses_more span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .header-courses_more div {
    background-color: transparent;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    position: relative;
    top: 0;
    transform: translateX(0);
    width: -moz-fit-content;
    width: fit-content
  }

  .header-courses_more div svg {
    height: 20px;
    width: 20px
  }
}

/* ===== Inline <style> block #10 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.header {
  background-color: #000;
  position: fixed;
  width: 100%;
  z-index: 1001
}

.header.white {
  background-color: #fff
}

.header_container {
  align-items: center;
  display: flex;
  height: 96px;
  justify-content: space-between;
  padding: 0 130px;
  position: relative;
  z-index: 1000
}

.header_container.white {
  background-color: #fff
}

.header_left {
  display: flex;
  gap: 95px;
  width: 255px
}

.header_left svg {
  cursor: pointer
}

.header_nav {
  display: flex;
  gap: 125px;
  max-width: 750px
}

.header_control {
  display: flex;
  gap: 25px
}

.header_link {
  color: #efefef;
  transition: color .3s ease
}

.header_link:hover {
  color: #b0b0b0 !important
}

.header_link.black,
.header_link.black:visited {
  color: #0d0d0d
}

.header_link:visited {
  color: #efefef
}

.header_start {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 28px;
  display: flex;
  gap: 15px;
  height: 50px;
  justify-content: center;
  transition: background-color .4s ease;
  width: 170px
}

.header_start:hover {
  background-color: #ccc
}

.header_start:active {
  background-color: #b3b3b3
}

.header_start span {
  color: #1a1a1a;
  font-family: PP Neue Montreal, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.72px;
  line-height: 100%
}

.header_start--icon {
  transition: transform .4s ease
}

.header_start--icon.open {
  transform: rotate(180deg)
}

.header_sign-container {
  align-items: center;
  display: flex;
  gap: 24px
}

.header_sign-up {
  align-items: center;
  border: none !important;
  border-radius: 12px;
  color: #0d0d0d;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: 0;
  padding: 15px 24px
}

.header_login,
.header_sign-up {
  font-size: 18px;
  line-height: 100%
}

.header_login {
  background-color: transparent;
  border: none;
  color: #c3c3c3;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  letter-spacing: -.72px;
  transition: color .3s ease;
  width: 75px
}

.header_login:hover {
  color: #b0b0b0
}

.header_login.dark {
  color: #0d0d0d
}

.header_login.dark:hover {
  color: #b0b0b0
}

.header_courses-box {
  background-color: #020206;
  border: 1px solid #1a1a1a;
  box-shadow: 0 5.174px 31.042px 0 #181818;
  left: 50%;
  padding: 30px;
  position: fixed;
  top: -100%;
  transform: translateX(-50%);
  transition: top .5s ease;
  width: -moz-max-content;
  width: max-content;
  z-index: 999
}

.header_courses-box.open {
  top: 96px
}

.header_courses-box.light {
  background-color: #fff;
  border-color: #e6e6e6
}

.header_mobile-menu-button,
.header_mobile-menu-container {
  display: none
}

@media (min-width:1200px) and (max-width:1919px) {
  .header_container {
    height: 88px;
    padding: 0 90px
  }

  .header_left {
    gap: 65px;
    width: 245px
  }

  .header_nav {
    gap: 60px
  }

  .header_control {
    gap: 15px
  }

  .header_courses-box {
    padding: 15px
  }

  .header_courses-box.open {
    top: 88px
  }
}

@media (max-width:1199px) {
  .header_container {
    height: 80px;
    padding: 0 50px
  }

  .header_start {
    display: none
  }

  .header_left {
    gap: 0
  }

  .header_control,
  .header_courses-box,
  .header_nav {
    display: none
  }

  .header_mobile-menu-button {
    align-items: center;
    background: #242424;
    border-radius: 12px;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 50px;
    top: 15px;
    width: 50px;
    z-index: 1011
  }

  .header_mobile-menu-button.light {
    background: #e6e6e6
  }

  .header_mobile-menu-button svg {
    height: 20px;
    width: 20px
  }

  .header_mobile-menu-container {
    background-color: #000;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    padding: 100px 20px 20px;
    position: absolute;
    right: -100%;
    top: 0;
    transition: right .4s ease;
    z-index: 1010
  }

  .header_mobile-menu-container.light {
    background-color: #fff
  }

  .header_mobile-menu-container.open {
    right: 0
  }

  .header_mobile-menu-nav {
    border-bottom: 1px solid #333;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: max-height .3s ease-in-out
  }

  .header_mobile-menu-nav.light {
    border-color: #e6e6e6
  }

  .header_mobile-menu-nav li:last-child {
    padding-bottom: 25px
  }

  .header_mobile-menu-start {
    cursor: pointer;
    display: flex;
    justify-content: space-between
  }

  .header_mobile-menu-start span {
    color: #efefef;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }

  .header_mobile-menu-start span.light {
    color: #0d0d0d
  }

  .header_mobile-menu-start svg {
    height: 25px;
    width: 25px
  }

  .header_mobile-menu-list {
    margin-top: 25px;
    max-height: 300px;
    overflow-y: scroll
  }

  .header_mobile-menu-courses {
    max-height: 35px;
    overflow: hidden;
    transition: max-height .3s ease
  }

  .header_mobile-menu-courses.open {
    max-height: 1000px
  }

  .header_mobile-menu_bottom {
    display: flex;
    flex-direction: column;
    margin-top: auto
  }

  .header_mobile-menu-languages {
    background-color: #333;
    border-radius: 12px;
    display: flex;
    padding: 2px
  }

  .header_mobile-menu-languages.light {
    background-color: #f2f2f2
  }

  .header_mobile-menu-languages span {
    align-items: center;
    color: #666;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    letter-spacing: -.72px;
    line-height: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    transition: color .4s ease;
    width: 50%
  }

  .header_mobile-menu-languages span.light {
    color: #999
  }

  .header_mobile-menu-languages span:hover {
    color: #c3c3c3
  }

  .header_mobile-menu-languages .active {
    background-color: #1c1c1c;
    border: 1px solid #1a1a1a;
    border-radius: 12px;
    color: #c3c3c3
  }

  .header_mobile-menu-languages .active.light {
    background-color: #b3b3b3;
    border: none;
    color: #fff
  }

  .header_mobile-menu-signing {
    align-items: center;
    border: 1px solid #0d0d0d;
    border-radius: 12px;
    color: #0d0d0d;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .header_mobile-menu-signing--out {
    margin-top: 12px
  }

  .header_mobile-menu-signing.light {
    border: none;
    color: #0d0d0d
  }

  .header_mobile-menu-signing-login {
    align-items: center;
    background-color: transparent;
    border: 1px solid #4d4d4d;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: -.64px;
    line-height: 100%;
    width: 100%
  }

  .header_mobile-menu-signing-login.light {
    border-color: #e6e6e6;
    color: #0d0d0d
  }

  .header_mobile-menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0
  }

  .header_link {
    color: #efefef;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }
}

@media (max-width:767px) {
  .header_container {
    height: 72px;
    padding: 0 15px
  }

  .header_start {
    display: none
  }

  .header_left {
    gap: 0
  }

  .header_control,
  .header_courses-box,
  .header_nav {
    display: none
  }

  .header_left svg {
    align-self: center;
    height: 32px;
    width: 70px
  }

  .header_mobile-menu-button {
    align-items: center;
    background: #242424;
    border-radius: 12px;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 48px;
    z-index: 1011
  }

  .header_mobile-menu-button.light {
    background: #e6e6e6
  }

  .header_mobile-menu-button svg {
    height: 20px;
    width: 20px
  }

  .header_mobile-menu-container {
    background-color: #000;
    display: flex;
    flex-direction: column;
    padding: 90px 12px 12px;
    position: absolute;
    right: -100%;
    top: 0;
    transition: right .4s ease;
    width: 100%;
    z-index: 1010
  }

  .header_mobile-menu-container.light {
    background-color: #fff
  }

  .header_mobile-menu-container.open {
    right: 0
  }

  .header_mobile-menu-nav {
    border-bottom: 1px solid #333;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 0;
    transition: max-height .3s ease-in-out
  }

  .header_mobile-menu-nav.light {
    border-color: #e6e6e6
  }

  .header_mobile-menu-nav li:last-child {
    padding-bottom: 25px
  }

  .header_mobile-menu-start {
    cursor: pointer;
    display: flex;
    justify-content: space-between
  }

  .header_mobile-menu-start span {
    color: #efefef;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }

  .header_mobile-menu-start span.light {
    color: #0d0d0d
  }

  .header_mobile-menu-start svg {
    height: 25px;
    width: 25px
  }

  .header_mobile-menu-list {
    margin-top: 25px;
    max-height: 300px;
    overflow-y: scroll
  }

  .header_mobile-menu-courses {
    align-items: center;
    max-height: 35px;
    overflow: hidden;
    transition: max-height .3s ease
  }

  .header_mobile-menu-courses.open {
    max-height: 1000px
  }

  .header_mobile-menu_bottom {
    border-top: 1px solid #333;
    padding-top: 24px
  }

  .header_mobile-menu_bottom.light {
    border-color: #e6e6e6
  }

  .header_mobile-menu-languages {
    background-color: #333;
    border-radius: 12px;
    display: flex;
    padding: 2px
  }

  .header_mobile-menu-languages.light {
    background-color: #f2f2f2
  }

  .header_mobile-menu-languages span {
    align-items: center;
    color: #666;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    letter-spacing: -.72px;
    line-height: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    transition: color .4s ease;
    width: 50%
  }

  .header_mobile-menu-languages span.light {
    color: #999
  }

  .header_mobile-menu-languages span:hover {
    color: #c3c3c3
  }

  .header_mobile-menu-languages .active {
    background-color: #1c1c1c;
    border: 1px solid #1a1a1a;
    border-radius: 12px;
    color: #c3c3c3
  }

  .header_mobile-menu-languages .active.light {
    background-color: #b3b3b3;
    border: none;
    color: #fff
  }

  .header_mobile-menu-signing {
    align-items: center;
    border: 1px solid #0d0d0d;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .header_mobile-menu-signing.light {
    border: none;
    color: #0d0d0d
  }

  .header_mobile-menu-signing-login {
    align-items: center;
    background-color: transparent;
    border: 1px solid #0d0d0d;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: -.64px;
    line-height: 100%;
    width: 100%
  }

  .header_mobile-menu-signing-login.light {
    border-color: #e6e6e6;
    color: #0d0d0d
  }

  .header_mobile-menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0
  }

  .header_link {
    color: #efefef;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }
}

/* ===== Inline <style> block #11 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.home {
  background-color: #191919;
  color: #fff;
  overflow: hidden
}

/* ===== Inline <style> block #12 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.main {
  align-items: center;
  background-color: #000;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100vw
}

.main__bg {
  height: 100%;
  z-index: 1
}

.main__bg,
.main__video {
  left: 0;
  position: absolute;
  top: 0;
  width: 50%
}

.main__video {
  height: 93%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main__ellipse {
  bottom: 0;
  left: -10%;
  position: absolute;
  width: 120%
}

.main__content {
  gap: 96px;
  z-index: 10
}

.main__content,
.main__text-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column
}

.main__text-wrapper {
  gap: 72px
}

.main__title {
  font-size: 104px;
  font-weight: 500;
  letter-spacing: -2.08px;
  line-height: 100%;
  max-width: 1364px
}

.main__desc,
.main__title {
  color: #fff;
  text-align: center
}

.main__desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  max-width: 781px
}

.main__button {
  align-items: center;
  background: #fff;
  border: unset;
  border-radius: 51px;
  display: flex;
  gap: 16px;
  height: 80px;
  justify-content: center;
  width: 454px
}

.main__button span {
  color: #191919;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%
}

.main__button svg {
  height: 24px;
  width: 24px
}

.main__button img {
  height: 48px;
  width: auto
}

.main video {
  margin: auto;
  max-width: 1200px;
  opacity: .5;
  right: 0;
  top: 0
}

@media (min-width:1920px) and (max-width:2559px) {
  .main__content {
    gap: 96px
  }

  .main__text-wrapper {
    gap: 72px
  }

  .main__title {
    font-size: 72px;
    letter-spacing: -1.44px;
    max-width: 990px
  }

  .main__desc {
    max-width: 781px;
    text-align: center
  }
}

@media (min-width:1200px) and (max-width:1919px) {

  .main__content,
  .main__text-wrapper {
    gap: 56px
  }

  .main__desc {
    font-size: 20px;
    max-width: 781px
  }

  .main__title {
    font-size: 64px;
    letter-spacing: -1.28px;
    max-width: 861px
  }

  .main__video {
    max-width: 1200px
  }
}

@media (max-width:1199px) {
  .main__content {
    gap: 48px
  }

  .main__text-wrapper {
    gap: 64px
  }

  .main__desc {
    max-width: 590px
  }

  .main__title {
    font-size: 56px;
    letter-spacing: -1.12px;
    max-width: 657px
  }
}

@media (max-width:767px) {
  .main {
    background-image: url(images/home/main_mobile.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: -moz-fit-content;
    height: fit-content;
    padding: 124px 16px 104px
  }

  .main__content {
    gap: 36px
  }

  .main__text-wrapper {
    gap: 24px
  }

  .main__title {
    font-size: 32px;
    letter-spacing: 0;
    max-width: 328px
  }

  .main__video {
    display: none
  }

  .main__desc {
    font-size: 16px;
    max-width: 295px
  }

  .main__button {
    height: 48px;
    padding: 0 24px;
    width: 100%
  }

  .main__button img {
    height: 22.286px
  }

  .main__button span {
    font-size: 16px
  }

  .main__button svg {
    height: 16px;
    width: 16px
  }
}

/* ===== Inline <style> block #13 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.running {
  background-color: #191919;
  height: 460px;
  justify-content: center;
  padding: 0 200px;
  width: 100%
}


.running,
.running__ticker-block {
  align-items: center;
  display: flex;
  overflow-x: hidden
}

.running__ticker-block {
  height: 60px;
  overflow-y: hidden;
  position: relative
}

.running__ticker-block:after,
.running__ticker-block:before {
  content: "";
  height: 196px;
  position: absolute;
  width: 396px;
  z-index: 10
}

.running__ticker-block:after {
  background: linear-gradient(270deg, rgba(25, 25, 25, 0) -2.52%, #191919 99.75%);
  left: 0
}

.running__ticker-block:before {
  background: linear-gradient(90deg, rgba(25, 25, 25, 0) -2.52%, #191919 99.75%);
  right: 0
}

.running__line {
  display: inline-flex;
  /* было flex */
  width: max-content;
  /* ключ! */
  align-items: center;
  will-change: transform;

  gap: 92px;
}

.running__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;

  margin-right: 0 !important;
}

.running__item img {
  filter: grayscale(1);
  height: 48px;
  mix-blend-mode: luminosity;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto
}

@media (min-width:1920px) and (max-width:2559px) {
  .running {
    height: 316px;
    padding: 0 124px
  }

  .running__ticker-block:after,
  .running__ticker-block:before {
    height: 72px;
    width: 240px
  }

  .running__ticker-block {
    height: 56px
  }

  .running__item img {
    height: 40px;
    width: auto
  }

  .running__line {
    gap: 124px;
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .running {
    height: 210px;
    padding: 0 94px
  }

  .running__ticker-block:after,
  .running__ticker-block:before {
    height: 58px;
    width: 196px
  }

  .running__ticker-block {
    height: 48px
  }

  .running__item img {
    height: 36px
  }

  .running__line {
    gap: 124px;
  }

  .running__line {
    gap: 92px;
  }
}

@media (max-width:1199px) {
  .running {
    height: 152px;
    padding: 0 48px
  }

  .running__ticker-block:after,
  .running__ticker-block:before {
    height: 40px;
    width: 84px
  }

  .running__ticker-block {
    height: 32px
  }

  .running__item img {
    height: 21px
  }

  .running__line {
    gap: 50px;
  }
}

@media (max-width:767px) {
  .running {
    height: 62px;
    padding: 0 16px
  }

  .running__ticker-block:after,
  .running__ticker-block:before {
    height: 20.293px;
    width: 41px
  }

  .running__ticker-block {
    height: 20px
  }

  .running__item img {
    height: 14px
  }

  .running__line {
    gap: 24px;
  }
}

/* ===== Inline <style> block #14 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.result {
  background-color: #191919;
  justify-content: center;
  padding: 132px 0;
  position: relative
}

.result,
.result__bottom,
.result__top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 132px;
  width: 100%
}

.result__text {
  color: #fff;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%;
  max-width: 1670px;
  text-align: center
}

.result__cols {
  align-items: center;
  display: flex;
  gap: 172px
}

.result__col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.result__col-wrapper {
  display: flex;
  gap: 32px
}

.result__col-value {
  align-items: flex-end;
  display: flex;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

.result__col-value span {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -.96px;
  line-height: 100%
}

.result__col-value .odometer-container {
  letter-spacing: normal !important
}

.result__col-value .odometer-number,
.result__col-value .odometer-suffix {
  color: #f2f2f2
}

.result__col-label {
  color: #e6e6e6;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%
}

.result__students {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative
}

.result__students-value {
  color: rgba(92, 92, 92, .42);
  font-size: 350px;
  font-weight: 500;
  line-height: 100%
}

.result__students-label {
  background: linear-gradient(90deg, #fff, #999);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%;
  text-align: center;
  -webkit-text-fill-color: transparent;
  position: absolute
}

.result__divider {
  background: linear-gradient(90deg, #252527, #6a6b70 50%, #252527);
  height: 132px;
  min-width: 1px;
  mix-blend-mode: screen;
  width: 1px
}

.result__tags {
  display: flex;
  gap: 72px
}

.result__tag {
  color: #5c5c5c;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase
}

.result__ellipse {
  background: linear-gradient(180deg, hsla(0, 0%, 60%, .7), hsla(0, 0%, 60%, 0));
  border-radius: 100%;
  filter: blur(241.7777862549px);
  flex-shrink: 0;
  height: 354px;
  position: absolute;
  width: 100%
}

@media (min-width:1920px) and (max-width:2559px) {
  .result {
    gap: 80px;
    padding: 124px 0
  }

  .result__top {
    gap: 96px
  }

  .result__bottom {
    gap: 80px
  }

  .result__text {
    max-width: 1076px
  }

  .result__col-value,
  .result__text {
    font-size: 48px;
    letter-spacing: -.96px
  }

  .result__col-value {
    align-items: flex-end;
    display: flex
  }

  .result__col-value span {
    font-size: 32px;
    letter-spacing: -.64px
  }

  .result__students-value {
    font-size: 324px
  }

  .result__students-label {
    font-size: 48px;
    letter-spacing: -.96px
  }

  .result__divider {
    height: 96px
  }

  .result__ellipse {
    height: 347px;
    width: 1640px
  }
}

/* контейнер */
.resultCounter {
  position: relative;
  display: inline-block;
  line-height: 1;
}

/* огромные цифры-фон */
.resultCounter__num.odometer {
  font-size: 220px;
  /* вот это и делает “фон” */
  font-weight: 400;
  opacity: 0.16;
  /* как на рефе — блекло */
  letter-spacing: 0.02em;
}

/* плюс рядом с цифрами */
.resultCounter__plus {
  font-size: 220px;
  font-weight: 400;
  opacity: 0.16;
  line-height: 1;
  vertical-align: baseline;
  margin-left: 14px;
}

/* текст по центру поверх цифры */
.resultCounter__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;

  font-size: 42px;
  font-weight: 600;
  opacity: 0.95;
}

/* ====== ВАЖНО: стили одометра (чтобы не показывало все цифры столбом) ====== */

.odometer {
  display: inline-flex;
  align-items: baseline;
  font-variant-numeric: tabular-nums;
}

.odometer__space {
  display: inline-block;
  width: 0.35em;
}

.odometer__slot {
  display: inline-block;
  height: 1em;
  /* “окно” ровно на 1 цифру */
  overflow: hidden;
  /* скрываем остальные цифры */
  width: 0.62em;
  /* можно чуть подогнать под шрифт */
  position: relative;
}

.odometer__roll {
  display: block;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.odometer__digit {
  display: block;
  height: 1em;
  line-height: 1em;
}

@media (min-width:1200px) and (max-width:1919px) {
  .result {
    padding: 80px 96px
  }

  .result,
  .result__bottom,
  .result__top {
    gap: 80px
  }

  .result__text {
    font-size: 48px;
    letter-spacing: -.96px;
    max-width: 1054px
  }

  .result__cols {
    gap: unset;
    justify-content: space-between;
    width: 100%
  }

  .result__col {
    gap: 16px
  }

  .result__col-wrapper {
    gap: 22px
  }

  .result__col-value {
    align-items: flex-end;
    display: flex;
    font-size: 48px;
    letter-spacing: -.96px
  }

  .result__col-value span {
    font-size: 36px;
    letter-spacing: -.72px
  }

  .result__col-label {
    font-size: 18px
  }

  .result__students-value {
    font-size: 250px
  }

  .result__students-label {
    font-size: 32px;
    letter-spacing: -.64px
  }

  .result__divider {
    height: 80px
  }

  .result__tag {
    font-size: 20px
  }

  .result__ellipse {
    height: 321px;
    width: 1440px
  }
}

@media (max-width:1199px) {
  .result {
    gap: 56px;
    padding: 72px 48px
  }

  .result__top {
    gap: 78px
  }

  .result__bottom {
    gap: 56px
  }

  .result__text {
    font-size: 40px;
    letter-spacing: -.8px;
    max-width: 672px
  }

  .result__cols {
    gap: unset;
    justify-content: space-between;
    width: 100%
  }

  .result__col {
    gap: 9px
  }

  .result__col-wrapper {
    gap: 12px
  }

  .result__col-value {
    align-items: flex-end;
    display: flex;
    font-size: 24px;
    letter-spacing: -.48px
  }

  .result__col-value span {
    font-size: 18px;
    letter-spacing: -.36px
  }

  .result__col-label {
    font-size: 12px
  }

  .result__students-value {
    font-size: 168px
  }

  .result__students-label {
    font-size: 30px;
    letter-spacing: -.6px
  }

  .result__divider {
    height: 42px
  }

  .result__tags {
    gap: unset;
    justify-content: space-between
  }

  .result__tag {
    font-size: 12px
  }

  .result__ellipse {
    filter: blur(200px);
    height: 65px;
    width: 768px
  }
}

@media (max-width:767px) {
  .result {
    padding: 32px 16px
  }

  .result__top {
    gap: 36px
  }

  .result__bottom {
    gap: 32px
  }

  .result__text {
    font-size: 24px;
    letter-spacing: 0;
    max-width: 328px
  }

  .result__cols {
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .result__col {
    gap: 8px
  }

  .result__col-wrapper {
    gap: 6px
  }

  .result__col-value {
    letter-spacing: 0
  }

  .result__col-value span {
    font-size: 12px;
    letter-spacing: 0
  }

  .result__col-label {
    font-size: 12px
  }

  .result__students-value {
    font-size: 72px;
    letter-spacing: 0
  }

  .result__students-label {
    font-size: 16px;
    letter-spacing: 0
  }

  .result__divider {
    height: 42px
  }

  .result__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
  }

  .result__tag {
    font-size: 12px;
    letter-spacing: 0
  }

  .result__ellipse {
    filter: blur(100px);
    height: 94px;
    width: 360px
  }
}

/* ===== ODOMETER (FINAL - NO CROP) ===== */
/* ===== ODOMETER (NO CROP / FLEX CELLS) ===== */

/* контейнер цифр внутри .result__col-value > div */
.result__col-value>div {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  letter-spacing: 0 !important;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  /* важно: родительский 100% не мешает */

  will-change: transform, filter, opacity;
  transform: translateY(10px);
  filter: blur(6px);
  opacity: 0.2;
  transition: transform 900ms cubic-bezier(.2, .8, .2, 1),
    filter 900ms cubic-bezier(.2, .8, .2, 1),
    opacity 900ms cubic-bezier(.2, .8, .2, 1);
}

.result__col-value>div.is-on {
  transform: translateY(0);
  filter: blur(0);
  opacity: 1;
}

/* пробел в "100 000" */
.result__col-value .r-odm__space {
  display: inline-block;
  width: 0.35em;
}

/* суффикс + */
.result__col-value .r-odm__sep {
  display: inline-block;
  margin-left: 0.2em;
  opacity: .95;
  letter-spacing: 0 !important;
  line-height: 1;
}

/* барабан */
.result__col-value .r-odm__digit {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: baseline;

  /* шаг прокрутки = высота одной ячейки */
  --odmStep: 1.65em;

  height: var(--odmStep);
  width: 0.56em;

  /* супер важно: чтобы буквы не резались внутри */
  line-height: 1;
}

/* лента */
.result__col-value .r-odm__tape {
  display: block;
  will-change: transform;
  transform: translateY(0);
  transition: transform 520ms cubic-bezier(.16, 1, .3, 1);
}

/* каждая ячейка цифры — НЕ через line-height, а через flex */
.result__col-value .r-odm__tape span {
  height: var(--odmStep);
  display: flex;
  align-items: center;
  /* вот это убирает "обрез" */
  justify-content: center;
  /* и это */
  line-height: 1;
}

/* ⚠️ маска часто создаёт ощущение “обрезало”.
   Сделаем мягче, или вообще закомментируй, если бесит. */
.result__col-value .r-odm__digit::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom,
      rgba(25, 25, 25, 0.55),
      rgba(25, 25, 25, 0) 35%,
      rgba(25, 25, 25, 0) 65%,
      rgba(25, 25, 25, 0.55));
}

@media (max-width: 767px) {
  .result__col-value .r-odm__digit {
    width: 0.52em;
  }

  .result__col-value .r-odm__space {
    width: 0.28em;
  }

  .result__col-value .r-odm__digit {
    --odmStep: 1.45em;
  }
}

/* ===== Inline <style> block #15 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.first {
  background: #191919;
  padding: 132px 200px;
  position: relative
}

.first__ellipse {
  background: hsla(0, 0%, 80%, .5);
  border-radius: 100%;
  filter: blur(164.9535675049px);
  height: 480px;
  left: -280px;
  position: absolute;
  top: 240px;
  width: 480px
}

.first__content {
  border-bottom: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  display: flex
}

.first__left {
  min-height: 835px;
  padding: 48px 0 132px;
  width: 100%
}

.first__left,
.first__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.first__right {
  border-left: 1px solid #4d4d4d;
  gap: 88px;
  padding: 0 0 132px 48px
}

.first__badge {
  align-items: center;
  backdrop-filter: blur(2px);
  background: #333;
  border-radius: 51px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  line-height: 100%;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content
}

.first__badge.-mobile {
  display: none
}

.first__text {
  color: #fff;
  font-size: 64px;
  font-weight: 500;
  height: 256px;
  line-height: 100%;
  max-width: 1250px
}

.first__img {
  align-self: flex-end;
  height: 375px;
  mix-blend-mode: luminosity;
  width: 409px
}

.first__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  height: 256px;
  width: 704px
}

.first__text-wrapper p {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.28px;
  line-height: 100%;
  margin: 0
}

@media (min-width:1920px) and (max-width:2559px) {
  .first {
    padding: 124px
  }

  .first__ellipse {
    filter: blur(150px);
    height: 286px;
    left: -111px;
    position: absolute;
    top: 344px;
    width: 286px
  }

  .first__left {
    min-height: 760px;
    padding: 48px 0 124px
  }

  .first__right {
    gap: 96px;
    padding: 0 0 124px 48px
  }

  .first__text {
    font-size: 48px;
    height: 192px;
    max-width: 940px
  }

  .first__img {
    height: 351px;
    width: 382px
  }

  .first__text-wrapper {
    gap: 34px;
    height: 192px;
    width: 548px
  }

  .first__text-wrapper p {
    font-size: 24px;
    letter-spacing: -.96px
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .first {
    padding: 80px 94px
  }

  .first__ellipse {
    filter: blur(125px);
    height: 224px;
    left: -66px;
    top: 235px;
    width: 224px
  }

  .first__left {
    min-height: 604px;
    padding: 48px 0 80px
  }

  .first__right {
    gap: 80px;
    padding: 0 0 80px 48px
  }

  .first__text {
    font-size: 32px;
    height: 160px;
    max-width: 518px
  }

  .first__img {
    height: 276.021px;
    width: 301.047px
  }

  .first__text-wrapper {
    gap: 32px;
    height: 160px;
    width: 548px
  }

  .first__text-wrapper p {
    font-size: 20px;
    letter-spacing: -.8px
  }
}

@media (max-width:1199px) {
  .first {
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 72px 48px
  }

  .first__ellipse {
    filter: blur(100px);
    height: 187px;
    left: -100px;
    top: 204px;
    width: 200px
  }

  .first__badge.-desc {
    display: none
  }

  .first__badge.-mobile {
    display: flex
  }

  .first__left {
    justify-content: flex-end;
    min-height: 320px;
    padding: 0 0 64px
  }

  .first__right {
    gap: 30px;
    padding: 0 0 56px 24px
  }

  .first__text {
    font-size: 20px;
    height: 100px;
    max-width: 304px
  }

  .first__img {
    height: 119.671px;
    width: 130.411px
  }

  .first__text-wrapper {
    gap: 12px;
    height: 100px;
    width: 254px
  }

  .first__text-wrapper p {
    font-size: 12px;
    letter-spacing: -.24px
  }
}

@media (max-width:767px) {
  .first {
    gap: 24px;
    padding: 32px 16px
  }

  .first__ellipse {
    filter: blur(50px);
    height: 122px;
    left: -50px;
    top: 102px;
    width: 132px
  }

  .first__badge {
    font-size: 14px;
    height: 32px
  }

  .first__content {
    border: 0;
    flex-direction: column
  }

  .first__left {
    min-height: unset;
    padding: 0 0 32px
  }

  .first__left,
  .first__right {
    border-bottom: 1px solid #4d4d4d
  }

  .first__right {
    border-left: unset;
    flex-direction: column-reverse;
    gap: 24px;
    padding: 16px 0 8px
  }

  .first__text {
    font-size: 16px;
    height: unset;
    max-width: unset;
    width: 100%
  }

  .first__img {
    height: 151.16px;
    width: 164.726px
  }

  .first__text-wrapper {
    gap: 16px;
    height: unset;
    width: 100%
  }

  .first__text-wrapper p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 120%
  }
}

/* ===== Inline <style> block #16 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.video {
  display: flex;
  flex-direction: column;
  gap: 96px;
  padding: 132px 200px
}

.video iframe {
  aspect-ratio: 16/9;
  width: 100%
}

.video__bottom {
  display: flex;
  justify-content: space-between
}

.video__badge {
  align-items: center;
  backdrop-filter: blur(2px);
  background: #333;
  border-radius: 51px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  line-height: 100%;
  padding: 0 24px
}

.video__approach {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 704px
}

.video__approach:last-child {
  width: 762px
}

.video__approach__divider {
  background: linear-gradient(90deg, #252527, #6a6b70 50%, #252527);
  height: 1px;
  mix-blend-mode: screen;
  width: 100%
}

.video__approach__text {
  color: #e6e6e6;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%
}

.video__approach-row {
  display: flex;
  gap: 96px
}

@media (min-width:1920px) and (max-width:2559px) {
  .video {
    padding: 124px
  }

  .video__approach {
    width: 523px
  }

  .video__approach:last-child {
    width: 475px
  }

  .video__approach__text {
    font-size: 24px
  }

  .video__approach-row {
    gap: 200px
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .video {
    gap: 80px;
    padding: 80px 94px
  }

  .video__approach {
    width: 447px
  }

  .video__approach:last-child {
    width: 386px
  }

  .video__approach__text {
    font-size: 20px
  }

  .video__approach-row {
    gap: 96px
  }
}

@media (max-width:1199px) {
  .video {
    gap: 56px;
    padding: 72px 48px
  }

  .video__bottom {
    flex-direction: column;
    gap: 56px
  }

  .video__approach {
    width: 100%
  }

  .video__approach__text {
    font-size: 20px;
    max-width: 624px
  }

  .video__approach:last-child {
    width: 100%
  }

  .video__approach:last-child .video__approach__text {
    max-width: 583px
  }

  .video__approach-row {
    flex-direction: column;
    gap: 48px
  }
}

@media (max-width:767px) {
  .video {
    gap: 32px;
    padding: 32px 16px
  }

  .video__badge {
    font-size: 14px;
    height: 32px;
    width: -moz-fit-content;
    width: fit-content
  }

  .video__bottom {
    gap: 40px
  }

  .video__approach {
    gap: 24px
  }

  .video__approach__text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 120%;
    max-width: 311px
  }

  .video__approach:last-child .video__approach__text {
    max-width: 311px
  }

  .video__approach-row {
    flex-direction: column-reverse;
    gap: 24px
  }
}

/* ===== Inline <style> block #17 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.card {
  align-items: center;
  background-color: #191919;
  display: flex;
  flex-direction: column;
  height: 2600px;
  padding: 132px 0
}

.card__title {
  color: #fff;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%;
  max-width: 1233px;
  position: sticky;
  text-align: center;
  top: 50px;
  z-index: 10
}

.card__pin-wrapper {
  height: 100vh;
  perspective: 3000px;
}

.card__pin-wrapper,
.card__stack {
  align-items: center;
  display: flex;
  justify-content: center
}

.card__stack {
  height: 700px;
  position: relative;
  width: 775px
}

.card__item {
  align-items: center;
  backdrop-filter: blur(25px);
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 40px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  gap: 56px;
  height: 100%;
  justify-content: center;
  padding: 64px;
  position: absolute;
  width: 100%;
  will-change: transform
}

.card__item__divider {
  background: linear-gradient(90deg, #252527, #6a6b70 50%, #252527);
  min-height: 1px;
  width: 100%
}

.card__item__problem,
.card__item__resolve {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.card__item__problem-ellipse,
.card__item__resolve-ellipse {
  filter: blur(55.3739242554px);
  height: 32px;
  position: absolute;
  right: -22.992px;
  top: 4px;
  width: 192px
}

.card__item__problem-ellipse {
  background-color: #991c00
}

.card__item__resolve-ellipse {
  background-color: #4e7524
}

.card__item__badge-wrapper {
  position: relative
}

.card__item__problem-badge,
.card__item__resolve-badge {
  align-items: center;
  border: 1px solid #4d4d4d;
  border-radius: 32px;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 100%;
  padding: 8px 24px
}

.card__item__problem-badge {
  color: #ff3305
}

.card__item__resolve-badge {
  color: #8cc84b
}

.card__item__text-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 142px;
  justify-content: space-between
}

.card__item__desc {
  color: #e6e6e6;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  text-align: center
}

.card__item__title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -.96px;
  line-height: 100%;
  text-align: center
}

.card__item:first-child {
  transform: rotate(0deg) translateZ(0);
  z-index: 4
}

.card__item:nth-child(2) {
  transform: rotate(-12deg) translateZ(-5px);
  z-index: 3
}

.card__item:nth-child(3) {
  transform: rotate(12deg) translateZ(-10px);
  z-index: 2
}

.card__item:nth-child(4) {
  transform: rotate(-5deg) translateZ(-15px);
  z-index: 1
}

@media (min-width:1920px) and (max-width:2559px) {
  .card {
    height: 2400px;
    padding: 96px 0
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .card {
    height: 2000px;
    padding: 80px 0
  }

  .card__title {
    font-size: 48px;
    letter-spacing: -.96px;
    max-width: 875px
  }

  .card__stack {
    height: 554px;
    width: 600px
  }

  .card__item {
    border-radius: 32.139px;
    gap: 44px;
    padding: 51.422px
  }

  .card__item__problem,
  .card__item__resolve {
    gap: 38px
  }

  .card__item__problem-ellipse,
  .card__item__resolve-ellipse {
    bottom: -.926px;
    filter: blur(44.4914093018px);
    height: 25.711px;
    right: -22.821px;
    width: 154.267px
  }

  .card__item__problem-badge,
  .card__item__resolve-badge {
    border-radius: 24px;
    font-size: 16px;
    padding: 6px 18px
  }

  .card__item__text-wrapper {
    height: 114px
  }

  .card__item__desc {
    font-size: 18px;
    text-align: center
  }

  .card__item__title {
    font-size: 36px;
    letter-spacing: -.72px
  }
}

@media (max-width:1199px) {
  .card {
    gap: 64px;
    height: 2000px;
    padding: 72px 0
  }

  .card__title {
    font-size: 40px;
    letter-spacing: -.8px;
    max-width: 549px
  }

  .card__stack {
    height: 356px;
    width: 396px
  }

  .card__item {
    border-radius: 20px;
    border-width: .5px;
    box-shadow: 0 2.048px 5.12px 0 rgba(0, 0, 0, .25);
    gap: 28px;
    padding: 32px
  }

  .card__item__problem,
  .card__item__resolve {
    gap: 24px
  }

  .card__item__problem-ellipse,
  .card__item__resolve-ellipse {
    filter: blur(28px);
    height: 16px;
    left: -9px;
    top: 2px;
    width: 98px
  }

  .card__item__problem-badge,
  .card__item__resolve-badge {
    border-radius: 16px;
    font-size: 12px;
    padding: 4px 12px
  }

  .card__item__text-wrapper {
    height: 73px
  }

  .card__item__desc {
    font-size: 12px
  }

  .card__item__title {
    font-size: 24px;
    letter-spacing: -.48px
  }
}

@media (max-width:767px) {
  .card {
    gap: 32px;
    height: unset;
    min-height: unset;
    padding: 32px 16px
  }

  .card__title {
    font-size: 24px;
    letter-spacing: 0;
    position: relative;
    top: unset
  }

  .card__pin-wrapper {
    height: unset;
    perspective: unset
  }

  .card__stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: unset;
    width: unset
  }

  .card__item {
    border-radius: 13px;
    border-width: .5px;
    box-shadow: 0 2.048px 5.12px 0 rgba(0, 0, 0, .25);
    gap: 16px;
    height: unset;
    padding: 16px;
    position: relative;
    width: 100%
  }

  .card__item:first-child,
  .card__item:nth-child(2),
  .card__item:nth-child(3),
  .card__item:nth-child(4) {
    transform: unset
  }

  .card__item__problem-ellipse,
  .card__item__resolve-ellipse {
    filter: blur(17px);
    height: 10px;
    left: -1px;
    top: 1px;
    width: 61px
  }

  .card__item__problem-badge,
  .card__item__resolve-badge {
    border-radius: 12px;
    font-size: 12px;
    padding: 4px 12px
  }

  .card__item__text-wrapper {
    gap: 16px;
    height: unset
  }

  .card__item__desc {
    font-size: 16px
  }

  .card__item__title {
    font-size: 24px;
    letter-spacing: 0
  }
}

/* ===== Inline <style> block #18 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.product {
  background: #191919;
  gap: 96px;
  padding: 124px 200px
}

.product,
.product__top {
  align-items: center;
  display: flex;
  flex-direction: column
}

.product__top {
  gap: 72px
}

.product__badge {
  align-items: center;
  backdrop-filter: blur(2px);
  background: #333;
  border-radius: 51px;
  display: flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content
}

.product__badge,
.product__title {
  color: #fff;
  font-weight: 500;
  line-height: 100%
}

.product__title {
  font-size: 96px;
  letter-spacing: -1.92px;
  max-width: 1459px;
  text-align: center
}

.product__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%
}

.product__card {
  display: flex;
  gap: 24px;
  height: 680px;
  width: 100%
}

.product__card__left,
.product__card__right {
  background: #010101;
  border: 1px solid #4d4d4d;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between
}

.product__card__left {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 48px 80px;
  width: 65%
}

.product__card__right {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 40px;
  position: relative;
  width: 35%
}

.product__card__text-wrapper,
.product__card__top {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.product__card__s-badge-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 12px
}

.product__card__s-badge {
  backdrop-filter: blur(13.5px);
  background: radial-gradient(161.3% 141.42% at 0 0, rgba(27, 27, 27, 0) 0, rgba(27, 27, 27, .6) 49.48%);
  border: 1px solid hsla(0, 0%, 100%, 0);
  border-radius: 9px;
  box-shadow: 0 4.5px 11.25px 0 rgba(0, 0, 0, .3);
  padding: 8px 16px
}

.product__card__s-badge:nth-child(2) {
  background: radial-gradient(161.3% 141.42% at 0 0, rgba(140, 200, 75, 0) 0, rgba(140, 200, 75, .6) 100%)
}

.product__card__s-badge {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%
}

.product__card__title {
  color: #fff;
  font-size: 88px;
  font-weight: 500;
  letter-spacing: -1.76px;
  line-height: 100%
}

.product__card__desc {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  max-width: 1060px
}

.product__card__badge-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.product__card__badge {
  background: hsla(0, 0%, 41%, .5);
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  padding: 12px 16px
}

.product__card__mentor {
  align-items: center;
  bottom: -24px;
  display: flex;
  gap: 16px;
  position: relative
}

.product__card__mentor span {
  color: #b3b3b3;
  font-size: 56px;
  font-weight: 500;
  line-height: 56px
}

.product__card__mentor img {
  height: auto;
  width: 180px
}

.product__card__img {
  border-radius: 24px;
  bottom: 0;
  height: 100%;
  mix-blend-mode: luminosity;
  position: absolute;
  right: 0;
  width: auto
}

.product__card__content-wrapper {
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(31, 31, 31, .6);
  border: 1px solid #333;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: max-content;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
  position: relative;
  z-index: 5
}

.product__card__buttons {
  display: flex;
  gap: 24px;
  z-index: 5
}

.product__card__more,
.product__card__subs {
  align-items: center;
  border-radius: 51px;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  gap: 16px;
  height: 80px;
  justify-content: center;
  line-height: 100%;
  width: 100%
}

.product__card__more {
  background: #1a1a1a;
  border: 1px solid #4d4d4d;
  color: #fff
}

.product__card__subs {
  background: #fff;
  color: #191919
}

.product__card__collab {
  height: auto;
  width: 436px
}

.product__card__divider {
  background-color: #333;
  height: 1px;
  min-height: 1px;
  width: 100%
}

.product__card__text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-align: center
}

.product__card__wrapper {
  align-items: center;
  display: flex;
  gap: 24px;
  padding: 22px 0
}

.product__card__wrapper img {
  height: 72px;
  width: auto
}

.product__card__wrapper span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%
}

.product__card .time-badge {
  align-items: center
}

.product__card .time-badge.-transparent .time-badge__time-value {
  color: #fff
}

.product__card .time-badge.-transparent .time-badge__label {
  color: #8cc84b
}

.product__card .time-badge.-transparent .time-badge__time-label {
  color: #999
}

.product__card:first-child .product__card__desc {
  max-width: 897px
}

.product__card:nth-child(2) .product__card__badge-wrapper {
  max-width: 724px
}

.product__card:nth-child(2) .product__card__desc {
  max-width: 876px
}

.product__card:nth-child(3) .product__card__badge-wrapper {
  max-width: 678px
}

.product__card:nth-child(3) .product__card__desc {
  max-width: 1060px
}

.product__card:nth-child(4) .product__card__badge-wrapper {
  max-width: 717px
}

.product__card:nth-child(4) .product__card__desc {
  max-width: 1060px
}

.product__card:nth-child(5) .product__card__badge-wrapper {
  max-width: 571px
}

.product__card:nth-child(5) .product__card__desc {
  max-width: 1060px
}

.product__card:nth-child(6) .product__card__badge-wrapper {
  max-width: 614px
}

.product__card:nth-child(6) .product__card__desc {
  max-width: 1060px
}

@media (min-width:1920px) and (max-width:2559px) {
  .product {
    padding: 80px 20px;
  }

  .product__title {
    font-size: 72px;
    letter-spacing: -1.44px;
    max-width: 1442px
  }

  .product__content {
    gap: 40px
  }

  .product__card {
    height: 526px
  }

  .product__card__s-badge-wrapper {
    gap: 9px
  }

  .product__card__s-badge {
    font-size: 16px;
    padding: 6px 12px
  }

  .product__card__left {
    padding: 40px 64px
  }

  .product__card__right {
    padding: 40px 32px
  }

  .product__card__text-wrapper,
  .product__card__top {
    gap: 30px
  }

  .product__card__title {
    font-size: 64px;
    letter-spacing: -1.28px
  }

  .product__card__desc {
    font-size: 24px;
    max-width: 820.5px
  }

  .product__card__content-wrapper {
    gap: 18px;
    height: max-content;
    padding: 18px
  }

  .product__card__collab {
    width: 337.5px
  }

  .product__card__more,
  .product__card__subs {
    border-radius: 40px;
    font-size: 18px;
    gap: 12px;
    height: 64px
  }

  .product__card__text {
    font-size: 18px
  }

  .product__card__wrapper {
    gap: 16px;
    padding: 16px 0
  }

  .product__card__wrapper img {
    height: 56px
  }

  .product__card__wrapper span {
    font-size: 18px
  }

  .product__card__mentor span {
    font-size: 40px;
    line-height: 40px
  }

  .product__card__mentor img {
    width: 130px
  }

  .product__card__mentor {
    bottom: -20px
  }

  .product__card .time-badge {
    gap: 12.5px
  }

  .product__card .time-badge.-transparent .time-badge__circle {
    height: 9px;
    width: 9px
  }

  .product__card .time-badge.-transparent .time-badge__top {
    gap: 12px
  }

  .product__card .time-badge.-transparent .time-badge__time-value {
    font-size: 37.156px
  }

  .product__card .time-badge.-transparent .time-badge__label {
    font-size: 16px
  }

  .product__card .time-badge.-transparent .time-badge__time-label {
    font-size: 14px
  }

  .product__card .time-badge.-transparent .time-badge__bottom {
    gap: 24px
  }

  .product__card .time-badge.-transparent .time-badge__bottom span {
    font-size: 24px
  }

  .product__card .time-badge.-transparent .time-badge__time-col {
    gap: 9px
  }

  .product__card:first-child .product__card__desc {
    max-width: 694px
  }

  .product__card:nth-child(2) .product__card__badge-wrapper {
    max-width: 724px
  }

  .product__card:nth-child(2) .product__card__desc,
  .product__card:nth-child(3) .product__card__badge-wrapper {
    max-width: 678px
  }

  .product__card:nth-child(3) .product__card__desc {
    max-width: 820px
  }

  .product__card:nth-child(4) .product__card__badge-wrapper {
    max-width: 717px
  }

  .product__card:nth-child(4) .product__card__desc {
    max-width: 820px
  }

  .product__card:nth-child(5) .product__card__badge-wrapper {
    max-width: 571px
  }

  .product__card:nth-child(5) .product__card__desc {
    max-width: 820px
  }

  .product__card:nth-child(6) .product__card__badge-wrapper {
    max-width: 614px
  }

  .product__card:nth-child(6) .product__card__desc {
    max-width: 820px
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .product {
    gap: 80px;
    padding: 80px 20px;
  }

  .product__title {
    font-size: 64px;
    letter-spacing: -1.28px;
    max-width: 877px
  }

  .product__top {
    gap: 80px
  }

  .product__content {
    gap: 40px
  }

  .product__card {
    height: 394px
  }

  .product__card__left {
    padding: 32px 40px
  }

  .product__card__right {
    padding: 32px 24px
  }

  .product__card__text-wrapper,
  .product__card__top {
    gap: 24px
  }

  .product__card__s-badge-wrapper {
    gap: 8px
  }

  .product__card__s-badge {
    backdrop-filter: blur(7.8312497139px);
    border: .5px solid hsla(0, 0%, 100%, 0);
    border-radius: 9px;
    box-shadow: 0 2.61px 6.526px 0 rgba(0, 0, 0, .3);
    font-size: 12px;
    padding: 4px 12px
  }

  .product__card__title {
    font-size: 48px;
    letter-spacing: -.96px
  }

  .product__card__desc {
    font-size: 20px;
    max-width: 614px
  }

  .product__card__content-wrapper {
    border-radius: 12px;
    gap: 14px;
    height: max-content;
    padding: 14px
  }

  .product__card__badge-wrapper {
    gap: 8px
  }

  .product__card__badge {
    font-size: 14px;
    padding: 6px 12px
  }

  .product__card__collab {
    width: 253px
  }

  .product__card__more,
  .product__card__subs {
    border-radius: 30px;
    font-size: 14px;
    gap: 8px;
    height: 48px
  }

  .product__card__text {
    font-size: 14px
  }

  .product__card__wrapper {
    gap: 14px;
    padding: 12px 0
  }

  .product__card__wrapper img {
    height: 40px
  }

  .product__card__wrapper span {
    font-size: 14px
  }

  .product__card__mentor span {
    font-size: 32px;
    line-height: 32px
  }

  .product__card__mentor img {
    width: 100px
  }

  .product__card__mentor {
    bottom: -15px
  }

  .product__card .time-badge {
    gap: 9px
  }

  .product__card .time-badge.-transparent .time-badge__circle {
    height: 6px;
    width: 6px
  }

  .product__card .time-badge.-transparent .time-badge__top {
    gap: 9px
  }

  .product__card .time-badge.-transparent .time-badge__time-value {
    font-size: 28px
  }

  .product__card .time-badge.-transparent .time-badge__label {
    font-size: 12px
  }

  .product__card .time-badge.-transparent .time-badge__time-label {
    font-size: 12px
  }

  .product__card .time-badge.-transparent .time-badge__bottom {
    gap: 18px
  }

  .product__card .time-badge.-transparent .time-badge__bottom span {
    font-size: 18px
  }

  .product__card .time-badge.-transparent .time-badge__time-col {
    gap: 6px
  }

  .product__card:first-child .product__card__desc {
    max-width: 615px
  }

  .product__card:nth-child(2) .product__card__badge-wrapper {
    max-width: 511px
  }

  .product__card:nth-child(2) .product__card__desc {
    max-width: 508px
  }

  .product__card:nth-child(3) .product__card__badge-wrapper {
    max-width: 480px
  }

  .product__card:nth-child(3) .product__card__desc {
    max-width: 614px
  }

  .product__card:nth-child(4) .product__card__badge-wrapper {
    max-width: 508px
  }

  .product__card:nth-child(4) .product__card__desc {
    max-width: 614px
  }

  .product__card:nth-child(5) .product__card__badge-wrapper {
    max-width: 404px
  }

  .product__card:nth-child(5) .product__card__desc {
    max-width: 614px
  }

  .product__card:nth-child(6) .product__card__badge-wrapper {
    max-width: 437px
  }

  .product__card:nth-child(6) .product__card__desc {
    max-width: 614px
  }
}

@media (max-width:1199px) {
  .product {
    gap: 56px;
    padding: 72px 20px
  }

  .product__title {
    font-size: 40px;
    letter-spacing: -.8px;
    max-width: 543px
  }

  .product__top {
    gap: 56px
  }

  .product__content {
    gap: 32px
  }

  .product__card {
    flex-direction: column;
    gap: 16px;
    height: unset
  }

  .product__card__left,
  .product__card__right {
    width: unset
  }

  .product__card__left {
    height: 394px;
    padding: 32px
  }

  .product__card__right {
    flex-direction: row;
    height: 206px;
    padding: 32px
  }

  .product__card__text-wrapper,
  .product__card__top {
    gap: 24px
  }

  .product__card__s-badge-wrapper {
    gap: 8px
  }

  .product__card__s-badge {
    backdrop-filter: blur(7.8312497139px);
    border: .5px solid hsla(0, 0%, 100%, 0);
    border-radius: 9px;
    box-shadow: 0 2.61px 6.526px 0 rgba(0, 0, 0, .3);
    font-size: 12px;
    padding: 4px 12px
  }

  .product__card__title {
    font-size: 48px;
    letter-spacing: -.96px
  }

  .product__card__desc {
    font-size: 20px;
    max-width: 608px
  }

  .product__card__content-wrapper {
    border-radius: 12px;
    gap: 12px;
    height: max-content;
    padding: 12px;
    width: 297px
  }

  .product__card__badge-wrapper {
    gap: 8px
  }

  .product__card__badge {
    font-size: 14px;
    padding: 6px 12px
  }

  .product__card__collab {
    width: 253px
  }

  .product__card__buttons {
    flex-direction: column;
    gap: 16px;
    width: 248px
  }

  .product__card__more,
  .product__card__subs {
    border-radius: 40px;
    font-size: 18px;
    gap: 8px;
    height: 62px
  }

  .product__card__text {
    font-size: 14px
  }

  .product__card__wrapper {
    gap: 14px;
    padding: 12px 0
  }

  .product__card__wrapper img {
    height: 32px
  }

  .product__card__wrapper span {
    font-size: 14px
  }

  .product__card__mentor span {
    font-size: 24px;
    line-height: 23px
  }

  .product__card__mentor img {
    width: 100px
  }

  .product__card__mentor {
    bottom: -13px
  }

  .product__card .time-badge {
    gap: 9px
  }

  .product__card .time-badge.-transparent .time-badge__circle {
    height: 6px;
    width: 6px
  }

  .product__card .time-badge.-transparent .time-badge__top {
    gap: 9px
  }

  .product__card .time-badge.-transparent .time-badge__time-value {
    font-size: 28px
  }

  .product__card .time-badge.-transparent .time-badge__label {
    font-size: 12px
  }

  .product__card .time-badge.-transparent .time-badge__time-label {
    font-size: 12px
  }

  .product__card .time-badge.-transparent .time-badge__bottom {
    gap: 18px
  }

  .product__card .time-badge.-transparent .time-badge__bottom span {
    font-size: 18px
  }

  .product__card .time-badge.-transparent .time-badge__time-col {
    gap: 6px
  }

  .product__card:first-child .product__card__desc {
    max-width: 100%
  }

  .product__card:nth-child(2) .product__card__badge-wrapper {
    max-width: 511px
  }

  .product__card:nth-child(2) .product__card__desc {
    max-width: 508px
  }

  .product__card:nth-child(3) .product__card__badge-wrapper {
    max-width: 480px
  }

  .product__card:nth-child(3) .product__card__desc {
    max-width: 614px
  }

  .product__card:nth-child(4) .product__card__badge-wrapper {
    max-width: 508px
  }

  .product__card:nth-child(4) .product__card__desc {
    max-width: 608px
  }

  .product__card:nth-child(5) .product__card__badge-wrapper {
    max-width: 404px
  }

  .product__card:nth-child(5) .product__card__desc {
    max-width: 608px
  }

  .product__card:nth-child(6) .product__card__badge-wrapper {
    max-width: 437px
  }

  .product__card:nth-child(6) .product__card__desc {
    max-width: 608px
  }
}

@media (max-width:767px) {
  .product {
    gap: 32px;
    padding: 32px 16px
  }

  .product__title {
    font-size: 24px;
    letter-spacing: -.48px;
    max-width: 328px
  }

  .product__top {
    gap: 24px
  }

  .product__badge {
    font-size: 14px;
    height: 32px
  }

  .product__content {
    gap: 16px
  }

  .product__card {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain !important;
    background: #010101;
    border: 1px solid #4d4d4d;
    border-radius: 24px;
    gap: 24px;
    padding: 16px
  }

  .product__card__left {
    gap: 32px
  }

  .product__card__left,
  .product__card__right {
    background-color: transparent;
    border: unset;
    height: unset;
    padding: unset
  }

  .product__card__right {
    flex-direction: column;
    gap: 24px
  }

  .product__card__text-wrapper {
    gap: 16px
  }

  .product__card__title {
    font-size: 24px;
    letter-spacing: 0
  }

  .product__card__desc {
    font-size: 16px
  }

  .product__card__content-wrapper {
    height: max-content;
    width: 100%
  }

  .product__card__badge-wrapper {
    gap: 6px
  }

  .product__card__badge {
    font-size: 12px;
    padding: 6px 8px
  }

  .product__card__buttons {
    gap: 12px;
    width: 100%
  }

  .product__card__img {
    display: none
  }

  .product__card__more,
  .product__card__subs {
    border-radius: 51px;
    font-size: 16px;
    gap: 12px;
    height: 48px
  }

  .product__card__wrapper {
    gap: 10px
  }

  .product__card__mentor span {
    font-size: 24px;
    line-height: 24px
  }

  .product__card .time-badge {
    gap: 9px
  }

  .product__card .time-badge.-transparent .time-badge__bottom {
    gap: 16px
  }

  .product__card .time-badge.-transparent .time-badge__bottom span {
    font-size: 18px
  }

  .product__card:first-child .product__card__badge-wrapper {
    max-width: 230px
  }

  .product__card:nth-child(2) .product__card__badge-wrapper {
    max-width: 280px
  }

  .product__card:nth-child(3) .product__card__badge-wrapper {
    max-width: 296px
  }

  .product__card:nth-child(4) .product__card__badge-wrapper {
    max-width: 283px
  }

  .product__card:nth-child(5) .product__card__badge-wrapper {
    max-width: 261px
  }

  .product__card:nth-child(6) .product__card__badge-wrapper {
    max-width: 252px
  }
}

/* ===== Inline <style> block #19 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.time-badge {
  background: rgba(36, 36, 36, .5);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 24px 48px 24px 24px
}

.time-badge__top {
  align-items: center;
  display: flex;
  gap: 16px
}

.time-badge__circle {
  background-color: #8cc84b;
  border-radius: 50%;
  height: 12px;
  width: 12px
}

.time-badge__label {
  color: #8cc84b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.72px;
  line-height: 100%
}

.time-badge__bottom {
  align-items: center;
  display: flex;
  gap: 30px
}

.time-badge__time-col {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.time-badge span {
  color: #fff
}

.time-badge__time-value {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: -1.92px;
  line-height: 100%
}

.time-badge__time-label {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.64px;
  line-height: 100%
}

.time-badge.-white {
  align-items: center;
  background: hsla(0, 0%, 100%, .5);
  border-radius: 12px;
  padding: 24px 72px;
  z-index: 10
}

.time-badge.-white .time-badge__bottom {
  gap: 48px
}

.time-badge.-white .time-badge__time-value {
  color: #0d0d0d
}

.time-badge.-transparent {
  background-color: transparent;
  padding: 0
}

.time-badge.-transparent .time-badge__label,
.time-badge.-transparent .time-badge__time-value {
  color: #0d0d0d
}

.time-badge.-transparent .time-badge__time-label {
  color: #666
}

.time-badge.-transparent .time-badge__bottom span {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (max-width:1199px) {

  .time-badge,
  .time-badge.-white {
    border-radius: 8px;
    gap: 18px;
    padding: 14px 30px 14px 14px
  }

  .time-badge.-white__label,
  .time-badge__label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.56px;
    line-height: 100%
  }

  .time-badge.-white__bottom,
  .time-badge__bottom {
    gap: 18px !important
  }

  .time-badge.-white__circle,
  .time-badge__circle {
    height: 7px;
    width: 7px
  }

  .time-badge.-white__time-value,
  .time-badge__time-value {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: normal
  }

  .time-badge.-white__time-label,
  .time-badge__time-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%
  }

  .time-badge.-white__time-col,
  .time-badge__time-col {
    gap: 7.5px
  }
}

@media (max-width:767px) {

  .time-badge,
  .time-badge.-white {
    align-items: center;
    gap: 12px;
    padding: 16px 12px;
    width: 100%
  }

  .time-badge.-white__label,
  .time-badge__label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.56px;
    letter-spacing: 0;
    line-height: 100%
  }

  .time-badge.-white__circle,
  .time-badge__circle {
    height: 6px;
    width: 6px
  }

  .time-badge.-white__time-value,
  .time-badge__time-value {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    letter-spacing: -.64px;
    letter-spacing: 0;
    line-height: 100%
  }

  .time-badge.-white__time-label,
  .time-badge__time-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    letter-spacing: 0;
    line-height: 100%;
    line-height: 130%
  }

  .time-badge.-white__bottom,
  .time-badge__bottom {
    gap: 9px !important
  }

  .time-badge.-white__time-col,
  .time-badge__time-col {
    align-items: center;
    gap: 8px
  }
}

@media (max-width:1199px) {
  .time-badge.-transparent .time-badge__bottom span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }
}

/* ===== Inline <style> block #20 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.faq {
  align-items: center;
  background-color: #191919;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 132px 0;
  width: 100%
}

.faq__content,
.faq__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column
}

.faq__wrapper {
  gap: 96px;
  max-width: 1432px;
  width: 100%;
  z-index: 1
}

.faq__content {
  gap: 72px;
  width: 100%
}

.faq__badge {
  backdrop-filter: blur(2px);
  background: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  line-height: 100%;
  padding: 0 32px
}

.faq__all,
.faq__badge {
  align-items: center;
  border-radius: 51px;
  display: flex
}

.faq__all {
  background-color: #fff;
  cursor: pointer;
  height: 80px;
  justify-content: space-between;
  padding: 28px 32px;
  width: 290px;
  z-index: 1
}

.faq__all span {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.96px;
  line-height: 100%
}

.faq__all svg {
  color: #0d0d0d;
  transform: rotate(180deg);
  transition: .4s
}

.faq__all.-active svg {
  transform: rotate(0deg)
}

.faq__accordion {
  background: #1f1f1f;
  border: 1px solid #333;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 32px
}

.faq__accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%
}

.faq__accordion {
  width: 100%
}

.faq__accordion__title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%
}

.faq__accordion__title-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between
}

.faq__accordion__text {
  color: #ccc;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%
}

.faq__accordion__text span {
  color: #fff;
  font-weight: 500
}

.faq__accordion__switcher {
  align-items: center;
  border: 1px solid #666;
  border-radius: 50px;
  display: flex;
  height: 72px;
  justify-content: center;
  min-height: 72px;
  min-width: 72px;
  width: 72px
}

.faq__accordion__switcher span {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.96px;
  line-height: 100%
}

.faq__accordion__switcher svg {
  color: #ccc;
  height: 20px;
  transform: rotate(180deg);
  transition: .4s;
  width: 20px
}

.faq__accordion__switcher.-active svg {
  transform: rotate(0deg)
}

.faq__accordion.-prioritized {
  background: var(--radial, radial-gradient(70.28% 82.17% at 49.54% -5.94%, hsla(0, 0%, 100%, .19) 0, hsla(0, 0%, 100%, .02) 100%))
}

@media (min-width:1920px) and (max-width:2559px) {
  .faq {
    padding: 124px 0
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .faq {
    padding: 80px 94px
  }

  .faq__wrapper {
    gap: 80px;
    max-width: 1252px
  }

  .faq__accordion__title {
    font-size: 32px
  }
}

@media (max-width:1199px) {
  .faq {
    padding: 72px 48px
  }

  .faq__wrapper {
    gap: 72px;
    max-width: 656px
  }

  .faq__accordion {
    border-radius: 16px;
    gap: 10px;
    padding: 20px 24px
  }

  .faq__accordion-wrapper {
    gap: 24px
  }

  .faq__accordion__title {
    font-size: 20px
  }

  .faq__accordion__text {
    font-size: 12px
  }

  .faq__accordion__switcher {
    height: 54px;
    min-height: 54px;
    min-width: 54px;
    width: 54px
  }

  .faq__accordion__switcher svg {
    height: 16px;
    width: 16px
  }
}

@media (max-width:767px) {
  .faq {
    padding: 32px 16px
  }

  .faq__wrapper {
    gap: 24px;
    max-width: unset
  }

  .faq__content {
    gap: 32px
  }

  .faq__all {
    gap: 16px;
    height: 48px;
    justify-content: center;
    padding: 16px 24px;
    width: 100%
  }

  .faq__all svg {
    height: 16px;
    width: 16px
  }

  .faq__all span {
    font-size: 16px
  }

  .faq__accordion {
    border-radius: 12px;
    gap: 12px;
    padding: 12px
  }

  .faq__accordion__text,
  .faq__accordion__title {
    font-size: 14px;
    line-height: 120%
  }

  .faq__accordion__title {
    max-width: 268px
  }

  .faq__accordion__switcher {
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    width: 36px
  }

  .faq__accordion__switcher svg {
    height: 12px;
    width: 12px
  }

  .faq__accordion-wrapper {
    gap: 12px
  }
}

/* ===== Inline <style> block #21 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.contact {
  background-color: #191919;
  padding: 132px 124px;
  position: relative
}


.contact__ellipse {
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 37.41%, #4d4d4d 69.27%, #ccc);
  bottom: 0;
  height: 2154px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%
}

@media (min-width:1920px) and (max-width:2559px) {
  .contact {
    padding: 124px
  }

  .contact__ellipse {
    height: 1894px
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .contact {
    padding: 80px 94px
  }

  .contact__ellipse {
    height: 1687px
  }
}

@media (max-width:1199px) {
  .contact {
    padding: 72px 48px
  }

  .contact__ellipse {
    height: 2385px
  }
}

@media (max-width:767px) {
  .contact {
    padding: 32px 16px
  }

  .contact__ellipse {
    height: 1919px
  }
}

/* ===== Inline <style> block #22 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.contact-form {
  padding: 130px 0 150px;
  position: relative;
  width: 100%
}

.contact-form_badge {
  margin: 0 auto 70px;
  width: -moz-fit-content;
  width: fit-content
}

.contact-form_content {
  display: flex
}

.contact-form__discord {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.contact-form__discord__title {
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 100%
}

.contact-form__discord__text {
  color: #f2f2f2;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%
}

.contact-form_icon {
  align-items: center;
  background-color: #191919;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 75px;
  min-width: 75px;
  position: absolute;
  top: 0
}

.contact-form_info {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 45px;
  justify-content: flex-end;
  position: relative;
  width: 50%
}

.contact-form_info h2 {
  font-size: 72px;
  letter-spacing: -2.88px;
  color: white;
}

.contact-form_info h2,
.contact-form_info span {
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: white;
}

.contact-form_info span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.96px;
  margin-top: 45px;
  max-width: 750px
}

.contact-form_box {
  border-left: 1px solid #ccc;
  padding-left: 190px;
  width: 50%
}

.contact-form_submitted {
  align-self: flex-start;
  display: flex;
  flex-direction: column
}

.contact-form_submitted img {
  align-self: flex-end
}

.contact-form_submitted div {
  color: #fff;
  margin-top: 80px
}

.contact-form_submitted h2 {
  font-size: 72px;
  letter-spacing: -2.88px
}

.contact-form_submitted h2,
.contact-form_submitted span {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 100%
}

.contact-form_submitted span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.96px;
  margin-top: 45px;
  max-width: 750px
}

.contact-form.-cf,
.contact-form.-cryptoadvanced,
.contact-form.-home,
.contact-form.-ht,
.contact-form.-lv,
.contact-form.-mentorship,
.contact-form.-turtle {
  border-radius: 48px;
  padding: 72px 76px;
  z-index: 10
}

.contact-form.-cf .contact-form_content,
.contact-form.-cryptoadvanced .contact-form_content,
.contact-form.-home .contact-form_content,
.contact-form.-ht .contact-form_content,
.contact-form.-lv .contact-form_content,
.contact-form.-mentorship .contact-form_content,
.contact-form.-turtle .contact-form_content {
  gap: 194px
}

.contact-form.-cf .contact-form_badge,
.contact-form.-cryptoadvanced .contact-form_badge,
.contact-form.-home .contact-form_badge,
.contact-form.-ht .contact-form_badge,
.contact-form.-lv .contact-form_badge,
.contact-form.-mentorship .contact-form_badge,
.contact-form.-turtle .contact-form_badge {
  display: none
}

.contact-form.-cf .contact-form_divider,
.contact-form.-cryptoadvanced .contact-form_divider,
.contact-form.-home .contact-form_divider,
.contact-form.-ht .contact-form_divider,
.contact-form.-lv .contact-form_divider,
.contact-form.-mentorship .contact-form_divider,
.contact-form.-turtle .contact-form_divider {
  background-color: #ccc;
  width: 1px
}

.contact-form.-cf .contact-form_box,
.contact-form.-cryptoadvanced .contact-form_box,
.contact-form.-home .contact-form_box,
.contact-form.-ht .contact-form_box,
.contact-form.-lv .contact-form_box,
.contact-form.-mentorship .contact-form_box,
.contact-form.-turtle .contact-form_box {
  border-left: unset;
  padding-left: unset
}

.contact-form.-cf .contact-form_box .contact-form-s h3,
.contact-form.-cryptoadvanced .contact-form_box .contact-form-s h3,
.contact-form.-home .contact-form_box .contact-form-s h3,
.contact-form.-ht .contact-form_box .contact-form-s h3,
.contact-form.-lv .contact-form_box .contact-form-s h3,
.contact-form.-mentorship .contact-form_box .contact-form-s h3,
.contact-form.-turtle .contact-form_box .contact-form-s h3 {
  margin-bottom: 24px
}

.contact-form.-cf .contact-form_box .contact-form-s .form,
.contact-form.-cryptoadvanced .contact-form_box .contact-form-s .form,
.contact-form.-home .contact-form_box .contact-form-s .form,
.contact-form.-ht .contact-form_box .contact-form-s .form,
.contact-form.-lv .contact-form_box .contact-form-s .form,
.contact-form.-mentorship .contact-form_box .contact-form-s .form,
.contact-form.-turtle .contact-form_box .contact-form-s .form {
  margin-top: 36px
}

.contact-form.-cf,
.contact-form.-cryptoadvanced,
.contact-form.-home,
.contact-form.-ht,
.contact-form.-lv,
.contact-form.-mentorship,
.contact-form.-turtle {
  background: #191919
}

.contact-form.-cf .contact-form_icon,
.contact-form.-cryptoadvanced .contact-form_icon,
.contact-form.-home .contact-form_icon,
.contact-form.-ht .contact-form_icon,
.contact-form.-lv .contact-form_icon,
.contact-form.-mentorship .contact-form_icon,
.contact-form.-turtle .contact-form_icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 76px;
  justify-content: center;
  padding: 10px;
  width: 76px
}

.contact-form.-cf .contact-form_icon svg path,
.contact-form.-cryptoadvanced .contact-form_icon svg path,
.contact-form.-home .contact-form_icon svg path,
.contact-form.-ht .contact-form_icon svg path,
.contact-form.-lv .contact-form_icon svg path,
.contact-form.-mentorship .contact-form_icon svg path,
.contact-form.-turtle .contact-form_icon svg path {
  stroke: #000
}

.contact-form.-cf .contact-form_icon svg,
.contact-form.-cryptoadvanced .contact-form_icon svg,
.contact-form.-home .contact-form_icon svg,
.contact-form.-ht .contact-form_icon svg,
.contact-form.-lv .contact-form_icon svg,
.contact-form.-mentorship .contact-form_icon svg,
.contact-form.-turtle .contact-form_icon svg {
  height: 42px;
  width: 42px
}

.contact-form.-cf .contact-form_box .contact-form-s h3,
.contact-form.-cf .contact-form_box .contact-form-s span,
.contact-form.-cryptoadvanced .contact-form_box .contact-form-s h3,
.contact-form.-cryptoadvanced .contact-form_box .contact-form-s span,
.contact-form.-home .contact-form_box .contact-form-s h3,
.contact-form.-home .contact-form_box .contact-form-s span,
.contact-form.-ht .contact-form_box .contact-form-s h3,
.contact-form.-ht .contact-form_box .contact-form-s span,
.contact-form.-lv .contact-form_box .contact-form-s h3,
.contact-form.-lv .contact-form_box .contact-form-s span,
.contact-form.-mentorship .contact-form_box .contact-form-s h3,
.contact-form.-mentorship .contact-form_box .contact-form-s span,
.contact-form.-turtle .contact-form_box .contact-form-s h3,
.contact-form.-turtle .contact-form_box .contact-form-s span {
  color: #fff
}

.contact-form.-cf .contact-form_box .contact-form-s input,
.contact-form.-cryptoadvanced .contact-form_box .contact-form-s input,
.contact-form.-home .contact-form_box .contact-form-s input,
.contact-form.-ht .contact-form_box .contact-form-s input,
.contact-form.-lv .contact-form_box .contact-form-s input,
.contact-form.-mentorship .contact-form_box .contact-form-s input,
.contact-form.-turtle .contact-form_box .contact-form-s input {
  backdrop-filter: blur(2px);
  background-color: transparent;
  border: 1px solid #4d4d4d;
  color: #fff
}

.contact-form.-cf .contact-form_box .contact-form-s .btn,
.contact-form.-cryptoadvanced .contact-form_box .contact-form-s .btn,
.contact-form.-home .contact-form_box .contact-form-s .btn,
.contact-form.-ht .contact-form_box .contact-form-s .btn,
.contact-form.-lv .contact-form_box .contact-form-s .btn,
.contact-form.-mentorship .contact-form_box .contact-form-s .btn,
.contact-form.-turtle .contact-form_box .contact-form-s .btn {
  background: #f5f910
}

.contact-form.-cf .contact-form_box .contact-form-s .btn span,
.contact-form.-cryptoadvanced .contact-form_box .contact-form-s .btn span,
.contact-form.-home .contact-form_box .contact-form-s .btn span,
.contact-form.-ht .contact-form_box .contact-form-s .btn span,
.contact-form.-lv .contact-form_box .contact-form-s .btn span,
.contact-form.-mentorship .contact-form_box .contact-form-s .btn span,
.contact-form.-turtle .contact-form_box .contact-form-s .btn span {
  color: #0d0d0d
}

.contact-form.-cf .contact-form_box .contact-form-s .btn svg path,
.contact-form.-cryptoadvanced .contact-form_box .contact-form-s .btn svg path,
.contact-form.-home .contact-form_box .contact-form-s .btn svg path,
.contact-form.-ht .contact-form_box .contact-form-s .btn svg path,
.contact-form.-lv .contact-form_box .contact-form-s .btn svg path,
.contact-form.-mentorship .contact-form_box .contact-form-s .btn svg path,
.contact-form.-turtle .contact-form_box .contact-form-s .btn svg path {
  stroke: #0d0d0d
}

/* .contact-form.-cf .contact-form_info h2,
.contact-form.-cryptoadvanced .contact-form_info h2,
.contact-form.-home .contact-form_info h2,
.contact-form.-ht .contact-form_info h2,
.contact-form.-lv .contact-form_info h2,
.contact-form.-mentorship .contact-form_info h2,
.contact-form.-turtle .contact-form_info h2 {
  display: none
} */

.contact-form.-cf .contact-form_info span,
.contact-form.-cryptoadvanced .contact-form_info span,
.contact-form.-home .contact-form_info span,
.contact-form.-ht .contact-form_info span,
.contact-form.-lv .contact-form_info span,
.contact-form.-mentorship .contact-form_info span,
.contact-form.-turtle .contact-form_info span {
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 80px;
  margin-top: unset;
  max-width: unset
}

.contact-form.-ht .contact-form_box .contact-form-s .btn {
  background-color: #bcff2e;
  color: #0d0d0d
}

.contact-form.-ht .contact-form_box .contact-form-s .btn span {
  font-size: 24px;
  font-weight: 500
}

.contact-form.-lv .contact-form_box .contact-form-s .btn {
  background-color: #fff;
  color: #0d0d0d
}

.contact-form.-lv .contact-form_box .contact-form-s .btn span {
  font-size: 24px;
  font-weight: 500
}

.contact-form.-turtle .contact-form_box .contact-form-s .btn {
  background-color: #cdf2a4;
  color: #0d0d0d
}

.contact-form.-turtle .contact-form_box .contact-form-s .btn span {
  font-size: 24px;
  font-weight: 500
}

.contact-form.-cf .contact-form_box .contact-form-s .btn {
  background-color: #cdf2a4;
  color: #0d0d0d
}

.contact-form.-cf .contact-form_box .contact-form-s .btn span {
  font-size: 24px;
  font-weight: 500
}

.contact-form.-cryptoadvanced .contact-form_box .contact-form-s .btn {
  background-color: #ff3305
}

.contact-form.-cryptoadvanced .contact-form_box .contact-form-s .btn span {
  color: #fff
}

.contact-form.-cryptoadvanced .contact-form_box .contact-form-s .btn svg path {
  stroke: #fff
}

.contact-form.-home .contact-form_box .contact-form-s .btn {
  background-color: #fff;
  color: #0d0d0d
}

.contact-form.-home .contact-form_box .contact-form-s .btn span {
  font-size: 24px;
  font-weight: 500
}

@media screen and (min-width:1919px) and (max-width:2559px) {
  .contact-form__discord {
    gap: 48px
  }

  .contact-form__discord__title {
    font-size: 48px
  }

  .contact-form.-cf,
  .contact-form.-cryptoadvanced,
  .contact-form.-home,
  .contact-form.-ht,
  .contact-form.-lv,
  .contact-form.-mentorship,
  .contact-form.-turtle {
    padding: 56px
  }

  .contact-form.-cf .contact-form_content,
  .contact-form.-cryptoadvanced .contact-form_content,
  .contact-form.-home .contact-form_content,
  .contact-form.-ht .contact-form_content,
  .contact-form.-lv .contact-form_content,
  .contact-form.-mentorship .contact-form_content,
  .contact-form.-turtle .contact-form_content {
    gap: 72px
  }

  .contact-form.-cf .contact-form_info span,
  .contact-form.-cryptoadvanced .contact-form_info span,
  .contact-form.-home .contact-form_info span,
  .contact-form.-ht .contact-form_info span,
  .contact-form.-lv .contact-form_info span,
  .contact-form.-mentorship .contact-form_info span,
  .contact-form.-turtle .contact-form_info span {
    font-size: 48px;
    margin-bottom: unset
  }

  .contact-form.-cf .contact-form_box,
  .contact-form.-cryptoadvanced .contact-form_box,
  .contact-form.-home .contact-form_box,
  .contact-form.-ht .contact-form_box,
  .contact-form.-lv .contact-form_box,
  .contact-form.-mentorship .contact-form_box,
  .contact-form.-turtle .contact-form_box {
    border-left: unset;
    padding-left: unset
  }

  .contact-form.-cf .contact-form_box .contact-form-s span,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s span,
  .contact-form.-home .contact-form_box .contact-form-s span,
  .contact-form.-ht .contact-form_box .contact-form-s span,
  .contact-form.-lv .contact-form_box .contact-form-s span,
  .contact-form.-mentorship .contact-form_box .contact-form-s span,
  .contact-form.-turtle .contact-form_box .contact-form-s span {
    font-size: 20px
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .contact-form__discord {
    gap: 32px
  }

  .contact-form__discord__title {
    font-size: 40px
  }

  .contact-form.-cf,
  .contact-form.-cryptoadvanced,
  .contact-form.-home,
  .contact-form.-ht,
  .contact-form.-lv,
  .contact-form.-mentorship,
  .contact-form.-turtle {
    padding: 40px
  }

  .contact-form.-cf .contact-form_content,
  .contact-form.-cryptoadvanced .contact-form_content,
  .contact-form.-home .contact-form_content,
  .contact-form.-ht .contact-form_content,
  .contact-form.-lv .contact-form_content,
  .contact-form.-mentorship .contact-form_content,
  .contact-form.-turtle .contact-form_content {
    gap: 56px
  }

  .contact-form.-cf .contact-form_info span,
  .contact-form.-cryptoadvanced .contact-form_info span,
  .contact-form.-home .contact-form_info span,
  .contact-form.-ht .contact-form_info span,
  .contact-form.-lv .contact-form_info span,
  .contact-form.-mentorship .contact-form_info span,
  .contact-form.-turtle .contact-form_info span {
    font-size: 40px;
    margin-bottom: unset
  }

  .contact-form.-cf .contact-form_box,
  .contact-form.-cryptoadvanced .contact-form_box,
  .contact-form.-home .contact-form_box,
  .contact-form.-ht .contact-form_box,
  .contact-form.-lv .contact-form_box,
  .contact-form.-mentorship .contact-form_box,
  .contact-form.-turtle .contact-form_box {
    border-left: unset;
    padding-left: unset
  }

  .contact-form.-cf .contact-form_box .contact-form-s span,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s span,
  .contact-form.-home .contact-form_box .contact-form-s span,
  .contact-form.-ht .contact-form_box .contact-form-s span,
  .contact-form.-lv .contact-form_box .contact-form-s span,
  .contact-form.-mentorship .contact-form_box .contact-form-s span,
  .contact-form.-turtle .contact-form_box .contact-form-s span {
    font-size: 18px
  }

  .contact-form.-cf .contact-form_box .contact-form-s h3,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s h3,
  .contact-form.-home .contact-form_box .contact-form-s h3,
  .contact-form.-ht .contact-form_box .contact-form-s h3,
  .contact-form.-lv .contact-form_box .contact-form-s h3,
  .contact-form.-mentorship .contact-form_box .contact-form-s h3,
  .contact-form.-turtle .contact-form_box .contact-form-s h3 {
    font-size: 32px
  }

  .contact-form.-cf .contact-form_box .contact-form-s .btn,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s .btn,
  .contact-form.-home .contact-form_box .contact-form-s .btn,
  .contact-form.-ht .contact-form_box .contact-form-s .btn,
  .contact-form.-lv .contact-form_box .contact-form-s .btn,
  .contact-form.-mentorship .contact-form_box .contact-form-s .btn,
  .contact-form.-turtle .contact-form_box .contact-form-s .btn {
    width: 340px
  }
}

@media (max-width:1199px) {
  .contact-form__discord {
    gap: 24px
  }

  .contact-form__discord__title {
    font-size: 40px
  }

  .contact-form__discord__text {
    font-size: 24px
  }

  .contact-form.-cf,
  .contact-form.-cryptoadvanced,
  .contact-form.-home,
  .contact-form.-ht,
  .contact-form.-lv,
  .contact-form.-mentorship,
  .contact-form.-turtle {
    padding: 56px
  }

  .contact-form.-cf .contact-form_content,
  .contact-form.-cryptoadvanced .contact-form_content,
  .contact-form.-home .contact-form_content,
  .contact-form.-ht .contact-form_content,
  .contact-form.-lv .contact-form_content,
  .contact-form.-mentorship .contact-form_content,
  .contact-form.-turtle .contact-form_content {
    flex-direction: column;
    gap: 56px
  }

  .contact-form.-cf .contact-form_box,
  .contact-form.-cryptoadvanced .contact-form_box,
  .contact-form.-home .contact-form_box,
  .contact-form.-ht .contact-form_box,
  .contact-form.-lv .contact-form_box,
  .contact-form.-mentorship .contact-form_box,
  .contact-form.-turtle .contact-form_box {
    width: 100%
  }

  .contact-form.-cf .contact-form_box .contact-form-s span,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s span,
  .contact-form.-home .contact-form_box .contact-form-s span,
  .contact-form.-ht .contact-form_box .contact-form-s span,
  .contact-form.-lv .contact-form_box .contact-form-s span,
  .contact-form.-mentorship .contact-form_box .contact-form-s span,
  .contact-form.-turtle .contact-form_box .contact-form-s span {
    font-size: 18px;
    max-width: unset;
    width: unset
  }

  .contact-form.-cf .contact-form_box .contact-form-s h3,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s h3,
  .contact-form.-home .contact-form_box .contact-form-s h3,
  .contact-form.-ht .contact-form_box .contact-form-s h3,
  .contact-form.-lv .contact-form_box .contact-form-s h3,
  .contact-form.-mentorship .contact-form_box .contact-form-s h3,
  .contact-form.-turtle .contact-form_box .contact-form-s h3 {
    font-size: 32px
  }

  .contact-form.-cf .contact-form_box .contact-form-s .btn,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s .btn,
  .contact-form.-home .contact-form_box .contact-form-s .btn,
  .contact-form.-ht .contact-form_box .contact-form-s .btn,
  .contact-form.-lv .contact-form_box .contact-form-s .btn,
  .contact-form.-mentorship .contact-form_box .contact-form-s .btn,
  .contact-form.-turtle .contact-form_box .contact-form-s .btn {
    width: 100%
  }

  .contact-form.-cf .contact-form_icon,
  .contact-form.-cryptoadvanced .contact-form_icon,
  .contact-form.-home .contact-form_icon,
  .contact-form.-ht .contact-form_icon,
  .contact-form.-lv .contact-form_icon,
  .contact-form.-mentorship .contact-form_icon,
  .contact-form.-turtle .contact-form_icon {
    position: relative
  }

  .contact-form.-cf .contact-form_info,
  .contact-form.-cryptoadvanced .contact-form_info,
  .contact-form.-home .contact-form_info,
  .contact-form.-ht .contact-form_info,
  .contact-form.-lv .contact-form_info,
  .contact-form.-mentorship .contact-form_info,
  .contact-form.-turtle .contact-form_info {
    gap: 80px;
    padding-bottom: unset;
    width: 100%
  }

  .contact-form.-cf .contact-form_info span,
  .contact-form.-cryptoadvanced .contact-form_info span,
  .contact-form.-home .contact-form_info span,
  .contact-form.-ht .contact-form_info span,
  .contact-form.-lv .contact-form_info span,
  .contact-form.-mentorship .contact-form_info span,
  .contact-form.-turtle .contact-form_info span {
    font-size: 40px
  }

  .contact-form.-cf .contact-form_divider,
  .contact-form.-cryptoadvanced .contact-form_divider,
  .contact-form.-home .contact-form_divider,
  .contact-form.-ht .contact-form_divider,
  .contact-form.-lv .contact-form_divider,
  .contact-form.-mentorship .contact-form_divider,
  .contact-form.-turtle .contact-form_divider {
    height: 1px;
    width: 100%
  }
}

@media (max-width:767px) {
  .contact-form__discord {
    gap: 24px
  }

  .contact-form__discord__title {
    font-size: 24px
  }

  .contact-form__discord__text {
    font-size: 14px
  }

  .contact-form.-cf,
  .contact-form.-home,
  .contact-form.-ht,
  .contact-form.-lv,
  .contact-form.-mentorship,
  .contact-form.-turtle {
    border-radius: 24px;
    padding: 24px
  }

  .contact-form.-cf .contact-form_content,
  .contact-form.-home .contact-form_content,
  .contact-form.-ht .contact-form_content,
  .contact-form.-lv .contact-form_content,
  .contact-form.-mentorship .contact-form_content,
  .contact-form.-turtle .contact-form_content {
    flex-direction: column;
    gap: 32px !important
  }

  .contact-form.-cf .contact-form_box,
  .contact-form.-home .contact-form_box,
  .contact-form.-ht .contact-form_box,
  .contact-form.-lv .contact-form_box,
  .contact-form.-mentorship .contact-form_box,
  .contact-form.-turtle .contact-form_box {
    padding-top: 32px;
    width: 100%
  }

  .contact-form.-cf .contact-form_box .contact-form-s span,
  .contact-form.-home .contact-form_box .contact-form-s span,
  .contact-form.-ht .contact-form_box .contact-form-s span,
  .contact-form.-lv .contact-form_box .contact-form-s span,
  .contact-form.-mentorship .contact-form_box .contact-form-s span,
  .contact-form.-turtle .contact-form_box .contact-form-s span {
    font-size: 18px;
    max-width: unset;
    width: unset
  }

  .contact-form.-cf .contact-form_box .contact-form-s h3,
  .contact-form.-home .contact-form_box .contact-form-s h3,
  .contact-form.-ht .contact-form_box .contact-form-s h3,
  .contact-form.-lv .contact-form_box .contact-form-s h3,
  .contact-form.-mentorship .contact-form_box .contact-form-s h3,
  .contact-form.-turtle .contact-form_box .contact-form-s h3 {
    font-size: 24px
  }

  .contact-form.-cf .contact-form_box .contact-form-s .btn,
  .contact-form.-home .contact-form_box .contact-form-s .btn,
  .contact-form.-ht .contact-form_box .contact-form-s .btn,
  .contact-form.-lv .contact-form_box .contact-form-s .btn,
  .contact-form.-mentorship .contact-form_box .contact-form-s .btn,
  .contact-form.-turtle .contact-form_box .contact-form-s .btn {
    width: 100%
  }

  .contact-form.-cf .contact-form_box .contact-form-s .btn span,
  .contact-form.-home .contact-form_box .contact-form-s .btn span,
  .contact-form.-ht .contact-form_box .contact-form-s .btn span,
  .contact-form.-lv .contact-form_box .contact-form-s .btn span,
  .contact-form.-mentorship .contact-form_box .contact-form-s .btn span,
  .contact-form.-turtle .contact-form_box .contact-form-s .btn span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 100%
  }

  .contact-form.-cf .contact-form_box .contact-form-s form,
  .contact-form.-home .contact-form_box .contact-form-s form,
  .contact-form.-ht .contact-form_box .contact-form-s form,
  .contact-form.-lv .contact-form_box .contact-form-s form,
  .contact-form.-mentorship .contact-form_box .contact-form-s form,
  .contact-form.-turtle .contact-form_box .contact-form-s form {
    gap: 24px;
    margin-top: 36px !important
  }

  .contact-form.-cf .contact-form_icon,
  .contact-form.-home .contact-form_icon,
  .contact-form.-ht .contact-form_icon,
  .contact-form.-lv .contact-form_icon,
  .contact-form.-mentorship .contact-form_icon,
  .contact-form.-turtle .contact-form_icon {
    height: 32px !important;
    position: relative;
    width: 32px !important
  }

  .contact-form.-cf .contact-form_info,
  .contact-form.-home .contact-form_info,
  .contact-form.-ht .contact-form_info,
  .contact-form.-lv .contact-form_info,
  .contact-form.-mentorship .contact-form_info,
  .contact-form.-turtle .contact-form_info {
    gap: 24px;
    padding-bottom: unset;
    padding-top: unset !important;
    width: 100%
  }

  .contact-form.-cf .contact-form_info span,
  .contact-form.-home .contact-form_info span,
  .contact-form.-ht .contact-form_info span,
  .contact-form.-lv .contact-form_info span,
  .contact-form.-mentorship .contact-form_info span,
  .contact-form.-turtle .contact-form_info span {
    font-size: 40px;
    margin-bottom: unset
  }

  .contact-form.-cf .contact-form_divider,
  .contact-form.-home .contact-form_divider,
  .contact-form.-ht .contact-form_divider,
  .contact-form.-lv .contact-form_divider,
  .contact-form.-mentorship .contact-form_divider,
  .contact-form.-turtle .contact-form_divider {
    height: 1px;
    width: 100%
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .contact-form {
    padding: 100px 0
  }

  .contact-form_badge {
    margin: 0 auto 45px
  }

  .contact-form_icon {
    min-height: 60px;
    min-width: 60px
  }

  .contact-form_info {
    gap: 70px
  }

  .contact-form_info h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }

  .contact-form_info span {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.72px;
    line-height: 100%;
    max-width: 510px
  }

  .contact-form_box {
    padding-left: 120px
  }

  .contact-form_box h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%
  }

  .contact-form_box>span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    line-height: 100%;
    max-width: 510px
  }

  .contact-form_submitted {
    align-self: flex-start;
    display: flex;
    flex-direction: column
  }

  .contact-form_submitted img {
    align-self: flex-end
  }

  .contact-form_submitted div {
    margin-top: 80px
  }

  .contact-form_submitted h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }

  .contact-form_submitted span {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.96px;
    line-height: 100%;
    margin-top: 45px;
    max-width: 750px
  }

  .contact-form .-cryptoadvanced,
  .contact-form .-ht,
  .contact-form .-lv .-cf,
  .contact-form .-mentorship {
    gap: 56px;
    padding: 40px
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .contact-form {
    padding: 55px 0
  }

  .contact-form_badge {
    margin: 0 auto 25px
  }

  .contact-form_icon {
    min-height: 32px;
    min-width: 32px
  }

  .contact-form_icon svg {
    height: 17px;
    width: 17px
  }

  .contact-form_info {
    gap: 18px;
    padding-bottom: 70px
  }

  .contact-form_info h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
    margin-bottom: 18px
  }

  .contact-form_info h2,
  .contact-form_info span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .contact-form_info span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px;
    max-width: 313px
  }

  .contact-form_box {
    padding-left: 25px
  }

  .contact-form_box h3 {
    font-size: 24px;
    letter-spacing: -.96px
  }

  .contact-form_box h3,
  .contact-form_box>span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .contact-form_box>span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px;
    max-width: 313px
  }

  .contact-form_submitted {
    align-self: flex-start;
    display: flex;
    flex-direction: column
  }

  .contact-form_submitted img {
    align-self: flex-end;
    width: 30%
  }

  .contact-form_submitted div {
    margin-bottom: 80px;
    margin-top: 95px
  }

  .contact-form_submitted h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%
  }

  .contact-form_submitted span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%;
    margin-top: 18px;
    max-width: 313px
  }
}

@media (min-width:340px) and (max-width:767px) {
  .contact-form {
    padding: 35px 0
  }

  .contact-form_badge {
    margin: 0 auto 25px
  }

  .contact-form_icon {
    left: 50%;
    min-height: 48px;
    min-width: 48px;
    transform: translateX(-50%)
  }

  .contact-form_icon svg {
    height: 24px;
    width: 24px
  }

  .contact-form_content {
    flex-direction: column
  }

  .contact-form_info {
    gap: 0;
    padding: 60px 0 25px;
    width: 100%
  }

  .contact-form_info h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.96px;
    margin-bottom: 12px
  }

  .contact-form_info h2,
  .contact-form_info span {
    font-style: normal;
    line-height: 100%;
    text-align: center
  }

  .contact-form_info span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.56px;
    margin: 0 auto;
    max-width: 313px
  }

  .contact-form_box {
    border-left: none;
    border-top: 1px solid #ccc;
    padding: 32px 0 0;
    width: 100%
  }

  .contact-form_box h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.96px
  }

  .contact-form_box h3,
  .contact-form_box>span {
    font-style: normal;
    line-height: 100%;
    text-align: center
  }

  .contact-form_box>span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.56px;
    max-width: 313px
  }

  .contact-form_submitted {
    align-self: flex-start;
    display: flex;
    flex-direction: column
  }

  .contact-form_submitted img {
    align-self: center;
    width: 30%
  }

  .contact-form_submitted div {
    margin-bottom: 80px;
    margin-top: 25px
  }

  .contact-form_submitted h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%;
    text-align: center
  }

  .contact-form_submitted span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    line-height: 100%;
    margin-top: 12px;
    max-width: 313px;
    text-align: center
  }

  .contact-form.-cf,
  .contact-form.-cryptoadvanced,
  .contact-form.-home,
  .contact-form.-ht,
  .contact-form.-lv,
  .contact-form.-mentorship,
  .contact-form.-turtle {
    padding: 24px 16px
  }

  .contact-form.-cf .contact-form_content,
  .contact-form.-cryptoadvanced .contact-form_content,
  .contact-form.-home .contact-form_content,
  .contact-form.-ht .contact-form_content,
  .contact-form.-lv .contact-form_content,
  .contact-form.-mentorship .contact-form_content,
  .contact-form.-turtle .contact-form_content {
    gap: 24px
  }

  .contact-form.-cf .contact-form_icon,
  .contact-form.-cryptoadvanced .contact-form_icon,
  .contact-form.-home .contact-form_icon,
  .contact-form.-ht .contact-form_icon,
  .contact-form.-lv .contact-form_icon,
  .contact-form.-mentorship .contact-form_icon,
  .contact-form.-turtle .contact-form_icon {
    height: 26px;
    left: 16px;
    min-height: 26px;
    min-width: 26px;
    padding: 3.434px;
    width: 26px
  }

  .contact-form.-cf .contact-form_icon svg,
  .contact-form.-cryptoadvanced .contact-form_icon svg,
  .contact-form.-home .contact-form_icon svg,
  .contact-form.-ht .contact-form_icon svg,
  .contact-form.-lv .contact-form_icon svg,
  .contact-form.-mentorship .contact-form_icon svg,
  .contact-form.-turtle .contact-form_icon svg {
    height: 15px;
    width: 15px
  }

  .contact-form.-cf .contact-form_info,
  .contact-form.-cryptoadvanced .contact-form_info,
  .contact-form.-home .contact-form_info,
  .contact-form.-ht .contact-form_info,
  .contact-form.-lv .contact-form_info,
  .contact-form.-mentorship .contact-form_info,
  .contact-form.-turtle .contact-form_info {
    gap: 24px;
    padding-top: 0
  }

  .contact-form.-cf .contact-form_info span,
  .contact-form.-cryptoadvanced .contact-form_info span,
  .contact-form.-home .contact-form_info span,
  .contact-form.-ht .contact-form_info span,
  .contact-form.-lv .contact-form_info span,
  .contact-form.-mentorship .contact-form_info span,
  .contact-form.-turtle .contact-form_info span {
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left
  }

  .contact-form.-cf .contact-form_divider,
  .contact-form.-cryptoadvanced .contact-form_divider,
  .contact-form.-home .contact-form_divider,
  .contact-form.-ht .contact-form_divider,
  .contact-form.-lv .contact-form_divider,
  .contact-form.-mentorship .contact-form_divider,
  .contact-form.-turtle .contact-form_divider {
    display: none
  }

  .contact-form.-cf .contact-form_box .contact-form-s h3,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s h3,
  .contact-form.-home .contact-form_box .contact-form-s h3,
  .contact-form.-ht .contact-form_box .contact-form-s h3,
  .contact-form.-lv .contact-form_box .contact-form-s h3,
  .contact-form.-mentorship .contact-form_box .contact-form-s h3,
  .contact-form.-turtle .contact-form_box .contact-form-s h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%;
    text-align: left
  }

  .contact-form.-cf .contact-form_box .contact-form-s span,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s span,
  .contact-form.-home .contact-form_box .contact-form-s span,
  .contact-form.-ht .contact-form_box .contact-form-s span,
  .contact-form.-lv .contact-form_box .contact-form-s span,
  .contact-form.-mentorship .contact-form_box .contact-form-s span,
  .contact-form.-turtle .contact-form_box .contact-form-s span {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-align: left
  }

  .contact-form.-cf .contact-form_box .contact-form-s .form,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s .form,
  .contact-form.-home .contact-form_box .contact-form-s .form,
  .contact-form.-ht .contact-form_box .contact-form-s .form,
  .contact-form.-lv .contact-form_box .contact-form-s .form,
  .contact-form.-mentorship .contact-form_box .contact-form-s .form,
  .contact-form.-turtle .contact-form_box .contact-form-s .form {
    margin-top: 24px
  }

  .contact-form.-cf .contact-form_box .contact-form-s input,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s input,
  .contact-form.-home .contact-form_box .contact-form-s input,
  .contact-form.-ht .contact-form_box .contact-form-s input,
  .contact-form.-lv .contact-form_box .contact-form-s input,
  .contact-form.-mentorship .contact-form_box .contact-form-s input,
  .contact-form.-turtle .contact-form_box .contact-form-s input {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 48px;
    letter-spacing: -.48px;
    line-height: 100%;
    padding: 0 16px
  }

  .contact-form.-cf .contact-form_box .contact-form-s button,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s button,
  .contact-form.-home .contact-form_box .contact-form-s button,
  .contact-form.-ht .contact-form_box .contact-form-s button,
  .contact-form.-lv .contact-form_box .contact-form-s button,
  .contact-form.-mentorship .contact-form_box .contact-form-s button,
  .contact-form.-turtle .contact-form_box .contact-form-s button {
    height: 48px;
    padding: 0 24px
  }

  .contact-form.-cf .contact-form_box .contact-form-s button span,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s button span,
  .contact-form.-home .contact-form_box .contact-form-s button span,
  .contact-form.-ht .contact-form_box .contact-form-s button span,
  .contact-form.-lv .contact-form_box .contact-form-s button span,
  .contact-form.-mentorship .contact-form_box .contact-form-s button span,
  .contact-form.-turtle .contact-form_box .contact-form-s button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .contact-form.-cf .contact-form_box .contact-form-s button svg,
  .contact-form.-cryptoadvanced .contact-form_box .contact-form-s button svg,
  .contact-form.-home .contact-form_box .contact-form-s button svg,
  .contact-form.-ht .contact-form_box .contact-form-s button svg,
  .contact-form.-lv .contact-form_box .contact-form-s button svg,
  .contact-form.-mentorship .contact-form_box .contact-form-s button svg,
  .contact-form.-turtle .contact-form_box .contact-form-s button svg {
    height: 20px;
    width: 20px
  }
}

/* ===== Inline <style> block #23 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.cookie-popup {
  background: #1c1c1c;
  border: 1px solid #333;
  border-radius: 24px;
  bottom: 26px;
  gap: 24px;
  left: 26px;
  padding: 16px;
  position: fixed;
  width: 282px;
  z-index: 100
}

.cookie-popup,
.cookie-popup__body {
  display: flex;
  flex-direction: column
}

.cookie-popup__body {
  gap: 16px
}

.cookie-popup__text,
.cookie-popup__text a {
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.64px;
  line-height: 100%
}

.cookie-popup__text a {
  text-decoration-line: underline
}

.cookie-popup__footer {
  display: flex;
  gap: 8px
}

.cookie-popup__btn {
  align-items: center;
  backdrop-filter: blur(2px);
  border-radius: 51px;
  display: flex;
  flex: 1 0 0;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: -.56px;
  line-height: 100%;
  padding: 12px 16px;
  text-align: center
}

.cookie-popup__btn.-white {
  background: #fff;
  color: #0d0d0d
}

.cookie-popup__btn.-dark {
  background-color: #242424;
  color: #fff
}

@media screen and (max-width:540px) {
  .cookie-popup {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px)
  }
}

/* ===== Inline <style> block #24 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

.payment-modal__overlay {
  background: rgba(0, 0, 0, .75);
  font-family: Suisse Int, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100000
}

.payment-modal__close,
.payment-modal__overlay {
  align-items: center;
  display: flex;
  justify-content: center
}

.payment-modal__close {
  background: #242424;
  border-radius: 12px;
  cursor: pointer;
  height: 48px;
  width: 48px
}

.payment-modal__top {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.payment-modal__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.96px;
  line-height: 100%
}

.payment-modal__content {
  background: #110f15;
  border: 1px solid #2b292d;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  width: 508px
}

.payment-modal__items {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.payment-modal__item {
  align-items: center;
  display: flex;
  gap: 16px
}

.payment-modal__item span {
  align-items: center;
  border: 1px solid #3c3a42;
  border-radius: 100px;
  color: #b3b3b3;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  letter-spacing: -.56px;
  line-height: 100%;
  width: 36px
}

.payment-modal__item div {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.64px;
  line-height: 100%
}

.payment-modal__warn {
  background: #1a1a1a;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 12px 16px 16px
}

.payment-modal__warn_top {
  align-items: center;
  display: flex;
  gap: 12px
}

.payment-modal__warn_top span {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.56px;
  line-height: 100%
}

.payment-modal__warn_text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 130%
}

.payment-modal__button {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 38px;
  color: #191919;
  display: flex;
  font-family: Suisse Int, sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 55px;
  justify-content: center;
  letter-spacing: -.72px;
  line-height: 100%;
  outline: none;
  width: 100%
}

@media (max-width:1440px) {
  .payment-modal__content {
    width: 404px
  }

  .payment-modal__title {
    font-size: 18px;
    letter-spacing: -.72px
  }

  .payment-modal__close {
    border-radius: 9px;
    height: 36px;
    width: 36px
  }

  .payment-modal__item span {
    font-size: 12px;
    height: 30px;
    letter-spacing: -.48px;
    width: 30px
  }

  .payment-modal__item div {
    font-size: 14px;
    letter-spacing: -.56px
  }

  .payment-modal__warn,
  .payment-modal__warn_top {
    gap: 12px
  }

  .payment-modal__warn_top span {
    letter-spacing: -.48px
  }

  .payment-modal__button {
    font-size: 16px;
    letter-spacing: -.64px
  }
}

@media (max-width:450px) {
  .payment-modal__content {
    gap: 20px;
    padding: 16px;
    width: calc(100vw - 32px)
  }

  .payment-modal__title {
    font-size: 16px;
    letter-spacing: -.64px
  }

  .payment-modal__close {
    border-radius: 6px;
    height: 24px;
    width: 24px
  }

  .payment-modal__close svg {
    height: 10px;
    width: 10px
  }

  .payment-modal__item {
    gap: 12px
  }

  .payment-modal__item span {
    font-size: 10px;
    height: 24px;
    letter-spacing: -.4px;
    width: 24px
  }

  .payment-modal__warn_top {
    gap: 8px
  }

  .payment-modal__warn_top svg {
    height: 12px;
    width: 12px
  }

  .payment-modal__warn_top span {
    font-size: 10px;
    letter-spacing: -.4px
  }

  .payment-modal__warn_text {
    font-size: 12px;
    letter-spacing: -.48px
  }

  .payment-modal__button {
    font-size: 16px;
    height: 48px;
    letter-spacing: -.64px
  }
}

/* ===== Inline <style> block #25 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

.black-friday-modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, .75);
  display: flex;
  font-family: Suisse Int, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100000
}

.black-friday-modal__close {
  align-items: center;
  background: #242424;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px;
  z-index: 2
}

.black-friday-modal__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.96px;
  line-height: 110%;
  margin-bottom: 20px;
  text-align: center
}

.black-friday-modal__content {
  background: #110f15;
  border: 1px solid #2b292d;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 494px;
  overflow: hidden;
  position: relative;
  width: 508px
}

.black-friday-modal__content-wrapper {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1
}

.black-friday-modal__image {
  border-radius: 16px 16px 0 0;
  height: auto;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0
}

.black-friday-modal__top {
  align-items: center;
  display: flex;
  justify-content: flex-start
}

.black-friday-modal__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 30px;
  text-align: center
}

.black-friday-modal__button {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 38px;
  color: #191919;
  cursor: pointer;
  display: flex;
  font-family: Suisse Int, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 69px;
  justify-content: center;
  letter-spacing: -.72px;
  line-height: 100%;
  outline: none;
  width: 100%
}

@media (min-width:2560px) {
  .black-friday-modal__content {
    height: 652px;
    width: 670px
  }

  .black-friday-modal__title {
    font-size: 32px;
    margin-bottom: 24px
  }

  .black-friday-modal__text {
    font-size: 20px;
    margin-bottom: 40px
  }

  .black-friday-modal__button {
    font-size: 24px;
    height: 91px
  }
}

@media (max-width:1920px) {
  .black-friday-modal__content {
    height: 494px;
    width: 508px
  }
}

@media (max-width:768px) {
  .black-friday-modal__content {
    height: 394px;
    width: 404px
  }

  .black-friday-modal__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.72px;
    margin-bottom: 16px
  }

  .black-friday-modal__text {
    font-size: 14px;
    margin-bottom: 24px
  }

  .black-friday-modal__button {
    font-size: 16px;
    height: 56px
  }

  .black-friday-modal__close {
    border-radius: 9px;
    height: 36px;
    right: 20px;
    top: 20px;
    width: 36px
  }
}

@media (max-width:440px) {
  .black-friday-modal__content {
    height: auto;
    min-height: 319px;
    width: calc(100vw - 32px)
  }

  .black-friday-modal__content-wrapper {
    padding: 16px
  }

  .black-friday-modal__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.64px;
    margin: 0 auto 14px
  }

  .black-friday-modal__text {
    font-size: 12px;
    margin-bottom: 20px
  }

  .black-friday-modal__close {
    border-radius: 6px;
    height: 24px;
    right: 16px;
    top: 16px;
    width: 24px
  }

  .black-friday-modal__close svg {
    height: 10px;
    width: 10px
  }

  .black-friday-modal__button {
    font-size: 16px;
    height: 45px;
    letter-spacing: -.64px
  }
}

/* ===== Inline <style> block #26 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

.cyber-monday-modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, .75);
  display: flex;
  font-family: Suisse Int, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100000
}

.cyber-monday-modal__close {
  align-items: center;
  background: #242424;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px;
  z-index: 2
}

.cyber-monday-modal__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.96px;
  line-height: 110%;
  margin: 0 auto 20px;
  text-align: center
}

.cyber-monday-modal__content {
  background: #110f15;
  border: 1px solid #2b292d;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 494px;
  overflow: hidden;
  position: relative;
  width: 508px
}

.cyber-monday-modal__content-wrapper {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1
}

.cyber-monday-modal__image {
  border-radius: 16px 16px 0 0;
  height: auto;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0
}

.cyber-monday-modal__top {
  align-items: center;
  display: flex;
  justify-content: flex-start
}

.cyber-monday-modal__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 30px;
  padding: 0 50px;
  text-align: center
}

.cyber-monday-modal__button {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 38px;
  color: #191919;
  cursor: pointer;
  display: flex;
  font-family: Suisse Int, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 69px;
  justify-content: center;
  letter-spacing: -.72px;
  line-height: 100%;
  outline: none;
  width: 100%
}

@media (min-width:2560px) {
  .cyber-monday-modal__content {
    height: 652px;
    width: 670px
  }

  .cyber-monday-modal__title {
    font-size: 32px;
    margin-bottom: 24px
  }

  .cyber-monday-modal__text {
    font-size: 20px;
    margin-bottom: 40px
  }

  .cyber-monday-modal__button {
    font-size: 24px;
    height: 91px
  }
}

@media (max-width:1920px) {
  .cyber-monday-modal__content {
    height: 494px;
    width: 508px
  }
}

@media (max-width:768px) {
  .cyber-monday-modal__content {
    height: 394px;
    width: 404px
  }

  .cyber-monday-modal__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.72px;
    margin-bottom: 16px
  }

  .cyber-monday-modal__text {
    font-size: 14px;
    margin-bottom: 24px
  }

  .cyber-monday-modal__button {
    font-size: 16px;
    height: 56px
  }

  .cyber-monday-modal__close {
    border-radius: 9px;
    height: 36px;
    right: 20px;
    top: 20px;
    width: 36px
  }
}

@media (max-width:440px) {
  .cyber-monday-modal__content {
    height: auto;
    min-height: 319px;
    width: calc(100vw - 32px)
  }

  .cyber-monday-modal__content-wrapper {
    padding: 16px
  }

  .cyber-monday-modal__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.64px;
    margin: 0 auto 14px
  }

  .cyber-monday-modal__text {
    font-size: 12px;
    margin-bottom: 20px
  }

  .cyber-monday-modal__close {
    border-radius: 6px;
    height: 24px;
    right: 16px;
    top: 16px;
    width: 24px
  }

  .cyber-monday-modal__close svg {
    height: 10px;
    width: 10px
  }

  .cyber-monday-modal__button {
    font-size: 16px;
    height: 45px;
    letter-spacing: -.64px
  }
}

/* ===== Inline <style> block #27 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

.webinar-modal__overlay {
  background: rgba(0, 0, 0, .75);
  font-family: PP Neue Montreal, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100000
}

.webinar-modal__close,
.webinar-modal__overlay {
  align-items: center;
  display: flex;
  justify-content: center
}

.webinar-modal__close {
  background: #242424;
  border-radius: 12px;
  cursor: pointer;
  height: 48px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px;
  z-index: 2
}

.webinar-modal__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.96px;
  line-height: 110%;
  margin: 0 auto 20px;
  text-align: center
}

.webinar-modal__content {
  background: #110f15;
  border: 1px solid #2b292d;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 494px;
  overflow: hidden;
  position: relative;
  width: 508px
}

.webinar-modal__content-wrapper {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1
}

.webinar-modal__image {
  border-radius: 16px 16px 0 0;
  height: auto;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0
}

.webinar-modal__top {
  align-items: center;
  display: flex;
  justify-content: flex-start
}

.webinar-modal__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 30px;
  padding: 0 50px;
  text-align: center
}

.webinar-modal__button {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 38px;
  color: #191919;
  cursor: pointer;
  display: flex;
  font-family: PP Neue Montreal, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 69px;
  justify-content: center;
  letter-spacing: -.72px;
  line-height: 100%;
  outline: none;
  width: 100%
}

@media (min-width:2560px) {
  .webinar-modal__content {
    height: 652px;
    width: 670px
  }

  .webinar-modal__title {
    font-size: 32px;
    margin-bottom: 24px
  }

  .webinar-modal__text {
    font-size: 20px;
    margin-bottom: 40px
  }

  .webinar-modal__button {
    font-size: 24px;
    height: 91px
  }
}

@media (max-width:1920px) {
  .webinar-modal__content {
    height: 494px;
    width: 508px
  }
}

@media (max-width:768px) {
  .webinar-modal__content {
    height: 394px;
    width: 404px
  }

  .webinar-modal__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.72px;
    margin-bottom: 16px
  }

  .webinar-modal__text {
    font-size: 14px;
    margin-bottom: 24px
  }

  .webinar-modal__button {
    font-size: 16px;
    height: 56px
  }

  .webinar-modal__close {
    border-radius: 9px;
    height: 36px;
    right: 20px;
    top: 20px;
    width: 36px
  }
}

@media (max-width:440px) {
  .webinar-modal__content {
    height: auto;
    min-height: 319px;
    width: calc(100vw - 32px)
  }

  .webinar-modal__content-wrapper {
    padding: 16px
  }

  .webinar-modal__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.64px;
    margin: 0 auto 14px
  }

  .webinar-modal__text {
    font-size: 12px;
    margin-bottom: 20px
  }

  .webinar-modal__close {
    border-radius: 6px;
    height: 24px;
    right: 16px;
    top: 16px;
    width: 24px
  }

  .webinar-modal__close svg {
    height: 10px;
    width: 10px
  }

  .webinar-modal__button {
    font-size: 16px;
    height: 45px;
    letter-spacing: -.64px
  }
}

/* ===== Inline <style> block #28 from index.html ===== */

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

.terms-popup__overlay {
  align-items: center;
  background: rgba(0, 0, 0, .75);
  display: flex;
  font-family: Suisse Int, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100000
}

.terms-popup__content {
  background: #110f15;
  border: 1px solid #2b292d;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  position: relative;
  width: 480px
}

.terms-popup__title {
  color: #fafafa;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.72px;
  line-height: 28px;
  text-align: start
}

.terms-popup__text {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.2px;
  line-height: 20px;
  text-align: start
}

.terms-popup__link {
  color: #007aff;
  cursor: pointer;
  text-decoration: none
}

.terms-popup__link:hover {
  text-decoration: underline
}

.terms-popup__button {
  align-items: center;
  background: #007aff;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Suisse Int, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  line-height: 100%;
  margin-left: auto;
  margin-top: 16px;
  outline: none;
  transition: background .3s ease;
  width: 100px
}

.terms-popup__button:hover {
  background: #06c
}

.terms-popup__button:active {
  background: #005bb5
}

@media (max-width:768px) {
  .terms-popup__content {
    gap: 16px;
    max-width: 404px;
    padding: 24px 20px 20px;
    width: calc(100vw - 32px)
  }

  .terms-popup__title {
    font-size: 18px;
    letter-spacing: -.72px
  }

  .terms-popup__text {
    font-size: 14px
  }

  .terms-popup__button {
    font-size: 15px;
    height: 44px
  }
}

@media (max-width:440px) {
  .terms-popup__content {
    gap: 14px;
    padding: 20px 16px 16px
  }

  .terms-popup__title {
    font-size: 16px;
    letter-spacing: -.64px
  }

  .terms-popup__text {
    font-size: 13px
  }

  .terms-popup__button {
    font-size: 14px;
    height: 40px
  }
}

/* ===== Inline <style> block #29 from index.html ===== */
.temporary {
  background-color: #000;
  height: 1140px;
  overflow: hidden;
  padding-top: 96px
}

.temporary__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 38px;
  height: 100%;
  justify-content: center;
  position: relative
}

.temporary__inner .svg {
  height: 220px;
  position: relative;
  width: 150px;
  z-index: 2
}

.temporary__title {
  color: #c5c5c5;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.28px;
  line-height: 100%;
  position: relative;
  text-align: center;
  z-index: 2
}

.temporary__blow--radius {
  background: radial-gradient(50% 50% at 50% 50%, hsla(0, 0%, 85%, 0) 0, hsla(0, 0%, 45%, .04) 100%);
  border: 1px solid hsla(0, 0%, 100%, .24);
  border-radius: 50%;
  height: 2560px;
  left: 50%;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
  width: 2560px
}

.temporary__gradient-bottom {
  background: linear-gradient(180deg, hsla(0, 0%, 5%, 0), #0d0d0d);
  bottom: 0;
  height: 321px;
  left: 0;
  position: absolute;
  width: 100%
}

@media (max-width:1920px) {
  .temporary {
    height: 780px;
    padding-top: 90px
  }

  .temporary__inner {
    gap: 38px
  }

  .temporary__inner .svg {
    height: 200px;
    width: 131px
  }

  .temporary__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.28px;
    line-height: 100%;
    text-align: center
  }

  .temporary__blow--radius {
    height: 1925px;
    top: 40px;
    width: 1925px
  }

  .temporary__gradient-bottom {
    background: linear-gradient(180deg, hsla(0, 0%, 5%, 0), #0d0d0d);
    bottom: 0;
    height: 321px;
    left: 0;
    position: absolute;
    width: 100%
  }
}

@media (max-width:1500px) {
  .temporary {
    padding-top: 90px
  }

  .temporary__inner {
    gap: 30px
  }

  .temporary__inner .svg {
    height: 190px;
    width: 120px
  }

  .temporary__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.28px;
    line-height: 100%;
    text-align: center
  }

  .temporary__blow--radius {
    height: 1600px;
    top: 40px;
    width: 1600px
  }
}

@media (max-width:1200px) {
  .temporary {
    height: 700px;
    padding-top: 80px
  }

  .temporary__inner {
    gap: 30px
  }

  .temporary__inner .svg {
    height: 190px;
    width: 120px
  }

  .temporary__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.28px;
    line-height: 100%;
    text-align: center
  }

  .temporary__blow--radius {
    height: 1000px;
    top: 40px;
    width: 1000px
  }
}

@media (max-width:767px) {
  .temporary {
    height: 600px;
    padding-top: 40px
  }

  .temporary__inner {
    gap: 15px
  }

  .temporary__inner .svg {
    height: 140px;
    width: 80px
  }

  .temporary__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.28px;
    line-height: 100%;
    text-align: center
  }

  .temporary__blow--radius {
    height: 768px;
    top: 75px;
    width: 768px
  }
}

/* ===== Inline <style> block #30 from index.html ===== */
.reversed {
  transform: rotate(180deg)
}

/* ===== Inline <style> block #31 from index.html ===== */
.feedbacks__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin: 0 auto;
  max-width: 2560px;
  padding: 132px 200px
}

.feedbacks__inner h2 {
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.44px;
  line-height: 100%
}

.feedbacks__products {
  gap: 24px;
  overflow-x: auto;
  padding: 0 16px 32px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
}

.feedbacks__products .line {
  background: linear-gradient(90deg, #252527, #6a6b70 50%, #252527);
  height: 2px;
  left: 50%;
  max-width: 1796px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%
}

.feedbacks__cards {
  align-items: center;
  display: flex;
  gap: 24px;
  height: 640px
}

.product {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative
}

.product.active .light,
.product:hover .light {
  opacity: 1
}

.product .light {
  background: #999;
  box-shadow: 0 0 40px 30px hsla(0, 0%, 60%, .1), 0 2px 36px 3px hsla(0, 0%, 60%, .2), 0 1px 24px 2px hsla(0, 0%, 60%, .2), 0 2px 12px 1px hsla(0, 0%, 60%, .3), 0 0 6px 0 hsla(0, 0%, 60%, .49);
  height: 1px;
  opacity: 0;
  transition: opacity .3s ease;
  width: 100%
}

.product span {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  width: -moz-max-content;
  width: max-content
}

.card {
  background: #1f1f1f;
  border: 1px solid var(--csk-000000800, #333);
  border-radius: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 40px;
  position: relative
}

.card .ellipse {
  background: #999;
  border-radius: 274.46px;
  filter: blur(63.7930908203px);
  height: 43px;
  position: absolute;
  transform: rotate(38.197deg);
  width: 274px
}

.card .ellipse.--1 {
  bottom: 0;
  left: -5%
}

.card .ellipse.--2 {
  right: -20%;
  top: 0
}

.card__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2
}

.card__quotes {
  height: 106px;
  margin-bottom: 16px;
  width: 62px
}

.card__text {
  color: #b3b3b3;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%
}

.card__text span {
  color: #fff;
  font-weight: 500
}

.card__author {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: auto
}

.card__author .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%
}

.card__author .avatar {
  aspect-ratio: 1/1;
  border-radius: 50%;
  max-width: 64px;
  min-width: 64px;
  overflow: hidden
}

.card__author .avatar.black {
  background: #000
}

.card__author .avatar.white {
  background: #fff
}

.card__author .avatar img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media (max-width:2559px) {
  .feedbacks__inner {
    padding: 124px
  }

  .feedbacks__inner h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%
  }

  .feedbacks__products {
    gap: 48px;
    padding: 0 160px 40px
  }

  .feedbacks__cards {
    height: 622px
  }

  .card {
    padding: 32px
  }

  .card__text {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
  }
}

@media (max-width:1919px) {
  .feedbacks__inner {
    gap: 80px;
    padding: 80px 94px
  }

  .feedbacks__products {
    gap: 24px;
    justify-content: center;
    padding: 0 160px 40px
  }

  .feedbacks__cards {
    height: 537px
  }

  .product span {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .card {
    padding: 16px
  }

  .card__quotes {
    height: 50px;
    margin-top: 20px;
    width: 40px
  }

  .card__text {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
  }

  .card__author .avatar {
    max-width: 56px;
    min-width: 56px
  }
}

@media (max-width:1200px) {
  .feedbacks__inner {
    gap: 0;
    padding: 72px 0 98px
  }

  .feedbacks h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.8px;
    line-height: 100%;
    margin-bottom: 64px;
    text-align: center
  }

  .feedbacks__products {
    gap: 20px;
    overflow-x: auto;
    padding: 0 48px 40px;
    -ms-overflow-style: none;
    justify-content: flex-start;
    scrollbar-width: none
  }

  .feedbacks__products::-webkit-scrollbar {
    display: none
  }

  .feedbacks__products .line {
    left: 0;
    transform: translateX(0)
  }

  .feedbacks__cards {
    flex-direction: column;
    gap: 24px;
    height: auto;
    margin-bottom: 48px;
    margin-top: 56px;
    padding: 0 48px
  }

  .product span {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .card {
    min-height: 340px;
    padding: 24px
  }

  .card__quotes {
    height: 38px;
    margin-bottom: 45px;
    margin-top: 0;
    width: 38px
  }

  .card__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px
  }

  .card__author {
    margin-top: auto
  }

  .card__author .avatar {
    max-width: 56px;
    min-width: 56px
  }
}

@media (max-width:767px) {
  .feedbacks__inner {
    gap: 0;
    padding: 32px 0
  }

  .feedbacks h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%;
    margin-bottom: 40px;
    padding: 0 16px
  }

  .feedbacks__products {
    gap: 24px;
    overflow-x: auto;
    padding: 0 16px 32px;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .feedbacks__products::-webkit-scrollbar {
    display: none
  }

  .feedbacks__cards {
    flex-direction: column;
    gap: 16px;
    height: auto;
    margin-bottom: 40px;
    margin-top: 32px;
    padding: 0 16px
  }

  .product {
    gap: 27px
  }

  .product span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .card {
    min-height: auto;
    padding: 16px
  }

  .card__quotes {
    height: 29px;
    margin-bottom: 43px;
    margin-top: 0;
    width: 32px
  }

  .card .ellipse.--1 {
    left: -35%
  }

  .card .ellipse.--2 {
    right: -40%
  }

  .card__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px
  }

  .card__author {
    gap: 12px;
    margin-top: 24px
  }

  .card__author .avatar {
    max-width: 32px;
    min-width: 32px
  }

  .card__author .name {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .4s ease
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0
}

.fade-enter-to,
.fade-leave-from {
  opacity: 1
}

/* ===== Inline <style> block #32 from index.html ===== */
.about-us-button {
  align-items: center;
  background: #fff;
  border-radius: 51px;
  color: #191919;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  height: 80px;
  justify-content: center;
  line-height: 100%;
  max-width: 508px;
  padding: 0 32px;
  width: 100%
}

@media (max-width:1440px) {
  .about-us-button {
    max-width: 480px
  }
}

@media (max-width:1200px) {
  .about-us-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 64px;
    line-height: 100%;
    max-width: 332px
  }
}

@media (max-width:767px) {
  .about-us-button {
    height: 48px;
    max-width: calc(100% - 32px);
    width: 100%
  }
}

.product__card__mentor {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mentor__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("../images/photo_2026-01-26_11-23-36.jpg");
  background-size: cover;
  /* 👈 красиво заполняет */
  background-position: center;
  /* 👈 лицо по центру */
  background-repeat: no-repeat;
  flex-shrink: 0;
}


.block_imgProduct {
  display: flex;
  align-items: center;
  /* 🔥 ВАЖНО: центры по вертикали */
  justify-content: center;
  gap: 16px;
  height: max-content;
  z-index: 1000;
}



.logo-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  /* 🔥 фикс для вертикального смещения */
  opacity: 0.6;

  color: white;
}

.imgMeta {
  width: 70px;
}