:root {
  --font-xxs: clamp(0.8rem, 2vw, 1.15rem);
  --font-xs: clamp(1.15rem, 2vw, 2rem); /* 16 - 32 */
  --font-s: clamp(1.125rem, 2vw, 1.5rem); /* 18 - 24 */
  --font-m: clamp(1.25rem, 2.5vw, 2rem); /* 16 - 32 */
  --font-l: clamp(1.5rem, 2.2vw, 2.5rem); /* 18 - 42 */
  --font-xl: clamp(1.75rem, 4vw, 3.125rem); /* 24 - 50 */
  --font-xxl: clamp(2.15rem, 4vw, 3rem); /* 18 - 48 */
  --font-xxxl: clamp(3.4375rem, 5.8vw, 6rem); /* 54 - 150 */
  --line-height-s: 1;
  --line-height-m: 1.2;
  --line-height-l: 1.35;
  --yellow: #fea339;
  --red: #f25244;
  --green: #8fbeac;
  --pink: #d08eeb;
  --light-blue: #6598eb;
  --smooth-blue: rgba(224, 232, 244, 0.5);
  --blue: #5045c8;
  --grey: #bcbcbc;
  --light-grey: #ebeef3;
  --smooth-grey: #bec2c7;
  --dark-grey: #606062;
  --white: #fff;
  --light: #f4f6f8;
  --black: #000;
  --dark: #24242a;
  --error-color: #ff0000;
  --font-family: "RundDisplay", "Trebuchet MS", Helvetica, sans-serif;
}

body {
  font-family: var(--font-family);
}

.step p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.step h1,
.step h2,
.step h3,
.step h4,
.step h5,
.step h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.header.header--simple {
  position: absolute;
  z-index: 100;
}

.header .header__media-wrapper {
  padding: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: calc(235px + 80px);
  margin: 0 auto;
}

.header .header__media-wrapper img {
  width: 100%;
  height: auto;
}

.header.header--simple-colab .header__media-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.header.header--simple-colab .header__media-wrapper span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
}

.colab .header .header__media-wrapper a {
  max-width: 180px;
}

.colab .header .header__media-wrapper img.header__media-wrapper__logo--third {
  max-width: 180px;
}

.colab .hero {
  padding-top: 70px;
}

@media all and (max-width: 580px) {
  .header .header__media-wrapper {
    max-width: calc(150px + 80px);
  }
  .colab .header .header__media-wrapper {
    flex-direction: column;
    gap: 8px;
  }
  .header.header--simple-colab .header__media-wrapper {
    padding: 20px;
    gap: 16px;
    max-width: 100%;
  }
  .colab .hero {
    padding-top: 240px;
  }

  .colab .header .header__media-wrapper a {
    max-width: 120px;
  }

  .colab
    .header
    .header__media-wrapper
    img.header__media-wrapper__logo--second {
    max-width: 120px;
  }
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 0 30px;
  color: var(--white);
  min-height: 100svh;
}

@media all and (max-width: 580px) {
  .hero.hero--form {
    padding-bottom: 2.5rem;
  }
}

.hero .hero__bg-items,
.hero .hero__bg-items .hero__bg-items__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero.hero--form {
  background: #000;
}
.hero.hero--form .hero__bg-items {
  height: 100svh;
}

.hero .hero__bg-items .hero__bg-items__media {
  object-fit: cover;
}
.hero .hero__bg-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 85%
  );
  z-index: 2;
}
.hero .hero__bg-items::before {
  left: 0;
}

.hero .hero__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 1.5rem;
  z-index: 3;
}
.hero .hero__ft-items {
  display: flex;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
  gap: 1rem;
  flex: 0 0 45%;
  margin-top: 15vh;
}

.hero.hero--form .hero__ft-items {
  margin-top: 0;
}

