@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oddval;
  src: url('../fonts/Oddval-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --violette: #7d2aeb;
  --black: #0d1d4a;
  --white: white;
  --yellow: #ffd304;
  --light-grey: #f1f4f9;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.header {
  background-color: var(--violette);
  margin-left: auto;
  margin-right: auto;
}

.logo-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.logo {
  width: 10.5rem;
  margin-right: 5px;
}

.body {
  color: var(--black);
  font-family: Circe, Tahoma, sans-serif;
}

.logo-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
}

.hero {
  background-color: var(--violette);
  background-image: url('../images/Ellipse-34.webp'), url('../images/Image5.webp'), url('../images/Ellipse-35.webp');
  background-position: 0%, 100% 30%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, auto 416px, contain;
  font-size: 20px;
  line-height: 28px;
}

.width-container {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.width-container.width-container_hero {
  padding-top: 1.5rem;
}

.hero__text-container {
  max-width: 50%;
  margin-right: 1.5rem;
}

.hero_container {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.title-main {
  color: var(--white);
  text-transform: uppercase;
  width: 90%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Oddval, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 48px;
}

.title-main.marg {
  margin-bottom: 0;
  font-weight: 600;
}

.yellow-text {
  color: var(--yellow);
}

.hero__text {
  color: var(--white);
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 26px;
}

.cta-btn-hero {
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 8px;
  padding: 15px 24px;
  text-decoration: none;
}

.cta-btn-hero.hero-form-btn {
  width: 100%;
}

.cta_btn-hero__text {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 20px;
}

.hero-form-container {
  border-radius: 40px;
  width: 32rem;
}

.field-label, .field-label-2 {
  display: none;
}

.form-block {
  background-color: #c4c4c403;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 3rem 3.5rem;
}

.text-field {
  cursor: text;
  border: 1px #000;
  border-radius: 12px;
  height: 58px;
  margin-bottom: 1rem;
  padding: 15px 16px;
}

.text-field::placeholder {
  color: #93a1c8;
  font-size: 20px;
  line-height: 28px;
}

.text-field.text-field-lower {
  margin-bottom: 2rem;
}

.form-title {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Oddval, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 40px;
}

.hero__numbers-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template: ". . . Area"
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.numbers-card {
  background-color: #ffffff1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 260px;
  display: flex;
}

.numbers-card.numbers-card_small {
  flex-flow: column;
  width: 33%;
  height: auto;
  padding: 30px 48px;
}

.numbers-card.numbers-card__big {
  width: auto;
  height: auto;
  padding: 16px;
}

.numbers-card.numbers-card__rectangle {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  height: auto;
  padding: 24px;
}

.numbers-card__img {
  width: 173px;
  margin-bottom: 1rem;
}

.numbers-card__title {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.numbers-card__text {
  box-sizing: border-box;
  color: var(--white);
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  margin-bottom: 0;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.image {
  width: 122px;
}

.rating__number {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.rating__number.rating_black {
  color: var(--black);
  font-size: 40px;
  line-height: 48px;
}

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

.rating__img.rating-black {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.rating {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rating.rating_black {
  margin-bottom: 16px;
  font-size: 40px;
}

.reviews {
  background-color: var(--white);
  background-image: url('../images/Image_7_.webp');
  background-position: 0 115%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.reviews-title-container {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.title-secondary {
  color: var(--violette);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oddval, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.title-secondary.title-secondary_main {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.subtitle-text {
  font-size: 1.5rem;
  line-height: 30px;
}

.subtitle-text.subtitle-text_center {
  text-align: center;
  width: 80%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 2rem;
}

.paragraph-6 {
  font-size: 18px;
  line-height: 26px;
}

.rating-block {
  margin-right: 80px;
}

.rating-block.rating-block_second {
  margin-right: 0;
}

.rating-container {
  display: flex;
}

.square-card-2 {
  text-align: left;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  margin-right: 24px;
  padding: 2rem;
  box-shadow: 0 15px 45px #93a1c840;
}

.icon {
  background-color: #e3e8f2;
  border-radius: 10.3px;
  padding: .75rem;
  display: inline-block;
  box-shadow: 0 5px 32px #62848c14;
}

.div-block-10 {
  margin-top: 2rem;
}

.text-block-34 {
  margin-bottom: 8px;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 1.66667rem;
  font-weight: 700;
  line-height: 150%;
}

.text-block-34._1 {
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 30px;
}

.text-block-32 {
  font-family: Circe, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 145%;
}

.cards-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.cta-btn-violette {
  background-color: var(--violette);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: 15px 24px;
  text-decoration: none;
}

.slider-section {
  text-align: center;
}

.how-it-works {
  background-color: var(--light-grey);
  background-image: url('../images/Image_6_.webp');
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.video-cards-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 32px;
  margin-bottom: 2rem;
  display: flex;
}

.video-card {
  background-color: var(--white);
  border-radius: 16px;
  width: 33%;
  padding: 1.5rem 2rem;
  box-shadow: 0 15px 45px #93a1c840;
}

.background-video {
  z-index: 1;
  border-radius: 16px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  height: 300px;
  display: flex;
}

.play-pause-button {
  display: none;
}

.div-block-559 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 450px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 48px #0003;
}

.background-video-container {
  z-index: 10;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 450px;
  display: flex;
}

.div-block-560 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-218 {
  align-items: center;
  display: flex;
}

.text-block-63 {
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
}

.slide-7 {
  background-color: var(--white);
  border-radius: 24px;
  width: 32.5%;
  height: 100%;
  margin-left: 0;
  margin-right: 16px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-7.teachers {
  width: 31%;
  max-width: 298px;
}

.div-block-217 {
  flex-flow: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.image-134 {
  max-width: 30px;
}

.review-text {
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.left-arrow-3 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow-3:hover {
  background-color: #ffd304;
}

.image-133 {
  max-width: 30px;
}

.slide-nav-3 {
  justify-content: center;
  height: 20px;
  font-size: 8px;
  display: flex;
  inset: auto auto 3% 8%;
}

.div-block-219 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.div-block-270 {
  background-color: #ffd304;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 51px;
  height: 24px;
  padding-left: 6px;
  padding-right: 10px;
  display: flex;
}

.right-arrow-2 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: auto auto 0% 16%;
  overflow: visible;
}

.right-arrow-2:hover {
  background-color: #ffd304;
}

.review-card__container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.mask-34 {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  overflow: hidden;
}

.review-card {
  background-color: var(--white);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.slider {
  background-color: #0000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.image-38 {
  margin-right: 10px;
}

.text-block-62 {
  margin-right: 8px;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
}

.review-card__title-box {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-68 {
  font-size: 20px;
  line-height: 28px;
}

.text-block-88 {
  width: 100%;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.text-block-115 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-87 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-112 {
  color: #93a1c8;
  font-size: 20px;
  line-height: 28px;
}

.image-135 {
  width: 24px;
  height: 24px;
}

.div-block-561 {
  justify-content: space-between;
  display: flex;
}

.link {
  color: #7d2aeb;
  cursor: pointer;
  margin-top: 8px;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.text-block-16 {
  color: #93a1c8;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.heading-9 {
  margin-top: 0;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
  padding-bottom: 24px;
}

.footer__gougle {
  margin-top: 35px;
}

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

.link-3 {
  color: #000;
  cursor: pointer;
  margin-top: 8px;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.link-3:hover {
  color: var(--violette);
}

.div-block-9 {
  background-color: #e3e8f2;
  width: auto;
  max-width: 1024px;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.footer__wrapper {
  max-width: 60rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  color: #7d2aeb;
  cursor: pointer;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  text-decoration: none;
  display: block;
}

.image-16 {
  margin-left: 12px;
}

.footer__contact {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-8 {
  margin-top: 16px;
}

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

.text-block-15 {
  color: #93a1c8;
  margin-top: 14px;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.div-block-563 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.footer__gougle-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-137 {
  margin-left: 0;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.review-chip {
  background-color: var(--white);
  border-radius: 100px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 11px 24px;
}

.image-138 {
  width: 122px;
  display: block;
}

.checkbox-label, .submit-button {
  display: none;
}

.form {
  display: flex;
}

.source {
  display: none;
}

.subject-chip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #f1f4f9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  display: flex;
}

.subject-chip__text {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 108%;
}

.teachers-slider {
  height: auto;
}

.teacher-card {
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.image-139 {
  z-index: -1;
  border-radius: 24px;
  position: static;
}

.teacher-card__name {
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.7rem;
}

.teacher-card__degree {
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.div-block-566 {
  color: var(--white);
  background-image: linear-gradient(0deg, #000 20%, #fff0);
  border-radius: 0 0 24px 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.paragraph-7 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: .7rem;
  font-weight: 700;
  line-height: 108%;
}

.div-block-567 {
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 48px;
  padding: 6px 12px;
}

.checkbox {
  margin-top: 0;
  display: none;
}

.submit-button-2 {
  display: none;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.link-block {
  cursor: pointer;
}

.link-block-2 {
  cursor: pointer;
  margin-left: 10px;
}

.collection-list-wrapper {
  height: auto;
}

.collection-item-2 {
  border-radius: 24px;
  width: 100%;
  height: 424px;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-list-2 {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  max-height: 424px;
  margin-bottom: 2rem;
  display: flex;
}

.checkbox-2 {
  display: block;
}

.div-block-568 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.text-block-48 {
  margin-top: 1.8rem;
  font-size: 1.9rem;
  line-height: 2.2rem;
}

.div-data {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-55 {
  margin-bottom: 1.6rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.3rem;
}

.image-47 {
  width: 2.1rem;
}

.text-block-49 {
  color: #93a1c8;
  text-transform: uppercase;
  background-color: #f1f4f9;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem .75rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.div-block-38 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mask-2 {
  width: 100%;
  height: auto;
  padding-top: 2px;
  padding-bottom: 7rem;
}

.right-arrow-3 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  inset: auto 0% 0% 16%;
  box-shadow: 0 12px 28px #93a1c833;
}

.div-block-37 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.2rem;
  display: flex;
}

.slider-3 {
  background-color: #ddd0;
  height: auto;
  display: none;
}

.div-price {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.text-block-50 {
  color: #93a1c8;
  font-size: 1.9rem;
  line-height: 1.75rem;
}

.div-name {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-block-52 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.2rem;
}

.div-slide {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
  box-shadow: 0 12px 19px #93a1c833;
}

.slide-2 {
  max-width: 44.2rem;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.image-36 {
  margin-right: 6px;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  font-size: 8px;
  line-height: 8px;
  display: flex;
}

.left-arrow-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  inset: auto 16% 0% 0%;
  box-shadow: 0 12px 28px #93a1c833;
}

.div-block-494 {
  padding: 32px 32px 56px;
}

.div-block-569 {
  width: 50%;
}

.list-item-2 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 24px;
}

.text-span-2 {
  font-size: 32px;
  font-weight: 700;
}

.div-block-570 {
  background-color: #f1f4f900;
  width: 100%;
  margin-right: 0;
}

.tab-link-tab-2-2 {
  color: #000;
  background-color: #0000;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 24px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.tab-link-tab-2-2.w--current {
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  text-decoration: none;
}

.link-block-18 {
  text-align: center;
  background-color: #00c471;
  border-radius: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  text-decoration: none;
}

.div-block-498 {
  width: 100%;
  display: flex;
}

.text-block-12 {
  color: #fff;
  border: 1px #000;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.text-block-169 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 1.15rem;
  line-height: 24px;
}

.tab-pane-tab-1 {
  background-color: #f1f4f900;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.text-block-171 {
  color: #fff;
  margin-right: 12px;
  font-size: 1.15rem;
}

.div-block-530 {
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0;
  display: flex;
}

.div-block-532 {
  border: 2px solid #fff;
  border-radius: 16px;
  width: auto;
  padding: 4px 20px;
}

.text-block-95 {
  line-height: 28px;
  text-decoration: none;
}

.div-block-491 {
  background-color: #2b2b2b;
  border-radius: 24px;
  padding: 1rem 2rem 2rem;
}

.image-115 {
  margin-right: 4px;
}

.text-span-5 {
  font-weight: 700;
}

.div-block-495 {
  background-color: #2b2b2b;
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 32px;
}

.div-block-499 {
  border: 2px solid #555;
  border-radius: 22px;
  width: auto;
  margin-right: 8px;
  padding: 8px 16px;
  display: flex;
}

.div-block-499.chip-white {
  color: #fff0;
  background-color: #fff;
  border-style: none;
}

.div-block-490 {
  background-color: #3d3d3d;
  border-radius: 32px;
  width: 50%;
  padding: 1.5rem 8px;
}

.div-block-490.div-green {
  background-color: #00c471;
  border-radius: 40px;
  width: 100%;
  margin-bottom: 16px;
}

.text-block-173 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.tab-pane-tab-2-2 {
  background-color: #fff0;
  border-radius: 24px;
}

.image-163 {
  width: 144px;
  max-width: 184px;
}

.image-113 {
  width: 16px;
  max-width: none;
  height: 24px;
}

.list-item-3 {
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
}

.tabs-menu-2 {
  align-items: stretch;
  margin-bottom: 48px;
  display: flex;
}

.list-item {
  color: #fff;
  height: 50px;
  margin-bottom: 16px;
  padding-right: 0;
  font-size: 1rem;
  line-height: 24px;
}

.div-block-497 {
  background-color: #2b2b2b;
  border-radius: 8px;
  margin-bottom: 8px;
  padding-top: 20px;
  padding-left: 21px;
  padding-right: 21px;
  text-decoration: none;
  position: static;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  line-height: 32px;
}

.tabs {
  display: block;
}

.text-block-172 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
}

.list {
  margin-bottom: 0;
  padding-left: 15px;
}

.div-block-496 {
  background-color: #555;
  border-radius: 16px;
  width: 100%;
  padding: 8px 8px 12px;
}

.div-block-496.mrg-rght {
  background-color: #fff0;
  width: 100%;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
}

.div-block-496.is-wrapper {
  border: 1px #000;
  padding: 8px 8px 12px;
}

.div-block-496.is-wrapper.refs {
  width: 50%;
  text-decoration: none;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 32px;
}

.image-114 {
  width: auto;
  position: static;
}

.text-block-11 {
  color: #fff;
  height: auto;
  font-size: 1rem;
  line-height: 24px;
}

.text-block-11.text-premium {
  width: 40%;
}

.div-block-502 {
  background-color: #3d3d3d;
  border-radius: 24px;
}

.div-block-528 {
  background-color: #2b2b2b;
  border: 8px solid #00c471;
  border-radius: 32px;
  width: 100%;
  height: 204px;
  max-height: 268px;
  margin-right: 0;
  padding: 24px;
}

.tab-link {
  background-color: var(--white);
  color: #000;
  border-radius: 100px;
  align-items: center;
  margin-right: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--violette);
  color: #000;
  border-radius: 100px;
  margin-right: 16px;
  padding: 11px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.div-block-492 {
  border-bottom: 2px solid #fff3;
  flex-wrap: nowrap;
  place-content: stretch flex-start;
  align-items: center;
  height: 98px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.div-block-492.text-height2 {
  height: 98px;
}

.div-block-492.div-up {
  align-items: flex-start;
}

.div-block-492.div-last {
  border-bottom-style: none;
}

.div-block-492.div-last.text-height2 {
  height: 98px;
}

.div-block-531 {
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-weight: 700;
}

.text-block-13.text-green {
  color: #00c471;
}

.div-block-500 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.div-block-493 {
  background-color: #fff3;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 10px 14px;
  display: flex;
}

.collection-list-wrapper-2, .collection-list-wrapper-3 {
  display: none;
}

.cta-btn-violette-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #7d2aeb;
  border-radius: 8px;
  padding: 15px 24px;
  text-decoration: none;
}

.cta-btn-violette-2.position {
  z-index: 99;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  inset: auto 2.5% -61% auto;
}

.checkbox-label-2 {
  color: #93a1c8;
  margin-bottom: 0;
  font-family: Circe, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.submit-button-4 {
  color: #0d1d4a;
  cursor: pointer;
  background-color: #ffd304;
  border-radius: 5px;
  margin-top: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 108%;
}

.link-5 {
  color: #93a1c8;
}

.remodal {
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-6 {
  color: #93a1c8;
  cursor: pointer;
}

.checkbox-3 {
  background-color: #f1f4f9;
  border-color: #e3e8f2;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox-3.w--redirected-checked {
  background-color: #7d2aeb;
  background-image: url('../images/Check-1.svg');
  border-color: #e3e8f2;
  border-radius: 3px;
}

.checkbox-3.w--redirected-focus {
  box-shadow: none;
}

.select-field {
  color: #0d1d4a;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e3e8f2;
  border-radius: 5px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 16px 10px 20px;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.image-15 {
  cursor: pointer;
  margin-left: auto;
  margin-right: 0;
}

.div-block-60 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-61 {
  background-color: #fff;
  background-image: url('../images/Image-4.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.text-block-25 {
  text-align: center;
  text-transform: uppercase;
  font-family: Oddval, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 74px;
}

.form-pop-up {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-571 {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 0;
  display: flex;
}

.email {
  color: #0d1d4a;
  cursor: text;
  border: 1px solid #e3e8f2;
  border-radius: 5px;
  height: 64px;
  margin-bottom: 20px;
  padding: 18px 16px;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.email::placeholder {
  color: #93a1c8;
}

.next-2 {
  text-align: left;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.icon-4 {
  color: var(--black);
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.section {
  background-color: var(--light-grey);
  background-image: url('../images/Image_6_.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.previous-2 {
  border-style: none;
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.pagination-2 {
  justify-content: flex-start;
}

.icon-5 {
  color: var(--black);
  width: 20px;
  height: 20px;
}

.cta-btn-violette-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #7d2aeb;
  border-radius: 8px;
  padding: 15px 24px;
  text-decoration: none;
}

.title-secondary-2 {
  color: #7d2aeb;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Oddval, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.title-secondary-2.title-secondary_main {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.title-secondary-2.papdding-bot {
  margin-bottom: .125rem;
  font-weight: 600;
}

.cards-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.div-block-572 {
  margin-top: 2rem;
}

.text-block-174 {
  font-family: Circe, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 145%;
}

.text-block-175 {
  margin-bottom: 8px;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 1.66667rem;
  font-weight: 700;
  line-height: 150%;
}

.text-block-175._1 {
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 30px;
}

.right-arrow-5 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: auto auto 0% 146px;
  box-shadow: 0 2px 18px #0000001a;
}

.right-arrow-5:hover {
  background-color: var(--yellow);
}

.slide-8 {
  width: 34%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-573 {
  justify-content: space-between;
  display: flex;
}

.image-142, .image-141 {
  max-width: 32px;
}

.stars {
  width: 6rem;
}

.div_rev {
  flex-flow: column;
  justify-content: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-block-176 {
  width: 100%;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.cta-btn-violette-4 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #7d2aeb;
  border-radius: 8px;
  padding: 15px 24px;
  text-decoration: none;
}

.cta-btn-violette-4.position {
  z-index: 99;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 0% auto;
}

.left-arrow-5 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 18px #0000001a;
}

.left-arrow-5:hover {
  background-color: var(--yellow);
}

.mask-36 {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 14px 20px 40px 5px;
}

.div-img {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-logo {
  width: 6rem;
}

.div-block-220 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.foto {
  width: 4rem;
  display: none;
}

.card_r {
  background-color: #fff;
  border-radius: 24px;
  max-width: 26rem;
  margin-bottom: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 14px #93a1c833;
}

.div-block-575 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.div-text-rev {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.main_card_r {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.8rem;
  display: flex;
  position: relative;
}

.text-block-177 {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 108%;
}

.div-block-576 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-178 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.div-text-name {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-215 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.reviews-2 {
  background-color: #fff;
  background-image: url('../images/Image_7_.webp');
  background-position: 0 108%;
  background-repeat: no-repeat;
  background-size: 255px;
}

.sl-subjects {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-179 {
  color: #93a1c8;
  font-size: 1.1rem;
  line-height: 108%;
}

.slide-nav-5 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  margin-left: 0;
  padding-top: 0;
  font-size: 12px;
  display: flex;
}

.left-arrow-6 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  inset: auto 16% 0% 0%;
  box-shadow: 0 12px 28px #93a1c833;
}

.slider-4 {
  background-color: #ddd0;
  height: auto;
  display: none;
}

.cta-btn-violette-5 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #7d2aeb;
  border-radius: 8px;
  padding: 15px 24px;
  text-decoration: none;
}

.div-block-577 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.slide-nav-6 {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  font-size: 8px;
  line-height: 8px;
  display: flex;
}

.right-arrow-6 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  inset: auto 0% 0% 16%;
  box-shadow: 0 12px 28px #93a1c833;
}

.how-it-works-2 {
  background-color: #f1f4f9;
  background-image: url('../images/Image_6_.webp');
  background-position: 0 55%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.video-cards-container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.background-video-2 {
  z-index: 1;
  border-radius: 16px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  height: 300px;
  display: flex;
}

.div-block-578 {
  margin-top: 2rem;
}

.video-card-2 {
  background-color: #fff;
  border-radius: 16px;
  width: 33%;
  padding: 1.5rem 2rem;
  box-shadow: 0 15px 45px #93a1c840;
}

.text-block-180 {
  font-family: Circe, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 145%;
}

.mask-37 {
  width: 100%;
  height: auto;
  padding-top: 2px;
  padding-bottom: 7rem;
}

.slide-9 {
  max-width: 44.2rem;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-181 {
  margin-bottom: 8px;
  font-family: Circe, Tahoma, sans-serif;
  font-size: 1.66667rem;
  font-weight: 700;
  line-height: 150%;
}

.text-block-181._1 {
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 30px;
}

.image-165 {
  width: 2.1rem;
}

.subject-chip-container-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.all-subjects-btn {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 30px;
  padding: 11px 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-checkbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f1f4f9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 11px 1rem;
  display: flex;
}

.checkbox-4 {
  margin-top: 0;
  display: none;
}

.subject-chip__text-2 {
  font-size: .9rem;
  font-weight: 700;
  line-height: 108%;
}

.slider-teachers {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 80px;
  display: flex;
}

.foto-teacher {
  border-radius: 24px;
}

.expert-card {
  max-width: 18rem;
  height: 100%;
  margin-left: 12px;
  margin-right: 12px;
}

.teacher-card__degree-2 {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.teacher-card__name-2 {
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7rem;
}

.name-subject {
  text-transform: uppercase;
  font-size: .7rem;
  line-height: 1rem;
}

.teacher-card-2 {
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-name-subject {
  color: #0d1d4a;
  background-color: #ffd304;
  border-radius: 48px;
  margin-top: 8px;
  padding: 6px 12px;
  font-weight: 700;
}

.mask-teachers {
  width: 98%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-name-teacher {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(0deg, #000 24%, #fff0);
  border-radius: 0 0 24px 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  position: absolute;
}

.slide-nav-7 {
  justify-content: center;
  align-items: center;
  display: none;
}

.left-arrow-7 {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: auto auto 0% 20px;
}

.left-arrow-7:hover {
  background-color: var(--yellow);
}

.right-arrow-7 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: auto auto 0% 140px;
}

.right-arrow-7:hover {
  background-color: var(--yellow);
}

.image-166, .image-167 {
  width: 32px;
}

.button {
  background-color: var(--violette);
  border-radius: 8px;
  margin-right: 20px;
  padding: 15px 24px;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 0% auto;
}

.code-embed {
  display: none;
}

@media screen and (min-width: 1280px) {
  .logo-container, .width-container {
    max-width: 70rem;
  }

  .width-container.width-container_hero {
    padding-top: 0;
  }

  .hero_container {
    justify-content: space-between;
    align-items: center;
  }

  .title-main {
    width: 80%;
  }

  .title-main.marg {
    width: 85%;
    font-size: 2.8rem;
    line-height: 50px;
  }

  .cta_btn-hero__text {
    font-size: 20px;
    line-height: 26px;
  }

  .numbers-card.numbers-card__rectangle {
    width: 48.5%;
  }

  .reviews {
    background-position: 0 113%;
    background-size: 300px;
  }

  .video-card {
    padding: 2rem 2.5rem;
  }

  .slide-nav-3 {
    bottom: 3%;
  }

  .footer__menu {
    margin-left: 100px;
  }

  .div-block-9 {
    max-width: 1264px;
  }

  .footer__wrapper {
    max-width: 1264px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__contact {
    width: 30%;
  }

  .subject-chip__text {
    font-size: 1.3rem;
  }

  .teacher-card__name, .teacher-card__degree {
    font-size: 1.2rem;
  }

  .paragraph-7 {
    font-size: 12px;
  }

  .collection-list-wrapper {
    max-width: 70rem;
  }

  .collection-item-2 {
    width: 30%;
    height: 450px;
  }

  .collection-list-2 {
    justify-content: center;
    max-width: 70rem;
    margin-bottom: 3.5rem;
  }

  .text-block-48 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-block-55 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .text-block-49 {
    font-size: .9rem;
  }

  .div-block-38 {
    flex-flow: row;
    display: flex;
  }

  .right-arrow-3 {
    left: 14%;
  }

  .div-block-37 {
    margin-bottom: 0;
  }

  .div-price {
    margin-top: auto;
  }

  .text-block-50 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .text-block-52 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .slide-2 {
    max-width: 43rem;
  }

  .image-36 {
    width: 18px;
  }

  .left-arrow-2 {
    right: 14%;
  }

  .text-block-171 {
    font-size: 1.5rem;
  }

  .div-block-530 {
    padding: 0;
  }

  .text-span-5 {
    font-size: 1.5rem;
  }

  .image-163 {
    width: 184px;
  }

  .image-113 {
    max-width: 12rem;
    height: 20px;
  }

  .text-block-172 {
    font-size: 1.5rem;
  }

  .div-block-528 {
    height: 215px;
  }

  .text-block-13.text-green {
    font-size: 1rem;
  }

  .div-block-500 {
    width: 100%;
    padding-left: 32px;
  }

  .cta-btn-violette-2.position {
    right: 11.5%;
  }

  .pagination-2 {
    max-width: 70rem;
    position: relative;
  }

  .title-secondary-2 {
    margin-bottom: 1.5rem;
  }

  .title-secondary-2.papdding-bot {
    margin-bottom: .125rem;
  }

  .cards-block-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .cta-btn-violette-4.position {
    font-size: 20px;
    line-height: 26px;
  }

  .mask-36 {
    padding-right: 20px;
  }

  .card_r {
    box-shadow: 0 4px 15px #93a1c833;
  }

  .reviews-2 {
    background-color: #fff;
    background-image: url('../images/Image_7_.webp');
    background-position: 0 118%;
    background-repeat: no-repeat;
    background-size: 345px;
  }

  .left-arrow-6 {
    right: 14%;
  }

  .right-arrow-6 {
    left: 14%;
  }

  .video-card-2 {
    padding: 2rem 2.5rem;
  }

  .slide-9 {
    max-width: 43rem;
  }

  .all-subjects-btn {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.3rem;
  }

  .filter-checkbox {
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkbox-4 {
    display: none;
  }

  .subject-chip__text-2 {
    font-size: 1rem;
  }

  .expert-card {
    max-width: 15.5rem;
  }

  .button {
    margin-right: 30px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .logo-container, .width-container, .width-container.width-container_hero {
    max-width: 79rem;
  }

  .title-main, .title-main.marg {
    width: 100%;
    font-size: 3.755rem;
    line-height: 72px;
  }

  .numbers-card.numbers-card__rectangle {
    width: 48.5%;
  }

  .reviews {
    background-color: var(--white);
    background-image: url('../images/Image_7_.webp');
    background-position: 0 118%;
    background-repeat: no-repeat;
    background-size: 340px;
  }

  .title-secondary {
    font-size: 60px;
    line-height: 72px;
  }

  .title-secondary.title-secondary_main {
    font-size: 3.75rem;
    line-height: 72px;
  }

  .subtitle-text {
    margin-bottom: 0;
    line-height: 30px;
  }

  .subtitle-text.subtitle-text_center {
    text-align: center;
    width: 55%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .square-card-2.square-card_last {
    margin-right: 0;
  }

  .div-block-559 {
    box-shadow: none;
    width: 100%;
    position: static;
  }

  .background-video-container.youtube {
    height: 500px;
    position: absolute;
  }

  .slide-7 {
    width: 32.5%;
  }

  .slide-7.teachers {
    width: 27%;
    max-width: 298px;
  }

  .left-arrow-3 {
    inset: auto auto 0% 0%;
  }

  .slide-nav-3 {
    bottom: 4%;
    left: 6%;
  }

  .div-block-219 {
    margin-bottom: 0;
  }

  .right-arrow-2 {
    inset: auto auto 0% 12%;
  }

  .review-card__container {
    justify-content: space-between;
    align-items: stretch;
  }

  .mask-34 {
    overflow: visible;
  }

  .review-card {
    width: 100%;
    margin-right: 16px;
  }

  .slider {
    width: auto;
    max-width: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .review-card__title-box {
    margin-bottom: 24px;
  }

  .footer__gougle {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .footer__menu {
    margin-left: 0;
  }

  .footer__contact {
    width: 30%;
    margin-right: 0;
  }

  .image-17 {
    height: 100%;
  }

  .div-block-563 {
    width: 70%;
  }

  .footer__gougle-2 {
    display: flex;
  }

  .div-block-564 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .collection-item {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-list {
    margin-bottom: 3rem;
  }

  .review-chip-container {
    margin-bottom: 3rem;
    display: flex;
  }

  .review-chip {
    background-color: var(--white);
    cursor: pointer;
    border-radius: 100px;
    margin-bottom: 0;
    margin-right: 1rem;
    padding: 11px 24px;
    display: block;
  }

  .image-138 {
    width: 122px;
  }

  .checkbox-label {
    display: flex;
  }

  .submit-button {
    display: none;
  }

  .form {
    display: flex;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .next {
    background-color: var(--white);
    border-style: none;
    border-radius: 116px;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
  }

  .icon-2 {
    color: var(--black);
    width: 20px;
    height: 20px;
    margin-left: 0;
  }

  .previous {
    background-color: var(--white);
    text-align: left;
    border-style: none;
    border-radius: 116px;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .icon-3 {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .pagination {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-565, .source {
    display: flex;
  }

  .subject-chip-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 70px;
    display: flex;
  }

  .subject-chip {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--white);
    border: 2px solid #f1f4f9;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 11px 24px;
    display: flex;
  }

  .subject-chip__text {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .teacher-card {
    border-radius: 24px;
    justify-content: flex-end;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .image-139 {
    z-index: -1;
    width: 100%;
    height: 100%;
    inset: auto 0% 0%;
  }

  .teacher-card__name {
    color: var(--white);
    margin-bottom: 8px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 26px;
  }

  .teacher-card__degree {
    color: var(--white);
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 28px;
  }

  .div-block-566 {
    z-index: 9999;
    background-image: none;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-7 {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
  }

  .div-block-567 {
    background-color: var(--yellow);
    border-radius: 46px;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    display: inline-flex;
  }

  .checkbox, .submit-button-2 {
    display: none;
  }

  .form-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .collection-list-wrapper {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-2 {
    width: 33%;
    height: 100%;
  }

  .collection-list-2 {
    justify-content: center;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .checkbox-2 {
    display: block;
  }

  .div-block-568 {
    justify-content: space-between;
    width: 100%;
  }

  .text-block-48 {
    font-size: 1.4rem;
  }

  .text-block-55 {
    font-size: 2.2rem;
  }

  .text-block-49 {
    font-size: .83rem;
    line-height: 1rem;
  }

  .text-block-50 {
    font-size: 1.4rem;
  }

  .text-block-52 {
    font-size: 2.2rem;
  }

  .slide-2 {
    max-width: 48.7%;
    margin-left: 9px;
    margin-right: 9px;
  }

  .image-36 {
    width: 20px;
  }

  .left-arrow-2 {
    width: 3.8rem;
  }

  .div-block-570 {
    width: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .link-block-18:hover {
    -webkit-text-fill-color: inherit;
    background-color: #00c471;
    background-clip: border-box;
  }

  .tab-pane-tab-1 {
    border-radius: 0;
    width: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .div-block-530 {
    max-width: none;
  }

  .div-block-499.chip-white {
    border-style: solid;
    border-color: #fff;
  }

  .div-block-490 {
    color: #fff;
    background-color: #3d3d3d;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tab-pane-tab-2-2 {
    border-radius: 0;
    overflow: visible;
  }

  .tabs-content-3 {
    width: auto;
    max-width: 100%;
    overflow: visible;
  }

  .tabs-menu-2 {
    overflow: hidden;
  }

  .tabs {
    max-width: 100%;
  }

  .div-block-528 {
    flex-direction: column;
    justify-content: space-between;
    height: 268px;
    padding: 40px;
    display: flex;
  }

  .cta-btn-violette-2.position {
    bottom: -75.5%;
    right: 12.5%;
  }

  .next-2 {
    border-radius: 50%;
  }

  .form-block-3 {
    margin-bottom: 0;
  }

  .title-secondary-2 {
    margin-bottom: 2rem;
    font-size: 3.75rem;
    line-height: 72px;
  }

  .title-secondary-2.title-secondary_main {
    font-size: 3.75rem;
    line-height: 72px;
  }

  .mask-36 {
    padding-right: 25px;
  }

  .div-block-220 {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-575 {
    margin-bottom: 0;
  }

  .div-block-215 {
    margin-bottom: 24px;
  }

  .reviews-2 {
    background-image: url('../images/Image_7_.webp');
    background-position: 0 120%;
    background-repeat: no-repeat;
    background-size: auto 500px;
  }

  .left-arrow-6 {
    width: 3.8rem;
  }

  .slide-9 {
    max-width: 48.7%;
    margin-left: 9px;
    margin-right: 9px;
  }

  .subject-chip-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .all-subjects-btn {
    font-size: 20px;
    line-height: 24px;
  }

  .form-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .filter-checkbox {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border: 2px solid #f1f4f9;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 11px 24px;
    display: flex;
  }

  .checkbox-4 {
    display: none;
  }

  .subject-chip__text-2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .foto-teacher {
    height: 100%;
    inset: auto 0% 0%;
  }

  .expert-card {
    max-width: 18rem;
  }

  .teacher-card__degree-2 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 28px;
  }

  .teacher-card__name-2 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 26px;
  }

  .name-subject {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .teacher-card-2 {
    border-radius: 24px;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .div-name-subject {
    background-color: #ffd304;
    border-radius: 46px;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    display: inline-flex;
  }

  .div-name-teacher {
    z-index: 9999;
    background-image: linear-gradient(0deg, #000 24%, #fff0 100%, #fff0);
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .title-main.marg {
    width: 100%;
    font-size: 3.75rem;
  }

  .reviews {
    background-size: 400px;
  }

  .title-secondary.title-secondary_main {
    font-size: 3.755rem;
  }

  .background-video-container.youtube {
    height: 480px;
  }

  .left-arrow-3 {
    bottom: 0%;
  }

  .slide-nav-3 {
    bottom: 4%;
  }

  .right-arrow-2 {
    bottom: 0%;
  }

  .slider {
    display: flex;
  }

  .teacher-card__name, .teacher-card__degree {
    font-size: 20px;
  }

  .text-block-48 {
    font-size: 1.5rem;
  }

  .text-block-55 {
    font-size: 2.6rem;
  }

  .text-block-49 {
    font-size: .9rem;
  }

  .right-arrow-3 {
    left: 10%;
  }

  .text-block-50 {
    font-size: 1.7rem;
  }

  .text-block-52 {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .slide-2 {
    max-width: 49%;
  }

  .image-36 {
    width: 24px;
  }

  .left-arrow-2 {
    right: 10%;
  }

  .div-block-570 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-530 {
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
  }

  .tab-pane-tab-2-2 {
    overflow: visible;
  }

  .form-block-3 {
    margin-bottom: 0;
  }

  .title-secondary-2 {
    margin-bottom: 2rem;
    font-size: 3.755rem;
    line-height: 72px;
  }

  .title-secondary-2.title-secondary_main {
    font-size: 3.755rem;
    font-weight: 600;
    line-height: 76px;
  }

  .title-secondary-2.papdding-bot {
    margin-bottom: .125rem;
  }

  .reviews-2 {
    background-position: 0 120%;
    background-size: 400px;
  }

  .left-arrow-6 {
    right: 10%;
  }

  .right-arrow-6 {
    left: 10%;
  }

  .slide-9 {
    max-width: 49%;
  }

  .name-subject {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 2rem;
  }

  .logo-container {
    max-width: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero {
    background-position: 0%, 100% 15%, 100% 100%;
    background-size: contain, auto 335px, contain;
  }

  .width-container {
    padding: 2.5rem 2rem;
  }

  .hero__text-container {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }

  .hero_container {
    flex-flow: column;
  }

  .title-main {
    width: 70%;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .hero__text {
    width: 90%;
    font-size: 1.125rem;
    line-height: 26px;
  }

  .hero-form-container {
    width: 100%;
  }

  .form-block {
    padding: 2rem;
  }

  .text-field.text-field-lower {
    margin-bottom: 2rem;
  }

  .form-title {
    line-height: 30px;
  }

  .hero__numbers-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .numbers-card.numbers-card_small {
    height: 150px;
    padding: 20px;
  }

  .numbers-card.numbers-card__big {
    padding: 1rem;
  }

  .numbers-card.numbers-card__rectangle {
    height: 58px;
    padding: 17px 16px;
  }

  .numbers-card__title {
    font-size: 20px;
    line-height: 26px;
  }

  .numbers-card__text {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .image {
    width: 91px;
  }

  .rating__number {
    margin-right: 8px;
    font-size: 20px;
    line-height: 26px;
  }

  .rating__number.rating_black {
    font-size: 32px;
  }

  .rating__img {
    width: 23px;
    height: 23px;
  }

  .rating.rating_black {
    margin-bottom: 8px;
  }

  .title-secondary {
    font-size: 40px;
    line-height: 48px;
  }

  .title-secondary.title-secondary_main {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 48px;
  }

  .subtitle-text {
    font-size: 18px;
    line-height: 26px;
  }

  .subtitle-text.subtitle-text_center {
    margin-bottom: 1.8rem;
    line-height: 24px;
  }

  .paragraph-6 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .rating-block {
    margin-right: 16px;
  }

  .square-card-2 {
    border-radius: 16px;
    width: auto;
    margin-right: 0;
    padding: 24px;
  }

  .icon {
    background-color: #e3e8f280;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 12px;
    display: flex;
  }

  .image-7 {
    width: 100%;
  }

  .div-block-10 {
    margin-top: 16px;
  }

  .text-block-34 {
    font-size: 20px;
    line-height: 160%;
  }

  .text-block-34._1 {
    margin-bottom: 16px;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-32 {
    font-size: 14px;
  }

  .cards-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1rem;
    display: grid;
  }

  .image-8 {
    width: 100%;
  }

  .video-cards-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .video-card {
    padding: 24px;
  }

  .background-video {
    height: 140px;
  }

  .div-block-559 {
    box-shadow: none;
    width: 77%;
  }

  .background-video-container.youtube {
    height: 460px;
    position: absolute;
  }

  .div-block-218 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .slide-7 {
    width: 49%;
  }

  .div-block-217 {
    flex-flow: column;
    align-items: flex-start;
  }

  .image-134 {
    margin-top: 0;
  }

  .left-arrow-3 {
    left: 34%;
  }

  .image-133 {
    margin-top: 0;
  }

  .slide-nav-3 {
    left: 46%;
  }

  .right-arrow-2 {
    flex-direction: row;
    align-items: center;
    left: 24%;
    right: 0%;
  }

  .mask-34 {
    padding-bottom: 0;
    overflow: hidden;
  }

  .review-card {
    margin-left: 0;
    padding: 23px 32px 32px;
  }

  .slider {
    padding-bottom: 100px;
  }

  .text-block-62 {
    margin-bottom: 0;
  }

  .text-block-68 {
    margin-right: 20px;
  }

  .bold-text {
    line-height: 26px;
  }

  .div-block-562 {
    width: 50%;
  }

  .footer-2 {
    padding-top: 60px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer__menu {
    margin-top: 0;
    margin-left: 0;
  }

  .footer__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__contact {
    width: 100%;
  }

  .footer__container {
    flex-flow: wrap-reverse;
  }

  .div-block-563 {
    width: 100%;
    margin-bottom: 30px;
  }

  .image-136 {
    margin-bottom: 0;
  }

  .review-chip {
    background-color: var(--white);
    border: 2px solid #f1f4f9;
    border-radius: 100px;
    margin-bottom: 0;
    padding: 11px 24px;
  }

  .image-138 {
    width: 122px;
  }

  .checkbox-label, .submit-button {
    display: none;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .link-block {
    margin-right: 10px;
  }

  .div-block-568 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .text-block-48 {
    margin-top: 2rem;
    font-size: 2.1rem;
    line-height: 2.3rem;
  }

  .text-block-55 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .image-47 {
    width: 3rem;
  }

  .text-block-49 {
    padding: 8px 10px;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
  }

  .mask-2 {
    padding-bottom: 7.2rem;
  }

  .right-arrow-3 {
    width: 5.7rem;
    height: 5.7rem;
    left: 22%;
  }

  .div-block-37 {
    margin-bottom: 10px;
  }

  .div-price {
    margin-top: 16px;
  }

  .text-block-50 {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }

  .div-name {
    margin-top: 24px;
  }

  .text-block-52 {
    font-size: 4rem;
  }

  .div-slide {
    box-shadow: none;
    padding: 3rem;
  }

  .slide-2 {
    max-width: 44rem;
  }

  .left-arrow-2 {
    width: 5.7rem;
    height: 5.7rem;
    right: 22%;
  }

  .div-block-498 {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-530 {
    justify-content: center;
  }

  .text-block-95 {
    font-size: 16px;
  }

  .div-block-491 {
    padding: 24px 16px;
  }

  .div-block-499 {
    margin-bottom: 8px;
  }

  .div-block-499.chip-white {
    border-style: solid;
    border-color: #00c471;
  }

  .image-163 {
    display: none;
  }

  .list-item-3 {
    height: 50px;
  }

  .list-item {
    height: 70px;
  }

  .heading-3 {
    font-size: 1.55rem;
  }

  .heading-5 {
    font-size: 1.85rem;
  }

  .div-block-492.text-height2 {
    height: 130px;
  }

  .div-block-492.div-up.text-height1 {
    height: 220px;
  }

  .div-block-500 {
    flex-wrap: wrap;
  }

  .remodal {
    justify-content: flex-end;
  }

  .select-field {
    height: 64px;
  }

  .div-block-61 {
    justify-content: flex-end;
  }

  .text-block-25 {
    font-size: 40px;
    line-height: 50px;
  }

  .title-secondary-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .title-secondary-2.title-secondary_main {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 48px;
  }

  .image-164 {
    width: 100%;
  }

  .cards-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1rem;
    display: grid;
  }

  .div-block-572 {
    margin-top: 16px;
  }

  .text-block-174 {
    font-size: 14px;
  }

  .text-block-175 {
    font-size: 20px;
    line-height: 160%;
  }

  .text-block-175._1 {
    margin-bottom: 16px;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .slide-8 {
    width: 51%;
  }

  .stars {
    width: 6rem;
  }

  .text-block-176 {
    line-height: 24px;
  }

  .mask-36 {
    padding-right: 20px;
  }

  .div-img {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-574 {
    width: 50%;
  }

  .img-logo {
    width: 6rem;
  }

  .card_r {
    box-shadow: 0 4px 14px #93a1c833;
  }

  .div-text-rev {
    flex-flow: column;
    align-items: flex-start;
  }

  .text-block-178 {
    margin-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .left-arrow-6 {
    width: 5.7rem;
    height: 5.7rem;
    right: 22%;
  }

  .right-arrow-6 {
    width: 5.7rem;
    height: 5.7rem;
    left: 22%;
  }

  .video-cards-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 1.5rem;
  }

  .background-video-2 {
    height: 200px;
  }

  .div-block-578 {
    margin-top: 16px;
  }

  .video-card-2 {
    padding: 24px;
  }

  .text-block-180 {
    font-size: 14px;
  }

  .mask-37 {
    padding-bottom: 7.2rem;
  }

  .slide-9 {
    max-width: 44rem;
  }

  .text-block-181 {
    font-size: 20px;
    line-height: 160%;
  }

  .text-block-181._1 {
    margin-bottom: 16px;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .image-165 {
    width: 3rem;
  }

  .form-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .filter-checkbox {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slider-teachers {
    padding-bottom: 65px;
  }

  .expert-card {
    width: 46%;
    max-width: 340px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .teacher-card__name-2 {
    margin-bottom: 10px;
  }

  .div-name-subject {
    margin-top: 16px;
  }

  .mask-teachers {
    width: 82%;
    max-width: 738px;
  }

  .left-arrow-7 {
    width: 40px;
    height: 40px;
    left: 80px;
  }

  .right-arrow-7 {
    width: 40px;
    height: 40px;
    left: 160px;
  }

  .image-166, .image-167 {
    width: 24px;
  }

  .button {
    margin-right: 95px;
  }
}

@media screen and (max-width: 767px) {
  .text-field {
    font-size: 16px;
    line-height: 24px;
  }

  .text-field.text-field-lower {
    margin-bottom: 1rem;
  }

  .text-field.text-field-lower::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .hero__numbers-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .numbers-card.numbers-card_small {
    width: 48.5%;
  }

  .numbers-card.numbers-card_small.full-width {
    width: 100%;
  }

  .numbers-card.numbers-card__rectangle {
    flex-flow: column;
    width: 48.5%;
    height: auto;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image {
    margin-bottom: 8px;
  }

  .reviews {
    background-position: 0 113%;
  }

  .div-block-559 {
    width: 60%;
  }

  .background-video-container.youtube {
    width: 270px;
  }

  .div-block-218 {
    flex-flow: wrap;
    align-items: center;
  }

  .slide-7 {
    width: 100%;
    margin-left: 0;
    margin-right: 20px;
  }

  .left-arrow-3 {
    left: -4%;
  }

  .right-arrow-2 {
    right: -4%;
  }

  .mask-34 {
    width: 92%;
    max-width: 500px;
    padding-bottom: 0;
    overflow: visible;
  }

  .review-card {
    width: 99%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 20px;
  }

  .slider {
    justify-content: center;
    height: auto;
    padding-bottom: 20px;
  }

  .text-block-62 {
    margin-bottom: 0;
  }

  .text-block-16 {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-2 {
    padding-top: 40px;
  }

  .footer__menu {
    margin-right: 10px;
  }

  .link-3 {
    margin-right: 12px;
  }

  .div-block-8 {
    flex-flow: wrap;
    display: flex;
  }

  .footer__container {
    flex-flow: row;
  }

  .div-block-563 {
    flex-flow: column;
  }

  .subject-chip__text {
    font-size: 1rem;
  }

  .teacher-card__name, .teacher-card__degree {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .div-block-568 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .image-47 {
    width: 4rem;
  }

  .mask-2 {
    padding-bottom: 10.6rem;
  }

  .right-arrow-3 {
    width: 7rem;
    height: 7rem;
    left: 28%;
  }

  .div-block-37 {
    margin-bottom: 12px;
  }

  .div-price {
    margin-top: 0;
  }

  .text-block-50 {
    font-size: 2.2rem;
  }

  .div-name {
    margin-top: 20px;
  }

  .text-block-52 {
    font-size: 4.8rem;
    line-height: 6rem;
  }

  .left-arrow-2 {
    width: 7rem;
    height: 7rem;
    right: 28%;
  }

  .div-block-569, .div-block-570 {
    width: 100%;
  }

  .tab-link-tab-2-2 {
    color: #000;
    justify-content: center;
    width: 50%;
    margin: 0;
    padding: 8px 24px;
    font-size: 14px;
  }

  .tab-link-tab-2-2.w--current {
    color: #fff;
    background-color: #fff0;
    border-top: 1px #000;
    border-bottom: 4px solid #00c471;
    border-left: 4px #00c471;
    border-radius: 0;
    justify-content: center;
    width: 50%;
  }

  .tab-pane-tab-1 {
    background-color: #fff0;
  }

  .text-block-95 {
    color: #fff;
    white-space: nowrap;
  }

  .image-162 {
    width: 40%;
    position: absolute;
    inset: 1.7rem -2.1em 0% auto;
  }

  .tab-pane-tab-2-2 {
    background-color: #fff0;
  }

  .tabs-menu-2 {
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .list-item {
    height: auto;
  }

  .tabs {
    display: block;
  }

  .tab-link {
    justify-content: center;
    width: 50%;
  }

  .tab-link.w--current {
    color: #000;
    background-color: #fff0;
    border-bottom: 4px solid #00c471;
    border-left: 4px #00c471;
    border-radius: 0;
    padding: 8px 24px;
    font-size: 14px;
  }

  .div-block-492.text-height2, .div-block-492.div-up.text-height1, .div-block-492.div-last.text-height2 {
    height: auto;
  }

  .cta-btn-violette-2 {
    cursor: pointer;
    margin-top: 32px;
  }

  .remodal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .checkbox-3.w--redirected-checked {
    width: 24px;
    min-width: 24px;
    min-height: 24px;
  }

  .select-field {
    font-size: 18px;
  }

  .div-block-61 {
    width: 90%;
    max-width: 600px;
  }

  .text-block-25 {
    font-size: 32px;
  }

  .email {
    font-size: 18px;
  }

  .section {
    background-image: url('../images/Image_6_.webp');
    background-position: 0 140%;
    background-size: 290px;
  }

  .cta-btn-violette-3 {
    cursor: pointer;
    margin-top: 32px;
  }

  .title-secondary-2 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
  }

  .cards-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .right-arrow-5 {
    left: 97px;
  }

  .slide-8 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .stars {
    width: 6rem;
  }

  .cta-btn-violette-4 {
    cursor: pointer;
    margin-top: 32px;
  }

  .mask-36 {
    padding-right: 0;
  }

  .div-img {
    flex-flow: wrap;
    align-items: center;
  }

  .div-block-574 {
    width: 100%;
  }

  .img-logo {
    width: 6rem;
  }

  .main_card_r {
    margin-top: 1rem;
  }

  .text-block-177 {
    font-size: 1.3rem;
  }

  .slide-nav-5 {
    display: none;
  }

  .left-arrow-6 {
    width: 40px;
    height: 40px;
    right: 28%;
  }

  .slider-4 {
    display: flex;
  }

  .cta-btn-violette-5 {
    cursor: pointer;
    margin-top: 32px;
  }

  .div-block-577 {
    margin-top: 1rem;
    display: flex;
  }

  .right-arrow-6 {
    width: 40px;
    height: 40px;
    left: 28%;
  }

  .video-cards-container-2 {
    display: none;
  }

  .background-video-2 {
    height: 320px;
  }

  .video-card-2 {
    width: 100%;
    height: 100%;
    box-shadow: 0 8px 13px #93a1c840;
  }

  .mask-37 {
    width: 100%;
    max-width: 420px;
    padding-bottom: 4rem;
  }

  .slide-9 {
    width: 380px;
    max-width: 380px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-165 {
    width: 20px;
  }

  .subject-chip-container-2 {
    margin-bottom: 30px;
  }

  .all-subjects-btn {
    padding: 7px 24px;
    font-size: 1rem;
  }

  .filter-checkbox {
    padding: 7px .125rem;
  }

  .expert-card {
    width: 95%;
    max-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .teacher-card__degree-2, .teacher-card__name-2 {
    font-size: 1rem;
  }

  .div-name-subject {
    margin-top: 10px;
  }

  .mask-teachers {
    width: 48%;
    max-width: 320px;
  }

  .div-name-teacher {
    padding-top: 1.5rem;
  }

  .left-arrow-7 {
    left: 41px;
  }

  .right-arrow-7 {
    left: 114px;
  }

  .button {
    margin-right: 0;
  }

  .image-168 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-left: 20px;
  }

  .logo-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logo {
    width: 120px;
  }

  .logo-text {
    display: none;
  }

  .hero {
    background-position: 0%, 120% -5%, 100% 100%;
    background-size: contain, 140px, contain;
  }

  .width-container {
    text-align: left;
    padding: 2rem 20px;
  }

  .width-container.width-container_hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__text-container {
    margin-bottom: 0;
  }

  .title-main {
    width: 90%;
    font-size: 1.5rem;
    line-height: 37px;
  }

  .yellow-text {
    line-height: 37px;
  }

  .hero__text {
    margin-bottom: 0;
  }

  .cta-btn-hero {
    width: 100%;
  }

  .cta-btn-hero.hero-form-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .cta_btn-hero__text {
    text-align: center;
  }

  .hero-form-container {
    margin-top: 1rem;
  }

  .form-block {
    padding: 1.5rem;
  }

  .text-field {
    border-radius: 8px;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-field::placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .text-field.text-field-lower {
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 20px;
  }

  .form-title {
    margin-bottom: 1.5rem;
    line-height: 32px;
  }

  .hero__numbers-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .numbers-card.numbers-card_small {
    width: 48.5%;
    height: auto;
    padding: 8px 16px;
  }

  .numbers-card.numbers-card_small.full-width {
    width: 100%;
  }

  .numbers-card.numbers-card__rectangle {
    flex-flow: column;
    width: 48.5%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image {
    width: 61px;
    margin-bottom: 4px;
  }

  .rating__number {
    font-size: 16px;
    line-height: 24px;
  }

  .rating__number.rating_black {
    font-size: 24px;
    line-height: 32px;
  }

  .rating__img {
    width: 16px;
    height: 16px;
  }

  .rating__img.rating-black {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .rating.rating_black {
    margin-bottom: 0;
  }

  .reviews-title-container {
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .title-secondary {
    font-size: 24px;
    line-height: 37px;
  }

  .title-secondary.title-secondary_main {
    text-align: left;
    width: 88%;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  .subtitle-text {
    margin-top: 10px;
  }

  .subtitle-text.subtitle-text_center {
    text-align: left;
    width: 100%;
  }

  .paragraph-6 {
    line-height: 32px;
  }

  .rating-block {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
  }

  .rating-container {
    flex-flow: column;
  }

  .square-card-2 {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 3px 25px #93a1c840;
  }

  .icon {
    border-radius: 15px;
    padding: 10px;
  }

  .text-block-32 {
    font-size: 18px;
    line-height: 26px;
  }

  .cards-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .cta-btn-violette {
    width: 100%;
  }

  .video-cards-container {
    display: none;
  }

  .video-card {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-container.youtube {
    width: 240px;
    height: 400px;
  }

  .div-block-218 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .text-block-63 {
    font-size: 25px;
  }

  .slide-7 {
    margin-right: 0;
  }

  .div-block-217 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .image-134 {
    width: 50%;
    max-width: 50px;
    margin-top: 0;
    display: block;
  }

  .left-arrow-3 {
    background-color: var(--white);
    width: 40px;
    height: 40px;
    left: 8%;
  }

  .left-arrow-3:hover {
    background-color: var(--yellow);
  }

  .image-133 {
    width: 50%;
    max-width: 50px;
    display: block;
  }

  .slide-nav-3 {
    color: #fff;
    font-size: 7px;
    line-height: 8px;
    display: block;
    bottom: 2%;
    left: 28%;
  }

  .div-block-219 {
    flex-flow: row;
    justify-content: center;
  }

  .div-block-270 {
    justify-content: space-around;
    margin-bottom: 4px;
    padding-right: 6px;
  }

  .right-arrow-2 {
    background-color: var(--white);
    width: 40px;
    height: 40px;
    left: 73%;
    right: 0%;
  }

  .right-arrow-2:hover {
    background-color: var(--yellow);
  }

  .mask-34 {
    width: 100%;
  }

  .review-card {
    padding-top: 20px;
    padding-left: 20px;
  }

  .slider {
    max-width: 375px;
    padding-bottom: 70px;
  }

  .image-38 {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .text-block-62 {
    order: 1;
    margin-left: 10px;
    margin-right: 0;
    font-size: 25px;
    line-height: 15px;
  }

  .review-card__title-box {
    flex-wrap: wrap;
  }

  .text-block-68 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-88 {
    color: #000;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-112 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-562 {
    width: 100%;
  }

  .link {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .footer-2 {
    padding-top: 32px;
  }

  .footer__gougle {
    text-align: center;
  }

  .footer__containericons {
    flex-direction: column;
  }

  .footer__menu {
    text-align: left;
    margin-bottom: 20px;
  }

  .link-3 {
    margin-top: 0;
    margin-bottom: 8px;
    margin-right: 17px;
  }

  .link-2 {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .image-16 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer__contact {
    text-align: center;
    align-self: center;
  }

  .div-block-8 {
    flex-flow: wrap;
    margin-top: 0;
    display: flex;
  }

  .image-17 {
    text-align: center;
    background-color: #fff;
  }

  .footer__container {
    flex-flow: column;
  }

  .text-block-15 {
    color: #000;
    text-align: center;
    padding-left: 0;
    font-weight: 300;
    display: block;
  }

  .footer__iconsblock {
    margin-top: 16px;
  }

  .div-block-563 {
    flex-flow: column;
  }

  .footer__gougle-2 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .image-136 {
    text-align: center;
    background-color: #fff;
  }

  .image-137 {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }

  .review-chip {
    margin-right: 8px;
  }

  .image-138 {
    width: 90px;
  }

  .source {
    display: none;
  }

  .link-block, .link-block-2 {
    width: 48%;
  }

  .div-block-568 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .text-block-48 {
    margin-top: 16px;
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-55 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-47 {
    width: 50%;
    max-width: 50px;
  }

  .text-block-49 {
    font-size: 11px;
    line-height: 12px;
  }

  .mask-2 {
    width: 100%;
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .right-arrow-3 {
    width: 40px;
    height: 40px;
    left: 37%;
  }

  .div-block-37 {
    margin-bottom: 8px;
  }

  .slider-3 {
    margin-bottom: 1.5rem;
    display: block;
  }

  .div-price {
    margin-top: 0;
  }

  .text-block-50 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-name {
    margin-top: 24px;
  }

  .text-block-52 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-slide {
    padding: 24px;
  }

  .slide-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav-2 {
    padding-bottom: 5px;
    font-size: 7px;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    right: 37%;
  }

  .div-block-569 {
    width: 100%;
  }

  .list-item-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-570 {
    width: 100%;
  }

  .tab-link-tab-2-2 {
    color: #000;
    background-color: #fff0;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tab-link-tab-2-2.w--current {
    color: #fff;
    background-color: #fff0;
    border: 4px #00c471;
    border-bottom-style: solid;
    border-radius: 0;
  }

  .tab-pane-tab-1 {
    background-color: #fff0;
  }

  .text-block-95 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .image-162 {
    width: 45%;
    top: 2.3rem;
    right: -2em;
  }

  .tab-pane-tab-2-2 {
    background-color: #fff0;
  }

  .tabs-content-3 {
    border-radius: 12px;
    margin-top: 16px;
  }

  .list-item-3 {
    height: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .tabs-menu-2 {
    border: 2px #4e524f;
    flex-flow: row;
    justify-content: space-between;
  }

  .list-item {
    height: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .tabs {
    display: block;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-11 {
    font-size: 14px;
    line-height: 20px;
  }

  .tab-link {
    background-color: var(--white);
    color: #000;
    border-radius: 100px;
    padding: 8px 24px;
    font-weight: 700;
  }

  .tab-link.w--current {
    background-color: var(--violette);
    color: #fff;
    border: 1px #000;
    border-radius: 100px;
  }

  .div-block-492.text-height2, .div-block-492.div-up.text-height1, .div-block-492.div-last.text-height2 {
    height: auto;
  }

  .cta-btn-violette-2 {
    width: 100%;
    margin-top: 0;
  }

  .cta-btn-violette-2.position {
    margin-top: 24px;
    position: static;
  }

  .checkbox-label-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .submit-button-4 {
    height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .remodal {
    position: relative;
  }

  .select-field {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-61 {
    background-position: -70% 100%;
    width: 1005%;
    max-width: 100%;
  }

  .text-block-25 {
    font-size: 28px;
    line-height: 108%;
  }

  .form-pop-up {
    align-items: stretch;
  }

  .div-block-571 {
    margin-bottom: 16px;
  }

  .div-block-4 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .email {
    height: 64px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 18px;
  }

  .section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-btn-violette-3 {
    width: 100%;
    margin-top: 0;
  }

  .title-secondary-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .title-secondary-2.title-secondary_main {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 34px;
  }

  .cards-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .div-block-572 {
    margin-top: 24px;
  }

  .text-block-174 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-175._1 {
    margin-bottom: 5px;
  }

  .right-arrow-5 {
    inset: auto 0% 0% 111px;
  }

  .slide-8 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stars {
    width: 6rem;
  }

  .div_rev {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-176 {
    color: #000;
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .cta-btn-violette-4 {
    width: 100%;
    margin-top: 0;
  }

  .cta-btn-violette-4.position {
    margin-top: 24px;
    position: static;
  }

  .left-arrow-5 {
    position: absolute;
    inset: auto 0% 0% -95px;
  }

  .mask-36 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-img {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-block-574 {
    width: 100%;
  }

  .img-logo {
    width: 6rem;
  }

  .card_r {
    border-radius: 24px;
    max-width: 100%;
    margin-bottom: 16px;
    padding: 24px;
  }

  .div-block-575 {
    flex-flow: column;
    justify-content: center;
  }

  .div-text-rev {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .main_card_r {
    flex-flow: column;
    margin-top: 16px;
    display: flex;
  }

  .text-block-177 {
    font-size: 18px;
  }

  .text-block-178 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-215 {
    flex-wrap: wrap;
  }

  .text-block-179 {
    font-size: 18px;
    line-height: 26px;
  }

  .slide-nav-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-6 {
    width: 40px;
    height: 40px;
    right: 37%;
  }

  .slider-4 {
    margin-bottom: 1.5rem;
    display: block;
  }

  .cta-btn-violette-5 {
    width: 100%;
    margin-top: 0;
  }

  .slide-nav-6 {
    padding-bottom: 5px;
    font-size: 7px;
  }

  .right-arrow-6 {
    width: 40px;
    height: 40px;
    left: 37%;
  }

  .video-cards-container-2 {
    display: none;
  }

  .video-card-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-180 {
    font-size: 18px;
    line-height: 26px;
  }

  .mask-37 {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.2rem;
    overflow: hidden;
  }

  .slide-9 {
    width: 89%;
    max-width: 340px;
  }

  .image-165 {
    width: 50%;
    max-width: 50px;
  }

  .form-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .subject-chip__text-2 {
    margin-bottom: 0;
    font-size: .8rem;
  }

  .slider-teachers {
    flex-flow: column;
    padding-bottom: 120px;
  }

  .mask-teachers {
    width: 76%;
  }

  .left-arrow-7 {
    inset: auto 0% 65px -71px;
  }

  .right-arrow-7 {
    inset: auto 0% 65px 98px;
  }

  .button {
    position: absolute;
    inset: auto 0% 0%;
  }

  .form-4 {
    width: 100%;
  }
}

#w-node-_4b840dc2-027d-9338-dad4-f5f48982ecc2-cd51751c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-_91b1f433-8981-26ce-579e-3d406c381f17-cd51751c, #w-node-f9882d97-6043-8dfe-9e88-080cd31d8c3b-cd51751c, #w-node-cf1782fe-bf12-85a5-7773-868869f8dfef-cd51751c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf1782fe-bf12-85a5-7773-868869f8e000-cd51751c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-cf1782fe-bf12-85a5-7773-868869f8dfef-cd51751c, #w-node-cf1782fe-bf12-85a5-7773-868869f8e000-cd51751c {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oddval';
  src: url('../fonts/Oddval-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}