.hero .hero__ft-items__title {
  font-size: var(--font-xxxl);
  font-weight: 500;
  line-height: 1;
}
.hero .hero__ft-items__description {
  font-size: var(--font-l);
  line-height: 1.2;
  font-weight: 400;
}

.hero .hero__ft-items__wrapper {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
}

.hero .hero__ft-items__wrapper p {
  font-size: var(--font-s);
  line-height: 1.2;
  font-weight: 400;
}

.hero .hero__ft-items__wrapper img {
  width: 100%;
  height: auto;
  max-width: 180px;
}

.hero .hero__right-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 1.5rem;
  flex: 0 0 45%;
  padding: 2rem;
  border-radius: 22px;
  background: var(--white);
  color: var(--black);
}

.hero .hero__right-items__title {
  font-size: var(--font-m);
  line-height: 1.2;
  font-weight: 400;
  color: var(--purple);
}

.hero .hero__right-items__subtitle {
  font-size: var(--font-xxs);
  line-height: 1.2;
  font-weight: 400;
}

.hero .hero__bt-items {
  display: flex;
  flex: 0 0 100%;
  align-self: flex-end;
  flex-direction: column;
}

.page-child .hero .hero__bt-items {
  margin-bottom: 2.5rem;
}

.hero .hero__bt-items__back-button {
  display: flex;
  align-items: center;
  align-self: flex-start;
}

.hero .hero__bt-items__back-button span {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  border-radius: 100px;
  border: 1px solid var(--white);
  background: transparent;
  transition: background 0.3s ease-in-out;
}

@media all and (hover: hover) {
  .hero .hero__bt-items__back-button:hover span {
    background: var(--purple);
  }
}

.hero .hero__bt-items__title {
  font-family: var(--font-family);
  font-size: var(--font-m);
  font-weight: 400;
  line-height: var(--line-height-m);
  color: var(--white);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  max-width: 80%;
}

.hero .hero__bt-items__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  align-items: stretch;
  width: 100%;
  align-self: flex-start;
}

@media all and (max-width: 1024px) {
  .hero .hero__bt-items__list {
    gap: 12px;
  }
}

@media all and (max-width: 810px) {
  .hero .hero__bt-items__list {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 580px) {
  .hero .hero__bt-items__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hero .hero__bt-items__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 10px;
  font-size: var(--font-xxs);
  font-weight: 400;
  line-height: var(--line-height-m);
  color: var(--white);
  background: transparent;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
  border: 1px solid var(--white);
}

@media all and (hover: hover) {
  .hero .hero__bt-items__list__item:hover {
    background: var(--purple);
  }
}

.hero .hero__bt-items__list__item:last-child {
  grid-column: 1 / -1;
  width: fit-content;
  margin: 0 auto;
}

.hero .hero__form {
  display: flex;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3px);
  padding: 24px 40px;
}

.hero .hero__form form {
  width: 100%;
}

.hero .hero__form form .form-sign-up-now__rows {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 0;
}

.hero .hero__form .form-sign-up-now__item {
  gap: 0.25rem;
}

.hero
  .hero__form
  .form-sign-up-now__item:not(.form-sign-up-now__item--transparent) {
  outline: 2px solid transparent;
  transition: outline 0.3s ease;
}

.hero
  .hero__form
  .form-sign-up-now__item:not(.form-sign-up-now__item--transparent):has(
    input:focus
  ) {
  outline-color: var(--purple);
}

@media all and (hover: hover) {
  .hero
    .hero__form
    .form-sign-up-now__item:not(.form-sign-up-now__item--transparent):hover {
    background-color: var(--light);
  }
}

.hero .hero__form .form-sign-up-now__item:has(.input._form-focus) {
  background-color: var(--light);
}

.hero .hero__form .form-sign-up-now__row:nth-child(5) {
  grid-column: 1 / 4;
}

.hero .hero__form .form-sign-up-now__row:nth-child(6) {
  grid-column: 4 / 5;
  text-align: center;
}

.hero .hero__form .form-sign-up-now__row:nth-child(6) p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--dark-grey);
  opacity: 0.8;
}

.hero .hero__form .form-sign-up-now__row:nth-child(6) a {
  color: var(--purple);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: inherit;
}

.hero .hero__form .form-sign-up-now__row:nth-child(6) a:hover {
  color: var(--black);
}

.hero .hero__form .form-sign-up-now__row:nth-child(5) .form-sign-up-now__item {
  justify-content: flex-start;
}

.hero .hero__form .form-sign-up-now__row:nth-child(5) .form-sign-up-now__item,
.hero .hero__form .form-sign-up-now__row:nth-child(6) .form-sign-up-now__item {
  padding: 0;
}

.hero .hero__form button {
  margin: 0 auto;
  width: 100%;
}

.hero .hero__form form .checkbox a {
  color: var(--black);
  text-decoration: underline;
  font-style: normal;
  transition: color 0.3s ease;
  font-weight: inherit;
}

.hero .hero__form form .checkbox a:hover {
  color: var(--purple);
  text-decoration: none;
}

@media all and (max-width: 1024px) {
  .hero .hero__container {
    row-gap: 1.5rem;
  }

  .hero .hero__ft-items {
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 70%;
    margin-top: 3rem;
  }
  .hero .hero__right-items {
    flex: 0 0 70%;
  }
}

@media all and (max-width: 810px) {
  .hero .hero__ft-items {
    flex: 0 0 100%;
    margin-top: 2rem;
  }

  .hero .hero__right-items {
    flex: 0 0 100%;
  }

  .hero .hero__form {
    padding: 24px;
  }
  .hero .hero__form form .form-sign-up-now__rows {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }

  .hero .hero__form .form-sign-up-now__row:nth-child(5) {
    grid-column: 1 / -1;
  }

  .hero .hero__form .form-sign-up-now__row:nth-child(6) {
    grid-column: 1 / -1;
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  .hero .hero__form form .form-sign-up-now__rows {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 580px) {
  .hero {
    padding-top: 150px;
  }
  .hero:not(.hero--form) .hero__bg-items,
  .hero:not(.hero--form) .hero__bg-items .hero__bg-items__media {
    width: 140%;
  }
  .hero .hero__ft-items {
    flex: 0 0 100%;
    margin-top: -2rem;
  }
  .hero .hero__ft-items__wrapper img {
    max-width: 120px;
  }
}

.step__bd {
  padding: 5rem 0;
}

.step__bd__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.step__bd__wrapper__title {
  font-family: var(--font-family);
  font-size: var(--font-xxl);
  font-weight: 400;
  line-height: var(--line-height-m);
  color: var(--black);
  text-align: center;
}

.step__bd__wrapper__subtitle {
  font-family: var(--font-family);
  font-size: var(--font-s);
  font-weight: 400;
  line-height: var(--line-height-m);
  color: #929293;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.step__bd__wrapper__subtitle strong {
  color: #414144;
}

@media all and (max-width: 580px) {
  .step__bd {
    padding: 2.5rem 0;
  }

  .step__bd__wrapper__subtitle {
    max-width: 100%;
  }
}

.step__bd__wrapper__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2rem;
  margin-top: 1rem;
}

.step__bd__wrapper__list__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  padding: 64px 32px;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.step__bd__wrapper__list__item.no-selected,
.step__bd__wrapper__list__item.no-hovered {
  opacity: 0.7;
}

.step__bd__wrapper__list__item.no-selected:hover {
  opacity: 1;
}

.step__bd__wrapper__list__item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 0;
}

.step__bd__wrapper__list__item:last-child {
  background: var(--dark);
  padding: 12px 32px;
  border-radius: 100px;
  grid-column: 1 / -1;
  transition: background 0.3s ease-in-out;
  width: fit-content;
  margin: 24px auto 0;
}

.step__bd__wrapper__list__item:last-child span {
  font-size: var(--font-xxs);
  font-weight: 400;
}

.step__bd__wrapper__list__item:last-child:before {
  content: none;
}

.step__bd__wrapper__list__item:last-child:hover {
  background: var(--yellow);
}

@media all and (max-width: 1024px) {
  .step__bd__wrapper__list {
    gap: 1rem;
  }
}

@media all and (max-width: 810px) {
  .step__bd__wrapper__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 580px) {
  .step__bd__wrapper__list__item {
    padding: 32px;
  }
}

.step__bd__wrapper__list__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.step__bd__wrapper__list__item span {
  font-family: var(--font-family);
  font-size: var(--font-l);
  font-weight: 500;
  line-height: var(--line-height-s);
  color: var(--white);
  white-space: normal;
  display: block;
  z-index: 1;
}

.step__bd__wrapper .button {
  width: fit-content;
  padding: 0.75rem 2rem;
  margin: 0 auto;
}

.js--form-wrapper,
.js--learn-wrapper,
.js--buttons-list,
.js--back-button,
.js--tooltip {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out,
    padding 0.4s ease-in-out;
}

.js--form-wrapper.active,
.js--learn-wrapper.active,
.js--buttons-list.active,
.js--tooltip.active {
  opacity: 1;
  height: auto;
  padding: 5rem 0;
}

@media all and (max-width: 580px) {
  .js--form-wrapper.active,
  .js--learn-wrapper.active,
  .js--buttons-list.active,
  .js--tooltip.active {
    padding: 2.5rem 0;
  }
}
.js--tooltip.active {
  padding: 0 0 32px;
}

.js--back-button.active {
  opacity: 1;
  height: auto;
  padding-bottom: 32px;
}

.js--back-button.active span {
  padding: 10px 12px;
}

.js--buttons-list.active {
  padding: 0;
}

.js--form-wrapper.hero__form.active {
  padding: 24px 40px;
}

@media all and (max-width: 580px) {
  .js--form-wrapper.hero__form.active {
    padding: 24px;
  }
}

.js--hidden-button {
  visibility: hidden;
  display: none;
}

.js--hidden-button.active {
  display: flex;
  visibility: visible;
}

.form {
  background: linear-gradient(0deg, var(--white) 0%, var(--light-grey) 100%);
}

.form .form__bd {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 80%;
  margin: 0 auto;
}

@media all and (max-width: 580px) {
  .form .form__bd {
    max-width: 100%;
  }
}

.form .form__bd__title {
  font-size: var(--font-xl);
  font-weight: 400;
  line-height: var(--line-height-m);
  text-align: center;
  color: var(--black);
  transition: opacity 0.3s ease-in-out;
  max-width: 80%;
  margin: 0 auto;
}

@media all and (max-width: 580px) {
  .form .form__bd__title {
    max-width: 100%;
  }
}

.form .form__bd__title.fade-out {
  opacity: 0;
}

.form .form__bd__title.fade-in {
  opacity: 1;
  height: auto;
  padding: 0;
}

.form .form__bd__title span {
  color: var(--purple);
}

.form .form__bd .form__bd__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 3rem 2.5rem;
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
}

.form:not(.form--second) .form__bd .form__bd__wrapper form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form .form__bd .form__bd__wrapper .form__bd__wrapper__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

.form .form__bd .form__bd__wrapper .form__bd__wrapper__footer p {
  color: var(--dark-grey);
  font-size: var(--font-xxs);
  font-weight: 400;
  line-height: var(--line-height-s);
  opacity: 0.8;
  text-align: center;
}

.form .form__bd .form__bd__wrapper .form__bd__wrapper__footer a {
  font-size: var(--font-xxs);
  line-height: var(--line-height-s);
  color: var(--purple);
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.form .form__bd .form__bd__wrapper .form__bd__wrapper__hd {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.form
  .form__bd
  .form__bd__wrapper
  .form__bd__wrapper__hd
  .form__bd__wrapper__hd__title {
  font-size: var(--font-xxs);
  line-height: var(--line-height-m);
  font-weight: 400;
  color: var(--dark-grey);
  width: calc(60% - 1rem);
}

.form
  .form__bd
  .form__bd__wrapper
  .form__bd__wrapper__hd
  .form__bd__wrapper__hd__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: calc(40% - 1rem);
}

@media all and (max-width: 810px) {
  .form .form__bd .form__bd__wrapper {
    padding: 1.5rem;
  }

  .form
    .form__bd
    .form__bd__wrapper
    .form__bd__wrapper__hd
    .form__bd__wrapper__hd__title,
  .form
    .form__bd
    .form__bd__wrapper
    .form__bd__wrapper__hd
    .form__bd__wrapper__hd__list {
    width: 100%;
  }
}

/* UPDATE THIS WITH LESS BEM */
.form
  .form__bd
  .form__bd__wrapper
  .form__bd__wrapper__hd
  .form__bd__wrapper__hd__list
  .form__bd__wrapper__hd__list__item {
  display: flex;
  gap: 10px;
}

.form
  .form__bd
  .form__bd__wrapper
  .form__bd__wrapper__hd
  .form__bd__wrapper__hd__list
  .form__bd__wrapper__hd__list__item
  img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.form
  .form__bd
  .form__bd__wrapper
  .form__bd__wrapper__hd
  .form__bd__wrapper__hd__list
  .form__bd__wrapper__hd__list__item
  .form__bd__wrapper__hd__list__item__bd {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.form
  .form__bd
  .form__bd__wrapper
  .form__bd__wrapper__hd
  .form__bd__wrapper__hd__list
  .form__bd__wrapper__hd__list__item
  .form__bd__wrapper__hd__list__item__bd
  .form__bd__wrapper__hd__list__item__bd__title,
.form
  .form__bd
  .form__bd__wrapper
  .form__bd__wrapper__hd
  .form__bd__wrapper__hd__list
  .form__bd__wrapper__hd__list__item
  .form__bd__wrapper__hd__list__item__bd
  .form__bd__wrapper__hd__list__item__bd__subtitle {
  font-size: var(--font-xxs);
  line-height: var(--line-height-s);
}

.form
  .form__bd
  .form__bd__wrapper
  .form__bd__wrapper__hd
  .form__bd__wrapper__hd__list
  .form__bd__wrapper__hd__list__item
  .form__bd__wrapper__hd__list__item__bd
  .form__bd__wrapper__hd__list__item__bd__title {
  margin-top: 2px;
  font-weight: 700;
}

.form
  .form__bd
  .form__bd__wrapper
  .form__bd__wrapper__hd
  .form__bd__wrapper__hd__list
  .form__bd__wrapper__hd__list__item
  .form__bd__wrapper__hd__list__item__bd
  .form__bd__wrapper__hd__list__item__bd__subtitle {
  font-weight: 250;
}

/* ORIGINAL CSS */

.form-sign-up-now__rows {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-line-pack: start;
  align-content: start;
  width: 100%;
}

.form-sign-up-now__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-sign-up-now__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-line-pack: start;
  align-content: start;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: var(--light);
  border-radius: 11px;
  padding: 9px 14px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.form-sign-up-now__item input {
  border-radius: 0;
}

.form-sign-up-now__item.form-sign-up-now__item--transparent {
  background-color: rgba(0, 0, 0, 0);
}

.form-sign-up-now__item:has(.input._form-focus) {
  background-color: rgba(193, 213, 244, 0.4);
}

.form-sign-up-now__label {
  font-weight: 600;
  font-size: 1rem;
  color: var(--black);
  cursor: pointer;
}

.form-sign-up-now__input .input {
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: 1rem;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.input::placeholder,
.input:placeholder-shown {
  color: var(--smooth-grey) !important;
  font-weight: 400;
}

.form-sign-up-now .form__error {
  color: var(--error-color);
  font-size: 12px;
  padding: 2px;
}

.checkbox__label__natural {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.checkbox__natural {
  width: 20px;
  height: 20px;
  opacity: 1;

  cursor: pointer;
}

.checkbox__text {
  font-size: 1rem;
  color: var(--black);
}

.checkbox__text a {
  font-style: italic;
  font-weight: 300;
  color: var(--purple);
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease, text-decoration 0.4s ease;
  transition: opacity 0.4s ease, text-decoration 0.4s ease;
}

.checkbox__text a:hover {
  text-decoration: underline;
}

@media (min-width: 40.62375em) {
  .sign-up-now__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .sign-up-now__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
  }

  .sign-up-now__benefits {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
  }

  .form-sign-up-now__row {
    gap: 27px;
  }
}

@media (min-width: 47.99875em) {
  .sign-up-now__title {
    margin-bottom: 44px;
  }

  .sign-up-now__body {
    max-width: 965px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 40px 45px;
  }

  .sign-up-now__top {
    font-size: 18px;
  }

  .sign-up-now__top:not(:last-child) {
    margin-bottom: 58px;
  }

  .form-sign-up-now__rows {
    gap: 30px;
    margin-bottom: 18px;
  }
}

@media (max-width: 47.99875em) {
  .sign-up-now__title {
    margin-bottom: 24px;
  }

  .sign-up-now__body {
    padding: 35px 16px 30px;
  }

  .sign-up-now__top {
    font-size: 16px;
  }

  .sign-up-now__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .form-sign-up-now__rows {
    gap: 16px;
    margin-bottom: 24px;
  }
}

@media (max-width: 40.62375em) {
  .sign-up-now__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .sign-up-now__benefits {
    gap: 24px;
  }

  .form-sign-up-now__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

@media (any-hover: hover) {
  .form-sign-up-now__item:hover {
    background-color: rgba(193, 213, 244, 0.4);
  }

  .form-sign-up-now__item.form-sign-up-now__item--transparent:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .checkbox__text a:hover {
    opacity: 0.7;
  }

  .form-sign-up-now__login-link {
    display: block;
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
    color: var(--black);
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .form-sign-up-now__login-link:hover {
    color: #0855d4;
    text-decoration: underline;
  }
}

main .button {
  cursor: pointer;
  padding: 0.75rem 2rem;
  width: fit-content;
  margin: 0 auto;
}

.button-black {
  border: 1px solid var(--black) !important;
  background-color: var(--black) !important;
  color: var(--white) !important;
}

footer.footer {
  padding: 4rem 0;
}

footer .footer__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer__top-row {
  margin-bottom: 0;
}

footer .footer__bottom {
  justify-content: center;
}

footer .footer__columns {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

footer .footer__columns .footer__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

footer .footer__columns .footer__list a {
  font-size: clamp(0.8125rem, 2vw, 1rem);
  font-weight: 400;
  color: var(--white);
  transition: opacity 0.3s ease;
}

footer .footer__columns .footer__list a:hover {
  opacity: 0.7;
}

@media all and (max-width: 768px) {
  footer.footer {
    padding: 2rem 0;
  }
  footer .footer__columns .footer__list {
    gap: 1rem;
  }
}

.error:not(.hs-input) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: transparent;
}

.error.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.error__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

.error__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 24px;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  max-width: 800px;
  width: 90%;
}

.error__wrapper__close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.error__wrapper__media {
  width: 32px;
  height: 32px;
}

.error__wrapper__media img {
  width: 100%;
  height: auto;
}

.error__wrapper__title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;
  color: var(--black);
}

.error__wrapper__subtitle {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 400;
  color: var(--grey);
  max-width: 70%;
  margin: 0 auto;
}

.error__wrapper__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 50%;
}

@media all and (max-width: 768px) {
  .error__wrapper__subtitle,
  .error__wrapper__buttons {
    max-width: 100%;
  }
}

.page__learn .page__container .lr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 90%;
  margin: 0 auto;
}

.page__learn .page__container .lr > .l {
  display: flex;
  overflow: visible;
}

.page__learn .page__container .lr > .l .video {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page__learn .page__container .lr > .l .video:has(svg) {
  cursor: pointer;
}

.page__learn .page__container .lr > .l .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__learn .page__contaner .lr .learn__teacher {
  display: block;
  margin-top: 1.4rem;
}

.page__learn .page__container .lr > .r {
  padding: 0.5rem 0;
}

.page__learn .page__container .lr > .r ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
}

.page__learn .page__container .lr > .r > ul.items > li {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  margin-bottom: 0;
}

.page__learn .page__container .lr > .r > .items > li p {
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.2;
  font-weight: 400;
}

.learn__teacher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0 3rem 0 1rem;
}

.learn__teacher__wrapper__title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--black);
}

.learn__teacher__wrapper__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.2;
  color: var(--grey);
}

.learn__teacher img {
  max-width: 140px;
  width: 100%;
  height: auto;
}

@media all and (max-width: 768px) {
  .page__learn .page__container .lr {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 100%;
  }

  .page__learn .page__container .lr > .l {
    order: 1;
  }

  .page__learn .page__container .lr > .l .video {
    padding-bottom: 56.25%;
    max-width: 90%;
    margin: 0 auto;
  }

  .page__learn .page__container .lr > .r {
    order: 3;
  }

  .page__learn .page__container .lr > .r > ul.items > li {
    gap: 1rem;
  }

  .page__learn .learn__teacher {
    order: 2;
    padding: 0 1rem;
  }
}

@media all and (max-width: 580px) {
  .page__learn .page__container .lr > .l .video {
    max-width: 100%;
  }

  .learn__teacher img {
    max-width: 100px;
  }

  .page__learn .page__container .lr > .r {
    padding: 0 0.5rem;
  }
}

.cta-basic {
  background: var(--dark);
  padding: 5rem 0;
}

.cta-basic .cta-basic__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.cta-basic .cta-basic__wrapper__title {
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-weight: 400;
  color: var(--white);
  text-align: center;
}

.cta-basic .cta-basic__wrapper__subtitle {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.2;
  color: var(--white);
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.cta-basic .cta-basic__wrapper__button {
  margin-top: 1rem;
  width: fit-content;
  padding: 0.75rem 2rem;
}

section.page__professors {
  padding: 5rem 0;
}

@media all and (max-width: 580px) {
  section.page__professors {
    padding: 2.5rem 0;
  }
}

.page__professors .professors__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.page__professors .professors__top .professors__title {
  text-align: center;
}

.page__professors .professors__navigation {
  align-self: flex-end;
  margin-top: 0;
}

.page__professors .slide-professors__info {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.4) 5%,
    rgba(0, 0, 0, 0) 100%
  );
}

.page__professors .slide-professors__info img {
  z-index: -1;
}

.page__professors .professors__slide {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-self: stretch;
}

@media all and (max-width: 580px) {
  .page__professors .professors__slide {
    gap: 1rem;
  }
}

.page__professors .professors__slide__media-wrapper {
  position: relative;
  padding-bottom: 125%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.page__professors .professors__slide__media-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page__professors .professors__slide__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  height: 100%;
}

.page__professors .professors__slide__title {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
}

.page__professors .professors__slide__subtitle {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--grey);
  margin-bottom: 1rem;
}

.page__professors .professors__slide__ft {
  margin-top: auto;
  max-width: 120px;
}

.page__professors .professors__slide__ft img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media all and (max-width: 580px) {
  .page__professors .professors__slide__ft img {
    height: 32px;
  }
}

.page__professors .professors__button {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}

.hbspt-form input:placeholder-shown,
.hbspt-form input::placeholder,
.hbspt-form textarea:placeholder-shown {
  opacity: 0.7;
}
