@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * Reset box-sizing
 */
/* https://-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", "Noto Sans TC", -apple-system, Segoe UI, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

/**
   * Status
   */
:disabled,
[disabled] {
  cursor: not-allowed;
}

/**
   * Link
   */
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}
a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

/**
   * Form
   */
/*
   * Clear `clear` button on input with 'password' type in IE
   * https://developer.mozilla.org/en-US/docs/Web/CSS/::-ms-clear
   * https://developer.mozilla.org/en-US/docs/Web/CSS/::-ms-reveal
   */
input {
  font-family: inherit;
}
input::-ms-clear, input::-ms-reveal {
  display: none;
}
input:hover, input:focus {
  outline: none;
}

/**
   * Reset button
   */
button {
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  background: transparent;
  border: none;
}
button:hover, button:focus {
  outline: none;
}

/* Turn off textarea resize in Chrome */
textarea {
  font-family: inherit;
  resize: none;
}
textarea:hover, textarea:focus {
  outline: none;
}

/**
   * Image
   */
/* Remove default margin */
figure {
  margin: 0;
}

/* https://-tricks.com/almanac/properties/v/vertical-align/ */
img {
  border: none;
  vertical-align: middle;
}

/**
   * Typography
   */
/* Remove defalut margin / padding / list-style */
ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: transparent;
  box-sizing: border-box;
}

a {
  transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, filter 0.3s linear;
  color: inherit;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #183265;
  font-size: 16px;
  font-weight: 300;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.6rem;
}

img {
  max-width: 100%;
}

._align_center {
  text-align: center;
}

._align_right {
  text-align: right;
}

._bold {
  font-weight: bold;
}

._m_show {
  display: none;
}
@media (max-width: 709px) {
  ._m_show {
    display: block;
  }
}

@media (max-width: 709px) {
  ._pc_show {
    display: none;
  }
}

._flex {
  display: flex;
  flex-wrap: wrap;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col-1 {
  position: relative;
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2 {
  position: relative;
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3 {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4 {
  position: relative;
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5 {
  position: relative;
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6 {
  position: relative;
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 10px;
  padding-right: 10px;
}

label.copySuccess {
  background: #4cc764;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  position: fixed;
  top: 60px;
  left: 50%;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  min-width: 200px;
  max-width: 95%;
  display: none;
  box-shadow: 0 4px 10px rgba(196, 194, 193, 0.4);
  z-index: 999;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (max-width: 709px) {
  label.copySuccess {
    top: 20px;
  }
}
label.copySuccess:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/copy_success.svg) no-repeat center/24px auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -6px;
}
label.copySuccess.open {
  display: block;
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(-100px) translateX(-50%);
  }
  100% {
    transform: translateY(0) translateX(-50%);
  }
}
.jr_level__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.jr_level__content__diagram-wrapper {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 40px;
}
.jr_level__content__diagram-wrapper::-webkit-scrollbar {
  height: 8px;
}
.jr_level__content__diagram-wrapper::-webkit-scrollbar-thumb {
  background-color: #112f82;
  border-radius: 0;
}
.jr_level__content__diagram-wrapper::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.jr_level__content__table-block {
  min-height: 50px;
  display: flex;
}
.jr_level__content__table-block.is-title {
  min-width: 120px;
  width: 120px;
  position: sticky;
  left: 0;
  align-self: normal;
  background-color: #edf1ff;
}
.jr_level__content__table-row {
  width: 100%;
  display: flex;
}
.jr_level__content__diagram > .jr_level__content__table-row:nth-child(even) {
  background-color: #f7f8ff;
}
.jr_level__content__diagram > .jr_level__content__table-row:nth-child(odd) {
  background-color: #e7edff;
}
.jr_level__content__table-column {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.jr_level__content__table-item {
  width: 100%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #112f82;
  text-align: center;
  overflow-wrap: break-word;
  padding: 4px;
}
.jr_level__content__table-item.is-title {
  min-width: 120px;
  position: sticky;
  left: 0;
  align-self: normal;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.jr_level__content__table-item.is-title.blue {
  background-color: #d1dbff;
}
.jr_level__content__table-item.is-title.blue-light {
  background-color: #e1e8ff;
}
.jr_level__content__table-item.is-level {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 709px) {
  .jr_level__content__table-item.is-level {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
  }
}
.jr_level__content__table-item.is-header {
  color: #ffffff;
  box-sizing: border-box;
  list-style-type: disc;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 709px) {
  .jr_level__content__table-item.is-header {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
  }
}
.jr_level__content__table-item.unit1 {
  width: 70px;
}
.jr_level__content__table-item.unit2 {
  width: 140px;
}
.jr_level__content__table-item.unit3 {
  width: 210px;
}
.jr_level__content__table-item.unit4 {
  width: 280px;
}
.jr_level__content__table-item.unit5 {
  width: 350px;
}
.jr_level__content__table-item.unit6 {
  width: 420px;
}
.jr_level__content__table-item.unit7 {
  width: 490px;
}

.button_wrap {
  text-align: center;
}

.button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 52px;
  text-align: center;
  cursor: pointer;
}
.button:focus {
  outline: none;
}
.button[data-theme=blue] {
  color: #ffffff;
  background-color: #0000FF;
}
.button[data-theme=blue]:hover {
  background-color: #afc6e9;
}
.button[data-theme=blue]:disabled {
  cursor: not-allowed;
  color: #cfcdc9;
  background-color: #ffffff;
}
.button[data-theme=gold] {
  color: #03328d;
  background-color: #dac7a7;
}
.button[data-theme=gold]:hover {
  background-color: #e2c592;
}
.button[data-theme=gold]:disabled {
  cursor: not-allowed;
  color: #f0eeeb;
  background-color: #7A8496;
}
.button[data-theme=pink] {
  color: #ffffff;
  background-color: #ED4C7C;
}
.button[data-theme=pink]:hover {
  background-color: #FF82A7;
}
.button[data-theme=pink]:disabled {
  cursor: not-allowed;
  color: #ffffff;
  background-color: #A9B0BB;
}
.button[data-theme=default] {
  color: #03328d;
  background-color: #ffffff;
}
.button[data-theme=default]:hover {
  background-color: #FFBCD0;
}
.button[data-theme=default]:disabled {
  cursor: not-allowed;
  color: #A9B0BB;
  background-color: #A9B0BB;
}
.button[data-size=xs] {
  padding: 0px 18px;
  font-size: 16px;
  font-weight: 500;
  min-width: 96px;
  min-height: 40px;
  line-height: 40px;
}
@media (max-width: 709px) {
  .button[data-size=xs] {
    padding: 0px 24px;
    font-size: 18px;
    min-width: 128px;
    min-height: 40px;
    line-height: 40px;
  }
}
.button[data-size=sm] {
  padding: 0px 30px;
  font-size: 20px;
  font-weight: 500;
  min-width: 104px;
  min-height: 54px;
  line-height: 54px;
}
@media (max-width: 709px) {
  .button[data-size=sm] {
    padding: 0px 24px;
    font-size: 18px;
    min-width: 112px;
    min-height: 50px;
    line-height: 50px;
  }
}
.button[data-size=md] {
  padding: 0px 44px;
  font-size: 28px;
  font-weight: 700;
  min-width: 104px;
  min-height: 70px;
  line-height: 70px;
}
@media (max-width: 709px) {
  .button[data-size=md] {
    padding: 0px 24px;
    font-size: 22px;
    min-width: 112px;
    min-height: 46px;
    line-height: 46px;
  }
}
.button[data-size=full] {
  padding: 0px;
  font-size: 18px;
  min-width: 100%;
  min-height: 52px;
  line-height: 52px;
}
@media (max-width: 709px) {
  .button[data-size=full] {
    padding: 0px;
    font-size: 20px;
    min-width: 100%;
    min-height: 40px;
    line-height: 40px;
  }
}
.button[data-is-outline=true][data-theme=blue] {
  color: #525B68;
  background-color: transparent;
  border: 2px solid #03328d;
}
.button[data-is-outline=true][data-theme=blue]:hover {
  background-color: #afc6e9;
}
.button[data-is-outline=true][data-theme=blue]:disabled {
  cursor: not-allowed;
  color: #cfcdc9;
  border-color: #f0eeeb;
  background-color: #ffffff;
}
.button[data-is-outline=true][data-theme=gold] {
  color: #dac7a7;
  background-color: transparent;
  border: 2px solid #dac7a7;
}
.button[data-is-outline=true][data-theme=gold]:hover {
  background-color: #f0eeeb;
}
.button[data-is-outline=true][data-theme=gold]:disabled {
  cursor: not-allowed;
  color: #f0eeeb;
  border-color: #f0eeeb;
  background-color: #ffffff;
}
.button[data-is-outline=true][data-theme=pink] {
  color: #ED4C7C;
  background-color: transparent;
  border: 2px solid #ED4C7C;
}
.button[data-is-outline=true][data-theme=pink]:hover {
  background-color: #FFBCD0;
}
.button[data-is-outline=true][data-theme=pink]:disabled {
  cursor: not-allowed;
  color: #ffffff;
  border-color: #f0eeeb;
  background-color: #ffffff;
}
.button[data-is-outline=true][data-theme=default] {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #EEEFFD;
}
.button[data-is-outline=true][data-theme=default]:hover {
  background-color: #989FFC;
}
.button[data-is-outline=true][data-theme=default]:disabled {
  cursor: not-allowed;
  color: #A9B0BB;
  border-color: #f0eeeb;
  background-color: #ffffff;
}
.button[data-type=secondary] {
  border-radius: 12px;
}
.button[data-type=secondary]:hover {
  background-color: #afc6e9;
}
.button[data-type=secondary] {
  border-radius: 12px;
}
.button[data-type=secondary]:hover {
  background-color: #f0eeeb;
}
.button[data-type=secondary] {
  border-radius: 12px;
}
.button[data-type=secondary]:hover {
  background-color: #FFBCD0;
}
.button[data-type=secondary] {
  border-radius: 12px;
}
.button[data-type=secondary]:hover {
  background-color: #989FFC;
}

.title_wrap {
  text-align: center;
  margin-bottom: 60px;
}
.title_wrap .head_title {
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  color: #03328d;
}
.title_wrap .head_title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FFBCD0;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.title_wrap .head_title._white {
  color: #ffffff;
}
.title_wrap .sub_title {
  color: #2F5398;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  padding-top: 20px;
}
.title_wrap .section_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}
.title_wrap .section_sub_title {
  font-weight: 900;
  font-size: 32px;
  line-height: 150%;
  color: #ffffff;
}
.title_wrap .section_sub_title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FFBCD0;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .title_wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 709px) {
  .title_wrap {
    margin-bottom: 30px;
  }
  .title_wrap .head_title {
    font-weight: 900;
    font-size: 26px;
    line-height: 150%; /*enn*/
  }
  .title_wrap .section_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
  .title_wrap .sub_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
  }
  .title_wrap .section_sub_title {
    font-weight: 900; /*enn*/
    font-size: 28px; /*enn*/
    line-height: 120%;
  }
}

.block_info_with_img .block_title {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.block_info_with_img .block_title h3 {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #03328d;
}
.block_info_with_img .block_content {
  text-align: center;
}
.block_info_with_img .block_content p {
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #2F5398;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.block_info_with_img .block_content picture {
  display: block;
}
@media (max-width: 709px) {
  .block_info_with_img .block_title h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
  .block_info_with_img .block_title picture {
    text-align: center;
  }
  .block_info_with_img .block_content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
  }
}

.icon_vedio_play {
  position: relative;
}
.icon_vedio_play::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(../img/icon/video-play.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}
.icon_vedio_play.play::before {
  display: none;
}

.card_lesson {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .card_lesson {
    flex-wrap: wrap;
  }
}
.card_lesson.swiper {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.card_lesson.swiper .item:not(:nth-of-type(2n+1)) {
  margin-left: 0px;
}
.card_lesson.swiper .swiper-button-prev, .card_lesson.swiper .swiper-button-next {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
  visibility: hidden;
}
.card_lesson.swiper .swiper-button-prev {
  left: 31%;
}
.card_lesson.swiper .swiper-button-next {
  right: 31%;
}
.card_lesson.swiper .swiper-button-prev::after, .card_lesson.swiper .swiper-button-next::after {
  font-size: 26px;
  color: #5A64F2;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .card_lesson.swiper .swiper-button-prev, .card_lesson.swiper .swiper-button-next {
    visibility: visible;
  }
}
@media (max-width: 1023px) {
  .card_lesson.swiper .swiper-slide.item {
    min-height: 520px;
  }
  .card_lesson.swiper .swiper-button-prev, .card_lesson.swiper .swiper-button-next {
    visibility: visible;
  }
  .card_lesson.swiper .swiper-button-prev {
    left: 20%;
  }
  .card_lesson.swiper .swiper-button-next {
    right: 20%;
  }
}
@media (max-width: 709px) {
  .card_lesson.swiper .swiper-slide.item {
    min-height: auto;
  }
  .card_lesson.swiper .swiper-button-prev, .card_lesson.swiper .swiper-button-next {
    visibility: hidden;
  }
}
.card_lesson .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.card_lesson .item .info {
  padding: 40px 50px;
  margin-bottom: 220px;
}
.card_lesson .item h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #FFE78B;
  margin-bottom: 20px;
}
.card_lesson .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 20px;
}
.card_lesson .item._ox {
  width: 33.3%;
  background-color: #03328d;
  background-image: url(../img/bg/feature-card-oxford-desktop.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
}
.card_lesson .item._dcgs {
  width: 33.3%;
  background-color: #ED4C7C;
  background-image: url(../img/bg/feature-card-dcgs-desktop.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: 150%;
}
.card_lesson .item._disney {
  width: calc(50% - 10px);
  background-color: #5A64F2;
  background-image: url(../img/bg/feature-card-disney-desktop.png?v=20220921000000);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: 120%;
}
.card_lesson .item._program {
  width: 33.3%;
  background-color: #FFCF1A;
  background-image: url(../img/bg/feature-card-program-desktop.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: 120%;
}
.card_lesson .item._program h3 {
  color: #03328d;
}
.card_lesson .item._program p {
  color: #03328d;
}
.card_lesson .item._program .button {
  color: #03328d;
}
.card_lesson .item._kids {
  width: calc(50% - 10px);
  background-color: #FFEABC;
  background-image: url(../img/bg/feature-card-Kids-desktop.svg?v=20220921000000);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: 120%;
  margin-bottom: 20px;
}
.card_lesson .item._kids h3 {
  color: #03328d;
}
.card_lesson .item._kids p {
  color: #03328d;
}
.card_lesson .item._kids .button {
  color: #03328d;
  border-color: #ffffff;
}
.card_lesson.card_one .swiper-button-prev {
  display: none;
}
.card_lesson.card_one .swiper-button-next {
  display: none;
}
.card_lesson.card_one .item._ox,
.card_lesson.card_one .item._dcgs {
  max-width: 450px;
  margin: 0 auto;
}
.card_lesson.card_one .item._disney,
.card_lesson.card_one .item._program {
  display: none;
}
@media (max-width: 1023px) {
  .card_lesson .item {
    margin-bottom: 20px;
  }
  .card_lesson .item:not(:nth-of-type(2n+1)) {
    margin-left: 0px;
  }
  .card_lesson .item._ox, .card_lesson .item._dcgs, .card_lesson .item._disney, .card_lesson .item._program {
    width: 100%;
  }
  .card_lesson .item._ox {
    background-image: url(../img/bg/feature-card-oxford-mobile.svg);
  }
  .card_lesson .item._dcgs {
    background-size: 100%;
  }
  .card_lesson .item._disney {
    background-size: 100%;
  }
  .card_lesson .item._program {
    background-size: 100%;
  }
  .card_lesson .item._kids {
    background-size: 100%;
  }
}
@media (max-width: 709px) {
  .card_lesson .item h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
  .card_lesson .item .info {
    padding: 40px 20px;
    margin-bottom: 100px;
  }
  .card_lesson .item._ox {
    background-image: url(../img/bg/feature-card-oxford-mobile.png);
    padding-bottom: 10%;
  }
  .card_lesson .item._dcgs {
    background-image: url(../img/bg/feature-card-dcgs-mobile.svg);
    background-size: 120%;
    padding-bottom: 10%;
  }
  .card_lesson .item._disney {
    background-image: url(../img/bg/feature-card-disney-mobile.png?v=20220921000000);
    background-size: 120%;
    padding-bottom: 10%;
  }
  .card_lesson .item._program {
    background-image: url(../img/bg/feature-card-program-mobile.svg);
    background-size: 120%;
    padding-bottom: 10%;
  }
  .card_lesson .item._kids {
    background-image: url(../img/bg/feature-card-Kids-mobile.svg);
    background-size: 100%;
    padding-bottom: 10%;
  }
}

.card .item {
  padding: 20px 30px;
  border-radius: 20px;
  overflow: hidden;
}
.card .item._pink {
  background-color: #FFF4F8;
  box-shadow: 0px 6px 0px #FF82A7;
}
.card .item._purple {
  background-color: #EEEFFD;
  box-shadow: 0px 6px 0px #989FFC;
}
.card .item._yellow {
  background-color: #FFF9E0;
  box-shadow: 0px 6px 0px #FFE78B;
}

.card_guarantee.card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
.card_guarantee.card .item {
  text-align: center;
  width: 300px;
}
.card_guarantee.card .item:not(:nth-last-of-type(1)) {
  margin-right: 20px;
}
.card_guarantee.card .item img {
  margin-bottom: 5px;
}
.card_guarantee.card .item h3 {
  color: #03328d;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.card_guarantee.card .item h4 {
  color: #525B68;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1439px) {
  .card_guarantee.card .item {
    width: 260px;
  }
}
@media (max-width: 1023px) {
  .card_guarantee.card {
    flex-wrap: wrap;
  }
  .card_guarantee.card .item {
    width: 45%;
    margin-bottom: 20px;
  }
  .card_guarantee.card .item:nth-of-type(2) {
    margin-right: 0px;
  }
}
@media (max-width: 709px) {
  .card_guarantee.card .item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .card_guarantee.card .item:not(:nth-last-of-type(1)) {
    margin-right: 0px;
  }
  .card_guarantee.card .item div {
    text-align: left;
  }
  .card_guarantee.card .item img {
    width: 72px;
    margin-right: 15px;
  }
  .card_guarantee.card .item h3 {
    font-size: 22px;
  }
  .card_guarantee.card .item h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
  }
}

.list_advantage {
  display: flex;
  flex-wrap: wrap;
  margin-left: 40px;
}
.list_advantage li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  padding-left: 20px;
}
.list_advantage li .icon {
  margin-right: 16px;
  width: 80px;
}
.list_advantage li .icon + div {
  width: calc(100% - 80px);
}
.list_advantage li h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.list_advantage li:nth-last-of-type(1), .list_advantage li:nth-last-of-type(2) {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .list_advantage {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .list_advantage li .icon {
    width: 60px;
  }
  .list_advantage li .icon + div {
    width: calc(100% - 60px);
  }
}
@media (max-width: 709px) {
  .list_advantage {
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .list_advantage li {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .list_advantage li .icon {
    margin-right: 10px;
  }
  .list_advantage li:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
}

.list_qulity {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.list_qulity li {
  width: 30%;
  text-align: center;
  padding: 20px;
  margin: 0 1%;
}
.list_qulity li > h3 {
  white-space: nowrap;
}
.list_qulity li .num {
  display: inline-block;
  font-size: 40px;
  color: #ED4C7C;
  font-weight: 900;
  vertical-align: middle;
  text-align: center;
  padding-left: 40px;
  margin-bottom: 18px;
}
.list_qulity li:nth-of-type(1) .num {
  background: url(../img/icon/license-tiny.svg) left center no-repeat;
}
.list_qulity li:nth-of-type(2) .num {
  background: url(../img/icon/academy.svg) left center no-repeat;
}
.list_qulity li:nth-of-type(3) .num {
  background: url(../img/icon/teacher.svg) left center no-repeat;
}
.list_qulity li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525B68;
}
@media (max-width: 709px) {
  .list_qulity li {
    width: 100%;
  }
  .list_qulity li > div {
    margin-bottom: 10px;
  }
  .list_qulity li .num {
    font-size: 36px;
  }
}

@keyframes glint {
  0%, 40% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  80% {
    transform: scale(1.1);
    opacity: 1;
  }
  60%, 100% {
    transform: scale(1);
    opacity: 1;
  }
}
.jr_level__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.jr_level__content__diagram-wrapper {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 40px;
}
.jr_level__content__diagram-wrapper::-webkit-scrollbar {
  height: 8px;
}
.jr_level__content__diagram-wrapper::-webkit-scrollbar-thumb {
  background-color: #112f82;
  border-radius: 0;
}
.jr_level__content__diagram-wrapper::-webkit-scrollbar-track {
  background-color: #E7EDFF;
}
.jr_level__content__table-block {
  min-height: 50px;
  display: flex;
}
.jr_level__content__table-block.is-title {
  min-width: 120px;
  width: 120px;
  position: sticky;
  left: 0;
  align-self: normal;
  background-color: #F7F8FF;
}
.jr_level__content__table-row {
  width: 100%;
  display: flex;
}
.jr_level__content__diagram > .jr_level__content__table-row:nth-child(even) {
  background-color: #f7f8ff;
}
.jr_level__content__diagram > .jr_level__content__table-row:nth-child(odd) {
  background-color: #e7edff;
}
.jr_level__content__table-column {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.jr_level__content__table-item {
  width: 100%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #112f82;
  text-align: center;
  overflow-wrap: break-word;
  padding: 4px;
}
.jr_level__content__table-item.is-title {
  min-width: 120px;
  position: sticky;
  left: 0;
  align-self: normal;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.jr_level__content__table-item.is-title.blue {
  background-color: #E7EDFF;
}
.jr_level__content__table-item.is-title.blue-light {
  background-color: #F7F8FF;
}
.jr_level__content__table-item.is-level {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 709px) {
  .jr_level__content__table-item.is-level {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
  }
}
.jr_level__content__table-item.is-header {
  color: #ffffff;
  box-sizing: border-box;
  list-style-type: disc;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 709px) {
  .jr_level__content__table-item.is-header {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
  }
}
.jr_level__content__table-item.unit1 {
  width: 70px;
}
.jr_level__content__table-item.unit2 {
  width: 140px;
}
.jr_level__content__table-item.unit3 {
  width: 210px;
}
.jr_level__content__table-item.unit4 {
  width: 280px;
}
.jr_level__content__table-item.unit5 {
  width: 350px;
}
.jr_level__content__table-item.unit6 {
  width: 420px;
}
.jr_level__content__table-item.unit7 {
  width: 490px;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
}
.swiper .swiper-button-prev {
  left: 10%;
}
.swiper .swiper-button-next {
  right: 10%;
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  font-size: 26px;
  color: #5A64F2;
}
.swiper .swiper-pagination-bullet {
  background: #DEE0FC;
  opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
  background: #ED4C7C;
}
@media (max-width: 1023px) {
  .swiper .swiper-button-prev {
    left: 5%;
  }
  .swiper .swiper-button-next {
    right: 5%;
  }
}
.card_witness.swiper {
  margin-bottom: 60px;
}
.card_witness.swiper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.3;
  transition: opacity 0.3s linear;
}
.card_witness.swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.card_witness.swiper .swiper-slide a {
  display: block;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.card_witness.swiper .swiper-slide a::before {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(90, 107, 242, 0) 0%, rgba(90, 100, 242, 0.9) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.card_witness.swiper .swiper-slide .icon_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%), translateY(-50%);
}
.card_witness.swiper .swiper-slide p {
  width: 90%;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  position: absolute;
  left: 5%;
  bottom: 22px;
  z-index: 1;
}
.card_witness.swiper .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.card_witness.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #5A64F2;
}
.card_witness.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ED4C7C;
}
@media (max-width: 1023px) {
  .card_witness.swiper {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 709px) {
  .card_witness.swiper {
    margin-bottom: 30px;
  }
  .card_witness.swiper .swiper-pagination {
    margin-top: 20px;
  }
  .card_witness.swiper .swiper-slide p {
    font-size: 22px;
    bottom: 12px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

@keyframes moveToRight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.teacherSwiper {
  position: relative;
  padding: 28px 0;
  overflow: hidden;
  margin-bottom: 80px;
}
.teacherSwiper .swiper-slide {
  position: relative;
  transition: all 0.5s;
  width: auto !important;
}
.teacherSwiper .swiper-slide::before, .teacherSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  display: none;
}
.teacherSwiper .swiper-slide::before {
  background: #FFBCD0;
  bottom: -20px;
}
.teacherSwiper .swiper-slide::after {
  background: #ED4C7C;
  bottom: -20px;
  width: 50%;
}
.teacherSwiper .swiper-slide .wrapper {
  position: relative;
  width: 330px;
  transition: all 0.5s;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid white;
}
.teacherSwiper .swiper-slide .wrapper::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(90, 100, 242, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.teacherSwiper .swiper-slide .cover {
  width: 330px;
  height: 470px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  background: url(../img/teacher/bg-teacher.jpg) center center no-repeat;
}
.teacherSwiper .swiper-slide .cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.teacherSwiper .swiper-slide .cover video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.teacherSwiper .swiper-slide .cover video.none {
  animation: fadeout 0.3s linear both;
}
.teacherSwiper .swiper-slide .tl__n {
  position: absolute;
  font-size: 1.6em;
  color: #fff;
  bottom: 15px;
  right: 20px;
  font-weight: 700;
  z-index: 3;
}
.teacherSwiper .swiper-slide.swiper-slide-active::after {
  animation: moveToRight 5s linear both;
}
.teacherSwiper .swiper-slide.swiper-slide-active .wrapper {
  margin-right: 165px;
  margin-left: 165px;
  overflow: visible;
}
.teacherSwiper .swiper-slide.swiper-slide-active .wrapper .cover {
  transform: translateX(165px);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.teacherSwiper .swiper-slide.swiper-slide-active .wrapper .tl__content {
  transform: translateX(-165px);
  border-radius: 20px 0 0 20px;
}
.teacherSwiper .swiper-slide.swiper-slide-active .wrapper::before {
  display: none;
}
.teacherSwiper .swiper-pagination {
  display: none;
}
.teacherSwiper .tl__content {
  position: absolute;
  width: 330px;
  height: 100%;
  top: 0;
  left: 0;
  background: #F4F5FF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px;
}
.teacherSwiper .tl__content.active {
  display: flex;
}
.teacherSwiper .tl__content .tl__content_t h5 {
  color: #03328d;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 8px;
  white-space: pre-wrap;
}
.teacherSwiper .tl__content .tl__content_t .rate::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon/icon-star.svg) center center no-repeat;
}
.teacherSwiper .tl__content .tl__content_t p {
  color: #ED4C7C;
  display: none;
}
.teacherSwiper .tl__content .tl__content_b {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.teacherSwiper .tl__content span {
  padding-left: 21px;
  background: url(../img/star.png) no-repeat left center/14px auto;
  color: #03328d;
  font-weight: bold;
  font-size: 0.9em;
}
.teacherSwiper .tl__content .openModal {
  color: #ED4C7C;
}
.teacherSwiper .tl__content .openModal::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon/arrow-sm-right.svg) center center no-repeat;
  margin-left: 6px;
}
@media (max-width: 1023px) {
  .teacherSwiper {
    padding: 24px 0 84px;
    margin-bottom: 80px;
  }
  .teacherSwiper::before, .teacherSwiper::after {
    height: 12px;
    bottom: 60px;
  }
  .teacherSwiper .swiper-slide {
    width: 100% !important;
  }
  .teacherSwiper .swiper-slide::before, .teacherSwiper .swiper-slide::after {
    display: block;
  }
  .teacherSwiper .swiper-slide .wrapper {
    width: 100%;
    border: none;
  }
  .teacherSwiper .swiper-slide.swiper-slide-active .wrapper {
    width: 100%;
    margin: 0;
  }
  .teacherSwiper .swiper-slide.swiper-slide-active .wrapper .cover {
    transform: translateX(0);
  }
  .teacherSwiper .swiper-slide.swiper-slide-active .wrapper .tl__content {
    transform: translateX(0);
  }
  .teacherSwiper .swiper-slide .cover {
    width: 200px;
    height: 290px;
  }
  .teacherSwiper .swiper-slide .tl__content {
    width: calc(100% - 200px);
  }
  .teacherSwiper .swiper-slide .tl__content_b {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .teacherSwiper .swiper-pagination {
    display: block;
  }
  .teacherSwiper .swiper-pagination .swiper-pagination-bullet {
    background: #03328d;
  }
}
@media (max-width: 709px) {
  .teacherSwiper {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .teacherSwiper .tl__content {
    padding: 20px 12px;
  }
  .teacherSwiper .tl__content .tl__content_b {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .teacherSwiper .tl__content .openModal {
    display: block;
  }
}

.teacher_modal {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.teacher_modal .tl__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px;
}
.teacher_modal .tl__content.active {
  display: flex;
}
.teacher_modal .tl__content .tl__content_t h5 {
  color: #03328d;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 8px;
}
.teacher_modal .tl__content .tl__content_t .rate::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon/icon-star.svg) center center no-repeat;
}
.teacher_modal .tl__content .tl__content_t p {
  color: #ED4C7C;
}
.teacher_modal .tl__content span {
  padding-left: 21px;
  background: url(../img/star.png) no-repeat left center/14px auto;
  color: #03328d;
  font-weight: bold;
  font-size: 0.9em;
}
.teacher_modal .tl__content .openModal {
  display: none;
}

@media only screen and (min-width: 1920px) {
  .posterSwiper .swiper-button-prev {
    left: 29vw;
  }
  .posterSwiper .swiper-button-next {
    right: 29vw;
  }
}
@media only screen and (max-width: 1919px) {
  .posterSwiper .swiper-button-prev {
    left: 25vw;
  }
  .posterSwiper .swiper-button-next {
    right: 25vw;
  }
}
@media only screen and (max-width: 1440px) {
  .posterSwiper .swiper-button-prev {
    left: 19vw;
  }
  .posterSwiper .swiper-button-next {
    right: 19vw;
  }
}
@media only screen and (max-width: 1199px) {
  .posterSwiper .swiper-button-prev {
    left: 15vw;
  }
  .posterSwiper .swiper-button-next {
    right: 15vw;
  }
}
.posterSwiper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.posterSwiper .swiper-slide a {
  display: block;
  position: relative;
  padding-bottom: 38%;
}
.posterSwiper .swiper-slide img {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}
@media (max-width: 1023px) {
  .posterSwiper .swiper-button-prev {
    left: 5%;
  }
  .posterSwiper .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 709px) {
  .posterSwiper .swiper-button-prev, .posterSwiper .swiper-button-next {
    display: none;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  display: none;
}
@media (max-width: 709px) {
  .overlay {
    padding: 40px 20px;
  }
}

.modal_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 1001;
  display: none;
}
.modal_wrapper.lg {
  max-width: 900px;
  width: 100%;
}
.modal_wrapper.md {
  max-width: 750px;
  width: 100%;
}
.modal_wrapper.sm {
  max-width: 600px;
  width: 100%;
}
.modal_wrapper.active {
  display: block;
}
.modal_wrapper.oxford {
  padding: 0;
}
.modal_wrapper.oxford .modal_header {
  padding: 20px;
}
.modal_wrapper.oxford .modal_container {
  padding: 20px;
  background-color: #EEEFFD;
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
  position: relative;
}
.modal_wrapper .btn_modal_close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 50;
  cursor: pointer;
  background: url(../img/icon/icon_close.svg), #fff;
  background-repeat: no-repeat, no-repeat;
  background-position: center center;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(196, 194, 193, 0.4);
}
.modal_wrapper .modal_header {
  margin-bottom: 20px;
}
.modal_wrapper .modal_header h4 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.modal_wrapper .modal_container {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  max-height: 70vh;
  overflow-x: hidden;
}
.modal_wrapper img {
  max-width: 100%;
}
.modal_wrapper video, .modal_wrapper iframe {
  max-width: 100%;
}
.modal_wrapper .video_wrap_2 {
  height: 0;
  padding-bottom: 56.333%;
  position: relative;
}
.modal_wrapper .video_wrap_2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.modal_wrapper.oxford {
  background: transparent;
  max-height: 95%;
}
.modal_wrapper.oxford .modal_header {
  background: #fff;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 0px;
}
.modal_wrapper.oxford .modal_scroll {
  max-height: 90vh;
  overflow-y: auto;
}
.modal_wrapper.oxford .modal_container {
  max-height: none;
}
@media (max-width: 1023px) {
  .modal_wrapper[data-modal=lessonPreview] {
    height: 100%;
  }
  .modal_wrapper[data-modal=teacher] {
    height: auto;
  }
}
@media (max-width: 709px) {
  .modal_wrapper {
    height: 100%;
  }
  .modal_wrapper .modal_container {
    padding: 10px;
  }
  .modal_wrapper.oxford .modal_scroll {
    overflow-y: auto;
    border-radius: 8px;
    height: 100%;
    max-height: 100%;
  }
  .modal_wrapper.oxford .modal_scroll::-webkit-scrollbar {
    width: 5px;
    height: 13px;
    border-radius: 5px;
    background-color: #E2E5E8;
  }
  .modal_wrapper.oxford .modal_scroll::-webkit-scrollbar-thumb {
    background-color: #ED4C7C;
    background-clip: padding-box;
    border-radius: 5px;
    min-height: 28px;
  }
  .modal_wrapper.oxford .modal_scroll::-webkit-scrollbar-thumb:hover {
    background-color: #ED4C7C;
    border-radius: 5px;
  }
}

@media screen and (orientation: landscape) {
  .modal_wrapper.oxford .modal_scroll .pic img {
    max-width: 300px;
  }
}
.all_otherCourse .container {
  padding-top: 0;
}
@media (max-width: 709px) {
  .all_otherCourse {
    padding: 0 20px;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
}

.site_top {
  width: 100%;
  text-align: center;
  background-color: #FFF4F8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.site_top .container {
  width: 100%;
  max-width: 1440px;
  padding: 15px 20px;
  position: relative;
}
.site_top span {
  display: inline-block;
  color: #525B68;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.site_top a {
  display: inline-block;
  text-decoration: underline;
}
.site_top .btnClose {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.site_top .btnClose svg {
  fill: #525B68;
}
@media (max-width: 709px) {
  .site_top .container {
    padding: 16px;
    padding-right: 40px;
  }
  .site_top span {
    text-align: left;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
  }
  .site_top .btnClose {
    right: 10px;
    top: 20px;
  }
}

@keyframes shake {
  0%, 50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(5deg) translateY(10px);
  }
}
.site_right {
  position: sticky;
  left: 100%;
  bottom: 50%;
  width: 90px;
  height: 222px;
  margin-bottom: -222px;
  z-index: 55;
}
.site_right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.site_right a {
  display: block;
  transition: all 0.1s linear;
  transform: translateX(10px);
}
.site_right a:hover {
  transform: translateX(0px);
}
.site_right .rocket {
  transform-origin: right bottom;
  animation: shake 2s linear 1s infinite alternate;
}
@media (max-width: 709px) {
  .site_right {
    width: 58px;
  }
  .site_right div {
    width: 58px;
    height: 60px;
  }
}

@keyframes bottomToTop {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.site_bottom_button {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 40px;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.site_bottom_button .cta_button {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.1);
}
.site_bottom_button .cta_button a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.site_bottom_button .cta_button .divider {
  height: 40px;
  width: 1px;
  background-color: #A9B0BB;
  margin: 0 20px;
}
@media (max-width: 709px) {
  .site_bottom_button .cta_button {
    padding: 5px 25px;
  }
  .site_bottom_button .cta_button p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
  }
}

.site_bottom {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  background-color: #ED4C7C;
  background-image: url(../img/bg/ad_bottom_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  border-radius: 20px 20px 0px 0px;
  transform: translateY(200px);
  opacity: 0;
  /*
   .container{ 
       max-width: 1920px; padding: 15px 0; margin: 0 auto; 
       @include flex(center,center);
       position: relative;
   }
   .content{ width: 90%; text-align: center;}
   span{display: block; @include subtitle-L-bo; color: $white; margin: 0 40px 5px; font-size: 22px; letter-spacing: 1px;}
  */
  background-size: 200%;
  /*
  @include desktop-m{
      span{  margin-left: 100px;}
  }
  @include tablet{
      .content{text-align: center; } 

      span{ 
          margin-bottom: 10px; margin-left: 20px;
          @include mobile-body-L-bo;
      }
      .btnClose{ right: 10px; top:10px; }
  }

  @include mobile{
      background-size: 200%;
      .container{padding-right: 20px;}
      .content{ display: flex; flex-direction: row; align-items: center; justify-content: space-between}
      span{ font-size: 16px; font-weight: 700; line-height: 130%; margin: 0 10px; text-align: left;}
      .button{flex-shrink: 0; @include mobile-body-XS-me; line-height: 40px; padding: 0 12px; min-width: auto;}
  }
      */
}
.site_bottom.showBottomAd {
  animation: bottomToTop 1s both;
  width: 500px;
  left: calc((100% - 500px) / 2);
}
@media (max-width: 1023px) {
  .site_bottom.showBottomAd {
    width: 400px;
    left: calc((100% - 400px) / 2);
  }
}
@media (max-width: 650px) {
  .site_bottom.showBottomAd {
    left: 100px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 1023px) {
  .site_bottom.showBottomAd.overseasAd {
    width: 400px;
    left: 30px;
  }
}
@media (max-width: 650px) {
  .site_bottom.showBottomAd.overseasAd {
    left: 20px;
    width: calc(100% - 230px);
  }
}
.site_bottom .container {
  padding: 15px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.site_bottom .content {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.site_bottom span {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  margin: 0;
}
@media (max-width: 1023px) {
  .site_bottom span {
    font-size: 18px;
    line-height: normal;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 650px) {
  .site_bottom span {
    font-size: 16px;
    padding-right: 20px;
  }
}
.site_bottom .button {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  line-height: 40px;
  padding: 0 12px;
  min-width: 120px;
}
@media (max-width: 1023px) {
  .site_bottom .button {
    line-height: 30px;
    min-height: 30px;
  }
}
@media (max-width: 650px) {
  .site_bottom .button {
    font-size: 14px;
  }
}
.site_bottom .btnClose {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.site_bottom .btnClose svg {
  fill: #ffffff;
}

@keyframes headerFix {
  0% {
    background-color: transparent;
    transform: translateY(-100px);
  }
  100% {
    background-color: #fff;
    transform: translateY(0px);
  }
}
.header_wrap {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 90;
}

header {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 100;
}
header .container {
  height: 100%;
  width: 100%;
  max-width: 1700px;
  margin: 0px auto;
  padding: 0px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1921px) {
  header .container {
    max-width: 1980px;
    padding: 0px 30px;
  }
}
@media (max-width: 1439px) {
  header .container {
    max-width: 100%;
    padding: 0px 20px;
  }
}
@media (max-width: 1023px) {
  header .container {
    max-width: 100%;
    padding: 0px 20px;
  }
}
@media (max-width: 709px) {
  header .container {
    max-width: 100%;
    padding: 0px 20px;
  }
}
header.bg_white {
  background-color: #ffffff;
}
header.active {
  background-color: #ffffff;
}
header .langueage, header .headerLogin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 18px;
  cursor: pointer;
}
header .langueage .icon, header .headerLogin .icon {
  stroke: #03328d;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  transition: all 0.3s linear;
}
header .langueage .icon_next, header .headerLogin .icon_next {
  margin-left: auto;
}
header .langueage p, header .headerLogin p {
  transition: all 0.3s linear;
}
header .langueage:hover p, header .headerLogin:hover p {
  color: #FF82A7;
}
header .langueage:hover .icon, header .headerLogin:hover .icon {
  stroke: #FF82A7;
}
header .free_trial {
  margin-right: 18px;
  flex-shrink: 0;
}
header .free_trial .button {
  display: block;
  padding: 0 12px;
  height: 40px;
  background-color: #0000FF;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  header .container {
    padding: 0 20px !important;
  }
}
@media (max-width: 709px) {
  header.ScrollFixedactive {
    top: 120px;
  }
}
@media (max-width: 413px) {
  header .free_trial {
    margin-right: 10px;
  }
  header .free_trial .button {
    font-size: 14px;
  }
  header .container {
    padding: 0 12px;
  }
}

.headerLogo {
  width: 160px;
  margin-right: 24px;
  fill: #fff;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .headerLogo {
    width: 12%;
    margin-right: 12px;
  }
}
@media (max-width: 709px) {
  .headerLogo {
    width: 118px;
  }
}

.headerContent {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.headerText {
  display: block;
  color: #03328d;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}
.headerText:hover, .headerText.active {
  color: #FF82A7;
}
.headerText.right {
  margin-left: auto;
}

@keyframes showSubMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.headerContentLink {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  align-items: center;
  justify-content: space-between;
}
.headerContentLink .menu {
  display: flex;
  height: 80px;
  line-height: 80px;
}
.headerContentLink .menu .headerText {
  padding: 0px 14px;
}
.headerContentLink .hasSubMenu.active .sub_menu {
  display: block;
  animation: showSubMenu 0.3s ease both;
}
header .headerContentLink .hasSubMenu.active {
  background-color: #fff;
}
.headerContentLink .sub_menu {
  width: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  top: 80px;
  display: none;
  transition: all 0.3s linear;
}
.headerContentLink .sub_menu p {
  line-height: 150%;
}
.headerContentLink .sub_menu .menuType_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.headerContentLink .sub_menu .menuType_1 a {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  color: #03328d;
}
.headerContentLink .sub_menu .menuType_1 img {
  width: 280px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.headerContentLink .sub_menu .menuType_1 a:hover p {
  font-weight: bold;
}
.headerContentLink .sub_menu .menuType_1 a:hover img {
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
}
.headerContentLink .sub_menu .menuType_2 {
  text-align: center;
}
.headerContentLink .sub_menu .menuType_2 a {
  display: block;
  line-height: 150%;
}
.headerContentLink .sub_menu .menuType_2 a:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
.headerContentLink .operate {
  display: flex;
}
@media (max-width: 1439px) {
  .headerContentLink .menu {
    display: flex;
    height: 80px;
    line-height: 80px;
  }
  .headerContentLink .menu .headerText {
    padding: 0px 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .headerContentLink .menu .headerText {
    padding: 0px 8px;
  }
}

.headerContentLink .mbr {
  display: none;
}

.headerContentAction {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.headerLogin {
  position: relative;
}

.subMenu li a {
  font-size: 16px;
  color: #606060;
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}

.subMenu li a:hover {
  color: #fff;
  background: #03328d;
}

.headerLogin:hover .subMenu {
  display: block;
}
@keyframes scale-in-top {
  0% {
    transform: scale(0);
    transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
    opacity: 1;
  }
}
.loginText {
  padding-right: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}

.headerBurger {
  width: 20px;
  fill: #fff;
  cursor: pointer;
}

header .container {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
@media (max-width: 1439px) {
  header .container {
    max-width: 1440px;
  }
}

.asideCover, .headerCover {
  display: none;
}

.asideCover.isOpen, .headerCover.isOpen {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}

.asideContentClose img {
  cursor: pointer;
}

aside .asideContent {
  width: 100%;
  max-width: 286px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px 26px;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  overflow-y: auto;
  display: none;
}
aside .asideContent .menuOperate {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  color: #03328d;
}
aside .asideContent .asideContentBack, aside .asideContent .asideContentClose {
  display: flex;
  align-items: center;
  cursor: pointer;
}
aside .asideContent .asideContentClose {
  margin-left: auto;
  fill: #03328d;
  width: 22px;
}
aside .asideContent .asideContentBack {
  display: none;
}
aside .asideContent[data-open=true] {
  display: flex;
}
aside .asideContent[data-open=false] {
  display: none;
}
aside .menuLevel_1 a, aside .menuLevel_2 a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 50px;
  color: #03328d;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 16px;
}
@media (hover: hover) {
  aside .menuLevel_1 a:hover, aside .menuLevel_2 a:hover {
    color: #FF82A7;
  }
  aside .menuLevel_1 a:hover .icon_arrow, aside .menuLevel_2 a:hover .icon_arrow {
    fill: #FF82A7;
  }
  aside .menuLevel_1 a:hover .icon_men, aside .menuLevel_2 a:hover .icon_men {
    stroke: #FF82A7;
  }
}
aside .menuLevel_1 a.active, aside .menuLevel_2 a.active {
  color: #FF82A7;
}
aside .menuLevel_1 a.active .icon_arrow, aside .menuLevel_2 a.active .icon_arrow {
  fill: #FF82A7;
}
aside .menuLevel_1 a.active .icon_men, aside .menuLevel_2 a.active .icon_men {
  stroke: #FF82A7;
}
aside .menuLevel_1 .icon_arrow, aside .menuLevel_2 .icon_arrow {
  width: 28px;
  height: 28px;
  margin-left: auto;
  fill: #03328d;
  transition: all 0.3s linear;
}
aside .menuLevel_1 .icon_men, aside .menuLevel_2 .icon_men {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  stroke: #03328d;
  transition: all 0.3s linear;
}
aside .menuLevel_1[data-open=false] {
  display: none;
}
aside .menuLevel_1[data-open=true] {
  display: block;
}
aside .menuLevel_1 .langueage {
  width: 100%;
  min-height: 50px;
  font-size: 18px;
  color: #03328d;
  margin-bottom: 16px;
  cursor: pointer;
}
aside .menuLevel_1 .divider {
  width: 100%;
  height: 1px;
  background-color: #FFBCD0;
  margin-bottom: 40px;
}
aside .menuLevel_2 {
  display: none;
}

.asideCover {
  display: flex;
}

@media (max-width: 1024px) {
  .headerText {
    padding: 0px 16px;
  }
  .headerLogo {
    margin-right: 12px;
  }
  .headerContent {
    display: none;
  }
  .free_trial {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  header {
    height: 60px;
  }
  .headerText {
    font-weight: 400;
    font-size: 16px;
  }
}
main .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
@media (max-width: 1439px) {
  main .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  main .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  main .container {
    max-width: initial;
    padding: 50px 20px;
  }
}

.container._full {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 709px) {
  .container._full .title_wrap {
    padding: 0 20px;
  }
}

.pg_contactUs_foreign {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pg_contactUs_foreign img {
  height: 110px;
}
@media (max-width: 650px) {
  .pg_contactUs_foreign {
    right: -10px;
    bottom: -10px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 64px 0;
  padding-bottom: 110px;
  background-color: #183265;
  border-bottom: 10px solid #ED4C7C;
  margin-top: auto;
}

footer .container {
  width: 100%;
  max-width: 1700px;
  margin: 0px auto;
  padding: 0px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
@media (min-width: 1921px) {
  footer .container {
    max-width: 1980px;
    padding: 0px 30px;
  }
}
@media (max-width: 1439px) {
  footer .container {
    max-width: 100%;
    padding: 0px 20px;
  }
}
@media (max-width: 1023px) {
  footer .container {
    max-width: 100%;
    padding: 0px 20px;
  }
}
@media (max-width: 709px) {
  footer .container {
    max-width: 100%;
    padding: 0px 20px;
  }
}

.footer_link {
  display: flex;
  flex-direction: row;
  padding-left: 16px;
  position: relative;
}

.footer_link_item:not(:last-of-type) {
  margin-right: 80px;
}

.footer_link_item.language {
  margin-left: auto;
  text-align: center;
  cursor: pointer;
  display: flex;
}
.footer_link_item.language .style_link_title {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  transition: all 0.3s linear;
}
.footer_link_item.language .icon {
  display: inline-block;
  stroke: #ffffff;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  transition: all 0.3s linear;
}
.footer_link_item.language:focus {
  outline: none;
}
.footer_link_item.language:hover .icon {
  stroke: #FF82A7;
}
.footer_link_item.language:hover .style_link_title {
  color: #FF82A7;
}

.kidSafe {
  position: absolute;
  right: 0;
  bottom: 0;
}

.style_link_title {
  font-weight: 500;
  font-size: 14px;
  color: #FFBCD0;
  margin-bottom: 12px;
}

.style_link_item {
  display: flex;
  flex-direction: column;
}

.style_link {
  width: -moz-fit-content;
  width: fit-content;
}

.style_link a {
  font-size: 14px;
  color: #fff;
  line-height: 180%;
  transition: color 0.3s;
}

.style_link a:hover {
  color: #dac7a7;
}

.style_footer_link_icon {
  position: relative;
  width: 120px;
  height: 36px;
  cursor: pointer;
}

.style_footer_link_icon:not(:last-of-type) {
  margin-bottom: 10px;
}

.style_footer_link_icon img {
  width: 120px;
}

.style_footer_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.aboutSliderBlock_neo {
  width: 100%;
  height: 570px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url(../img/sliderBg.jpg);
}

.style_footer_d {
  width: 100%;
  margin-top: 48px;
  border-bottom: 1px solid #FFBCD0;
}

.style_footer_bottom_social {
  display: flex;
  flex-direction: row;
}

.style_footer_bottom_social .link {
  width: 52px;
  height: 32px;
}

.style_footer_bottom_social .link a {
  display: block;
  height: 100%;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  transition: background 0.3s;
}

.style_footer_bottom_social .link:first-child a {
  background-image: url(../img/yt_default.svg);
}

.style_footer_bottom_social .link:first-child a:hover {
  background-image: url(../img/yt_hover.svg);
}

.style_footer_bottom_social .link:nth-child(2) a {
  background-image: url(../img/ig_default.svg);
}

.style_footer_bottom_social .link:nth-child(2) a:hover {
  background-image: url(../img/ig_hover.svg);
}

.style_footer_bottom_social .link:nth-child(3) a {
  background-image: url(../img/line_default.svg);
}

.style_footer_bottom_social .link:nth-child(3) a:hover {
  background-image: url(../img/line_hover.svg);
}

.style_footer_bottom_social .link:last-child a {
  background-image: url(../img/fb_default.svg);
}

.style_footer_bottom_social .link:last-child a:hover {
  background-image: url(../img/fb_hover.svg);
}

.style_footer_copyright {
  color: #FFBCD0;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .footer_link_item:not(:last-of-type) {
    margin-right: 5%;
  }
}
@media (max-width: 800px) {
  .footer_link_item.language {
    position: absolute;
    left: 0;
    top: 0;
  }
  .kidSafe {
    right: auto;
    left: 0;
  }
  .footer_link_item:not(:last-of-type) {
    margin-right: 0;
  }
  .style_link_item {
    flex-direction: row;
    margin-bottom: 20px;
  }
  .footer_link {
    flex-direction: column;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .style_link a {
    margin-right: 10px;
    font-size: 16px;
    line-height: 160%;
  }
  footer {
    padding: 20px 0;
    padding-bottom: 100px;
  }
  .style_footer_bottom {
    flex-direction: column;
  }
  .style_footer_bottom_social {
    margin-bottom: 10px;
  }
  .style_footer_copyright {
    line-height: 32px;
    font-weight: 300;
    font-size: 12px;
  }
  .link_icon {
    flex-direction: column;
  }
}
@media (max-width: 709px) {
  .style_link_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
  .style_link_item {
    flex-direction: column;
  }
  .style_link_item .style_link {
    width: 100%;
  }
  .style_link_item.link_icon {
    display: flex;
    flex-direction: row;
  }
  .style_footer_link_icon:nth-of-type(1) {
    margin-right: 10px;
  }
}
.index_courses {
  background: linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
  position: relative;
  z-index: 1;
}
.index_courses::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(0deg, #DEE0FC 0%, #f4f4ff 100%);
  z-index: -1;
}
.index_courses .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
@media (max-width: 1439px) {
  .index_courses .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .index_courses .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .index_courses .container {
    max-width: initial;
    padding: 50px 20px;
  }
}
@media (max-width: 1439px) {
  .index_courses .container .card_lesson {
    margin: 0 -30px;
  }
}
@media (max-width: 709px) {
  .index_courses::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}

.index_advantage {
  background-color: #ffffff;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.index_advantage::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .index_advantage {
    border-radius: 0px 50px 0px 0px;
  }
  .index_advantage::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.index_advantage::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(0deg, #FFF4AC 0%, #fff 100%);
  z-index: -1;
}
.index_advantage .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  position: relative;
}
@media (max-width: 1439px) {
  .index_advantage .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .index_advantage .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .index_advantage .container {
    max-width: initial;
    padding: 50px 20px;
  }
}
.index_advantage .pic {
  position: relative;
  display: block;
}
.index_advantage .pic #advantage_lion {
  width: 160px;
  height: 170px;
  position: absolute;
  left: -7%;
  top: 4%;
}
.index_advantage .row {
  align-items: flex-end;
}
.index_advantage #advantage_bird {
  width: 240px;
  height: 280px;
  position: absolute;
  right: -200px;
  bottom: 50px;
}
@media (max-width: 1919px) {
  .index_advantage #advantage_bird {
    display: none;
  }
}
@media (max-width: 1439px) {
  .index_advantage .pic #advantage_lion {
    width: 42%;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .index_advantage .row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .index_advantage .col-2, .index_advantage .col-4 {
    width: 100%;
    max-width: 100%;
  }
  .index_advantage #advantage_bird {
    display: block;
    width: 185px;
    height: 200px;
    right: 10px;
    bottom: 50px;
  }
  .index_advantage .pic #advantage_lion {
    width: 172px;
    left: 10px;
    top: 24px;
  }
  .index_advantage .pic img {
    margin-left: -50px;
    width: 528px;
  }
}
@media (max-width: 709px) {
  .index_advantage {
    margin-bottom: 30px;
  }
  .index_advantage #advantage_bird {
    width: 105px;
    height: 127px;
    right: 25px;
    bottom: 0px;
  }
  .index_advantage .pic #advantage_lion {
    width: 100px;
    left: -10px;
    top: 17px;
  }
  .index_advantage .pic img {
    width: 320px;
  }
}

.index_how_it_work {
  background-color: #FFD948;
  background-image: url(../img/bg/earth.svg);
  background-position: center 200px;
  background-size: 80% auto;
  background-repeat: no-repeat;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.index_how_it_work::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/ruond_yellow.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .index_how_it_work {
    border-radius: 0px 50px 0px 0px;
  }
  .index_how_it_work::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.index_how_it_work .deco_planet {
  position: absolute;
  left: 15%;
  top: 10%;
  transform-origin: right bottom;
}
.index_how_it_work .deco_rocket {
  position: absolute;
  right: 15%;
  top: 20%;
}
.index_how_it_work::after {
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background-color: #FFD948;
  z-index: -1;
}
.index_how_it_work .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
@media (max-width: 1439px) {
  .index_how_it_work .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .index_how_it_work .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .index_how_it_work .container {
    max-width: initial;
    padding: 50px 20px;
  }
}
@media (max-width: 1023px) {
  .index_how_it_work {
    background-position: center bottom;
  }
  .index_how_it_work .deco_planet {
    left: 0;
  }
  .index_how_it_work .deco_rocket {
    right: 0;
  }
}
@media (max-width: 709px) {
  .index_how_it_work {
    border-radius: 0px 50px 0px 0px;
  }
  .index_how_it_work .deco_planet {
    display: none;
  }
  .index_how_it_work .deco_rocket {
    display: none;
  }
}

.index_taecher_wall {
  background-color: #ffffff;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.index_taecher_wall::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .index_taecher_wall {
    border-radius: 0px 50px 0px 0px;
  }
  .index_taecher_wall::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.index_taecher_wall .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  padding-bottom: 0px;
}
@media (max-width: 1439px) {
  .index_taecher_wall .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .index_taecher_wall .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .index_taecher_wall .container {
    max-width: initial;
    padding: 50px 20px;
  }
}
@media (max-width: 1023px) {
  .index_taecher_wall .container {
    padding-bottom: 0px;
  }
}
@media (max-width: 709px) {
  .index_taecher_wall .container {
    padding-bottom: 110px;
  }
}

.index_guarantee {
  background-color: #ffffff;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
  border-radius: 0px 100px 0px 0px;
}
.index_guarantee::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_yellow_light.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .index_guarantee {
    border-radius: 0px 50px 0px 0px;
  }
  .index_guarantee::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.index_guarantee::after {
  display: block;
  content: "";
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: url(../img/bg/cloud.svg) center 0px no-repeat;
  background-size: cover;
  z-index: -1;
}
.index_guarantee .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  background: url(../img/bg/rainbow.svg) center bottom no-repeat;
}
@media (max-width: 1439px) {
  .index_guarantee .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .index_guarantee .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .index_guarantee .container {
    max-width: initial;
    padding: 50px 20px;
  }
}
.index_guarantee #guarantee_ox {
  width: 260px;
  height: 260px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .index_guarantee .container {
    background: none;
  }
  .index_guarantee #guarantee_ox {
    display: none;
  }
  .index_guarantee .card_guarantee.card .item {
    width: 30%;
  }
  .index_guarantee .card_guarantee.card .item:nth-of-type(2) {
    margin-right: 20px;
  }
}
@media (max-width: 709px) {
  .index_guarantee .card_guarantee.card .item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .index_guarantee .card_guarantee.card:not(:nth-last-of-type(1)) {
    margin-right: 0px;
  }
  .index_guarantee .card_guarantee.card .item:nth-of-type(2) {
    margin-right: 0px;
  }
}

.index_witness {
  padding: 80px 0px;
  background: #ffffff;
  padding-bottom: 0px;
  background-size: 100% 20%;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.index_witness::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .index_witness {
    border-radius: 0px 50px 0px 0px;
  }
  .index_witness::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
@media (max-width: 709px) {
  .index_witness {
    padding: 30px 0px;
  }
}

.index_call_to_action {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  background-image: linear-gradient(180deg, rgba(255, 188, 208, 0) 0%, rgba(255, 188, 208, 0.25) 100%);
}
.index_call_to_action::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .index_call_to_action {
    border-radius: 0px 50px 0px 0px;
  }
  .index_call_to_action::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.index_call_to_action .container {
  padding-bottom: 100px;
}

.list_play_wrap {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 60px 40px 40px;
  margin-top: -30px;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.list_play_wrap .list_play {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.list_play_wrap .list_play li {
  flex: 1;
  margin: 0 1%;
  position: relative;
  cursor: pointer;
}
.list_play_wrap .list_play li::before {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #c5d0ed;
  font-family: "roboto";
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
}
.list_play_wrap .list_play li h3 {
  text-align: center;
  margin-bottom: 4px;
  color: #828B9C;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
.list_play_wrap .list_play li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #828B9C;
  border-left: 1px solid #828B9C;
  padding-left: 5px;
}
.list_play_wrap .list_play li p em {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  font-style: normal;
}
.list_play_wrap .list_play li.active h3 {
  color: #ED4C7C;
}
.list_play_wrap .list_play li.active p {
  color: #ED4C7C;
  border-left: 1px solid #ED4C7C;
}
.list_play_wrap .list_play li.active::before {
  background-color: #ED4C7C;
}
.list_play_wrap .list_play li:nth-of-type(1)::before {
  content: "1";
}
.list_play_wrap .list_play li:nth-of-type(2)::before {
  content: "2";
}
.list_play_wrap .list_play li:nth-of-type(3)::before {
  content: "3";
}
.list_play_wrap .list_play li:nth-of-type(4)::before {
  content: "4";
}
.list_play_wrap .list_play li:nth-of-type(5)::before {
  content: "5";
}
.list_play_wrap .list_play li:nth-of-type(6)::before {
  content: "6";
}
.list_play_wrap .progres {
  width: 75%;
  height: 4px;
  background-color: #c5d0ed;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
.list_play_wrap .progres .progres_fill {
  width: 0;
  height: 4px;
  background-color: #ED4C7C;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .list_play_wrap {
    padding: 20px 40px;
    margin-top: 0px;
  }
  .list_play_wrap .progres {
    display: none;
  }
  .list_play_wrap .list_play {
    align-items: flex-start;
  }
  .list_play_wrap .list_play li {
    flex-basis: 100%;
  }
  .list_play_wrap .list_play li:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
  }
  .list_play_wrap .list_play li::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: text-top;
    margin: auto;
    margin-right: 5px;
  }
  .list_play_wrap .list_play li h3 {
    display: inline-block;
    width: calc(100% - 30px);
    text-align: left;
    margin-bottom: 8px;
  }
  .list_play_wrap .list_play li p {
    text-align: left;
    display: none;
  }
  .list_play_wrap .list_play li.active p {
    display: block;
  }
}

.player_wrap {
  max-width: 746px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.1);
  position: relative;
  z-index: 1;
  box-sizing: content-box;
}
.player_wrap .player_deco {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.player_wrap .player {
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 0px 0px 20px 20px;
  position: relative;
}
.player_wrap .player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1023px) {
  .player_wrap {
    margin-bottom: 20px;
  }
  .player_wrap .player_deco {
    padding: 10px 20px;
  }
}
@media (max-width: 709px) {
  .player_wrap {
    border: 0px;
  }
  .player_wrap .player_deco {
    display: none;
  }
}

.cta_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1380px;
  height: 404px;
  margin: 0 auto;
  padding: 0 20%;
  border-radius: 20px;
  overflow: hidden;
  overflow: visible;
  background-color: #ED4C7C;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  background-image: url(../img/bg/cta_bg.svg);
  box-shadow: 0px 10px 20px rgba(237, 76, 124, 0.3);
  position: relative;
}
.cta_block .deco_left {
  position: absolute;
  left: -140px;
  bottom: -100px;
}
.cta_block .deco_left .star {
  position: absolute;
  right: 120px;
  top: 40px;
  animation: glint 0.5s linear infinite alternate;
}
.cta_block .deco_left .girl {
  max-width: 487px;
}
.cta_block .deco_right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
}
.cta_block .deco_right #cta_bird {
  width: 170px;
  height: 150px;
  position: absolute;
  right: -20%;
  top: 100px;
}
.cta_block .deco_right #cta_cow {
  width: 180px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: -50px;
}
.cta_block .title {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 60px;
  text-align: center;
}
.cta_block .title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FFBCD0;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.cta_block .botton_wrap {
  text-align: center;
}
.cta_block .botton_wrap .button {
  margin-bottom: 10px;
}
.cta_block .botton_wrap p {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1439px) {
  .cta_block {
    max-width: 1140px;
  }
  .cta_block .deco_right #cta_bird {
    width: 150px;
    right: 5%;
  }
}
@media (max-width: 1023px) {
  .cta_block {
    height: 352px;
    padding: 20px;
  }
  .cta_block .title {
    text-align: center;
    width: 80%;
  }
  .cta_block .deco_left {
    display: none;
  }
  .cta_block .deco_right #cta_bird {
    width: 150px;
    right: 10px;
    top: -80px;
  }
  .cta_block .deco_right #cta_cow {
    right: 88px;
    bottom: -50px;
  }
}
@media (max-width: 709px) {
  .cta_block {
    height: auto;
  }
  .cta_block .title {
    width: 100%;
    font-weight: 900;
    font-size: 26px;
    line-height: 150%; /*enn*/
  }
  .cta_block .deco_right {
    display: none;
  }
}

.index_banner {
  height: 840px;
  display: flex;
  position: relative;
  z-index: 1;
}
.index_banner .container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  margin-top: 136px;
}
.index_banner .slogan {
  padding: 0 50px;
  position: relative;
  z-index: 100;
}
.index_banner .slogan .button {
  display: none;
}
.index_banner .slogan .button.active {
  display: block;
  animation: showGradient 3s ease both;
}
.index_banner .slogan_title {
  color: #03328d;
  font-size: 50px;
  line-height: 125%;
  font-weight: 900;
  margin-bottom: 24px;
  display: none;
}
.index_banner .slogan_title em {
  font-style: normal;
  font-weight: 900;
  color: #0000FF;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.index_banner .slogan_title.active {
  display: block;
  animation: fadeIn 2s linear both;
}
.index_banner .button[data-size=md] {
  font-weight: 500;
  min-width: 104px;
  min-height: 54px;
  line-height: 54px;
  font-size: 20px;
  padding: 0 30px;
}
.index_banner .slogan_text {
  margin-bottom: 24px;
  font-size: 20px;
}
@keyframes showGradient {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.index_banner .deskTop {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.index_banner .deskTop.eng .lottie {
  bottom: -8px;
}
.index_banner .deskTop.program .lottie {
  bottom: -6px;
}
.index_banner .deskTop.eng.active::before {
  animation: showGradient 3s ease both;
}
.index_banner .deskTop.eng::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(to bottom, #fff 0%, #FFD9E4 100%);
  opacity: 0;
}
.index_banner .deskTop.program.active::before {
  animation: showGradient 3s ease both;
}
.index_banner .deskTop.program::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(to bottom, #fff 0%, #FFEFB5 100%);
  opacity: 0;
}
.index_banner .switchSubject {
  display: flex;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 100;
  display: none;
}
.index_banner .switchSubject .btn {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 50px;
  color: #828B9C;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
.index_banner .switchSubject .btn:nth-of-type(1) {
  margin-right: 8px;
}
.index_banner .switchSubject .btn.active.program, .index_banner .switchSubject .btn.program:hover {
  background-color: #FFCF1A;
  color: #03328d;
  box-shadow: 0px 10px 20px rgba(255, 207, 26, 0.3);
}
.index_banner .switchSubject .btn.active.eng, .index_banner .switchSubject .btn.eng:hover {
  background-color: #ED4C7C;
  color: #ffffff;
  box-shadow: 0px 10px 20px rgba(237, 76, 124, 0.3);
}
.index_banner .lottie {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
@media (max-width: 1439px) {
  .index_banner {
    height: 600px;
  }
  .index_banner .container {
    max-width: 1060px;
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .index_banner {
    height: 680px;
  }
  .index_banner .slogan {
    padding: 0 40px;
  }
  .index_banner .lottie {
    width: 160%;
  }
}
@media (max-width: 709px) {
  .index_banner .button[data-size=md] {
    min-height: 50px;
    line-height: 50px;
    min-width: 112px;
    font-size: 18px;
    padding: 0 24px;
  }
  .index_banner .container {
    margin-top: 30px;
  }
  .index_banner .slogan {
    padding: 0 36px;
  }
  .index_banner .slogan_title {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .index_banner .switchSubject {
    text-align: center;
    padding: 10px 12px;
  }
  .index_banner .lottie {
    width: 80%;
  }
}
@media (max-width: 414px) {
  .index_banner .lottie {
    width: 100%;
    bottom: -6px;
  }
}

.index_banner_wall {
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .index_banner_wall {
    padding: 20px 0;
  }
}
@media (max-width: 709px) {
  .index_banner_wall {
    padding: 30px 0;
  }
}

.ox_banner {
  background-color: #183265;
  background-image: url(../img/oxford/banner_bottom_deco.svg), url(../img/oxford/banner_bg_building.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center center;
  background-size: contain, contain;
}
.ox_banner .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: 540px;
  margin: 0 auto;
  position: relative;
}
.ox_banner .slogan {
  text-align: center;
  color: #ffffff;
}
.ox_banner .slogan h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 10%;
}
.ox_banner .slogan .ox_logo {
  width: 172px;
}
.ox_banner .slogan .slogan_text {
  font-size: 22px;
}
.ox_banner .slogan_title {
  width: 80%;
  margin: 0 auto;
}
.ox_banner .deco_left {
  width: 348px;
  height: 456px;
  background: url(../img/oxford/banner_l_deco.png) center bottom/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ox_banner .deco_right {
  width: 465px;
  height: 262px;
  background: url(../img/oxford/banner_r_deco_pc.svg) center bottom/contain no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0;
}
@media (max-width: 1439px) {
  .ox_banner .deco_right {
    right: 5%;
    width: 360px;
  }
  .ox_banner .deco_left {
    width: 256px;
  }
}
@media (max-width: 1023px) {
  .ox_banner {
    background-size: 180%, cover;
  }
  .ox_banner .deco_left {
    width: 270px;
    height: 356px;
    left: -80px;
  }
  .ox_banner .deco_right {
    width: 288px;
    height: 180px;
    right: 0;
  }
  .ox_banner .container {
    height: 500px;
  }
  .ox_banner .slogan {
    padding: 0 20px;
  }
  .ox_banner .slogan h1 {
    font-size: 56px;
  }
}
@media (max-width: 709px) {
  .ox_banner {
    background-size: 250%, cover;
  }
  .ox_banner .slogan {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .ox_banner .slogan .slogan_title {
    width: 100%;
  }
  .ox_banner .slogan h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .ox_banner .deco_left {
    display: none;
  }
  .ox_banner .deco_right {
    width: 318px;
    background: url(../img/oxford/banner_r_deco_m.png) center bottom no-repeat;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
  }
}

.dcgs_banner {
  background-color: #ED4C7C;
  background-image: url(../img/DCGS/cloud.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.dcgs_banner .container {
  max-width: 1920px;
  height: 540px;
  margin: 0 auto;
  position: relative;
}
.dcgs_banner .slogan {
  color: #ffffff;
  width: 35%;
  position: absolute;
  left: 300px;
  top: 15%;
}
.dcgs_banner .slogan h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 120%;
}
.dcgs_banner .slogan .slogan_text {
  font-size: 30px;
  margin-bottom: 20px;
}
.dcgs_banner .deco_left {
  width: 298px;
  height: 278px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dcgs_banner .deco_right {
  width: 650px;
  height: 508px;
  position: absolute;
  right: 100px;
  bottom: 0;
}
@media (max-width: 1439px) {
  .dcgs_banner .slogan {
    left: 80px;
    top: 120px;
    width: 60%;
  }
  .dcgs_banner .slogan h1 {
    font-size: 36px;
  }
  .dcgs_banner .deco_left {
    display: none;
  }
  .dcgs_banner .deco_right {
    right: 40px;
    width: 550px;
    height: 430px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .dcgs_banner .slogan {
    max-width: 40%;
    left: 80px;
    top: 120px;
    width: 70%;
  }
  .dcgs_banner .slogan h1 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .dcgs_banner {
    height: 540px;
  }
  .dcgs_banner .slogan {
    text-align: center;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
  }
  .dcgs_banner .deco_right {
    width: 384px;
    height: 300px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 709px) {
  .dcgs_banner .slogan {
    top: 40px;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .dcgs_banner .slogan h1 {
    font-size: 36px;
  }
  .dcgs_banner .slogan .slogan_text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .dcgs_banner .deco_right {
    width: 70%;
    height: auto;
  }
}

.teacher_banner {
  background: url(../img/teachers/img-top.svg) center center no-repeat;
  background-size: cover;
}
.teacher_banner .container {
  max-width: 1920px;
  height: 540px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.teacher_banner .slogan {
  color: #ffffff;
  position: absolute;
  left: 14%;
  top: 15%;
  width: calc(100% - 1020px);
}
.teacher_banner .slogan h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 120%;
}
.teacher_banner .slogan .slogan_text {
  font-size: 30px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.teacher_banner .slogan .program {
  display: none;
}
.teacher_banner .deco_left {
  position: absolute;
  left: 3%;
  top: 22%;
}
.teacher_banner .deco_right {
  width: 680px;
  position: absolute;
  right: 7%;
  bottom: 0;
}
.teacher_banner .deco_right .program {
  display: none;
}
@media (max-width: 1439px) {
  .teacher_banner {
    height: 550px;
  }
  .teacher_banner .container {
    height: 550px;
  }
  .teacher_banner .deco_left {
    display: none;
  }
  .teacher_banner .slogan {
    text-align: center;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 50px);
  }
  .teacher_banner .slogan h1 {
    font-size: 48px;
    line-height: 110%;
  }
  .teacher_banner .deco_right {
    width: 470px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 709px) {
  .teacher_banner {
    background-size: cover;
  }
  .teacher_banner .slogan {
    top: 40px;
  }
  .teacher_banner .slogan h1 {
    font-size: 34px;
  }
  .teacher_banner .slogan .slogan_text {
    font-size: 20px;
  }
  .teacher_banner .deco_right {
    width: 440px;
  }
}

.about_banner {
  background: linear-gradient(180deg, rgba(237, 76, 124, 0.8) 0%, #ED4C7C 100%);
}
.about_banner .container {
  max-width: 1920px;
  height: 540px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 5%;
}
.about_banner .slogan {
  color: #ffffff;
}
.about_banner .slogan h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 120%;
  max-width: 600px;
  margin-bottom: 68px;
}
.about_banner .slogan .slogan_text {
  font-size: 30px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.about_banner .pic {
  width: 40%;
}
@media (max-width: 1439px) {
  .about_banner .pic {
    width: 50%;
  }
  .about_banner .slogan h1 {
    font-size: 46px;
  }
  .about_banner .container {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .about_banner .container {
    padding: 50px;
    flex-direction: column-reverse;
    height: 100%;
    height: auto;
  }
  .about_banner .slogan {
    width: 100%;
    text-align: center;
  }
  .about_banner .slogan .slogan_title {
    margin-bottom: 25px;
    display: inline-block;
    max-width: 95%;
  }
  .about_banner .pic {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 709px) {
  .about_banner .slogan {
    top: 40px;
  }
  .about_banner .slogan h1 {
    font-size: 28px;
  }
  .about_banner .slogan .slogan_text {
    font-size: 22px;
  }
  .about_banner .pic {
    width: 80%;
  }
}

.disney_banner {
  background: linear-gradient(180deg, #757EFF 0%, #525CF0 100%);
  position: relative;
  z-index: 1;
}
.disney_banner .container {
  max-width: 1920px;
  height: 540px;
  margin: 0 auto;
  background: url(../img/disney/amusing_park.svg) left bottom no-repeat;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.disney_banner .slogan {
  color: #ffffff;
  margin-left: 250px;
}
.disney_banner .slogan h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 120%;
  white-space: nowrap;
}
.disney_banner .slogan .slogan_text {
  font-size: 30px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.disney_banner .deco_1, .disney_banner .deco_2, .disney_banner .deco_3 {
  position: absolute;
}
.disney_banner .deco_1 {
  width: 343px;
  left: 0;
  bottom: -150px;
  z-index: 1;
}
.disney_banner .deco_2 {
  width: 203px;
  right: 0;
  bottom: -100px;
  z-index: 1;
}
.disney_banner .deco_3 {
  width: 620px;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .disney_banner {
    height: 550px;
  }
  .disney_banner .container {
    height: 550px;
  }
  .disney_banner .slogan {
    margin-left: 5%;
  }
  .disney_banner .deco_3 {
    width: 45%;
    right: 0%;
  }
}
@media (max-width: 1023px) {
  .disney_banner .container {
    justify-content: center;
  }
  .disney_banner .slogan {
    text-align: center;
  }
  .disney_banner .slogan h1 {
    font-size: 56px;
  }
  .disney_banner .slogan .slogan_text {
    font-size: 30px;
  }
  .disney_banner .deco_1 {
    width: 34%;
    bottom: -10%;
    left: 5%;
  }
  .disney_banner .deco_2 {
    width: 20%;
    right: 5%;
    bottom: -15%;
  }
  .disney_banner .deco_3 {
    width: 50%;
    position: static;
    transform: translateY(0px);
  }
}
@media (max-width: 709px) {
  .disney_banner {
    height: 500px;
  }
  .disney_banner .container {
    height: 500px;
  }
  .disney_banner .slogan {
    margin-left: 0%;
  }
  .disney_banner .slogan h1 {
    font-size: 40px;
  }
  .disney_banner .slogan .slogan_text {
    font-size: 22px;
  }
  .disney_banner .deco_1 {
    display: none;
  }
  .disney_banner .deco_2 {
    width: 30%;
    max-width: 130px;
    bottom: -12%;
  }
  .disney_banner .deco_3 {
    width: 380px;
  }
}

.ox_material {
  background: linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
  position: relative;
  z-index: 1;
}
.ox_material::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/oxford/trophy.svg), url(../img/oxford/medal.svg), url(../img/oxford/ribbon.svg);
  background-repeat: no-repeat;
  background-position: left 50px, right top, center top;
}
.ox_material::after {
  display: block;
  content: "";
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: url(../img/oxford/pilot.svg), linear-gradient(180deg, #fff 0%, #FFFFFF 72.4%, #EFF0FF 100%);
  background-size: 1400px, 100%;
  background-position: right 70px, center;
  background-repeat: no-repeat;
  z-index: -1;
}
.ox_material .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
@media (max-width: 1439px) {
  .ox_material .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .ox_material .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .ox_material .container {
    max-width: initial;
    padding: 50px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .ox_material::before {
    background-size: 145px 156px, 189px 196px, 100%;
  }
  .ox_material::after {
    height: 800px;
    background-position: right 110%, center;
    background-size: 1000px, 100%;
  }
}
@media (max-width: 1023px) {
  .ox_material::before {
    background-size: 10%, 15%, 100%;
  }
  .ox_material::after {
    height: 600px;
    bottom: -100px;
    background-size: 100%, 100%;
    background-position: right 90%, center;
  }
}
@media (max-width: 709px) {
  .ox_material::before {
    background-position: left 50px, right -20px, center top;
    background-size: 10%, 15%, 100%;
  }
  .ox_material::after {
    display: none;
  }
}

.ox_lesson {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEDF2 100%);
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.ox_lesson::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .ox_lesson {
    border-radius: 0px 50px 0px 0px;
  }
  .ox_lesson::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.ox_lesson::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(0deg, #FFEDF2 0%, #ffeef3 100%);
  z-index: -1;
}
.ox_lesson .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
@media (max-width: 1439px) {
  .ox_lesson .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .ox_lesson .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .ox_lesson .container {
    max-width: initial;
    padding: 50px 20px;
  }
}

.ox_teach {
  background-color: #ffffff;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.ox_teach::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .ox_teach {
    border-radius: 0px 50px 0px 0px;
  }
  .ox_teach::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.ox_teach::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: -1;
}
.ox_teach .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
@media (max-width: 1439px) {
  .ox_teach .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .ox_teach .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .ox_teach .container {
    max-width: initial;
    padding: 50px 20px;
  }
}

.ox_grade {
  background-color: #FBFBFF;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.ox_grade::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/ruond_purple_light.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .ox_grade {
    border-radius: 0px 50px 0px 0px;
  }
  .ox_grade::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.ox_grade::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(0deg, #DEE0FC 0%, #fbfbff 100%);
  z-index: -1;
}
.ox_grade ._deco {
  position: absolute;
  right: 30px;
  top: -100px;
}
.ox_grade .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
@media (max-width: 1439px) {
  .ox_grade .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .ox_grade .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .ox_grade .container {
    max-width: initial;
    padding: 50px 20px;
  }
}
@media (max-width: 1439px) {
  .ox_grade ._deco {
    width: 20%;
    right: 20px;
    top: -80px;
  }
}
@media (max-width: 1023px) {
  .ox_grade ._deco {
    width: 188px;
    height: 186px;
  }
}
@media (max-width: 709px) {
  .ox_grade ._deco {
    display: none;
  }
}

.ox_level {
  background-color: #ffffff;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.ox_level::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/ruond_purple_light.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .ox_level {
    border-radius: 0px 50px 0px 0px;
  }
  .ox_level::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.ox_level .title_wrap {
  padding: 0 20px;
}
.ox_level ._deco {
  position: absolute;
  left: 50px;
  top: 50px;
}
.ox_level .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
@media (max-width: 1439px) {
  .ox_level .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .ox_level .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .ox_level .container {
    max-width: initial;
    padding: 50px 20px;
  }
}
@media (max-width: 1439px) {
  .ox_level ._deco {
    width: 20%;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 709px) {
  .ox_level .title_wrap {
    padding: 0 30px;
  }
  .ox_level ._deco {
    display: none;
  }
}

.ox_call_to_action {
  position: relative;
  z-index: 2;
}
.ox_call_to_action .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  padding-top: 0px !important;
}
@media (max-width: 1439px) {
  .ox_call_to_action .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .ox_call_to_action .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .ox_call_to_action .container {
    max-width: initial;
    padding: 50px 20px;
  }
}

.ox_otherCourse .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
@media (max-width: 1439px) {
  .ox_otherCourse .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .ox_otherCourse .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .ox_otherCourse .container {
    max-width: initial;
    padding: 50px 20px;
  }
}

.block_card_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 70px;
}
.block_card_wrap .block_card._style_1 {
  width: calc(65% - 20px);
  margin-right: 20px;
}
.block_card_wrap .block_card._style_2 {
  width: 35%;
}
.block_card_wrap .block_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block_card_wrap .block_card._style_1 .block_title {
  background-color: #03328d;
  background-image: url(../img/oxford/syllabus.svg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 150px;
}
.block_card_wrap .block_card._style_2 .block_title {
  background-color: #5A64F2;
}
.block_card_wrap .block_card .block_title {
  color: #ffffff;
  min-height: 142px;
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
}
.block_card_wrap .block_card .block_title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
.block_card_wrap .block_card .block_title p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #DEE0FC;
}
.block_card_wrap .block_card .block_content {
  display: flex;
  flex: 1;
  background-color: #EEEFFD;
  padding: 20px;
  border-radius: 0px 0px 20px 20px;
}
.block_card_wrap .block_card._style_1 .block_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.block_card_wrap .block_card._style_1 .block_content .card {
  width: calc((100% - 20px) / 2);
}
.block_card_wrap .block_card._style_1 .block_content .card:nth-of-type(1) {
  margin-right: 20px;
}
.block_card_wrap .block_card .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.block_card_wrap .block_card .card h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}
.block_card_wrap .block_card .card h4 + p {
  color: #ED4C7C;
  margin-bottom: 10px;
}
.block_card_wrap .block_card .card .summary {
  margin-bottom: 15px;
}
.block_card_wrap .block_card .card .button {
  margin-bottom: 10px;
}
.block_card_wrap .block_card .card div {
  width: 100%;
}
.block_card_wrap .block_card .card div img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.15);
  max-width: 220px;
}
.block_card_wrap .block_card a[data-modal-target=lessonPreview] {
  color: #ED4C7C;
}
.block_card_wrap .block_card a[data-modal-target=lessonPreview]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-sm-right.svg) center center no-repeat;
  background-size: cover;
  vertical-align: text-bottom;
}
@media (max-width: 1439px) {
  .block_card_wrap .block_card .block_title {
    min-height: 165px;
  }
}
@media (max-width: 1023px) {
  .block_card_wrap {
    flex-direction: column;
  }
  .block_card_wrap .block_card .block_title {
    min-height: auto;
  }
  .block_card_wrap .block_card._style_1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .block_card_wrap .block_card._style_2 {
    width: 100%;
  }
}
@media (max-width: 709px) {
  .block_card_wrap {
    margin-bottom: 0;
  }
  .block_card_wrap .block_card .block_title h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }
  .block_card_wrap .block_card .block_title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
  .block_card_wrap .block_card .card h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
  .block_card_wrap .block_card .card > div img {
    max-width: 120px;
  }
  .block_card_wrap .block_card._style_1 .block_title {
    padding-right: 20px;
    background-image: none;
  }
  .block_card_wrap .block_card._style_1 .block_content .card {
    width: 100%;
  }
  .block_card_wrap .block_card._style_1 .block_content .card:nth-of-type(1) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.video_wrap {
  margin: 0 auto;
  max-width: 994px;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #ffffff;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
  box-sizing: content-box;
}
@media (max-width: 709px) {
  .video_wrap {
    border-width: 5px;
  }
}
.video_wrap .video {
  height: 0;
  text-align: center;
  padding-bottom: 56.25%;
  position: relative;
}
.video_wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .video_wrap {
    margin-bottom: 100px;
  }
}
@media (max-width: 709px) {
  .video_wrap {
    margin-bottom: 0px;
    margin-top: 30px;
  }
}

.list_ox_lesson {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.list_ox_lesson .item {
  width: 31%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_ox_lesson .title h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}
.list_ox_lesson .title .tag {
  display: inline-block;
  padding: 6px 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  background-color: #ED4C7C;
  border-radius: 50px;
  overflow: hidden;
}
.list_ox_lesson .title .tag em {
  font-style: normal;
  font-size: 32px;
  border-width: 900;
  vertical-align: bottom;
  margin-right: 4px;
}
.list_ox_lesson .title p {
  color: #525B68;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .list_ox_lesson {
    flex-direction: column;
    align-items: center;
  }
  .list_ox_lesson .item:not(:nth-last-of-type(1)) {
    margin-bottom: 40px;
  }
}
@media (max-width: 709px) {
  .list_ox_lesson .item {
    width: 100%;
  }
  .list_ox_lesson .title h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
  .list_ox_lesson .title p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
  }
}

.list_ox_grade {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.list_ox_grade .item {
  width: 30%;
  text-align: center;
}
.list_ox_grade .item:not(:nth-last-of-type(1)) {
  margin-right: 20px;
}
.list_ox_grade .pic {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.list_ox_grade .conent h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 12px;
}
.list_ox_grade .conent p {
  color: #525B68;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .list_ox_grade {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  .list_ox_grade .item {
    width: 100%;
  }
  .list_ox_grade .item:not(:nth-last-of-type(1)) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 709px) {
  .list_ox_grade .conent h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 12px;
  }
  .list_ox_grade .conent p {
    color: #525B68;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
  }
}

.cta_block_ox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1380px;
  height: 404px;
  margin: 0 auto;
  padding: 0 24%;
  border-radius: 20px;
  overflow: hidden;
  overflow: visible;
  background-color: #183265;
  background-image: url(../img/oxford/banner_bottom_deco.svg), url(../img/oxford/banner_bg_building.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center center;
  background-size: contain, contain;
  position: relative;
}
.cta_block_ox .deco_left {
  width: 370px;
  position: absolute;
  left: -75px;
  bottom: 0;
}
.cta_block_ox .deco_right {
  width: 197px;
  position: absolute;
  right: 0;
  top: 60px;
}
.cta_block_ox .title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 120%;
}
.cta_block_ox .title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FFBCD0;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .cta_block_ox {
    max-width: 1140px;
    padding: 0 24%;
  }
}
@media (max-width: 1023px) {
  .cta_block_ox {
    height: 352px;
    padding: 0 20px;
  }
  .cta_block_ox .deco_left {
    display: none;
  }
  .cta_block_ox .deco_right {
    display: none;
  }
}
@media (max-width: 709px) {
  .cta_block_ox {
    height: 326px;
    background-image: url(../img/oxford/banner_bg_building.svg);
    background-size: 150%;
  }
  .cta_block_ox .title {
    text-align: center;
    font-weight: 900;
    font-size: 26px;
    line-height: 150%; /*enn*/
  }
  .cta_block_ox .deco_right {
    display: none;
  }
}

.card_oxTeach {
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 20px;
}
.card_oxTeach .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.card_oxTeach h3 {
  background-color: #ffffff;
  padding: 12px 14px;
  color: #03328d;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.card_oxTeach picture {
  display: block;
  margin-top: 20px; /*border: 1px solid red;*/
}
.card_oxTeach .swiper-wrapper {
  align-items: stretch;
}
.card_oxTeach .swiper-slide {
  height: auto;
}
.card_oxTeach .swiper-button-prev {
  left: 10%;
}
.card_oxTeach .swiper-button-next {
  right: 10%;
}
.card_oxTeach .swiper-button-prev, .card_oxTeach .swiper-button-next {
  visibility: hidden;
}
.card_oxTeach .swiper-pagination {
  visibility: hidden;
}
@media (max-width: 1439px) {
  .card_oxTeach .swiper-button-prev, .card_oxTeach .swiper-button-next {
    visibility: visible;
  }
  .card_oxTeach .swiper-button-prev {
    left: 22%;
  }
  .card_oxTeach .swiper-button-next {
    right: 22%;
  }
}
@media (max-width: 1023px) {
  .card_oxTeach h3 {
    font-weight: 900;
    font-size: 22px;
    line-height: 150%;
  }
  .card_oxTeach .swiper-button-prev {
    left: 5%;
  }
  .card_oxTeach .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 709px) {
  .card_oxTeach .swiper-wrapper {
    margin-bottom: 50px;
  }
  .card_oxTeach .swiper-button-prev, .card_oxTeach .swiper-button-next {
    visibility: hidden;
  }
  .card_oxTeach .swiper-pagination {
    visibility: visible;
  }
  .card_oxTeach h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
}

.lessonContextInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.lessonContextInfo .cover {
  max-width: 156px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.15);
  margin-right: 20px;
}
.lessonContextInfo .context {
  width: 50%;
}
.lessonContextInfo .context h3 {
  font-weight: 900;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 10px;
}
.lessonContextInfo .context ul li {
  list-style: disc;
  margin-left: 20px;
  color: #525B68;
}
@media (max-width: 709px) {
  .lessonContextInfo {
    align-items: center;
  }
  .lessonContextInfo .cover {
    max-width: 120px;
    margin: 0 auto;
  }
  .lessonContextInfo .context {
    width: 100%;
  }
}

.lessonContext .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  transition: opacity 0.3s linear;
  text-align: center;
}
.lessonContext .swiper-slide .pic {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.lessonContext .swiper-slide h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #03328d;
}
.lessonContext .swiper-slide p {
  color: #525B68;
}
.lessonContext ~ .swiper-button-prev, .lessonContext ~ .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
}
.lessonContext ~ .swiper-button-prev {
  left: 10px;
}
.lessonContext ~ .swiper-button-next {
  right: 10px;
}
.lessonContext ~ .swiper-button-prev::after, .lessonContext ~ .swiper-button-next::after {
  font-size: 18px;
  color: #5A64F2;
}
.lessonContext .swiper-pagination {
  position: static;
}
.lessonPreview {
  margin-bottom: 20px;
  position: relative;
}
.lessonPreview:before, .lessonPreview:after {
  content: "";
  height: 100%;
  width: 80px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.lessonPreview:before {
  left: 0;
  background: url(../img/oxford/mask_left.png) no-repeat center/100% 100%;
}
.lessonPreview:after {
  right: 0;
  background: url(../img/oxford/mask_right.png) no-repeat center/100% 100%;
}
.lessonPreview .pic img {
  border-radius: 8px;
  overflow: hidden;
  width: 120px;
  cursor: pointer;
}
.lessonPreview .swiper-slide {
  text-align: center;
}
.lessonPreview .swiper-slide.swiper-slide-active .pic img {
  border: 3px solid #ed4c7c;
}
.lessonPreview .swiper-slide.swiper-slide-active p {
  font-weight: 900;
}
.lessonPreview .swiper-slide .pic {
  border-radius: 8px;
  overflow: hidden;
}
.lessonPreview .swiper-slide p {
  color: #525B68;
  font-size: 15px;
}
.lessonPreview .swiper-button-prev, .lessonPreview .swiper-button-next {
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 10px 10px rgba(90, 100, 242, 0.3);
}
.lessonPreview .swiper-button-prev {
  left: 10px;
}
.lessonPreview .swiper-button-next {
  right: 10px;
}
.lessonPreview .swiper-button-prev::after, .lessonPreview .swiper-button-next::after {
  font-size: 14px;
  color: #5A64F2;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lessonPreview .swiper-button-prev {
    left: 5%;
  }
  .lessonPreview .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 709px) {
  .lessonPreview .swiper-button-prev, .lessonPreview .swiper-button-next {
    display: none;
  }
}

@keyframes showTab {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.lessonPreviewCollapse {
  height: calc(100% - 280px);
  overflow: hidden;
}
.lessonPreviewCollapse p {
  text-align: center;
  color: #828B9C;
  margin-bottom: 10px;
}
.lessonPreviewCollapse .item {
  margin-bottom: 20px;
}
.lessonPreviewCollapse .item .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #DEE0FC;
  color: #343A42;
  border-radius: 4px;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  padding: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}
.lessonPreviewCollapse .item .title::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon/arrow_grey.svg) center center no-repeat;
  margin-left: auto;
  text-align: right;
  transform: rotate(180deg);
}
.lessonPreviewCollapse .item .title.active {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.lessonPreviewCollapse .item .title.active + .content {
  display: block;
  animation: showTab 0.3s linear;
  opacity: 1;
}
.lessonPreviewCollapse .item .title.active::after {
  transform: rotate(0deg);
}
.lessonPreviewCollapse .item .title:hover {
  opacity: 1;
}
.lessonPreviewCollapse .item ul.content {
  display: none;
}
.lessonPreviewCollapse .item li {
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #EEEFFD;
}
.lessonPreviewCollapse > .swiper {
  height: calc(100% - 35px);
  overflow: hidden;
}
@media (max-width: 709px) {
  .lessonPreviewCollapse {
    height: calc(100% - 250px);
  }
}

@media only screen and (max-width: 500px) {
  .lessonPreview:before,
  .lessonPreview:after {
    width: 15%;
  }
  .lessonPreviewCollapse {
    height: calc(100% - 180px);
  }
}
.lessonItemwrp {
  height: 100%;
  overflow-y: scroll;
  padding-right: 10px;
}
.lessonItemwrp::-webkit-scrollbar {
  width: 5px;
  height: 13px;
  border-radius: 5px;
  background-color: #E2E5E8;
}
.lessonItemwrp::-webkit-scrollbar-thumb {
  background-color: #ED4C7C;
  background-clip: padding-box;
  border-radius: 5px;
  min-height: 28px;
}
.lessonItemwrp::-webkit-scrollbar-thumb:hover {
  background-color: #ED4C7C;
  border-radius: 5px;
}

[data-modal=lessonPreview] {
  max-height: 95%;
}
[data-modal=lessonPreview] h5 {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  font-family: "Roboto";
  color: #03328d;
  margin: 20px auto;
}
@media (max-width: 709px) {
  [data-modal=lessonPreview] h5 {
    font-size: 22px;
    margin: 10px auto;
  }
}
[data-modal=lessonPreview] > .modal_container {
  height: 70vh;
  max-height: 85vh;
}
@media (max-width: 709px) {
  [data-modal=lessonPreview] > .modal_container {
    height: 100%;
  }
}

.dcgs_courses {
  background: linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
  position: relative;
  z-index: 1;
}
.dcgs_courses::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(0deg, #DEE0FC 0%, #f4f5ff 100%);
  z-index: -1;
}
@media (max-width: 709px) {
  .dcgs_courses::after {
    display: none;
  }
}

.dcgs_starting {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEDF2 100%);
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.dcgs_starting::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .dcgs_starting {
    border-radius: 0px 50px 0px 0px;
  }
  .dcgs_starting::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.dcgs_starting::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(0deg, #FFEDF2 0%, #feedf2 100%);
  z-index: -1;
}
.dcgs_starting .deco_bg {
  display: block;
  width: 100%;
  height: 92%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.dcgs_starting .deco_bg i {
  display: block;
  width: 100%;
  height: 50vh;
  background: url(../img/DCGS/starting_bg.svg) center bottom no-repeat;
  position: sticky;
  top: 20%;
}
@media (max-width: 1439px) {
  .dcgs_starting .deco_bg {
    height: 93%;
  }
  .dcgs_starting .deco_bg i {
    width: 80%;
    margin: 0 auto;
    background-size: contain;
    top: 30%;
  }
}
@media (max-width: 709px) {
  .dcgs_starting .deco_bg {
    display: none;
  }
}
.dcgs_starting .starting_swip {
  text-align: center;
}
.dcgs_starting .starting_swip .step {
  margin-bottom: 50px;
}
.dcgs_starting .starting_swip .title {
  margin-bottom: 20px;
}
.dcgs_starting .starting_swip .title p {
  color: #ED4C7C;
  font-size: 22px;
  color: #FF82A7;
  margin-bottom: 10px;
  font-weight: bold;
}
.dcgs_starting .starting_swip .title h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  background-color: #ffffff;
  padding: 10px 16px;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 709px) {
  .dcgs_starting .starting_swip {
    background: none;
  }
  .dcgs_starting .starting_swip .title p {
    font-weight: bold;
    font-size: 24px;
  }
  .dcgs_starting .starting_swip .title h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
}

.dcgs_method {
  background-color: #ffffff;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.dcgs_method::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .dcgs_method {
    border-radius: 0px 50px 0px 0px;
  }
  .dcgs_method::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.dcgs_method .container {
  padding-bottom: 0px;
}

.dcgs_level {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.dcgs_level .subject_level_wrap {
  width: auto;
}

.dcgs_feature {
  background-color: #FBFBFF;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.dcgs_feature::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/ruond_purple_light.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .dcgs_feature {
    border-radius: 0px 50px 0px 0px;
  }
  .dcgs_feature::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.dcgs_feature::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(0deg, #DEE0FC 0%, #fbfbff 100%);
  z-index: -1;
}

.dcgs_call_to_action {
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.dcgs_call_to_action::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .dcgs_call_to_action {
    border-radius: 0px 50px 0px 0px;
  }
  .dcgs_call_to_action::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}

.cta_block_dcgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1380px;
  height: 404px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ED4C7C;
  background-image: url(../img/DCGS/cloud.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: relative;
  overflow: visible;
}
.cta_block_dcgs .title {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
.cta_block_dcgs .title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FFBCD0;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.cta_block_dcgs .deco_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 360px;
}
.cta_block_dcgs .deco_right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1439px) {
  .cta_block_dcgs {
    max-width: 1140px;
  }
  .cta_block_dcgs .deco_left {
    width: 26%;
  }
}
@media (max-width: 1023px) {
  .cta_block_dcgs {
    height: 352px;
  }
  .cta_block_dcgs .deco_left {
    display: none;
  }
  .cta_block_dcgs .deco_right {
    width: 35%;
  }
}
@media (max-width: 709px) {
  .cta_block_dcgs {
    height: 326px;
    background-size: 280%;
    background-position-y: 100%;
  }
  .cta_block_dcgs .title {
    text-align: center;
    font-weight: 900;
    font-size: 26px;
    line-height: 150%; /*enn*/
    width: 80%;
  }
  .cta_block_dcgs .deco_right {
    display: none;
  }
}

.dcgs_courses_intro .block_info_with_img {
  margin-bottom: 40px;
}
@media (max-width: 709px) {
  .dcgs_courses_intro .block_info_with_img {
    margin-bottom: 30px;
  }
}

.starting_material_wrap {
  width: 488px;
  height: 300px;
  margin: 0 auto;
  background: url(../img/DCGS/material_computer.svg) center center no-repeat;
  padding-top: 12px;
  position: relative;
}
@media (max-width: 709px) {
  .starting_material_wrap {
    padding-top: 10px;
    width: 320px;
    height: 200px;
    background-size: contain;
  }
}
.starting_material_wrap .swiper-button-next, .starting_material_wrap .swiper-button-prev {
  cursor: pointer;
}
.starting_material_wrap .swiper-button-next {
  right: -50px;
}
.starting_material_wrap .swiper-button-prev {
  left: -50px;
}
@media (max-width: 709px) {
  .starting_material_wrap .swiper-button-next, .starting_material_wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .starting_material_wrap .swiper-button-next {
    right: 0px;
  }
  .starting_material_wrap .swiper-button-prev {
    left: 0px;
  }
}

.starting_material.swiper {
  width: 406px;
}
.starting_material.swiper .swiper-slide::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(90, 100, 242, 0) 0%, #5A64F2 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.starting_material.swiper .swiper-slide img {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.starting_material.swiper .swiper-slide p {
  width: 90%;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  position: absolute;
  left: 5%;
  bottom: 10px;
  z-index: 2;
}
.starting_material.swiper ~ .swiper-button-prev, .starting_material.swiper ~ .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
}
.starting_material.swiper ~ .swiper-button-prev {
  left: -40px;
}
.starting_material.swiper ~ .swiper-button-next {
  right: -40px;
}
.starting_material.swiper ~ .swiper-button-prev::after, .starting_material.swiper ~ .swiper-button-next::after {
  font-size: 22px;
  color: #5A64F2;
}
@media (max-width: 709px) {
  .starting_material.swiper {
    width: 264px;
  }
  .starting_material.swiper .swiper-slide p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
  }
  .starting_material.swiper ~ .swiper-button-prev, .starting_material.swiper ~ .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .starting_material.swiper ~ .swiper-button-prev {
    left: 0px;
  }
  .starting_material.swiper ~ .swiper-button-next {
    right: 0px;
  }
}

.card_personl_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.card_personl_block .avatar_info, .card_personl_block .content {
  width: 342px;
  border-radius: 20px;
  overflow: hidden;
}
.card_personl_block .avatar_info {
  margin-right: 10px;
}
.card_personl_block .avatar_info .bottom {
  height: 74px;
  background-color: #7079FF;
  position: relative;
  color: #ffffff;
  padding: 20px;
}
.card_personl_block .avatar_info .bottom .right {
  text-align: right;
  vertical-align: middle;
}
.card_personl_block .avatar_info .bottom ._icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/DCGS/level.svg);
  vertical-align: middle;
}
.card_personl_block .avatar_info .avatar {
  position: absolute;
  left: 20px;
  top: -60px;
}
.card_personl_block .avatar_info .avatar .pic {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  border: 4px solid #989FFC;
  margin-bottom: 2px;
}
.card_personl_block .avatar_info .avatar span {
  display: inline-block;
}
.card_personl_block .avatar_info .avatar span:nth-of-type(1) {
  font-size: 22px;
  font-weight: bold;
  margin-right: 5px;
}
.card_personl_block .avatar_info .avatar span:nth-of-type(2) {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.card_personl_block .content {
  background-color: #989FFC;
}
.card_personl_block .content h4 {
  background-color: #7079FF;
  padding: 6px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
.card_personl_block .content .item > div {
  display: inline-block;
  margin: 10px 5px;
}
.card_personl_block .content .item img {
  width: 68px;
}
.card_personl_block .content .item p {
  color: #ffffff;
}
@media (max-width: 709px) {
  .card_personl_block {
    flex-direction: column;
    padding-top: 100px;
  }
  .card_personl_block .avatar_info, .card_personl_block .content {
    width: 90%;
  }
  .card_personl_block .avatar_info {
    overflow: visible;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .card_personl_block .avatar_info .top {
    display: none;
  }
  .card_personl_block .avatar_info .bottom {
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    overflow: visible;
  }
  .card_personl_block .avatar_info .bottom .right {
    text-align: center;
  }
  .card_personl_block .avatar_info .avatar {
    position: relative;
    left: 0;
    top: 0;
  }
  .card_personl_block .avatar_info .avatar .pic {
    width: 142px;
    height: 142px;
    margin: 0 auto;
    margin-top: -110px;
  }
}

.card_match_block {
  max-width: 752px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.card_match_block .card {
  width: calc(50% - 20px);
}
.card_match_block .card > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 16px;
}
.card_match_block .avatar {
  width: 142px;
  height: 142px;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: -20px;
}
.card_match_block .intro {
  height: 240px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 20px 20px;
}
.card_match_block .intro .name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}
.card_match_block .intro .name span {
  margin: 0 2px;
}
.card_match_block .intro .name span:nth-of-type(2) {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.card_match_block .intro li {
  color: #525B68;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  line-height: 180%;
}
.card_match_block .intro em {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-right: 5px;
}
.card_match_block ._icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  vertical-align: text-top;
  margin-right: 5px;
}
.card_match_block ._icon._level {
  background: url(../img/icon/level_pink.svg);
}
.card_match_block ._icon._license {
  background: url(../img/icon/license-tiny.svg);
  background-size: 100%;
}
.card_match_block ._icon._education {
  background: url(../img/icon/academy.svg);
  background-size: 100%;
}
.card_match_block ._icon._flag {
  background: url(../img/icon/flag_2.svg);
  background-size: 100%;
}
.card_match_block ._icon._heart {
  background: url(../img/icon/heart_pink.svg);
  background-size: 100%;
}
@media (max-width: 709px) {
  .card_match_block {
    flex-direction: column;
  }
  .card_match_block .card {
    margin-bottom: 20px;
    width: 100%;
  }
  .card_match_block .intro {
    height: auto;
  }
}

.dcgs_method_intro .block_info {
  margin-bottom: 10px;
}
.dcgs_method_intro .block_info .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.dcgs_method_intro .block_info .title, .dcgs_method_intro .block_info .item {
  margin-bottom: 5px;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}
.dcgs_method_intro .block_info .item p:nth-of-type(1) {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.dcgs_method_intro .block_info .item p:nth-of-type(2) {
  color: #525B68;
}
.dcgs_method_intro .block_info._purple .title {
  background-color: #5A64F2;
  color: #ffffff;
}
.dcgs_method_intro .block_info._purple .item {
  background-color: #EEEFFD;
}
.dcgs_method_intro .block_info._yellow .title {
  background-color: #FFCF1A;
}
.dcgs_method_intro .block_info._yellow .item {
  background-color: #FFF9E0;
}
@media (max-width: 709px) {
  .dcgs_method_intro .block_info_with_img img, .dcgs_method_intro .block_info_with_img picture {
    display: none;
  }
}

.global_teacher .switchSubject {
  display: none;
}

.global_teacher main *.program[class*=teacher_] {
  display: none;
}

.teacher_team {
  background: linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.teacher_team::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(0deg, #DEE0FC 0%, #f6f6ff 100%);
  z-index: -1;
}
@media (max-width: 709px) {
  .teacher_team {
    border-radius: 0px 50px 0px 0px;
  }
  .teacher_team::after {
    display: none;
  }
}
@media (max-width: 709px) {
  .teacher_team .left {
    display: none;
  }
}

.teacher_filter {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.teacher_filter::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/ruond_purple_light.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .teacher_filter {
    border-radius: 0px 50px 0px 0px;
  }
  .teacher_filter::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.teacher_filter::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEDF2 100%);
  z-index: -1;
}
.teacher_filter .container {
  position: relative;
}
.teacher_filter .container ._deco_1 {
  width: 186px;
  position: absolute;
  right: -250px;
  bottom: 0;
}
.teacher_filter .container ._deco_2 {
  max-width: 400px;
  height: 587px;
  position: absolute;
  left: -152px;
  bottom: 0;
}
@media (max-width: 1439px) {
  .teacher_filter .container ._deco_1 {
    width: 138px;
    height: auto;
    right: -20%;
  }
  .teacher_filter .container ._deco_2 {
    width: 24%;
    height: auto;
    left: -115px;
  }
}
@media (max-width: 1140px) {
  .teacher_filter .container ._deco_2 {
    width: 18%;
    height: auto;
    left: -45px;
  }
}
@media (max-width: 1120px) {
  .teacher_filter .container ._deco_2 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .teacher_filter .container ._deco_1 {
    display: none;
  }
  .teacher_filter .container ._deco_2 {
    display: block;
    width: 280px;
    position: static;
    margin: 0 auto;
    margin-bottom: -100px;
  }
}
@media (max-width: 709px) {
  .teacher_filter .container {
    position: static;
  }
}

.teacher_wall {
  background: linear-gradient(180deg, #FFFFFF 72.4%, #FFFBE2 100%);
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
  position: relative;
}
.teacher_wall::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .teacher_wall {
    border-radius: 0px 50px 0px 0px;
  }
  .teacher_wall::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.teacher_wall::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(180deg, #fffcea 0%, #fff8cf 100%);
  z-index: -1;
}
.teacher_wall .video_wrap {
  max-width: 910px;
  margin-bottom: 0px;
}
.teacher_wall .deco_left {
  position: absolute;
  left: 50px;
  bottom: 140px;
  max-width: 152px;
}
.teacher_wall .deco_right {
  position: absolute;
  right: 50px;
  bottom: 140px;
  max-width: 248px;
}
@media (max-width: 1439px) {
  .teacher_wall section {
    padding: 0 30px;
  }
  .teacher_wall .deco_left {
    left: 0%;
  }
  .teacher_wall .deco_right {
    max-width: 168px;
    right: 3%;
  }
}
@media (max-width: 1375px) {
  .teacher_wall .deco_left, .teacher_wall .deco_right {
    display: none;
  }
}
@media (max-width: 1023px) {
  .teacher_wall section {
    padding: 0 30px;
  }
}
@media (max-width: 709px) {
  .teacher_wall section {
    padding: 0 20px;
  }
}

.teacher_call_to_action {
  background-color: #ffffff;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.teacher_call_to_action::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .teacher_call_to_action {
    border-radius: 0px 50px 0px 0px;
  }
  .teacher_call_to_action::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}

.cta_block_teacher {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1380px;
  height: 404px;
  margin: 0 auto;
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url(../img/teachers/cta-bg.png);
  background-size: cover;
  background-color: #ED4C7C;
  position: relative;
  padding: 0 10px;
}
.cta_block_teacher .title {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  line-height: 120%;
}
.cta_block_teacher .title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FFBCD0;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .cta_block_teacher .title {
    font-size: 34px;
    max-width: 400px;
  }
}
@media (max-width: 709px) {
  .cta_block_teacher .title {
    max-width: none;
  }
}
.cta_block_teacher .botton_wrap {
  text-align: center;
}
.cta_block_teacher .botton_wrap .button {
  white-space: nowrap;
}
.cta_block_teacher .botton_wrap p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}
.cta_block_teacher .deco_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
}
.cta_block_teacher .deco_right {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
}
@media (max-width: 1439px) {
  .cta_block_teacher {
    max-width: 1140px;
  }
  .cta_block_teacher .botton_wrap {
    max-width: 30%;
  }
}
@media (max-width: 1023px) {
  .cta_block_teacher {
    height: 400px;
    margin-bottom: 60px;
  }
  .cta_block_teacher .botton_wrap {
    max-width: 40%;
  }
}
@media (max-width: 709px) {
  .cta_block_teacher {
    height: 326px;
  }
  .cta_block_teacher .title {
    text-align: center;
    font-weight: 900;
    font-size: 26px;
    line-height: 150%; /*enn*/
    margin-bottom: 20px;
  }
  .cta_block_teacher .deco_left {
    display: none;
  }
  .cta_block_teacher .deco_right {
    display: none;
  }
  .cta_block_teacher .botton_wrap {
    max-width: 100%;
  }
  .cta_block_teacher .botton_wrap p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
  }
}

.team_list_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.team_list_block .left {
  width: 40%;
}
.team_list_block .right {
  width: 55%;
  position: relative;
}
.team_list_block ._deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}
@media (max-width: 1023px) {
  .team_list_block .left {
    display: none;
  }
  .team_list_block .right {
    width: 100%;
  }
  .team_list_block ._deco {
    top: auto;
    bottom: 0px;
    right: calc(25% - 90px);
  }
}
@media (max-width: 709px) {
  .team_list_block ._deco {
    right: 50%;
    transform: translateX(50%);
  }
}
.team_list_block .team_list {
  display: flex;
  flex-wrap: wrap;
}
.team_list_block .team_list li {
  text-align: center;
  width: 33%;
}
.team_list_block .team_list li:nth-of-type(1) {
  margin-bottom: 60px;
}
.team_list_block .team_list li:nth-of-type(2) {
  margin-right: 33%;
  margin-bottom: 60px;
}
.team_list_block .team_list img {
  margin-bottom: 20px;
}
.team_list_block .team_list h3 {
  font-size: 42px;
  font-weight: 900;
  color: #5A64F2;
  line-height: 150%;
}
.team_list_block .team_list h3 p {
  color: #525B68;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .team_list_block .team_list li {
    width: 50%;
    margin-bottom: 40px;
  }
  .team_list_block .team_list li:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .team_list_block .team_list li:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 709px) {
  .team_list_block .team_list {
    margin-bottom: 200px;
  }
  .team_list_block .team_list li {
    width: 100%;
  }
  .team_list_block .team_list img {
    margin-bottom: 10px;
  }
  .team_list_block .team_list h3 {
    font-size: 34px;
  }
  .team_list_block .team_list h3 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
}

.filter_list {
  position: relative;
  max-width: 1100px;
}
.filter_list h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 20px;
}
.filter_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.filter_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: column;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1;
  padding: 40px 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  overflow: visible;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  background-image: url(../img/teachers/feature-card.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
}
.filter_list li:not(:nth-last-of-type(1)) {
  margin-right: 10px;
}
.filter_list li h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 40px;
  min-height: 80px;
}
.filter_list li:not(:nth-last-of-type(1)) {
  position: relative;
  margin-right: 68px;
}
.filter_list li:not(:nth-last-of-type(1))::after {
  display: block;
  content: "";
  width: 52px;
  height: 82px;
  margin: 0 8px;
  background: url(../img/teachers/arrow_blue.svg) center center/contain no-repeat;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.filter_list p {
  text-align: left;
}
.filter_list p::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 4px;
}
.filter_list._blue {
  margin-bottom: 80px;
}
.filter_list._blue li {
  background-color: #03328d;
}
.filter_list._pink {
  margin-left: auto;
}
.filter_list._pink li {
  background-color: #ED4C7C;
}
.filter_list._pink li:not(:nth-last-of-type(1))::after {
  background: url(../img/teachers/arrow_pink.svg) center center/contain no-repeat;
}
@media (max-width: 1439px) {
  .filter_list {
    max-width: 950px;
  }
}
@media (max-width: 1023px) {
  .filter_list {
    margin-bottom: 40px;
  }
  .filter_list h3 {
    text-align: center;
  }
  .filter_list._blue {
    margin-left: auto;
    margin-right: auto;
  }
  .filter_list._pink {
    margin-right: auto;
  }
  .filter_list li {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
  .filter_list li h4 {
    font-weight: 900;
    font-size: 22px;
    line-height: 150%;
    min-height: 60px;
  }
  .filter_list li:not(:nth-last-of-type(1)) {
    margin-right: 54px;
  }
  .filter_list li:not(:nth-last-of-type(1))::after {
    width: 38px;
    right: -54px;
  }
}
@media (max-width: 709px) {
  .filter_list h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }
  .filter_list ul {
    flex-direction: column;
    align-items: center;
  }
  .filter_list li {
    width: 100%;
    flex: none;
    background: url(../img/teachers/feature_card_m.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .filter_list li:not(:nth-last-of-type(1)) {
    margin-right: 0px;
  }
  .filter_list li:not(:nth-last-of-type(1)) {
    margin-bottom: 52px;
  }
  .filter_list li h3 {
    font-weight: 900;
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .filter_list li:not(:nth-last-of-type(1))::after {
    width: 38px;
    right: auto;
    top: auto;
    left: calc(50% - 16px);
    transform-origin: 0;
    transform: translateY(0) translateX(50%) rotate(90deg);
    bottom: -50px;
  }
}

@media (max-width: 709px) {
  main .about_lead .container {
    padding: 45px 0 0;
  }
}

.about_lead {
  background: url(../img/about/lead_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 709px) {
  .about_lead {
    background: none;
  }
}
.about_lead .title_wrap .sub_title {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
}
@media (max-width: 709px) {
  .about_lead {
    background: none;
  }
  .about_lead .title_wrap .sub_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
}

.about_brands .container._full {
  padding-bottom: 0px;
}

.about_history {
  background-color: #ED4C7C;
}
.about_history .container {
  padding: 100px 30px;
}
@media (max-width: 709px) {
  .about_history .container {
    padding: 45px 20px;
  }
}

.about_call_to_action {
  max-width: 1380px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.about_call_to_action div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  flex-direction: column;
  width: calc(50% - 20px);
  margin: 10px;
  padding: 200px 0;
}
.about_call_to_action .box_book_class {
  background: url(../img/about/book.jpg) center center no-repeat;
  background-size: cover;
}
.about_call_to_action .box_contact_us {
  background: url(../img/about/contact.jpg) center center no-repeat;
  background-size: cover;
}
.about_call_to_action p {
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  color: #ffffff;
  text-align: center;
  height: 150px;
}
@media (max-width: 1439px) {
  .about_call_to_action {
    max-width: 1140px;
  }
  .about_call_to_action div {
    padding: 10% 20px;
  }
  .about_call_to_action p {
    font-size: 34px;
  }
}
@media (max-width: 709px) {
  .about_call_to_action div {
    width: 100%;
    padding: 25% 20px;
  }
  .about_call_to_action p {
    font-weight: 900;
    font-size: 32px;
    line-height: 150%;
    height: 130px;
    font-size: 30px;
  }
}

@media screen and (max-width: 450px) {
  .about_call_to_action div {
    padding: 25% 20px;
  }
  .about_call_to_action p {
    font-size: 26px;
    height: 100px;
  }
}
.card_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
}
.card_list_wrap .card_list_item {
  width: 43%;
  background-color: #ffffff;
  min-height: 335px;
  padding: 20px 20px 35px 110px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(237, 76, 124, 0.2);
  position: relative;
  overflow: visible;
}
.card_list_wrap .card_list_item:not(:nth-last-of-type(1)), .card_list_wrap .card_list_item:not(:nth-last-of-type(2)) {
  margin-bottom: 48px;
}
@media (max-width: 1439px) {
  .card_list_wrap .card_list_item {
    padding-left: 90px;
  }
}
.card_list_wrap .card_list_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.card_list_wrap .card_list_title .num {
  display: inline-block;
  font-weight: 900;
  font-size: 80px;
  color: #ED4C7C;
  margin-right: 5px;
}
@media (max-width: 1439px) {
  .card_list_wrap .card_list_title .num {
    font-size: 66px;
  }
}
.card_list_wrap .card_list_title .text {
  min-width: 92%;
  padding: 12px 15px;
  border-radius: 5px;
  background-color: #ED4C7C;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .card_list_wrap .card_list_title .text {
    min-width: 92%;
  }
}
.card_list_wrap .card_list p {
  color: #201f1f;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 1439px) {
  .card_list_wrap .card_list p {
    line-height: 30px;
  }
}
.card_list_wrap .card_list_icon {
  width: 180px;
  height: 180px;
  border: 15px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .card_list_wrap .card_list_icon {
    width: 160px;
    height: 160px;
    left: -78px;
  }
}
.card_list_wrap .deco_img {
  width: 43%;
  position: relative;
}
.card_list_wrap .deco_img img {
  width: 110%;
  max-width: none;
  position: absolute;
  left: -4%;
}
@media (max-width: 1439px) {
  .card_list_wrap .deco_img img {
    width: 130%;
    left: -15%;
  }
}
@media (max-width: 1439px) {
  .card_list_wrap {
    padding: 0 7%;
  }
}
@media (max-width: 1023px) {
  .card_list_wrap {
    justify-content: center;
  }
  .card_list_wrap .card_list_item {
    width: 100%;
    margin-left: 1%;
    max-width: 420px;
  }
  .card_list_wrap .deco_img {
    display: none;
  }
}
@media (max-width: 709px) {
  .card_list_wrap {
    padding: 0px;
  }
  .card_list_wrap .card_list_item {
    padding: 20px;
    margin-left: 0;
    min-height: auto;
    max-width: 100%;
  }
  .card_list_wrap .card_list_item:not(:nth-last-of-type(1)), .card_list_wrap .card_list_item:not(:nth-last-of-type(2)) {
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
    background: #f8f8f8;
  }
  .card_list_wrap .card_list_title .num {
    font-size: 40px;
  }
  .card_list_wrap .card_list_title .text {
    width: 94%;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: left;
    min-width: auto;
  }
  .card_list_wrap .card_list_icon {
    display: none;
  }
}

.brand_list .item:nth-child(odd) {
  background-color: #f8f8f8;
}
.brand_list .content {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.brand_list .content.row_reverse {
  flex-direction: row-reverse;
}
.brand_list .content.row_reverse .summary {
  margin-left: 50px;
}
@media (max-width: 709px) {
  .brand_list .content.row_reverse {
    flex-direction: row;
  }
}
@media (max-width: 709px) {
  .brand_list .content {
    align-items: stretch;
    flex-direction: row-reverse;
  }
}
.brand_list .cover {
  width: 300px;
  height: 600px;
  position: relative;
}
.brand_list .cover img {
  position: absolute;
  bottom: 0;
}
.brand_list .cover._blue {
  background-color: #0037CC;
}
.brand_list .cover._blue img {
  max-width: 440px;
  left: 100px;
}
.brand_list .cover._pink {
  background-color: #F35ABF;
}
.brand_list .cover._pink img {
  max-width: 600px;
  right: 20px;
}
.brand_list .cover._hot_pink {
  background-color: #CC3333;
}
.brand_list .cover._hot_pink img {
  max-width: 380px;
  left: 100px;
}
.brand_list .cover._lightblue {
  background-color: #00CC99;
}
.brand_list .cover._lightblue img {
  max-width: 400px;
  right: 100px;
}
.brand_list .text_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.brand_list .summary {
  width: 500px;
}
.brand_list .summary .logo {
  width: 100%;
  text-indent: -99999px;
  margin-bottom: 32px;
}
.brand_list .summary .logo._tutorAbc {
  width: 100%;
  max-width: 410px;
  height: 80px;
  background: url(../img/about/logo_abc.svg) left center no-repeat;
  background-size: cover;
}
.brand_list .summary .logo._tutorJr {
  width: 330px;
  height: 90px;
  background: url(../img/about/logo_jr.svg) left center no-repeat;
  background-size: cover;
}
.brand_list .summary .logo._tutorChinese {
  width: 330px;
  height: 90px;
  background: url(../img/about/logo_chinese.svg) left center no-repeat;
  background-size: contain;
}
.brand_list .summary .logo._tutorAboard {
  width: 404px;
  height: 90px;
  background: url(../img/about/logo_education.svg) left center no-repeat;
  background-size: contain;
}
.brand_list .summary p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px;
  color: #525B68;
}
@media (max-width: 1439px) {
  .brand_list .text_block {
    width: 60%;
  }
  .brand_list .cover {
    width: 300px;
    height: 600px;
    position: relative;
  }
  .brand_list .cover._blue img {
    max-width: 120%;
    left: 50px;
  }
  .brand_list .cover._pink img {
    max-width: 160%;
  }
  .brand_list .cover._hot_pink img {
    max-width: 120%;
    left: 50px;
  }
  .brand_list .cover._lightblue img {
    max-width: 120%;
    right: 50px;
  }
}
@media (max-width: 1023px) {
  .brand_list .cover {
    width: 200px;
    height: 500px;
    position: relative;
  }
  .brand_list .summary {
    width: 360px;
  }
  .brand_list .summary .logo._tutorAbc {
    background-size: contain;
  }
  .brand_list .summary .logo._tutorJr {
    background-size: contain;
  }
}
@media (max-width: 709px) {
  .brand_list .content.row_reverse .summary {
    margin-left: 0px;
  }
  .brand_list .cover {
    height: auto;
    width: 35px;
  }
  .brand_list .cover img {
    display: none;
  }
  .brand_list .text_block {
    width: calc(100% - 35px);
  }
  .brand_list .summary {
    width: 100%;
    padding: 40px 20px;
  }
  .brand_list .summary .logo {
    height: 50px;
    margin-bottom: 20px;
  }
  .brand_list .summary .logo._tutorAbc {
    width: 70%;
    height: 50px;
    background-size: contain;
  }
  .brand_list .summary .logo._tutorJr {
    width: 70%;
    height: 50px;
    background-size: contain;
  }
  .brand_list .summary .logo._tutorChinese {
    width: 70%;
    height: 50px;
    background-size: contain;
  }
  .brand_list .summary .logo._tutorAboard {
    width: 70%;
    height: 50px;
    background-size: contain;
  }
  .brand_list .summary p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
  }
}

.charity_block .item .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #7A8496;
  text-align: center;
}
.charity_block .item .img_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.charity_block .item .img_group div {
  flex: 1;
  padding: 10px;
}
.charity_block .item:nth-of-type(1) {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .charity_block .item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
  }
}
@media (max-width: 709px) {
  .charity_block .item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    max-width: 400px;
    margin: 0 auto;
  }
  .charity_block .item .img_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .charity_block .item .img_group div {
    width: 100%;
    flex: none;
    padding: 10px;
    max-width: 400px;
  }
}

.history_swiper {
  color: #ffffff;
}
.history_swiper .swiper_thumb {
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.history_swiper .swiper_thumb::after {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 16px;
}
.history_swiper .swiper_thumb .swiper-slide {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.history_swiper .swiper_thumb .swiper-slide sup {
  vertical-align: super;
  font-size: 12px;
}
.history_swiper .swiper_thumb .swiper-slide p {
  cursor: pointer;
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  opacity: 0.6;
  font-size: 38px;
}
.history_swiper .swiper_thumb .swiper-slide.swiper-slide-active {
  color: #FFE78B;
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
}
.history_swiper .swiper_thumb .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.history_swiper .swiper_thumb .swiper-slide::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  border-radius: 50px;
  overflow: hidden;
}
.history_swiper .swiper_thumb.swiper .swiper-button-prev, .history_swiper .swiper_thumb.swiper .swiper-button-next {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #fff;
  top: 30%;
}
.history_swiper .swiper_thumb.swiper .swiper-button-next {
  right: 0px;
  width: 45px;
  height: 50px;
}
.history_swiper .swiper_thumb.swiper .swiper-button-prev {
  left: 0px;
  width: 45px;
  height: 50px;
}
.history_swiper .swiper_thumb.swiper .swiper-button-prev::after {
  color: #ffffff;
  font-size: 45px;
}
.history_swiper .swiper_thumb.swiper .swiper-button-next::after {
  color: #ffffff;
  font-size: 45px;
}
@media (max-width: 1023px) {
  .history_swiper .swiper_thumb .swiper-slide p {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
  }
  .history_swiper .swiper_thumb.swiper .swiper-button-prev::after {
    color: #ffffff;
    font-size: 36px;
  }
  .history_swiper .swiper_thumb.swiper .swiper-button-next::after {
    color: #ffffff;
    font-size: 36px;
  }
}
@media (max-width: 709px) {
  .history_swiper .swiper_thumb {
    margin-bottom: 20px;
  }
  .history_swiper .swiper_thumb .swiper-slide p {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
  }
}
.history_swiper .swiper_main .swiper-slide {
  height: 400px;
  overflow-x: auto;
  padding: 30px 20px;
}
.history_swiper .swiper_main .swiper-slide li {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%; /*enn*/
  border-bottom: 1px solid #FF82A7;
  padding: 12px;
  line-height: 180%;
  font-size: 18px;
}
.history_swiper .swiper_main .swiper-slide li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #FFE78B;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 8px;
}
.history_swiper .swiper_main .swiper-slide li sup {
  vertical-align: super;
  font-size: 14px;
}
.history_swiper .swiper_main .swiper-slide::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  width: 12px;
}
.history_swiper .swiper_main .swiper-slide::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
.history_swiper .swiper_main .swiper-slide::-webkit-scrollbar-thumb {
  background-color: #FF82A7;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .history_swiper .swiper_main .swiper-slide li {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
}
@media (max-width: 709px) {
  .history_swiper .swiper_main {
    height: auto;
  }
  .history_swiper .swiper_main .swiper-slide {
    padding: 0px;
  }
  .history_swiper .swiper_main .swiper-slide li {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
}

.contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/contact/cloud.png), linear-gradient(to bottom, rgb(239, 240, 255) 0%, rgb(255, 255, 255) 73%, rgb(249, 249, 255) 100%);
  background-position: center bottom, center center;
  background-repeat: no-repeat, repeat;
  background-size: 150% auto, 100% 100%;
}
@media (max-width: 1023px) {
  .contact-us {
    padding: 40px 0 100px;
  }
}
@media (max-width: 709px) {
  .contact-us {
    padding: 30px 10px 60px;
  }
}
.contact-us .container {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding: 150px 30px;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  padding-top: 80px;
}
@media (max-width: 1439px) {
  .contact-us .container {
    max-width: 1140px;
    padding: 100px 30px;
  }
}
@media (max-width: 1023px) {
  .contact-us .container {
    max-width: initial;
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .contact-us .container {
    max-width: initial;
    padding: 50px 20px;
  }
}
.contact-us-title {
  color: #03328d;
  text-align: center;
  font-weight: 900;
  font-size: 36px;
  line-height: 120%;
  padding: 0 10px;
}
@media (max-width: 709px) {
  .contact-us-title {
    font-weight: 900;
    font-size: 26px;
    line-height: 150%; /*enn*/
  }
}
.contact-us-bar {
  background-color: #FF82A7;
  width: 66px;
  height: 6px;
  border-radius: 35px;
  margin-top: 16px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .contact-us-bar {
    margin-top: 10px;
  }
}
@media (max-width: 709px) {
  .contact-us-bar {
    margin-top: 4px;
    margin-bottom: 20px;
    width: 32px;
    height: 4px;
  }
}
.contact-us__content {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 700px;
}
@media (max-width: 709px) {
  .contact-us__content {
    width: 100%;
    padding: 40px 20px;
  }
}
.contact-us__content > :not(:last-child) {
  margin-bottom: 20px;
}
.contact-us__content-image-container {
  position: relative;
  width: 220px;
  height: 200px;
}
.contact-us__content-image-container img {
  width: 100%;
}
@media (max-width: 709px) {
  .contact-us__content-image-container {
    width: 180px;
    height: 164px;
  }
}
.contact-us__content-description h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #535251;
}
@media (max-width: 709px) {
  .contact-us__content-description h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
  }
}
.contact-us__content__card {
  background-color: #EEF3FF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  width: 100%;
}
@media (max-width: 709px) {
  .contact-us__content__card {
    padding: 20px;
  }
}
.contact-us__content__card > :not(:last-child) {
  margin-bottom: 30px;
}
.contact-us__content__card-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #535251;
}
.contact-us__content__card-mail {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ED4C7C;
}
.contact-us__content__card-mail :hover {
  color: #FF82A7;
}
.contact-us__content__card-tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ED4C7C;
  cursor: default;
}
.contact-us__content__card-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #777777;
}
.contact-us__content__card-study-number {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #ED4C7C;
}
.contact-us__content__card-copy {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #7A8496;
  cursor: pointer;
}
.contact-us__content__card-copy img {
  width: 20px;
  height: 20px;
}
.contact-us__content__card-copy :not(:last-child) {
  margin-right: 5px;
}
.contact-us__content__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us__content__service-wrapper {
  display: flex;
}
@media (max-width: 709px) {
  .contact-us__content__service-wrapper {
    flex-direction: column;
  }
}
.contact-us__content__service-wrapper > :not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 709px) {
  .contact-us__content__service-wrapper > :not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contact-us__content__block {
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service > :not(:last-child) {
  margin-bottom: 10px;
}
.service > :not(:last-child) > div {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.service__qrcode-container {
  position: relative;
}
.service__qrcode-container canvas {
  display: block;
}
.service__qrcode-container-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.service-button-live-chat {
  background-color: #ED4C7C;
}
.service-button-live-chat:hover {
  background-color: #FF82A7;
}
.service-button-line {
  background-color: #00c44a;
}
.service-button-line:hover {
  background-color: #74de9c;
}
.service-button-whatsapp {
  background-color: #29a71a;
}
.service-button-whatsapp:hover {
  background-color: #6cce60;
}
.service-button-text {
  margin-right: 5px;
}
.service-button svg {
  width: 20px;
  height: 20px;
}

.pricing_steps {
  background: linear-gradient(180deg, #F9F9FF 0%, #EFF0FF 100%);
}
.pricing_steps ._m_show {
  display: none;
}
@media (max-width: 650px) {
  .pricing_steps ._m_show {
    display: block;
  }
}
.pricing_steps ._pc_show {
  display: block;
}
@media (max-width: 650px) {
  .pricing_steps ._pc_show {
    display: none;
  }
}
.pricing_steps section.steps_block {
  display: none;
}
.pricing_steps section.steps_block.active {
  display: block;
  animation: fadeIn 0.3s linear both;
}
.pricing_steps section.steps_block .btn_all_course {
  text-align: right;
  margin-bottom: 20px;
}
.pricing_steps section.steps_block .btn_all_course a {
  color: #ED4C7C;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.pricing_steps section.steps_block .btn_all_course a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-sm-right.svg) center center no-repeat;
  background-size: cover;
  vertical-align: text-bottom;
}
.pricing_steps section.steps_block .button_wrap a:not(:nth-last-of-type(1)) {
  margin-right: 10px;
}
.pricing_steps section.steps_block .button_wrap a:only-child {
  margin-right: 0px;
}
.pricing_steps section.steps_block .button_wrap.allPlan {
  margin-top: 40px;
  margin-bottom: 70px;
}
.pricing_steps .title_wrap {
  margin-bottom: 40px;
}
.pricing_steps .title_wrap .section_title {
  color: #03328d;
}
.pricing_steps .step {
  display: none;
}
.pricing_steps .step .content {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.pricing_steps .step.active {
  display: block;
  animation: fadeIn 0.3s linear both;
}
.pricing_steps .step .card_options, .pricing_steps .step .list_options, .pricing_steps .step .level_tab {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .pricing_steps {
    background: linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
  }
  .pricing_steps section.steps_block .btn_all_course._m_show {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
  .pricing_steps .step .content {
    padding: 40px 20px;
  }
  .pricing_steps .step .card_options, .pricing_steps .step .list_options, .pricing_steps .step .level_tab {
    margin-bottom: 40px;
  }
  .pricing_steps section.steps_block .button_wrap.allPlan {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pricing_steps .btn_all_course._m_show {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    height: 54px;
  }
}

.pricing_qa {
  border-radius: 0px 40px 0px 0px;
}

.pricing_steps .card_options {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pricing_steps .card_options .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 31%;
  padding: 12px;
  background-color: #EEEFFD;
  text-align: center;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
  overflow: visible;
  position: relative;
  transition: border, background-color 0.3s linear;
  flex-wrap: wrap;
}
.pricing_steps .card_options .card:not(:nth-of-type(1)) {
  margin-left: 20px;
}
.pricing_steps .card_options .card .cover {
  width: 70px;
  height: 62px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.pricing_steps .card_options .card p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #03328d;
  transition: color 0.1s linear;
}
@media (hover: hover) {
  .pricing_steps .card_options .card:hover {
    border: 2px solid #ED4C7C;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.1);
  }
  .pricing_steps .card_options .card:hover p {
    color: #ED4C7C;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
  }
}
.pricing_steps .card_options .card.selected {
  border: 2px solid #ED4C7C;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.1);
}
.pricing_steps .card_options .card.selected p {
  color: #ED4C7C;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
.pricing_steps .card_options .card.selected {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.1);
}
.pricing_steps .card_options .card.selected::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/pricing/icon_check.svg) center center no-repeat;
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 1;
}
.pricing_steps .card_options .card._en .cover {
  background: url(../img/pricing/crad_options_m_1.png) center center no-repeat;
  background-size: cover;
}
.pricing_steps .card_options .card._program .cover {
  background: url(../img/pricing/crad_options_m_2.png) center center no-repeat;
  background-size: cover;
}
.pricing_steps .card_options .card._allCourse .cover {
  background: url(../img/pricing/crad_options_m_3.png) center center no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .pricing_steps .card_options {
    justify-content: flex-start;
  }
  .pricing_steps .card_options .card {
    width: 48%;
    margin-bottom: 20px;
  }
  .pricing_steps .card_options .card:not(:nth-of-type(1)) {
    margin-left: 0px;
  }
  .pricing_steps .card_options .card:nth-of-type(2n-1) {
    margin-right: 20px;
  }
}
@media (max-width: 650px) {
  .pricing_steps .card_options .card {
    width: 100%;
    height: 130px;
  }
  .pricing_steps .card_options .card:nth-of-type(2n-1) {
    margin-right: 0px;
  }
  .pricing_steps .card_options .card .cover {
    width: 100%;
    height: 62px;
  }
  .pricing_steps .card_options .card._en .cover {
    background-size: 90px 60px;
  }
  .pricing_steps .card_options .card._program .cover {
    background-size: 90px 60px;
  }
  .pricing_steps .card_options .card._allCourse .cover {
    background-size: 90px 60px;
  }
  .pricing_steps .card_options .card:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
}

.pricing_steps .list_options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}
.pricing_steps .list_options .item {
  width: calc(50% - 5px);
  background: #EEEFFD;
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  overflow: visible;
  position: relative;
  cursor: pointer;
  transition: border 0.3s linear;
  border: 2px solid #ffffff;
}
.pricing_steps .list_options .item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.pricing_steps .list_options .item:nth-last-of-type(1), .pricing_steps .list_options .item:nth-last-of-type(2) {
  margin-bottom: 0;
}
@media (hover: hover) {
  .pricing_steps .list_options .item:hover {
    border: 2px solid #ED4C7C;
  }
}
.pricing_steps .list_options .item.selected {
  border: 2px solid #ED4C7C;
  background-color: #ffffff;
}
.pricing_steps .list_options .item.selected::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/pricing/icon_check.svg) center center no-repeat;
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 1;
}
@media (max-width: 650px) {
  .pricing_steps .list_options .item {
    width: 100%;
  }
  .pricing_steps .list_options .item:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
  }
}

.pricing_steps .level_tab {
  max-width: 700px;
  margin: 0 auto;
}
.pricing_steps .level_tab .tab_title {
  flex-direction: column;
  margin-bottom: 20px;
}
.pricing_steps .level_tab .tab_title ._L1 {
  height: 90px;
}
.pricing_steps .level_tab .tab_title ._L2 {
  height: 120px;
}
.pricing_steps .level_tab .tab_title ._L3 {
  height: 150px;
}
.pricing_steps .level_tab .tab_title ._L4 {
  height: 180px;
}
.pricing_steps .level_tab .tab_title ._L5 {
  height: 210px;
}
.pricing_steps .level_tab .tab_title ._L6 {
  height: 240px;
}
.pricing_steps .level_tab .tab_title .chart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  text-align: center;
}
.pricing_steps .level_tab .tab_title .chart:not(:nth-last-of-type(1)) {
  margin-right: 10px;
}
.pricing_steps .level_tab .tab_title .chart .level {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: calc((100% - 50px) / 6);
  padding: 20px 10px;
  background-color: #E2E5E8;
  border-radius: 10px;
  overflow: hidden;
  overflow: visible;
  margin-bottom: 8px;
  transition: background-color 0.3s linear;
}
@media (hover: hover) {
  .pricing_steps .level_tab .tab_title .chart .level:hover {
    color: #ffffff;
    background-color: #5A64F2;
    box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
    position: relative;
  }
  .pricing_steps .level_tab .tab_title .chart .level:hover::after {
    display: block;
    width: 18px;
    height: 15px;
    content: "";
    background: url(../img/pricing/icon_level_point.svg) center center no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    animation: fadeIn 0.2s linear both;
  }
}
.pricing_steps .level_tab .tab_title .chart .level.active {
  color: #ffffff;
  background-color: #5A64F2;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
  position: relative;
}
.pricing_steps .level_tab .tab_title .chart .level.active::after {
  display: block;
  width: 18px;
  height: 15px;
  content: "";
  background: url(../img/pricing/icon_level_point.svg) center center no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  animation: fadeIn 0.2s linear both;
}
.pricing_steps .level_tab .tab_title .chart_text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}
.pricing_steps .level_tab .tab_title .chart_text p {
  width: calc((100% - 50px) / 6);
}
@media (max-width: 650px) {
  .pricing_steps .level_tab .tab_title .chart .level p {
    display: none;
  }
  .pricing_steps .level_tab .tab_title .chart .level.active::after {
    width: 12px;
    height: 8px;
    bottom: -6px;
    background-size: cover;
  }
}
.pricing_steps .level_tab .tab_content {
  padding: 10px 20px;
  background: #EEEFFD;
  border-radius: 10px;
  overflow: hidden;
}
.pricing_steps .level_tab .tab_content .item {
  display: none;
}
.pricing_steps .level_tab .tab_content .item.active {
  display: block;
  animation: fadeIn 0.3s linear both;
}
.pricing_steps .level_tab .tab_content .item h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  vertical-align: sub;
}
.pricing_steps .level_tab .tab_content .item h6::before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(../img/pricing/icon_level.svg) center center no-repeat;
  background-size: contain;
}
.pricing_steps .level_tab .tab_content .item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #525B68;
}
@media (max-width: 709px) {
  .pricing_steps .level_tab .tab_content {
    margin-bottom: 0px;
  }
}

.pricing_block .context {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pricing_block .context .summary {
  width: calc(100% - 266px);
}
.pricing_block .context .summary h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #03328d;
}
.pricing_block .context .summary p {
  color: #525B68;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
}
.pricing_block .context .summary a {
  color: #ED4C7C;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.pricing_block .context .summary a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-sm-right.svg) center center no-repeat;
  background-size: cover;
  vertical-align: text-bottom;
}
.pricing_block .context ._deco {
  width: 246px;
  height: auto;
  margin-left: auto;
}
@media (max-width: 650px) {
  .pricing_block .context {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .pricing_block .context .summary {
    width: 100%;
    padding: 0px;
  }
  .pricing_block .context .summary h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }
  .pricing_block .context .summary p {
    margin-bottom: 16px;
  }
  .pricing_block .context .summary a {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
  .pricing_block .context ._deco {
    margin: 0 auto;
    margin-bottom: 16px;
  }
}

.price_card_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.price_card_wrap._disney .button {
  background-color: #5A64F2;
  color: #ffffff;
}
.price_card_wrap._disney .button:hover {
  background-color: #989FFC;
  color: #ffffff;
}
.price_card_wrap._disney .button:disabled {
  background-color: #A9B0BB;
  color: #ffffff;
}
.price_card_wrap._oxford .button {
  background-color: #03328d;
  color: #ffffff;
}
.price_card_wrap._oxford .button:hover {
  background-color: #afc6e9;
  color: #ffffff;
}
.price_card_wrap._oxford .button:disabled {
  background-color: #A9B0BB;
  color: #ffffff;
}
.price_card_wrap._oxford .button .price_card {
  width: calc(100% - 20px);
}
.price_card_wrap._dcgs .button {
  background-color: #ED4C7C;
  color: #ffffff;
}
.price_card_wrap._dcgs .button:hover {
  background-color: #FF82A7;
  color: #ffffff;
}
.price_card_wrap._dcgs .button:disabled {
  background-color: #A9B0BB;
  color: #ffffff;
}
.price_card_wrap._program .button {
  background-color: #FFCF1A;
  color: #03328d;
}
.price_card_wrap._program .button:hover {
  background-color: #FFE78B;
  color: #ffffff;
}
.price_card_wrap._program .button:disabled {
  background-color: #A9B0BB;
  color: #ffffff;
}
.price_card_wrap.less .price_card {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 709px) {
  .price_card_wrap.less .price_card {
    width: 100%;
  }
}

.price_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 40px) / 3);
  background: #fff;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.1);
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  overflow: visible;
}
.price_card > div {
  background-color: #F2F3FF;
  border-radius: 20px 20px 0px 0px;
}
.price_card:not(:nth-last-of-type(1)) {
  margin-right: 20px;
}
.price_card:nth-of-type(3n+3) {
  margin-right: 0px;
}
.price_card.less {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 709px) {
  .price_card.less {
    width: 100%;
  }
}
.price_card.recommend {
  position: relative;
  border: 2px solid #ED4C7C;
}
.price_card.recommend .recommend_tag {
  padding: 4px 20px;
  background-color: #FF82A7;
  color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: -15px;
}
.price_card .discount {
  margin: 10px auto;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 4px 12px;
}
.price_card .discount i, .price_card .discount em, .price_card .discount p {
  display: inline-block;
  color: #ED4C7C;
}
.price_card .discount i, .price_card .discount em {
  font-style: normal;
  vertical-align: 2px;
}
.price_card .discount i {
  margin-right: 2px;
  font-size: 16px;
}
.price_card .discount em {
  display: inline-block;
  content: "";
  background: url(../img/pricing/icon_gift.svg) left center no-repeat;
  background-size: contain;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 500;
}
.price_card .discount p {
  color: #525B68;
  font-size: 20px;
}
.price_card .title {
  padding: 0 20px;
  background-color: #F2F3FF;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  border-radius: 20px 20px 0px 0px;
}
.price_card .title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #343A42;
}
.price_card .title h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #03328d;
}
@media (max-width: 650px) {
  .price_card .title h2 {
    font-size: 26px;
  }
  .price_card .title p {
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
  }
}
.price_card .pricing_list {
  background-color: #ffffff;
  padding: 20px;
  padding-bottom: 0px;
  border-radius: 0px 30px 0px 0px;
}
.price_card .pricing_list .discount {
  padding: 0px;
  margin: 0;
}
.price_card .pricing_list .item {
  padding: 6px;
  position: relative;
}
.price_card .pricing_list .item:not(:nth-last-of-type(1)) {
  border-bottom: 1px dotted #C5D0ED;
}
.price_card .pricing_list .item:only-child {
  padding-bottom: 6px;
}
.price_card .pricing_list .item p {
  color: #343A42;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.price_card .pricing_list .item .class {
  color: #03328d;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.price_card .pricing_list .item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #7A8496;
}
@media (max-width: 650px) {
  .price_card .pricing_list .item p {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }
  .price_card .pricing_list .item .class {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
  .price_card .pricing_list .item span {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
}
.price_card .price_detail {
  border-top: 1px solid #C5D0ED;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
}
.price_card .price_detail > div {
  margin-bottom: 28px;
}
.price_card .price_detail > div p {
  color: #343A42;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.price_card .price_detail .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.price_card .price_detail .price p {
  color: #03328d;
  font-size: 32px;
  font-weight: 900;
}
.price_card .price_detail .price ._ori {
  width: 100%;
}
.price_card .price_detail .price ._ori em, .price_card .price_detail .price ._ori i {
  display: inline-block;
  color: #525B68;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.price_card .price_detail .price ._ori em {
  margin-right: 2px;
}
.price_card .price_detail .price ._ori i {
  text-decoration: line-through;
  color: #7A8496;
  font-weight: normal;
}
.price_card .price_detail .price .tag_discount {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 8px;
  border-radius: 4px;
  background-color: #FFE1EA;
  color: #183265;
  font-size: 16px;
  font-weight: 500;
}
.price_card .price_detail span {
  display: block;
  color: #7A8496;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.price_card .price_detail .button {
  min-width: none;
  width: 100%;
}
@media (max-width: 650px) {
  .price_card .price_detail span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
  }
  .price_card .price_detail .price ._ori em, .price_card .price_detail .price ._ori i {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .price_card {
    width: calc((100% - 20px) / 2);
  }
  .price_card:not(:nth-last-of-type(1)) {
    margin-right: 20px;
  }
  .price_card:nth-of-type(2n+2) {
    margin-right: 0px;
  }
}
@media (max-width: 650px) {
  .price_card {
    width: 100%;
    max-width: 100%;
  }
  .price_card.recommend .recommend_tag {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
  .price_card:not(:nth-last-of-type(1)) {
    margin-right: 0px;
  }
  .price_card:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}

.plan_tab_block {
  display: none;
}
.plan_tab_block.active {
  display: block;
  animation: fadeIn 0.3s linear both;
}
.plan_tab_block.single .tab_content {
  border-radius: 20px;
}
.plan_tab_block [data-content=dcgs] .button.active {
  background-color: #ED4C7C;
  color: #ffffff;
  border: 0px;
}
@media (hover: hover) {
  .plan_tab_block [data-content=dcgs] .button:hover {
    background-color: #ED4C7C;
    color: #ffffff;
    border: 0px;
  }
}
.plan_tab_block > .tab_title {
  display: flex;
}
.plan_tab_block > .tab_title > .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
  background-color: #EEEFFD;
  text-align: center;
  padding: 10px 30px;
  border-radius: 20px 20px 0px 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
.plan_tab_block > .tab_title > .item.active {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
.plan_tab_block > .tab_title > .item._oxford.active {
  background-color: #03328d;
}
.plan_tab_block > .tab_title > .item._dcgs.active {
  background-color: #ED4C7C;
}
.plan_tab_block > .tab_title > .item._disney.active {
  background-color: #5A64F2;
}
.plan_tab_block > .tab_title > .item._program.active {
  background-color: #FFCF1A;
  color: #03328d;
}
@media (hover: hover) {
  .plan_tab_block > .tab_title > .item:hover {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
  }
  .plan_tab_block > .tab_title > .item._oxford:hover {
    background-color: #03328d;
  }
  .plan_tab_block > .tab_title > .item._disney:hover {
    background-color: #5A64F2;
  }
  .plan_tab_block > .tab_title > .item._dcgs:hover {
    background-color: #ED4C7C;
  }
  .plan_tab_block > .tab_title > .item._program:hover {
    background-color: #FFCF1A;
    color: #03328d;
  }
}
.plan_tab_block > .tab_title .m_subtitle {
  display: none;
}
@media (max-width: 650px) {
  .plan_tab_block > .tab_title {
    flex-direction: column;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
    background-color: #EEEFFD;
  }
  .plan_tab_block > .tab_title .m_subtitle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
  }
  .plan_tab_block > .tab_title .m_subtitle::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/icon/arrow_left.svg) center center no-repeat;
    transform: rotate(90deg);
  }
  .plan_tab_block > .tab_title .m_subtitle.hide {
    margin-bottom: 0px;
  }
  .plan_tab_block > .tab_title .m_subtitle.hide ~ .item {
    display: none;
  }
  .plan_tab_block > .tab_title .m_subtitle.hide::after {
    transform: rotate(270deg);
  }
  .plan_tab_block > .tab_title > .item {
    border: 1px solid #C0C4FF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
  }
  .plan_tab_block > .tab_title > .item:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
  }
}
.plan_tab_block > .tab_content {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 40px;
  box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.1);
}
.plan_tab_block > .tab_content > .item {
  display: none;
}
.plan_tab_block > .tab_content > .item.active {
  display: block;
  animation: fadeIn 0.3s linear both;
}
@media (max-width: 650px) {
  .plan_tab_block > .tab_content {
    padding: 40px 20px;
  }
}

.lesson_type_tab_block > .tab_title {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.lesson_type_tab_block > .tab_title p {
  color: #7A8496;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.lesson_type_tab_block > .tab_title .button {
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #A9B0BB;
  color: #525B68;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  line-height: 40px;
  font-weight: 300;
  transition: background-color 0.3s linear;
}
.lesson_type_tab_block > .tab_title .button:not(:nth-last-of-type(1)) {
  margin-right: 10px;
  margin-bottom: 10px;
}
.lesson_type_tab_block > .tab_content > .item {
  display: none;
}
.lesson_type_tab_block > .tab_content > .item.active {
  display: block;
}
@media (max-width: 650px) {
  .lesson_type_tab_block > .tab_title {
    margin-bottom: 40px;
  }
  .lesson_type_tab_block > .tab_title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
  }
  .lesson_type_tab_block > .tab_title .button_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .lesson_type_tab_block > .tab_title .button_wrap .button {
    margin-bottom: 10px;
  }
}

.pricing_promise {
  overflow: hidden;
  background-color: #ED4C7C;
  background-image: url(../img/pricing/bg_promise.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 1023px) {
  .pricing_promise {
    background-size: 250% auto;
    background-position-x: 0px;
  }
}
.pricing_promise .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .pricing_promise .container {
    padding-top: 65px;
    padding-bottom: 100px;
  }
}
@media (max-width: 650px) {
  .pricing_promise .container {
    padding-top: 65px;
    padding-bottom: 100px;
  }
}
.pricing_promise .deco_1, .pricing_promise .deco_2 {
  position: absolute;
}
.pricing_promise .deco_1 {
  left: 0;
  top: 34px;
}
.pricing_promise .deco_2 {
  right: 0;
  bottom: 0;
}
@media (max-width: 1439px) {
  .pricing_promise .deco_1 {
    width: 10%;
    left: -60px;
    top: 40px;
  }
  .pricing_promise .deco_2 {
    width: 12%;
    right: -80px;
    bottom: 0;
  }
}
@media (max-width: 1279px) {
  .pricing_promise .deco_1 {
    width: 8%;
    left: 0px;
    top: 80px;
  }
  .pricing_promise .deco_2 {
    width: 10%;
    right: -10px;
    bottom: 0;
  }
}
@media (max-width: 1023px) {
  .pricing_promise .deco_1, .pricing_promise .deco_2 {
    display: none;
  }
}
.pricing_promise .card_promise {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.pricing_promise .card_promise .item {
  min-width: calc((100% - 40px) / 3);
  flex: 1;
  padding: 70px 20px 40px;
  text-align: center;
  background-color: #FFF4F8;
  border-radius: 20px;
  position: relative;
}
.pricing_promise .card_promise .item:not(:nth-last-of-type(1)) {
  margin-right: 20px;
}
.pricing_promise .card_promise .item .icon {
  width: 80x;
  height: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.pricing_promise .card_promise .item h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #03328d;
}
.pricing_promise .card_promise .item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #343A42;
}
.pricing_promise .card_promise .item p a {
  color: #03328d;
  text-decoration: underline;
}
.pricing_promise .card_promise .item span {
  display: inline-block;
  font-size: 14px;
  padding-top: 10px;
  color: #343A42;
}
@media (max-width: 1023px) {
  .pricing_promise .card_promise .item {
    padding: 70px 20px 30px;
  }
  .pricing_promise .card_promise .item h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
  .pricing_promise .card_promise .item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
  }
}
@media (max-width: 753px) {
  .pricing_promise .card_promise .item h3 {
    min-height: 66px;
  }
}
@media (max-width: 650px) {
  .pricing_promise .card_promise {
    padding: 0 20px;
  }
  .pricing_promise .card_promise .item {
    flex: none;
    width: 100%;
  }
  .pricing_promise .card_promise .item h3 {
    min-height: 0;
    margin-bottom: 10px;
  }
  .pricing_promise .card_promise .item:not(:nth-last-of-type(1)) {
    margin-bottom: 40px;
    margin-right: 0px;
  }
}

.qa_call_to_action .container {
  padding-top: 0;
}
.qa_call_to_action .cta_block_qa {
  height: 296px;
  margin: 0 auto;
  background: url(../img/pricing/qa_bg.svg), linear-gradient(180deg, #FFF8F8 47.92%, #FFD9E4 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  box-shadow: 0px 10px 20px rgba(175, 198, 233, 0.1);
}
.qa_call_to_action .cta_block_qa .title {
  color: #03328d;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.qa_call_to_action .cta_block_qa .title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FFBCD0;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.qa_call_to_action .cta_block_qa .botton_wrap {
  text-align: center;
}
.qa_call_to_action .cta_block_qa .botton_wrap p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #03328d;
  margin-bottom: 20px;
}
.qa_call_to_action .cta_block_qa .deco_left, .qa_call_to_action .cta_block_qa .deco_right {
  position: absolute;
}
.qa_call_to_action .cta_block_qa .deco_left {
  left: 3%;
  bottom: 10%;
}
.qa_call_to_action .cta_block_qa .deco_right {
  right: 3%;
  top: 5%;
}
@media (max-width: 650px) {
  .qa_call_to_action .cta_block_qa {
    height: 280px;
    background-size: 280%;
  }
  .qa_call_to_action .cta_block_qa .deco_left, .qa_call_to_action .cta_block_qa .deco_right {
    display: none;
  }
}

.qa_Collapse {
  max-width: 700px;
  margin: 0 auto;
}
.qa_Collapse .item {
  margin-bottom: 20px;
}
.qa_Collapse .item .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #EEEFFD;
  color: #343A42;
  border-radius: 4px;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  padding: 10px;
  padding-right: 36px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.qa_Collapse .item .title::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon/arrow_grey.svg) center center no-repeat;
  margin-left: auto;
  text-align: right;
  transform: rotate(180deg);
  position: absolute;
  right: 8px;
  top: 16px;
}
.qa_Collapse .item .title.active {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.qa_Collapse .item .title.active + .content {
  display: block;
  animation: showTab 0.3s linear;
  opacity: 1;
}
.qa_Collapse .item .title.active::after {
  transform: rotate(0deg);
}
.qa_Collapse .item .title:hover {
  opacity: 1;
}
.qa_Collapse .item .content {
  display: none;
}
.qa_Collapse .item .content {
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #EEEFFD;
}
.qa_Collapse .item .content h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #343A42;
}
.qa_Collapse .item .content a {
  color: #5A64F2;
  text-decoration: underline;
}
.qa_Collapse .item .content p {
  color: #525B68;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.qa_Collapse .item .content p:nth-last-of-type(1) {
  margin: 0px;
}
.qa_Collapse .item .content ol {
  margin-left: 35px;
  margin-bottom: 10px;
}
.qa_Collapse .item .content li {
  list-style: decimal;
  color: #525B68;
}
@media (max-width: 650px) {
  .qa_Collapse .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }
  .qa_Collapse .content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
  .qa_Collapse .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
  }
}

@keyframes transLateY {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes flow {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
div[class*=disney_] .title_wrap {
  text-align: center;
}
div[class*=disney_] .title_wrap .head_title {
  max-width: 600px;
  margin: 0 auto;
}
div[class*=disney_] .title_wrap .sub_title {
  max-width: 600px;
}

.disney_video {
  position: relative;
  background: url(../img/disney/staff.svg), linear-gradient(180deg, #FFFFFF 0%, #EFF0FF 100%);
  background-repeat: no-repeat;
  background-position: center 85%;
  background-size: contain;
}
.disney_video .container {
  position: relative;
}
.disney_video .deco_1, .disney_video .deco_2, .disney_video .deco_3 {
  position: absolute;
  transform-origin: 50% 50%;
}
.disney_video .deco_1 {
  left: 8%;
  bottom: 200px;
  animation: transLateY 1s linear 0s infinite alternate-reverse;
}
.disney_video .deco_1 img {
  animation: flow 1s linear 0s infinite alternate-reverse;
}
.disney_video .deco_2 {
  left: 12%;
  bottom: 350px;
  animation: transLateY 1s linear -1s infinite alternate-reverse;
}
.disney_video .deco_2 img {
  animation: flow 1s linear -1s infinite alternate-reverse;
}
.disney_video .deco_3 {
  right: 8%;
  bottom: 300px;
  animation: transLateY 1s linear 0s infinite alternate-reverse;
}
.disney_video .deco_3 img {
  animation: flow 1s linear 0s infinite alternate-reverse;
}
.disney_video::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(0deg, #DEE0FC 0%, #f4f4ff 100%);
  z-index: -1;
}
@media (max-width: 1439px) {
  .disney_video .deco_1, .disney_video .deco_2, .disney_video .deco_3 {
    display: none;
  }
  .disney_video .video_wrap {
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .disney_video {
    background-position-y: center 50%;
  }
}

.disney_teaching {
  background: linear-gradient(180deg, #FFE276 0%, #FFD23D 100%);
  border-radius: 0px 100px 0px 0px;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.disney_teaching::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/ruond_yellow_2.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .disney_teaching {
    border-radius: 0px 50px 0px 0px;
  }
  .disney_teaching::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.disney_teaching::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: linear-gradient(0deg, #f5c93c 0%, #ffd445 100%);
  z-index: -1;
}
.disney_teaching .container._full {
  position: relative;
}
.disney_teaching .deco_1, .disney_teaching .deco_2 {
  position: absolute;
}
.disney_teaching .deco_1 {
  width: 20%;
  max-width: 248px;
  left: 10%;
  top: 10%;
}
.disney_teaching .deco_2 {
  width: 20%;
  max-width: 192px;
  right: 10%;
  top: 2%;
}
@media (max-width: 1023px) {
  .disney_teaching .deco_1 {
    left: 5%;
  }
  .disney_teaching .deco_2 {
    right: 5%;
  }
}
@media (max-width: 709px) {
  .disney_teaching .deco_1 {
    display: none;
  }
  .disney_teaching .deco_2 {
    position: static;
    margin: 0 auto;
    width: 80%;
  }
}

.gallery_teaching .swiper-wrapper {
  margin-bottom: 80px;
}
.gallery_teaching .swiper-slide {
  text-align: center;
}
.gallery_teaching .swiper-slide img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gallery_teaching .swiper-slide h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #03328d;
}
.gallery_teaching .swiper-slide p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #343A42;
}
.gallery_teaching .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.gallery_teaching .swiper-button-next, .gallery_teaching .swiper-button-prev {
  top: 26%;
}
@media (max-width: 709px) {
  .gallery_teaching .swiper-slide h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
  .gallery_teaching .swiper-slide p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
  }
  .gallery_teaching .swiper-button-prev, .gallery_teaching .swiper-button-next {
    display: none;
  }
}

.disney_students {
  background: #ffffff;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.disney_students::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .disney_students {
    border-radius: 0px 50px 0px 0px;
  }
  .disney_students::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.disney_students::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: #ffffff;
  z-index: -1;
}
.disney_students .container {
  position: relative;
}
.disney_students .deco_1 {
  position: absolute;
  left: 0;
  top: -80px;
}
.disney_students .title_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 180px;
}
@media (max-width: 1439px) {
  .disney_students .title_wrap {
    margin-bottom: 90px;
  }
  .disney_students .deco_1 {
    min-width: 100px;
    width: 13%;
    top: 5%;
    left: 3%;
  }
}
@media (max-width: 1023px) {
  .disney_students .deco_1 {
    left: 3%;
  }
}
@media (max-width: 709px) {
  .disney_students .title_wrap h2 {
    margin: 0 2%;
  }
  .disney_students .title_wrap::before, .disney_students .title_wrap::after {
    width: 15%;
    height: 76px;
    min-width: 5%;
    background-size: contain;
  }
  .disney_students .deco_1 {
    display: none;
  }
}

.student_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.student_list .item {
  width: calc((100% - 60px) / 3);
  padding: 40px 30px;
  text-align: center;
  overflow: visible;
}
.student_list .item .lottie {
  width: 50%;
  min-width: 120px;
  margin: 0 auto;
  margin-top: -40%;
  margin-bottom: 20px;
}
.student_list .item h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #03328d;
}
.student_list .item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #525B68;
}
@media (max-width: 1023px) {
  .student_list .item h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
  .student_list .item .lottie {
    margin-top: -70%;
    max-width: 120px;
  }
}
@media (max-width: 709px) {
  .student_list .item {
    padding: 20px;
    width: 100%;
  }
  .student_list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 60px;
  }
  .student_list .item .lottie {
    margin-top: -60px;
  }
}

.disney_level {
  background: url(../img/disney/bg-oval-purple.svg), linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1128px auto, contain;
  position: relative;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.disney_level::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/ruond_purple_light.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .disney_level {
    border-radius: 0px 50px 0px 0px;
  }
  .disney_level::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.disney_level::after {
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: #f0f1ff;
  z-index: -1;
}
.disney_level .deco_1 {
  width: 330px;
  height: 224px;
  margin: 0 auto;
  margin-top: -100px;
}
@media (max-width: 1023px) {
  .disney_level {
    background-size: 100% auto;
  }
  .disney_level .deco_1 {
    max-width: 80%;
    height: auto;
    margin-top: -80px;
  }
}

.level_grade_card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.level_grade_card .card {
  width: calc((100% - 60px) / 3);
}
.level_grade_card .title {
  border-radius: 20px 20px 0px 0px;
  background-color: #5A64F2;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
}
.level_grade_card .title::before {
  content: "";
  display: block;
  width: 120px;
  height: 52px;
  margin: -50px auto auto;
}
.level_grade_card .title h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #ffffff;
}
.level_grade_card .grade_1 .title::before {
  background: url(../img/disney/level_star_1.svg) center center no-repeat;
}
.level_grade_card .grade_2 .title::before {
  background: url(../img/disney/level_star_2.svg) center center no-repeat;
}
.level_grade_card .grade_3 .title::before {
  background: url(../img/disney/level_star_3.svg) center center no-repeat;
}
.level_grade_card .course {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.level_grade_card .course li {
  flex: 1;
  align-items: center;
  display: flex;
}
.level_grade_card .course li:nth-of-type(odd) {
  background-color: #EEEFFD;
}
.level_grade_card .course li:nth-of-type(even) {
  background-color: #DEE0FC;
}
.level_grade_card .course h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  background: url(../img/disney/icon_check.svg) left center no-repeat;
  margin: 6px 40px;
  padding-left: 25px;
}
.level_grade_card .list_group {
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
}
.level_grade_card .list_group._signle .list_group_item {
  height: 208px;
}
.level_grade_card .list_group .list_group_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.level_grade_card .list_group .list_group_item:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #DEE0FC;
}
.level_grade_card .list_group .list_group_item .head {
  width: 20%;
  background-color: #5A64F2;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.level_grade_card .list_group .list_group_item .head p {
  color: #ffffff;
}
.level_grade_card .list_group .list_group_item .body {
  width: 80%;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.level_grade_card .list_group .list_group_item .body > div {
  width: 100%;
  flex: 1;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.level_grade_card .list_group .list_group_item .body > div:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #DEE0FC;
}
.level_grade_card .list_group .list_group_item .body .tag {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  max-width: 104px;
  background-color: #FFCF1A;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.level_grade_card .list_group .list_group_item .body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.level_grade_card .list_group .list_group_item .body .text {
  margin-left: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  flex: 1;
  text-align: left;
}
@media (max-width: 1439px) {
  .level_grade_card .course h4 {
    margin: 6px 20px;
  }
}
@media (max-width: 1023px) {
  .level_grade_card {
    max-width: 440px;
    margin: 0 auto;
  }
  .level_grade_card .list_group._signle .list_group_item {
    height: auto;
  }
  .level_grade_card .card {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 709px) {
  .level_grade_card {
    width: 100%;
  }
  .level_grade_card .course h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }
  .level_grade_card .list_group._signle .list_group_item {
    height: auto;
  }
  .level_grade_card .list_group .list_group_item .head {
    width: 25%;
  }
  .level_grade_card .list_group .list_group_item .head p {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }
  .level_grade_card .list_group .list_group_item .body {
    width: 75%;
  }
  .level_grade_card .list_group .list_group_item .body .tag {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
  .level_grade_card .list_group .list_group_item .body p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
  .level_grade_card .list_group .list_group_item .body .text {
    margin-left: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
  }
}

.disney_cources {
  background-color: #5A64F2;
  color: #ffffff;
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
}
.disney_cources .title_wrap .head_title {
  max-width: 700px !important;
}
.disney_cources .title_wrap .sub_title {
  max-width: 700px !important;
}
.disney_cources::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_purple_dark.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .disney_cources {
    border-radius: 0px 50px 0px 0px;
  }
  .disney_cources::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.disney_cources::after {
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: #5A64F2;
  z-index: -1;
}
.disney_cources .container {
  position: relative;
}
.disney_cources .deco_1, .disney_cources .deco_2 {
  position: absolute;
}
.disney_cources .deco_1 {
  width: 15%;
  left: 3%;
  top: 5%;
}
.disney_cources .deco_2 {
  width: 15%;
  right: 3%;
  bottom: 5%;
}
.disney_cources .title_wrap p {
  color: #ffffff;
}
.disney_cources .course_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.disney_cources .course_list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.disney_cources .course_list .item:nth-last-of-type(1) {
  flex-direction: row-reverse;
}
.disney_cources .course_list .item:nth-last-of-type(1) .context {
  margin-right: 0px;
  margin-left: 20px;
}
.disney_cources .course_list .context {
  max-width: 300px;
  margin-right: 20px;
}
.disney_cources .course_list .context .title {
  margin-bottom: 20px;
}
.disney_cources .course_list .context .title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 5px;
}
.disney_cources .course_list .context .title h4 {
  display: inline-block;
  padding: 4px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #ED4C7C;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.disney_cources .course_list .context .title h4 em {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
.disney_cources .course_list .context .title h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #FFE78B;
}
.disney_cources .course_list .context .summary p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.disney_cources .course_list .context .button {
  margin-top: 20px;
}
.disney_cources .course_list .cover {
  max-width: 400px;
}
@media (max-width: 1023px) {
  .disney_cources .deco_2 {
    display: none;
  }
  .disney_cources .course_list {
    max-width: 80%;
    margin: 0 auto;
  }
  .disney_cources .course_list .item {
    margin-bottom: 20px;
  }
  .disney_cources .course_list .item:nth-last-of-type(1) {
    border-top: 1px solid #EEEFFD;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .disney_cources .course_list .item:nth-last-of-type(1) .context {
    margin-left: 0px;
  }
  .disney_cources .course_list .context {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .disney_cources .course_list .context .button {
    margin-top: 10px;
  }
  .disney_cources .course_list .cover {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 709px) {
  .disney_cources .deco_1 {
    display: none;
  }
  .disney_cources .course_list {
    max-width: 100%;
  }
  .disney_cources .context .title p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
  }
  .disney_cources .context .title h4 {
    font-size: 22px;
  }
  .disney_cources .context .title h4 em {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
  }
  .disney_cources .context .title h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
  .disney_cources .context .summary p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
  }
}

.disney_taechers {
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
  background-image: url(../img/disney/bg-oval-pink.svg), linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 237, 242) 100%);
  background-position: left 50% bottom -50px, center;
  background-repeat: no-repeat, no-repeat;
}
.disney_taechers::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .disney_taechers {
    border-radius: 0px 50px 0px 0px;
  }
  .disney_taechers::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.disney_taechers::after {
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: #feedf2;
  z-index: -1;
}
.disney_taechers .title_wrap {
  margin-bottom: 150px;
}
.disney_taechers .title_wrap .head_title {
  max-width: 700px !important;
}
.disney_taechers .title_wrap .sub_title {
  max-width: 700px !important;
}
@media (max-width: 1439px) {
  .disney_taechers {
    background-size: 800px auto, 100% 100%;
    background-position: left 50% bottom -30px, center;
  }
}
@media (max-width: 450px) {
  .disney_taechers {
    background-size: 190vw auto, 100% 100%;
  }
  .disney_taechers .title_wrap {
    margin-bottom: 40px;
  }
}
.disney_taechers .container {
  position: relative;
}
@media (max-width: 1439px) {
  .disney_taechers .container {
    max-width: 100%;
    padding: 150px 30px;
  }
}
.disney_taechers .teacher_group {
  max-width: 1300px;
  height: 280px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1439px) {
  .disney_taechers .teacher_group {
    max-width: 1024px;
    height: 180px;
  }
}
@media (max-width: 1023px) {
  .disney_taechers .teacher_group {
    height: 440px;
    max-width: 410px;
  }
}
@media (max-width: 450px) {
  .disney_taechers .teacher_group {
    max-width: initial;
    width: calc(100% + 60px);
    margin-left: -30px;
    height: 100vw;
  }
}
.disney_taechers .teacher_group img {
  position: absolute;
}
.disney_taechers .teacher_group .item_0 {
  width: 470px;
  left: 51%;
  bottom: -210px;
  transform: translateX(-50%);
}
@media (max-width: 1439px) {
  .disney_taechers .teacher_group .item_0 {
    width: 350px;
    left: 50%;
    bottom: -195px;
  }
}
@media (max-width: 450px) {
  .disney_taechers .teacher_group .item_0 {
    width: 78vw;
    bottom: -190px;
  }
}
@media (max-width: 709px) {
  .disney_taechers .teacher_group .item_0 {
    bottom: -180px;
  }
}
.disney_taechers .teacher_group .item_1 {
  width: 270px;
  left: 165px;
  top: -100px;
  transform: rotate(-5deg);
  animation: shake-vertical 16s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}
@media (max-width: 1439px) {
  .disney_taechers .teacher_group .item_1 {
    width: 200px;
    left: 150px;
    top: -65px;
  }
}
@media (max-width: 1023px) {
  .disney_taechers .teacher_group .item_1 {
    left: -20px;
    top: -30px;
  }
}
@media (max-width: 450px) {
  .disney_taechers .teacher_group .item_1 {
    width: 46vw;
    top: -5px;
  }
}
.disney_taechers .teacher_group .item_2 {
  width: 270px;
  right: 110px;
  top: -80px;
  transform: rotate(5deg);
  animation: shake-vertical 15.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite both;
}
@media (max-width: 1439px) {
  .disney_taechers .teacher_group .item_2 {
    width: 200px;
    right: 130px;
    top: -50px;
  }
}
@media (max-width: 1023px) {
  .disney_taechers .teacher_group .item_2 {
    right: -5px;
    top: 80px;
  }
}
@media (max-width: 450px) {
  .disney_taechers .teacher_group .item_2 {
    width: 46vw;
  }
}
.disney_taechers .teacher_group .item_3 {
  width: 240px;
  left: 0;
  bottom: -100px;
  animation: shake-vertical 12s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s infinite both;
}
@media (max-width: 1439px) {
  .disney_taechers .teacher_group .item_3 {
    width: 180px;
    left: 5px;
    bottom: -105px;
  }
}
@media (max-width: 1023px) {
  .disney_taechers .teacher_group .item_3 {
    display: none;
  }
}
.disney_taechers .teacher_group .item_4 {
  width: 250px;
  right: -60px;
  bottom: -110px;
  animation: shake-vertical 12s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.4s infinite both;
}
@media (max-width: 1439px) {
  .disney_taechers .teacher_group .item_4 {
    width: 190px;
    right: -10px;
    bottom: -130px;
  }
}
@media (max-width: 1023px) {
  .disney_taechers .teacher_group .item_4 {
    right: auto;
    left: 25px;
    bottom: 50px;
  }
}
@media (max-width: 450px) {
  .disney_taechers .teacher_group .item_4 {
    width: 44vw;
    bottom: 25px;
  }
}
.disney_taechers .teacher_group .star_1 {
  width: 58px;
  left: 60px;
  top: 50px;
  animation: blink 3s infinite 1s both;
}
@media (max-width: 1439px) {
  .disney_taechers .teacher_group .star_1 {
    width: 42px;
    left: 50px;
  }
}
@media (max-width: 1023px) {
  .disney_taechers .teacher_group .star_1 {
    width: 65px;
    left: auto;
    right: 140px;
    top: -5px;
  }
}
@media (max-width: 450px) {
  .disney_taechers .teacher_group .star_1 {
    width: 13vw;
  }
}
.disney_taechers .teacher_group .star_2 {
  width: 35px;
  top: -30px;
  left: 510px;
  animation: blink 2.5s infinite 0.5s both;
}
@media (max-width: 1023px) {
  .disney_taechers .teacher_group .star_2 {
    display: none;
  }
}
.disney_taechers .teacher_group .star_3 {
  width: 62px;
  bottom: 0;
  right: 250px;
  animation: blink 2s infinite 1.5s both;
}
@media (max-width: 1439px) {
  .disney_taechers .teacher_group .star_3 {
    width: 46px;
    bottom: -25px;
  }
}
@media (max-width: 1023px) {
  .disney_taechers .teacher_group .star_3 {
    display: none;
  }
}
.disney_taechers .teacher_group .star_4 {
  width: 38px;
  right: -40px;
  bottom: 90px;
  animation: blink 3s infinite 1.5s both;
}
@media (max-width: 1439px) {
  .disney_taechers .teacher_group .star_4 {
    width: 28px;
    right: -5px;
    bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .disney_taechers .teacher_group .star_4 {
    display: none;
  }
}
.disney_taechers .teacher_group .star_5 {
  width: 28px;
  left: 260px;
  bottom: 20px;
  animation: blink 3.5s infinite 3s both;
}
@media (max-width: 1439px) {
  .disney_taechers .teacher_group .star_5 {
    width: 22px;
    left: 200px;
    bottom: -10px;
  }
}
@media (max-width: 1023px) {
  .disney_taechers .teacher_group .star_5 {
    width: 30px;
    left: 145px;
    bottom: 235px;
  }
}
@media (max-width: 450px) {
  .disney_taechers .teacher_group .star_5 {
    width: 6vw;
    left: 38vw;
    bottom: 52vw;
  }
}
@keyframes shake-vertical {
  0% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateY(-8px);
  }
  20%, 40%, 60% {
    transform: translateY(8px);
  }
  80% {
    transform: translateY(6.4px);
  }
  90% {
    transform: translateY(-6.4px);
  }
}
@keyframes blink {
  0% {
    transform: scale(0);
  }
  50%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  25%, 75% {
    transform: scale(0.5);
    opacity: 0;
  }
}
.disney_tools {
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.disney_tools::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .disney_tools {
    border-radius: 0px 50px 0px 0px;
  }
  .disney_tools::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.disney_tools::after {
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: #ffffff;
  z-index: -1;
}
.disney_tools .container {
  position: relative;
}
.disney_tools .deco_1 {
  width: 20%;
  min-width: 226px;
  max-width: 282px;
  position: absolute;
  left: 0;
  top: 0;
}
.disney_tools .tool_list {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.disney_tools .tool_list .item {
  width: calc((100% - 80px) / 3);
  text-align: center;
}
.disney_tools .tool_list .item img {
  margin-bottom: 10px;
}
.disney_tools .tool_list .item h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #03328d;
  margin-bottom: 8px;
}
.disney_tools .tool_list .item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #525B68;
}
@media (max-width: 1023px) {
  .disney_tools .tool_list {
    max-width: 300px;
    margin: 0 auto;
  }
  .disney_tools .tool_list .item {
    width: 100%;
  }
  .disney_tools .tool_list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 40px;
  }
  .disney_tools .tool_list .item img {
    margin-bottom: 0px;
  }
}
@media (max-width: 709px) {
  .disney_tools .deco_1 {
    display: none;
  }
  .disney_tools .tool_list {
    max-width: 300px;
    margin: 0 auto;
  }
  .disney_tools .tool_list .item {
    width: 100%;
  }
  .disney_tools .tool_list .item img {
    margin-bottom: 0px;
  }
  .disney_tools .tool_list .item h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
  }
  .disney_tools .tool_list .item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
  }
}

.disney_price {
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
  position: relative;
  background: url(../img/disney/ribbon.svg), url(../img/disney/ribbon_r.svg), linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
  background-position: left top, right top;
  background-repeat: no-repeat;
}
.disney_price::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/ruond_purple_light.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .disney_price {
    border-radius: 0px 50px 0px 0px;
  }
  .disney_price::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.disney_price::after {
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: #f0f1ff;
  z-index: -1;
}
.disney_price .deco_1, .disney_price .deco_2 {
  position: absolute;
}
.disney_price .deco_1 {
  left: 0;
  bottom: 150px;
}
.disney_price .deco_2 {
  right: 0;
  bottom: 150px;
}
.disney_price .price_card_wrap {
  justify-content: center;
}
.disney_price .price_card_wrap .price_card {
  max-width: 326px;
  width: 100%;
}
.disney_price .price_card_wrap .recommend_tag {
  font-size: 23px;
  border-radius: 23px;
  font-weight: 700;
  top: -25px;
}
.disney_price .price_card_wrap .price_card.recommend {
  border: none;
}
.disney_price .price_card_wrap .price_card .price_detail .button_wrap .button {
  margin-bottom: 10px;
}
.disney_price .price_card_wrap .price_card .price_detail > div:nth-last-of-type(1) {
  margin-bottom: 0;
}
.disney_price .price_card_wrap .price_card:nth-of-type(1) {
  margin-right: 30px;
}
.disney_price .price_card_wrap .price_card:nth-of-type(1) .title {
  background-color: #FFE1EA;
}
.disney_price .price_card_wrap .price_card:nth-of-type(1) .content {
  background-color: #FFE1EA;
}
.disney_price .price_card_wrap .price_card:nth-of-type(2) .title {
  background-color: #E7E8FF;
}
.disney_price .price_card_wrap .price_card:nth-of-type(2) .content {
  background-color: #E7E8FF;
}
.disney_price .price_card_wrap .price_card:nth-of-type(2) .recommend_tag {
  background-color: #989FFC;
}
@media (max-width: 1439px) {
  .disney_price .deco_1, .disney_price .deco_2 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .disney_price {
    background: linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
  }
  .disney_price .price_card_wrap .price_card {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 709px) {
  .disney_price .title_wrap {
    margin-bottom: 60px;
  }
  .disney_price .price_card_wrap .recommend_tag {
    font-size: 20px;
  }
  .disney_price .price_card_wrap .price_card {
    width: 100%;
  }
  .disney_price .price_card_wrap .price_card:nth-of-type(1) {
    margin-right: 0;
  }
}

.disney_call_to_action {
  border-radius: 0px 100px 0px 0px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.disney_call_to_action::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/bg/round_white.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 709px) {
  .disney_call_to_action {
    border-radius: 0px 50px 0px 0px;
  }
  .disney_call_to_action::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.disney_call_to_action .container {
  padding-bottom: 0px !important;
}
.disney_call_to_action .cta_block_disney {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1380px;
  height: 404px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #5A64F2;
  background-image: url(../img/disney/wave.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
.disney_call_to_action .cta_block_disney .title {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  line-height: 150%;
}
.disney_call_to_action .cta_block_disney .title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FFBCD0;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.disney_call_to_action .cta_block_disney .botton_wrap {
  text-align: center;
}
.disney_call_to_action .cta_block_disney .botton_wrap p {
  color: #ffffff;
  margin-bottom: 10px;
}
.disney_call_to_action .cta_block_disney .deco_left {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30%;
  max-width: 300px;
}
.disney_call_to_action .cta_block_disney .deco_right {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 21%;
}
@media (max-width: 1023px) {
  .disney_call_to_action .cta_block_disney {
    height: 352px;
  }
}
@media (max-width: 709px) {
  .disney_call_to_action .cta_block_disney {
    height: 326px;
  }
  .disney_call_to_action .cta_block_disney .title {
    text-align: center;
    font-weight: 900;
    font-size: 26px;
    line-height: 150%; /*enn*/
  }
  .disney_call_to_action .cta_block_disney .deco_left {
    top: auto;
    bottom: 0;
  }
  .disney_call_to_action .cta_block_disney .deco_right {
    bottom: 10%;
  }
}

.disney_qa .qa_Collapse .item .content ul {
  padding-left: 20px;
}
.disney_qa .qa_Collapse .item .content li {
  list-style: disc;
}
.disney_qa .qa_Collapse .item .curriculum h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #03328d;
  margin-bottom: 10px;
}
.disney_qa .qa_Collapse .item .curriculum:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
.disney_qa .qa_Collapse .item .curriculum_content {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #989FFC;
}
.disney_qa .qa_Collapse .item .curriculum_content .week {
  display: flex;
}
.disney_qa .qa_Collapse .item .curriculum_content .week:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #E2E5E8;
}
.disney_qa .qa_Collapse .item .curriculum_content .date {
  width: 20%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.disney_qa .qa_Collapse .item .curriculum_content .date.workday {
  background-color: #DEE0FC;
}
.disney_qa .qa_Collapse .item .curriculum_content .date.workday + .time p {
  background-color: #DEE0FC;
}
.disney_qa .qa_Collapse .item .curriculum_content .date.weekend {
  background-color: #FFE78B;
}
.disney_qa .qa_Collapse .item .curriculum_content .date.weekend + .time p {
  background-color: #FFE78B;
}
.disney_qa .qa_Collapse .item .curriculum_content .time {
  width: 80%;
  padding: 10px;
}
.disney_qa .qa_Collapse .item .curriculum_content .time p {
  display: inline-block;
  min-width: 80px;
  padding: 2px 10px;
  border-radius: 20px;
  text-align: center;
}
.disney_qa .qa_Collapse .item .curriculum_content .all_time {
  padding: 10px;
  text-align: center;
}
@media (max-width: 709px) {
  .disney_qa .qa_Collapse .item .curriculum_content .date {
    width: 40%;
  }
  .disney_qa .qa_Collapse .item .curriculum_content .time {
    width: 60%;
  }
}

.lessonContext_wrap .lessonContext {
  display: none;
}
.lessonContext_wrap .lessonContext.disney .swiper-slide {
  border-radius: 0px;
}
.lessonContext_wrap .lessonContext.disney .swiper-slide .pic._full img {
  max-width: 100%;
}
.lessonContext_wrap .swiper-button-prev, .lessonContext_wrap .swiper-button-next {
  display: none;
}

.not_found {
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: -webkit-gradient(left top, left bottom, color-stop(20%, rgb(255, 255, 255)), color-stop(85%, rgb(228, 239, 249)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 20%, rgb(228, 239, 249) 85%);
  min-height: 850px;
  position: relative;
}
.not_found > div {
  position: relative;
  min-width: 1920px;
  text-align: center;
}
@media (max-width: 709px) {
  .not_found > div {
    min-width: 100%;
    overflow: hidden;
  }
}
.not_found svg {
  display: block;
}
.not_found .nf {
  margin-bottom: 20px;
}
.not_found #notFoundBg,
.not_found #notFoundBg_m {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 709px) {
  .not_found #notFoundBg {
    display: none;
  }
}
.not_found #notFoundBg_m {
  display: none;
}
@media (max-width: 709px) {
  .not_found #notFoundBg_m {
    display: block;
  }
}
.not_found .nfWrp {
  max-width: 450px;
  width: 60%;
  position: absolute;
  left: 50%;
  top: 130px;
  transform: translateX(-50%);
}
@media (max-width: 1439px) {
  .not_found .nfWrp {
    width: 300px;
    top: 90px;
  }
}
@media (max-width: 709px) {
  .not_found .nfWrp {
    width: 250px;
    top: 50px;
  }
}
.not_found .nfWrp > h1 {
  font-weight: 900;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #7A8496;
}
@media (max-width: 1439px) {
  .not_found .nfWrp > h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 709px) {
  .not_found .nfWrp > h1 {
    font-size: 22px;
  }
}
.not_found .nfWrp a {
  display: block;
  height: 70px;
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  color: #ED4C7C;
  position: absolute;
  margin-top: 70px;
}
.not_found .nfWrp a h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
}
.not_found .nfWrp a:first-of-type {
  text-align: left;
  left: -100px;
  padding-top: 80px;
}
.not_found .nfWrp a:first-of-type div {
  left: -8px;
}
@media (max-width: 709px) {
  .not_found .nfWrp a:first-of-type {
    padding-left: 0;
    left: -20px;
    padding-top: 40px;
  }
}
.not_found .nfWrp a:last-of-type {
  text-align: right;
  right: -100px;
  padding-top: 80px;
}
.not_found .nfWrp a:last-of-type div {
  right: -8px;
}
@media (max-width: 709px) {
  .not_found .nfWrp a:last-of-type {
    padding-right: 0;
    right: -20px;
    padding-top: 40px;
  }
}
.not_found .nfWrp a div {
  width: 100px;
  position: absolute;
  top: -15px;
}
@media (max-width: 1439px) {
  .not_found .nfWrp a div {
    top: -3px;
  }
}
@media (max-width: 709px) {
  .not_found .nfWrp a div {
    width: 60px;
    top: -10px;
  }
}
@media (max-width: 1439px) {
  .not_found .nfWrp a {
    font-size: 28px;
    margin-top: 40px;
  }
}
@media (max-width: 709px) {
  .not_found .nfWrp a {
    font-size: 24px;
    line-height: 36px;
    margin-top: 30px;
    height: auto;
  }
  .not_found .nfWrp a h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  }
}
.not_found #balloonLion {
  position: absolute;
  top: 100px;
  left: 100px;
  right: auto;
  width: 270px;
}
@media (max-width: 709px) {
  .not_found #balloonLion {
    display: none;
  }
}
.not_found #balloonOx {
  position: absolute;
  top: 100px;
  left: auto;
  right: 200px;
  width: 320px;
}
@media (max-width: 1439px) {
  .not_found #balloonOx {
    position: absolute;
    top: 30px;
    left: auto;
    right: 550px;
    width: 180px;
  }
}
@media (max-width: 709px) {
  .not_found #balloonOx {
    display: none;
  }
}
.not_found #balloonOx_m {
  position: absolute;
  top: 310px;
  left: auto;
  right: -50px;
  width: 250px;
  display: none;
}
@media (max-width: 709px) {
  .not_found #balloonOx_m {
    display: block;
  }
}
.not_found #notFoundBird {
  position: absolute;
  top: 55%;
  left: 450px;
  right: auto;
  width: 190px;
}
@media (max-width: 1439px) {
  .not_found #notFoundBird {
    position: absolute;
    top: 45%;
    left: 580px;
    right: auto;
    width: 150px;
  }
}
@media (max-width: 709px) {
  .not_found #notFoundBird {
    position: absolute;
    top: 380px;
    left: 30px;
    right: auto;
    width: 130px;
  }
}
@media (max-width: 709px) {
  .not_found {
    min-height: 90vh;
  }
}

@media (max-width: 550px) {
  .not_found .nfWrp a:first-of-type,
  .not_found .nfWrp a:last-of-type {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 360px) {
  .not_found #balloonOx_m {
    width: 220px;
  }
}
.announcement {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.announcement-cover {
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcement-content {
  width: 100%;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  margin: 0px auto;
  z-index: 1;
}
@media (max-width: 709px) {
  .announcement-content {
    max-width: 360px;
  }
}
.announcement-content-page {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.announcement-content-ad {
  width: 100%;
  height: 540px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 709px) {
  .announcement-content-ad {
    max-width: 320px;
    height: 320px;
  }
}
.announcement-content-ad-context {
  width: 100%;
  height: 100%;
  background-color: #EEF3FF;
}
.announcement-content-ad-context-title {
  padding: 20px;
  padding-bottom: 10px;
  text-align: center;
  color: #03328d;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 709px) {
  .announcement-content-ad-context-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
  }
}
.announcement-content-ad-context-text {
  height: 460px;
  padding: 0px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #7A8496;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 709px) {
  .announcement-content-ad-context-text {
    height: 260px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
  }
}
.announcement-content-ad-image {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.announcement-content-action {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.announcement-content-action-button {
  width: 100%;
}
.announcement-content-action-button:not(:first-of-type) {
  margin-top: 10px;
}

.teens_banner {
  background: #FFEDE5;
  position: relative;
  overflow: hidden;
}
.teens_banner .container {
  position: relative;
  max-width: 1600px;
  height: 540px;
  margin: 0 auto;
}
@media (max-width: 709px) {
  .teens_banner .container {
    height: 500px;
  }
}
.teens_banner + main .container {
  padding: 100px 0;
}
@media (max-width: 709px) {
  .teens_banner + main .container {
    padding: 60px 0;
  }
}
.teens_banner .slogan {
  position: absolute;
  left: 100px;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.teens_banner .slogan .teens_logo img {
  width: 252px;
}
@media (max-width: 1023px) {
  .teens_banner .slogan .teens_logo img {
    width: 182px;
  }
}
@media (max-width: 709px) {
  .teens_banner .slogan .teens_logo img {
    width: 128px;
  }
}
.teens_banner .slogan .slogan_text {
  color: #333333;
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
  padding: 10px;
  z-index: 1;
}
@media (max-width: 709px) {
  .teens_banner .slogan .slogan_text {
    font-size: 22px;
    padding: 0;
  }
}
.teens_banner .slogan .slogan_title {
  color: #333333;
  font-size: 62px;
  font-weight: 900;
  line-height: 125%;
  position: relative;
  padding: 0 10px;
  z-index: 1;
}
.teens_banner .slogan .slogan_title::after {
  content: "";
  width: 140px;
  height: 140px;
  background: url(../img/teens/banner_adom.svg) no-repeat center/auto 100%;
  left: -70px;
  bottom: -60px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1023px) {
  .teens_banner .slogan .slogan_title::after {
    content: none;
  }
}
@media (max-width: 1023px) {
  .teens_banner .slogan .slogan_title {
    font-size: 56px;
  }
}
@media (max-width: 709px) {
  .teens_banner .slogan .slogan_title {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .teens_banner .slogan {
    top: 40px;
    left: 40px;
  }
}
@media (max-width: 709px) {
  .teens_banner .slogan {
    text-align: center;
    right: 20px;
    left: 20px;
    top: 55px;
  }
}
.teens_banner .deco_right {
  width: 774px;
  height: 537px;
  position: absolute;
  right: -50px;
  bottom: 0;
  background: url(../img/teens/banner_bg_L.svg) no-repeat left 0 bottom 0/774px auto;
}
.teens_banner .deco_right img {
  width: 327px;
  position: absolute;
  top: 40px;
  right: 270px;
}
@media (max-width: 1439px) {
  .teens_banner .deco_right img {
    right: 220px;
  }
}
@media (max-width: 1023px) {
  .teens_banner .deco_right img {
    width: 218px;
    top: 130px;
    right: 50px;
  }
}
@media (max-width: 709px) {
  .teens_banner .deco_right img {
    right: auto;
    left: 53%;
    transform: translateX(-50%);
    top: auto;
    bottom: -190px;
  }
}
@media (max-width: 1439px) {
  .teens_banner .deco_right {
    right: -100px;
  }
}
@media (max-width: 1023px) {
  .teens_banner .deco_right {
    width: 470px;
    background: url(../img/teens/banner_bg_M.svg) no-repeat left 0 bottom 0/470px auto;
    right: -10px;
  }
}
@media (max-width: 709px) {
  .teens_banner .deco_right {
    width: 100%;
    right: 0;
    background: url(../img/teens/banner_bg_S.svg) no-repeat center bottom/462px auto;
  }
}
@media (max-width: 1023px) {
  .teens_banner::before {
    content: "";
    width: 280px;
    height: 300px;
    background: url(../img/teens/banner_adom.svg) no-repeat left 0 bottom 0/280px auto;
    position: absolute;
    left: -100px;
    bottom: -40px;
  }
}
@media (max-width: 709px) {
  .teens_banner::before {
    width: 70px;
    height: 80px;
    background-size: 70px auto;
    left: auto;
    bottom: auto;
    right: -5px;
    top: -15px;
  }
}

.teens_HLM {
  background: linear-gradient(180deg, #FFF 0%, #FFE6DB 100%);
}
.teens_HLM .container {
  background: url(../img/teens/HLM_adom_bg.svg) repeat-x center bottom -90px/1700px auto;
  max-width: none;
}
@media (max-width: 1023px) {
  .teens_HLM .container {
    background-position: center bottom;
  }
}
.teens_HLM .title_wrap .head_title {
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  color: #03328d;
  padding: 0 30px;
}
.teens_HLM .title_wrap .head_title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FF82A7;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .teens_HLM .title_wrap .head_title span {
    display: block;
  }
}
@media (max-width: 709px) {
  .teens_HLM .title_wrap .head_title {
    font-size: 26px;
  }
}
.teens_HLM .title_wrap .sub_title {
  color: #2F5398;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  padding: 20px 30px 0;
}
@media (max-width: 709px) {
  .teens_HLM .title_wrap .sub_title {
    font-size: 20px;
  }
}
.teens_HLM .teens_HLM_wrap {
  display: flex;
  margin: 0 auto;
}
.teens_HLM .teens_HLM_wrap > ul {
  display: flex;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  .teens_HLM .teens_HLM_wrap > ul {
    flex-direction: column;
    max-width: 600px;
    width: 90%;
  }
}
.teens_HLM .teens_HLM_wrap > ul::before {
  content: "";
  width: 340px;
  height: 170px;
  position: absolute;
  left: -170px;
  bottom: -40px;
  background: url(../img/teens/HLM_bg_deco_left.svg) no-repeat center/100% auto;
}
@media (max-width: 1023px) {
  .teens_HLM .teens_HLM_wrap > ul::before {
    content: none;
  }
}
.teens_HLM .teens_HLM_wrap > ul::after {
  content: "";
  width: 366px;
  height: 178px;
  position: absolute;
  right: -155px;
  top: 40px;
  background: url(../img/teens/HLM_bg_deco_right.svg) no-repeat center/100% auto;
}
@media (max-width: 1023px) {
  .teens_HLM .teens_HLM_wrap > ul::after {
    content: none;
  }
}
.teens_HLM .teens_HLM_wrap > ul > li {
  border-radius: 20px;
  width: 400px;
  padding: 100px 30px 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .teens_HLM .teens_HLM_wrap > ul > li {
    width: 100%;
    padding-top: 70px;
  }
}
@media (max-width: 709px) {
  .teens_HLM .teens_HLM_wrap > ul > li {
    padding: 30px 20px;
  }
}
.teens_HLM .teens_HLM_wrap > ul > li > p {
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 709px) {
  .teens_HLM .teens_HLM_wrap > ul > li > p {
    font-size: 22px;
  }
}
.teens_HLM .teens_HLM_wrap > ul > li > h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  z-index: 1;
}
@media (max-width: 709px) {
  .teens_HLM .teens_HLM_wrap > ul > li > h3 {
    font-size: 20px;
  }
}
.teens_HLM .teens_HLM_wrap > ul > li.HLM_test {
  background: #FE9564;
}
.teens_HLM .teens_HLM_wrap > ul > li.HLM_test::after {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../img/teens/HLM_deco_left.svg) repeat-x center/100% auto;
  right: 10px;
  top: 5px;
  position: absolute;
}
@media (max-width: 1023px) {
  .teens_HLM .teens_HLM_wrap > ul > li.HLM_test::after {
    right: 5px;
    top: 0;
  }
}
@media (max-width: 709px) {
  .teens_HLM .teens_HLM_wrap > ul > li.HLM_test::after {
    width: 120px;
    height: 120px;
  }
}
.teens_HLM .teens_HLM_wrap > ul > li.HLM_learn {
  background: #4E80FF;
}
.teens_HLM .teens_HLM_wrap > ul > li.HLM_learn::after {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../img/teens/HLM_deco_right.svg) repeat-x center/100% auto;
  left: 10px;
  top: 5px;
  position: absolute;
}
@media (max-width: 1023px) {
  .teens_HLM .teens_HLM_wrap > ul > li.HLM_learn::after {
    left: auto;
    right: 5px;
    top: 0;
  }
}
@media (max-width: 709px) {
  .teens_HLM .teens_HLM_wrap > ul > li.HLM_learn::after {
    width: 120px;
    height: 120px;
  }
}
.teens_HLM .teens_HLM_wrap > ul > li.HLM_learn > h3,
.teens_HLM .teens_HLM_wrap > ul > li.HLM_learn > p {
  text-align: right;
}
@media (max-width: 1023px) {
  .teens_HLM .teens_HLM_wrap > ul > li.HLM_learn > h3,
  .teens_HLM .teens_HLM_wrap > ul > li.HLM_learn > p {
    text-align: left;
  }
}
.teens_HLM .teens_HLM_wrap > ul > li.HLM_connect {
  width: 160px;
  padding: 0;
  background: url(../img/teens/HLM_connect.svg) no-repeat center/100% auto;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .teens_HLM .teens_HLM_wrap > ul > li.HLM_connect {
    height: 160px;
    width: auto;
    background: url(../img/teens/HLM_connect2.svg) no-repeat center/auto 100%;
  }
}
@media (max-width: 500px) {
  .teens_HLM .teens_HLM_wrap > ul > li.HLM_connect {
    height: 30vw;
  }
}
.teens_HLM .teens_HLM_wrap > ul > li ul {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.teens_HLM .teens_HLM_wrap > ul > li li h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 150%;
  text-indent: -17px;
  padding-left: 17px;
}
.teens_HLM .teens_HLM_wrap > ul > li li h4::before {
  content: "•";
  margin-right: 10px;
}
@media (max-width: 709px) {
  .teens_HLM .teens_HLM_wrap > ul > li li h4 {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .teens_HLM .teens_HLM_wrap {
    overflow: hidden;
  }
}

.teens_material {
  position: relative;
  overflow: hidden;
}
.teens_material .container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}
.teens_material .container .deco {
  width: 326px;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .teens_material .container .deco {
    width: 210px;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 709px) {
  .teens_material .container .deco {
    display: none;
  }
}
.teens_material .title_wrap .head_title {
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  color: #03328d;
  padding: 0 30px;
}
.teens_material .title_wrap .head_title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FF82A7;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 709px) {
  .teens_material .title_wrap .head_title {
    font-size: 26px;
  }
}
.teens_material .title_wrap .sub_title {
  color: #2F5398;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  padding: 20px 30px 0;
}
@media (max-width: 709px) {
  .teens_material .title_wrap .sub_title {
    font-size: 20px;
  }
}
.teens_material::after {
  content: "";
  width: 100%;
  height: 950px;
  background: url(../img/teens/material_bg.svg) no-repeat 55% 50%/1700px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .teens_material::after {
    left: 45%;
    background-size: 1070px;
  }
}
.teens_material .material_swiper_wrap {
  display: flex;
  align-items: center;
  padding: 60px 0;
  width: 950px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  .teens_material .material_swiper_wrap {
    width: 620px;
  }
}
@media (max-width: 709px) {
  .teens_material .material_swiper_wrap {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
  }
}
.teens_material .material_swiper_wrap .thumbs_slider_teens {
  width: 300px;
}
@media (max-width: 1023px) {
  .teens_material .material_swiper_wrap .thumbs_slider_teens {
    width: 190px;
    margin: 0 80px 0 0;
  }
}
@media (max-width: 709px) {
  .teens_material .material_swiper_wrap .thumbs_slider_teens {
    width: 100%;
    margin: 0;
  }
}
.teens_material .material_swiper_wrap .thumbs_slider_teens .swiper-wrapper {
  flex-direction: column;
  height: 375px;
}
@media (max-width: 1023px) {
  .teens_material .material_swiper_wrap .thumbs_slider_teens .swiper-wrapper {
    height: 265px;
  }
}
@media (max-width: 709px) {
  .teens_material .material_swiper_wrap .thumbs_slider_teens .swiper-wrapper {
    height: 45px;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.teens_material .material_swiper_wrap .thumbs_slider_teens .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 3px solid #D1DBFF;
  background: #FFF;
  cursor: pointer;
  transition: border 0.3s, color 0.3s;
}
.teens_material .material_swiper_wrap .thumbs_slider_teens .swiper-wrapper .swiper-slide h4 {
  font-size: 18px;
  color: #8BA1F1;
  font-weight: 500;
}
.teens_material .material_swiper_wrap .thumbs_slider_teens .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #003BFF;
  cursor: default;
}
.teens_material .material_swiper_wrap .thumbs_slider_teens .swiper-wrapper .swiper-slide.swiper-slide-thumb-active h4 {
  color: #003BFF;
}
@media (max-width: 1023px) {
  .teens_material .material_swiper_wrap .thumbs_slider_teens .swiper-wrapper .swiper-slide {
    font-size: 16px;
  }
}
@media (max-width: 709px) {
  .teens_material .material_swiper_wrap .thumbs_slider_teens .swiper-wrapper .swiper-slide {
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    border-width: 2px;
  }
}
.teens_material .material_swiper_wrap .slider_teens {
  width: 450px;
}
@media (max-width: 1023px) {
  .teens_material .material_swiper_wrap .slider_teens {
    width: 320px;
    margin: 0;
  }
}
.teens_material .material_swiper_wrap .slider_teens .swiper-wrapper {
  align-items: center;
}
.teens_material .material_swiper_wrap .slider_teens img {
  border-radius: 20px;
  border: 1px solid #E2E5E8;
  margin-bottom: 15px;
}
@media (max-width: 709px) {
  .teens_material .material_swiper_wrap .slider_teens img {
    border-radius: 10px;
  }
}
.teens_material .material_swiper_wrap .slider_teens h4 {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .teens_material .material_swiper_wrap .slider_teens h4 {
    padding: 0;
  }
}
.teens_material .material_swiper_wrap .swiper-pagination-bullets {
  display: none;
}
.teens_material .material_swiper_wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #A0C0FF;
  opacity: 1;
}
.teens_material .material_swiper_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #003BFF;
}
@media (max-width: 709px) {
  .teens_material .material_swiper_wrap .swiper-pagination-bullets {
    display: block;
  }
}
.teens_material .material_swiper_wrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
.teens_material .material_swiper_wrap .swiper-button-prev,
.teens_material .material_swiper_wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-shadow: none;
  background: #ffffff;
  border-radius: 50%;
  top: 46%;
}
.teens_material .material_swiper_wrap .swiper-button-prev::after,
.teens_material .material_swiper_wrap .swiper-button-next::after {
  color: #555;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 709px) {
  .teens_material .material_swiper_wrap .swiper-button-prev,
  .teens_material .material_swiper_wrap .swiper-button-next {
    display: none;
  }
}
.teens_material .material_swiper_wrap .swiper-button-prev {
  left: 390px;
}
@media (max-width: 1023px) {
  .teens_material .material_swiper_wrap .swiper-button-prev {
    left: 220px;
  }
}
.teens_material .material_swiper_wrap .swiper-button-next {
  right: -10px;
}
@media (max-width: 1023px) {
  .teens_material .material_swiper_wrap .swiper-button-next {
    right: -20px;
  }
}
.teens_material .trial_btn {
  text-align: center;
}
.teens_material .trial_btn a {
  border-radius: 50px;
  background: #ED4C7C;
  padding: 12px 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 709px) {
  .teens_material .trial_btn {
    padding-top: 30px;
  }
}

.teens_testimonials {
  background: linear-gradient(180deg, #FFF 0%, #FFE6DB 100%);
}
.teens_testimonials .container {
  max-width: none;
  position: relative;
}
@media (max-width: 709px) {
  .teens_testimonials .container {
    padding-top: 0 !important;
  }
}
.teens_testimonials .title_wrap .head_title {
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  color: #03328d;
  padding: 0 30px;
}
.teens_testimonials .title_wrap .head_title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FF82A7;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 709px) {
  .teens_testimonials .title_wrap .head_title {
    font-size: 26px;
  }
}
.teens_testimonials .card_testimonials .swiper-slide {
  width: 540px;
  height: 324px;
  cursor: pointer;
}
.teens_testimonials .card_testimonials .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.teens_testimonials .card_testimonials .swiper-slide p {
  position: absolute;
  right: 25px;
  left: 25px;
  bottom: 20px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}
@media (max-width: 709px) {
  .teens_testimonials .card_testimonials .swiper-slide p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.teens_testimonials .card_testimonials .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(60, 97, 220, 0.1) 0%, #3C61DC 100%);
  position: absolute;
  border-radius: 20px;
}
@media (max-width: 709px) {
  .teens_testimonials .card_testimonials .swiper-slide {
    width: 300px;
    height: 180px;
  }
}
.teens_testimonials .card_testimonials img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.teens_testimonials .card_testimonials .testimonials-button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 630px;
  height: 60px;
  z-index: 1;
  pointer-events: none;
}
.teens_testimonials .card_testimonials .testimonials-button-wrap .swiper-button-prev {
  left: 0;
}
.teens_testimonials .card_testimonials .testimonials-button-wrap .swiper-button-next {
  right: 0;
}
.teens_testimonials .card_testimonials .testimonials-button-wrap .swiper-button-prev,
.teens_testimonials .card_testimonials .testimonials-button-wrap .swiper-button-next {
  margin: 0;
  top: 0;
  pointer-events: auto;
}
.teens_testimonials .card_testimonials .testimonials-button-wrap .swiper-button-prev::after,
.teens_testimonials .card_testimonials .testimonials-button-wrap .swiper-button-next::after {
  font-weight: bold;
}
@media (max-width: 709px) {
  .teens_testimonials .card_testimonials .testimonials-button-wrap {
    display: none;
  }
}
.teens_testimonials .swiper-pagination {
  position: static;
  padding: 40px 0 50px;
}
.teens_testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #DEE0FC;
  opacity: 1;
  margin: 0 6px;
}
.teens_testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #ED4C7C;
}
@media (max-width: 709px) {
  .teens_testimonials .swiper-pagination {
    padding: 40px 0;
  }
}
.teens_testimonials .view_more {
  text-align: center;
}
.teens_testimonials .view_more a {
  border-radius: 50px;
  border: 2px solid #FF82A7;
  font-size: 20px;
  color: #ED4C7C;
  font-weight: 700;
  padding: 12px 30px;
  display: inline-block;
}

.teens_learning .container {
  padding-bottom: 0 !important;
}
.teens_learning .title_wrap .head_title {
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  color: #03328d;
  padding: 0 30px;
}
.teens_learning .title_wrap .head_title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FF82A7;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 709px) {
  .teens_learning .title_wrap .head_title {
    font-size: 26px;
  }
}
.teens_learning .title_wrap .sub_title {
  color: #2F5398;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  padding: 20px 30px 0;
}
@media (max-width: 709px) {
  .teens_learning .title_wrap .sub_title {
    font-size: 20px;
  }
}
.teens_learning .learning_table_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 30px;
}
.teens_learning .learning_table_wrap ul {
  display: flex;
  margin: 0 auto;
  border-radius: 12px 0 0 12px;
}
.teens_learning .learning_table_wrap ul:nth-child(even) {
  background: #F7F8FF;
}
.teens_learning .learning_table_wrap ul:nth-child(2n+3) {
  background: #FBFCFF;
}
.teens_learning .learning_table_wrap ul:first-child {
  align-items: flex-end;
}
.teens_learning .learning_table_wrap ul:first-child li {
  height: 80px;
}
.teens_learning .learning_table_wrap ul:first-child li:first-child {
  background: #fff;
  border-color: transparent;
  border-radius: 0;
}
.teens_learning .learning_table_wrap ul:first-child li:nth-child(2) {
  background: url(../img/teens/learning_title_bg.svg) #FD5000 no-repeat 0 50%/auto 100%;
  border-radius: 20px 20px 0 0;
  padding: 0;
}
.teens_learning .learning_table_wrap ul:first-child li:nth-child(2)::after {
  content: none !important;
}
.teens_learning .learning_table_wrap ul:first-child li:nth-child(3) {
  background: #8BA1F1;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
}
.teens_learning .learning_table_wrap ul:first-child li:nth-child(4) {
  background: #9FB6FF;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
}
.teens_learning .learning_table_wrap ul:first-child li img {
  height: 45px;
  margin-bottom: -5px;
  margin-left: -5px;
}
@media (max-width: 709px) {
  .teens_learning .learning_table_wrap ul:first-child li img {
    height: 36px;
  }
}
.teens_learning .learning_table_wrap li {
  display: flex;
  position: relative;
  padding: 10px 8px;
  height: 90px;
  min-width: 240px;
  width: 240px;
  font-size: 16px;
  color: #112F82;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  line-height: normal;
}
.teens_learning .learning_table_wrap li:first-child {
  min-width: 150px;
  width: 150px;
  border-radius: 12px 0 0 12px;
  background: #E1E8FF;
  font-size: 16px;
  color: #112F82;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  left: 0;
  z-index: 1;
}
@media (max-width: 709px) {
  .teens_learning .learning_table_wrap li:first-child {
    min-width: 60px;
    width: 60px;
    height: 108px;
  }
}
.teens_learning .learning_table_wrap li:nth-child(2) {
  padding: 0 60px;
  min-width: 460px;
}
.teens_learning .learning_table_wrap li:nth-child(2)::after {
  content: "";
  width: 32px;
  height: 40px;
  background: url(../img/teens/medal.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 709px) {
  .teens_learning .learning_table_wrap li:nth-child(2)::after {
    width: 24px;
    height: 30px;
    right: 10px;
  }
}
@media (max-width: 709px) {
  .teens_learning .learning_table_wrap li:nth-child(2) {
    padding: 0 40px 0 10px;
    min-width: 240px;
  }
}
@media (max-width: 709px) {
  .teens_learning .learning_table_wrap li {
    height: 108px;
    width: 200px;
    min-width: 200px;
  }
}
.teens_learning .learning_table_wrap::-webkit-scrollbar-track {
  background: #EDF1FF;
}
.teens_learning .learning_table_wrap::-webkit-scrollbar {
  height: 6px;
}
.teens_learning .learning_table_wrap::-webkit-scrollbar-thumb {
  background: #112F82;
}
@media (max-width: 1439px) {
  .teens_learning {
    padding: 0 30px;
  }
}
@media (max-width: 709px) {
  .teens_learning {
    padding: 0 20px;
  }
}

.teens_level {
  background: linear-gradient(180deg, #FFF 0%, #FFE6DB 100%);
  overflow: hidden;
}
.teens_level .container {
  padding: 70px 0 !important;
  position: relative;
}
.teens_level .container::before {
  content: "";
  width: 248px;
  height: 610px;
  background: url(../img/teens/level_bg.svg) no-repeat center/100% auto;
  position: absolute;
  top: 80px;
  right: 20px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .teens_level .container::before {
    width: 120px;
    height: 295px;
    top: 100px;
    right: 0;
  }
}
@media (max-width: 709px) {
  .teens_level .container::before {
    content: none;
  }
}
.teens_level .container::after {
  content: "";
  width: 248px;
  height: 610px;
  background: url(../img/teens/level_bg.svg) no-repeat center/100% auto;
  position: absolute;
  left: 20px;
  bottom: -180px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .teens_level .container::after {
    width: 120px;
    height: 295px;
  }
}
@media (max-width: 709px) {
  .teens_level .container::after {
    width: 82px;
    height: 200px;
    bottom: -80px;
  }
}
@media (max-width: 1439px) {
  .teens_level .container {
    padding: 70px 30px !important;
  }
}
@media (max-width: 709px) {
  .teens_level .container {
    padding: 60px 20px !important;
  }
}
.teens_level .title_wrap .head_title {
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  color: #03328d;
  padding: 0 30px;
}
.teens_level .title_wrap .head_title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FF82A7;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 709px) {
  .teens_level .title_wrap .head_title {
    font-size: 26px;
  }
}
.teens_level .title_wrap .sub_title {
  color: #2F5398;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  padding: 20px 30px 0;
}
@media (max-width: 709px) {
  .teens_level .title_wrap .sub_title {
    font-size: 20px;
  }
}
.teens_level .level_table_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 30px;
  z-index: 2;
  position: relative;
}
.teens_level .level_table_wrap ul {
  display: flex;
  margin: 0 auto;
}
.teens_level .level_table_wrap ul:nth-child(even) li:first-child {
  background: #E7EDFF;
}
.teens_level .level_table_wrap ul:nth-child(2n+3) li:first-child {
  background: #F7F8FF;
}
.teens_level .level_table_wrap ul:first-child li:nth-child(2), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(2), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(3), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(4), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(5) {
  background: #FFCF1A;
}
.teens_level .level_table_wrap ul:first-child li:nth-child(3), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(6), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(7), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(8), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(9) {
  background: #FF82A7;
}
.teens_level .level_table_wrap ul:first-child li:nth-child(4), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(10), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(11) {
  background: #989FFC;
}
.teens_level .level_table_wrap ul:first-child li:nth-child(5), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(12), .teens_level .level_table_wrap ul:nth-child(2) li:nth-child(13) {
  background: #002DA7;
}
.teens_level .level_table_wrap ul:nth-child(3) li:nth-child(2), .teens_level .level_table_wrap ul:nth-child(4) li:nth-child(3), .teens_level .level_table_wrap ul:nth-child(8) li:nth-child(3) {
  background: #FFF0B9;
}
.teens_level .level_table_wrap ul:nth-child(4) li:nth-child(2), .teens_level .level_table_wrap ul:nth-child(8) li:nth-child(2), .teens_level .level_table_wrap ul:nth-child(9) li:nth-child(2), .teens_level .level_table_wrap ul:nth-child(10) li:nth-child(2) {
  background: #FFF9E0;
}
.teens_level .level_table_wrap ul:nth-child(5) li:nth-child(2) {
  background: linear-gradient(90deg, #FFF8DC 28.53%, #FFF0B9 61.86%);
}
.teens_level .level_table_wrap ul:nth-child(6) li:nth-child(2) {
  background: linear-gradient(90deg, #FFF9E0 18.95%, #FFF0B9 39.63%, #FFF0B9 80.03%, #FFE1EA 93.85%);
}
.teens_level .level_table_wrap ul:nth-child(7) li:nth-child(2) {
  background: linear-gradient(90deg, #FFF9E0 1.69%, #FFF0B9 100%);
}
.teens_level .level_table_wrap ul:nth-child(3) li:nth-child(3), .teens_level .level_table_wrap ul:nth-child(4) li:nth-child(4), .teens_level .level_table_wrap ul:nth-child(5) li:nth-child(3), .teens_level .level_table_wrap ul:nth-child(7) li:nth-child(3), .teens_level .level_table_wrap ul:nth-child(8) li:nth-child(4), .teens_level .level_table_wrap ul:nth-child(9) li:nth-child(3), .teens_level .level_table_wrap ul:nth-child(10) li:nth-child(3) {
  background: linear-gradient(90deg, #FFF1BA 24.11%, #FFE1EA 80.85%);
}
.teens_level .level_table_wrap ul:nth-child(3) li:nth-child(4), .teens_level .level_table_wrap ul:nth-child(4) li:nth-child(5), .teens_level .level_table_wrap ul:nth-child(5) li:nth-child(4), .teens_level .level_table_wrap ul:nth-child(6) li:nth-child(3), .teens_level .level_table_wrap ul:nth-child(7) li:nth-child(4), .teens_level .level_table_wrap ul:nth-child(8) li:nth-child(5), .teens_level .level_table_wrap ul:nth-child(9) li:nth-child(4), .teens_level .level_table_wrap ul:nth-child(10) li:nth-child(4) {
  background: #FFE1EA;
}
.teens_level .level_table_wrap ul:nth-child(3) li:nth-child(5), .teens_level .level_table_wrap ul:nth-child(4) li:nth-child(6), .teens_level .level_table_wrap ul:nth-child(5) li:nth-child(5), .teens_level .level_table_wrap ul:nth-child(6) li:nth-child(4), .teens_level .level_table_wrap ul:nth-child(7) li:nth-child(5), .teens_level .level_table_wrap ul:nth-child(8) li:nth-child(6), .teens_level .level_table_wrap ul:nth-child(9) li:nth-child(5), .teens_level .level_table_wrap ul:nth-child(10) li:nth-child(5) {
  background: #EEEFFD;
}
.teens_level .level_table_wrap ul:nth-child(3) li:nth-child(6), .teens_level .level_table_wrap ul:nth-child(4) li:nth-child(7), .teens_level .level_table_wrap ul:nth-child(5) li:nth-child(6), .teens_level .level_table_wrap ul:nth-child(6) li:nth-child(5), .teens_level .level_table_wrap ul:nth-child(7) li:nth-child(6), .teens_level .level_table_wrap ul:nth-child(8) li:nth-child(7), .teens_level .level_table_wrap ul:nth-child(9) li:nth-child(6), .teens_level .level_table_wrap ul:nth-child(10) li:nth-child(6) {
  background: #E7EDFF;
}
.teens_level .level_table_wrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #112F82;
  font-weight: 300;
  margin: 0 1px 1px 0;
  height: 40px;
  padding: 0 5px;
}
.teens_level .level_table_wrap ul li:first-child {
  font-weight: 400;
  width: 120px;
  min-width: 120px;
  margin-right: 3px;
  position: sticky;
  left: 0;
  z-index: 1;
}
.teens_level .level_table_wrap ul li:first-child sup {
  margin-right: 0;
}
.teens_level .level_table_wrap ul li.c1 {
  width: 70px;
}
.teens_level .level_table_wrap ul li.c2 {
  width: 141px;
}
.teens_level .level_table_wrap ul li.c3 {
  width: 212px;
}
.teens_level .level_table_wrap ul li.c4 {
  width: 283px;
}
.teens_level .level_table_wrap ul li.c5 {
  width: 355px;
}
.teens_level .level_table_wrap ul li sup {
  position: relative;
  top: -5px;
  font-size: 12px;
  margin-right: 5px;
}
.teens_level .level_table_wrap ul:first-child {
  align-items: flex-end;
}
.teens_level .level_table_wrap ul:first-child li {
  color: #fff;
  font-weight: 700;
}
.teens_level .level_table_wrap ul:first-child li:first-child {
  height: 60px;
  background: #fff6f2;
}
.teens_level .level_table_wrap ul:first-child li:nth-child(2) {
  height: 45px;
}
.teens_level .level_table_wrap ul:first-child li:nth-child(3) {
  height: 50px;
}
.teens_level .level_table_wrap ul:first-child li:nth-child(4) {
  height: 55px;
}
.teens_level .level_table_wrap ul:first-child li:nth-child(5) {
  height: 60px;
}
.teens_level .level_table_wrap ul:nth-child(2) li {
  height: 50px;
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}
.teens_level .level_table_wrap ul:nth-child(2) li:first-child {
  font-weight: 400;
  color: #112F82;
  font-size: 14px;
  font-family: "Noto Sans TC";
}
.teens_level .level_table_wrap::-webkit-scrollbar-track {
  background: #EDF1FF;
}
.teens_level .level_table_wrap::-webkit-scrollbar {
  height: 6px;
}
.teens_level .level_table_wrap::-webkit-scrollbar-thumb {
  background: #112F82;
}

.teens_call_to_action {
  padding: 100px 30px 0;
}
@media (max-width: 709px) {
  .teens_call_to_action {
    padding: 60px 20px 0;
  }
}
.teens_call_to_action .container {
  max-width: 1380px;
  border-radius: 20px;
  background: url(../img/teens/call_to_action_bg.svg) #FF9A6B no-repeat center bottom/1380px auto;
  margin: 0 auto;
  padding: 80px 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
}
.teens_call_to_action .container::before {
  content: "";
  width: 386px;
  height: 347px;
  background: url(../img/teens/cta_deco_left.svg) no-repeat center/100% auto;
  position: absolute;
  left: 70px;
  top: 48%;
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .teens_call_to_action .container::before {
    width: 27vw;
  }
}
@media (max-width: 1023px) {
  .teens_call_to_action .container::before {
    background: url(../img/teens/cta_deco_left_table.svg) no-repeat center/100% auto;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 709px) {
  .teens_call_to_action .container::before {
    content: none;
  }
}
.teens_call_to_action .container::after {
  content: "";
  width: 378px;
  height: 342px;
  background: url(../img/teens/cta_deco_right.svg) no-repeat center/100% auto;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .teens_call_to_action .container::after {
    width: 26vw;
  }
}
@media (max-width: 1023px) {
  .teens_call_to_action .container::after {
    background: url(../img/teens/cta_deco_right_table.svg) no-repeat center/100% auto;
    width: 120px;
    height: 90px;
    top: 30px;
    transform: none;
  }
}
@media (max-width: 709px) {
  .teens_call_to_action .container::after {
    width: 66px;
    height: 50px;
    right: 10px;
    top: 20px;
  }
}
@media (max-width: 1023px) {
  .teens_call_to_action .container {
    background: url(../img/teens/call_to_action_bg_table.svg) #FF9A6B no-repeat right 50% bottom -10px/1600px auto;
  }
}
@media (max-width: 709px) {
  .teens_call_to_action .container {
    padding: 60px 0 !important;
    background-size: 800px auto;
  }
}
.teens_call_to_action h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  max-width: 400px;
  position: relative;
  z-index: 1;
  line-height: 150%;
}
.teens_call_to_action h2::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FF82A7;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 709px) {
  .teens_call_to_action h2::after {
    margin-top: 8px;
  }
}
@media (max-width: 709px) {
  .teens_call_to_action h2 {
    font-size: 26px;
  }
}
.teens_call_to_action ul li h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 150%;
  text-indent: -17px;
  padding-left: 17px;
}
.teens_call_to_action ul li h3::before {
  content: "•";
  margin-right: 10px;
}
.teens_call_to_action a {
  font-size: 20px;
  color: #03328D;
  font-weight: 500;
  background: #ffffff;
  padding: 10px 30px;
  border-radius: 30px;
}

.kids_banner {
  background: #FFEABC;
  position: relative;
  overflow: hidden;
}
.kids_banner .container {
  position: relative;
  max-width: 1600px;
  height: 540px;
  margin: 0 auto;
}
@media (max-width: 709px) {
  .kids_banner .container {
    height: 500px;
  }
}
.kids_banner + main .container {
  padding: 100px 0;
}
@media (max-width: 709px) {
  .kids_banner + main .container {
    padding: 60px 0;
  }
}
.kids_banner .slogan {
  position: absolute;
  left: 100px;
  top: 80px;
  display: flex;
  flex-direction: column;
}
.kids_banner .slogan .kids_logo {
  margin-bottom: 30px;
  z-index: 2;
}
.kids_banner .slogan .kids_logo img {
  width: 516px;
}
@media (max-width: 709px) {
  .kids_banner .slogan .kids_logo img {
    width: 210px;
  }
}
.kids_banner .slogan .slogan_text {
  color: #333333;
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
  padding: 10px;
  z-index: 2;
}
@media (max-width: 709px) {
  .kids_banner .slogan .slogan_text {
    font-size: 22px;
    padding: 0;
    margin-bottom: 10px;
  }
}
.kids_banner .slogan .slogan_title {
  color: #333333;
  font-size: 62px;
  font-weight: 900;
  line-height: 125%;
  position: relative;
  padding: 0 10px;
  z-index: 1;
}
.kids_banner .slogan .slogan_title::after {
  content: "";
  width: 140px;
  height: 140px;
  background: url(../img/kids/banner_adom.svg) no-repeat center/auto 100%;
  left: -70px;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1023px) {
  .kids_banner .slogan .slogan_title::after {
    left: 30px;
    bottom: -40px;
  }
}
@media (max-width: 709px) {
  .kids_banner .slogan .slogan_title::after {
    content: none;
  }
}
@media (max-width: 1023px) {
  .kids_banner .slogan .slogan_title {
    font-size: 56px;
  }
}
@media (max-width: 709px) {
  .kids_banner .slogan .slogan_title {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .kids_banner .slogan {
    top: 60px;
    left: 40px;
  }
}
@media (max-width: 709px) {
  .kids_banner .slogan {
    text-align: center;
    right: 20px;
    left: 20px;
    top: 40px;
  }
}
.kids_banner .deco_right {
  width: 974px;
  height: 537px;
  position: absolute;
  right: -50px;
  bottom: 0;
  background: url(../img/kids/banner_bg_L.svg) no-repeat right 0 bottom 0/974px auto;
}
.kids_banner .deco_right img {
  width: 560px;
  position: absolute;
  top: 0;
  right: 250px;
}
@media (max-width: 1439px) {
  .kids_banner .deco_right img {
    right: 120px;
  }
}
@media (max-width: 1023px) {
  .kids_banner .deco_right img {
    right: 20px;
    width: 457px;
    top: 80px;
  }
}
@media (max-width: 709px) {
  .kids_banner .deco_right img {
    right: auto;
    left: 46%;
    transform: translateX(-50%);
    top: auto;
    bottom: -20px;
    width: 278px;
  }
}
@media (max-width: 1439px) {
  .kids_banner .deco_right {
    background: url(../img/kids/banner_bg_M.svg) no-repeat right 0 bottom 0/800px auto;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .kids_banner .deco_right {
    background: url(../img/kids/banner_bg_M2.svg) no-repeat right 0 bottom 0/652px auto;
    right: -10px;
  }
}
@media (max-width: 709px) {
  .kids_banner .deco_right {
    width: 100%;
    right: 0;
    background: url(../img/kids/banner_bg_S.svg) no-repeat center bottom/100% auto;
  }
}
@media (max-width: 709px) {
  .kids_banner::before {
    width: 70px;
    height: 80px;
    background-size: 70px auto;
    left: auto;
    bottom: auto;
    right: -5px;
    top: -15px;
  }
}

.kids_teachers .title_wrap .head_title {
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  color: #03328d;
  padding: 0 30px;
}
.kids_teachers .title_wrap .head_title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FF82A7;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .kids_teachers .title_wrap .head_title span {
    display: block;
  }
}
@media (max-width: 709px) {
  .kids_teachers .title_wrap .head_title {
    font-size: 26px;
  }
}
.kids_teachers .kids_teachers_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  gap: 20px;
  padding: 0 20px;
}
.kids_teachers .kids_teachers_wrap .kids_teachers_left,
.kids_teachers .kids_teachers_wrap .kids_teachers_right {
  text-align: center;
  width: 450px;
}
.kids_teachers .kids_teachers_wrap .kids_teachers_left h4,
.kids_teachers .kids_teachers_wrap .kids_teachers_right h4 {
  color: #03328D;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}
@media (max-width: 709px) {
  .kids_teachers .kids_teachers_wrap .kids_teachers_left h4,
  .kids_teachers .kids_teachers_wrap .kids_teachers_right h4 {
    font-size: 20px;
  }
}
.kids_teachers .kids_teachers_wrap .kids_teachers_left img,
.kids_teachers .kids_teachers_wrap .kids_teachers_right img {
  width: 100%;
}
.kids_teachers .kids_teachers_wrap .kids_teachers_left img.mobile,
.kids_teachers .kids_teachers_wrap .kids_teachers_right img.mobile {
  display: none;
}
.kids_teachers .kids_teachers_wrap .kids_teachers_left ul,
.kids_teachers .kids_teachers_wrap .kids_teachers_right ul {
  display: inline-block;
  margin-bottom: 40px;
}
.kids_teachers .kids_teachers_wrap .kids_teachers_left ul li,
.kids_teachers .kids_teachers_wrap .kids_teachers_right ul li {
  text-align: left;
  color: #525B68;
  font-size: 18px;
  font-weight: 500;
}
.kids_teachers .kids_teachers_wrap .kids_teachers_left ul li::before,
.kids_teachers .kids_teachers_wrap .kids_teachers_right ul li::before {
  content: "•";
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .kids_teachers .kids_teachers_wrap {
    flex-direction: column;
    justify-content: center;
    gap: 60px;
  }
  .kids_teachers .kids_teachers_wrap .kids_teachers_left,
  .kids_teachers .kids_teachers_wrap .kids_teachers_right {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .kids_teachers .kids_teachers_wrap .kids_teachers_left ul,
  .kids_teachers .kids_teachers_wrap .kids_teachers_right ul {
    margin-bottom: 20px;
  }
  .kids_teachers .kids_teachers_wrap .kids_teachers_left img.mobile,
  .kids_teachers .kids_teachers_wrap .kids_teachers_right img.mobile {
    display: block;
  }
  .kids_teachers .kids_teachers_wrap .kids_teachers_left img.desktop,
  .kids_teachers .kids_teachers_wrap .kids_teachers_right img.desktop {
    display: none;
  }
}
@media (max-width: 709px) {
  .kids_teachers .kids_teachers_wrap {
    gap: 40px;
  }
}

.kids_yt {
  background: linear-gradient(0deg, #FFEABC -50%, #FFF 70%);
  padding: 0 30px;
}
.kids_yt .yt_film {
  margin: 0 auto;
  max-width: 984px;
  padding-bottom: 100px;
}
.kids_yt .yt_film .film_wrp {
  box-shadow: 0 10px 20px 0 rgba(255, 207, 26, 0.3);
  height: 0;
  padding-bottom: 57.1%;
  position: relative;
}
.kids_yt .yt_film .film_wrp iframe {
  border-radius: 20px;
  border: 10px solid #FFCF1A;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 709px) {
  .kids_yt .yt_film .film_wrp iframe {
    border-width: 4px;
  }
}
@media (max-width: 709px) {
  .kids_yt {
    padding: 0 20px;
  }
}

.kids_learning {
  background: #FFD05B;
  padding: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .kids_learning {
    padding: 100px 30px;
  }
}
@media (max-width: 709px) {
  .kids_learning {
    padding: 60px 0;
  }
}
.kids_learning::before {
  content: "";
  width: 260px;
  height: 300px;
  background: url(../img/kids/learning_deco2.svg) no-repeat center right/auto 100%;
  position: absolute;
  right: 0;
  top: 150px;
}
@media (max-width: 1439px) {
  .kids_learning::before {
    right: -100px;
  }
}
@media (max-width: 1023px) {
  .kids_learning::before {
    content: none;
  }
}
.kids_learning::after {
  content: "";
  width: 243px;
  height: 220px;
  background: url(../img/kids/learning_deco1.svg) no-repeat center right/auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.kids_learning .title_wrap {
  margin-bottom: 60px;
}
@media (max-width: 709px) {
  .kids_learning .title_wrap {
    margin-bottom: 30px;
  }
}
.kids_learning .title_wrap .head_title {
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  color: #03328d;
  padding: 0 30px;
}
.kids_learning .title_wrap .head_title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FF82A7;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 709px) {
  .kids_learning .title_wrap .head_title {
    font-size: 26px;
  }
}
.kids_learning .kids_learning_wrp {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 709px) {
  .kids_learning .kids_learning_wrp {
    max-width: none;
  }
}
.kids_learning .kids_learning_wrp .swiper-wrapper {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 709px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide {
  width: calc((100% - 20px) / 2) !important;
  border-radius: 30px;
  border: 10px solid #FFE78B;
  height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1439px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide {
    padding: 20px;
    height: 450px;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 1023px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide {
    border-width: 8px;
  }
}
@media (max-width: 709px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide {
    width: 300px !important;
  }
}
.kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide h3 {
  font-size: 42px;
  color: #183265;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide h3 {
    font-size: 20px;
  }
}
.kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:first-child {
  background: url(../img/kids/deco1.svg) #fff no-repeat center right/auto 100%;
}
@media (max-width: 1439px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:first-child {
    background: url(../img/kids/deco1_m.svg) #fff no-repeat center bottom/230px auto;
  }
}
@media (max-width: 1023px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:first-child {
    background: url(../img/kids/deco1.svg) #fff no-repeat calc(50% - 15px) bottom/230px auto;
  }
}
@media (max-width: 709px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:first-child {
    background-position: calc(50% + 10px) bottom;
  }
}
.kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:nth-child(2) {
  background: url(../img/kids/deco2.svg) #fff no-repeat center right/auto 100%;
  border-color: #C0C4FF;
}
@media (max-width: 1439px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:nth-child(2) {
    background: url(../img/kids/deco2_m.svg) #fff no-repeat center bottom -1px/280px auto;
  }
}
@media (max-width: 1023px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:nth-child(2) {
    background: url(../img/kids/deco2.svg) #fff no-repeat bottom -1px right/280px auto;
  }
}
.kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:nth-child(3) {
  background: url(../img/kids/deco3.svg) #fff no-repeat center right/auto 100%;
  border-color: #CFF4B7;
}
@media (max-width: 1439px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:nth-child(3) {
    background: url(../img/kids/deco3_m.svg) #fff no-repeat center bottom/230px auto;
  }
}
@media (max-width: 1023px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:nth-child(3) {
    background: url(../img/kids/deco3.svg) #fff no-repeat right bottom/230px auto;
  }
}
.kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:nth-child(4) {
  background: url(../img/kids/deco4.svg) #fff no-repeat center right 20px/auto 100%;
  border-color: #FFBCD0;
}
@media (max-width: 1439px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:nth-child(4) {
    background: url(../img/kids/deco4_m.svg) #fff no-repeat calc(50% + 20px) bottom/250px auto;
  }
}
@media (max-width: 1023px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:nth-child(4) {
    background: url(../img/kids/deco4.svg) #fff no-repeat calc(50% + 20px) bottom/250px auto;
  }
}
@media (max-width: 709px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide:nth-child(4) {
    background-position: calc(50% + 10px) bottom;
    background-size: 210px auto;
  }
}
.kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide li {
  font-size: 18px;
  color: #525B68;
  font-weight: 500;
}
.kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide li::before {
  content: "•";
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .kids_learning .kids_learning_wrp .swiper-wrapper .swiper-slide li {
    font-size: 16px;
  }
}

.kids_brain_dvp {
  padding: 100px 30px;
  background: url(../img/kids/grid.png) repeat center/auto;
}
@media (max-width: 709px) {
  .kids_brain_dvp {
    padding: 60px 20px;
  }
}
.kids_brain_dvp .title_wrap .head_title {
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  color: #03328d;
  padding: 0 30px;
}
.kids_brain_dvp .title_wrap .head_title::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #FF82A7;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 709px) {
  .kids_brain_dvp .title_wrap .head_title {
    font-size: 26px;
  }
}
.kids_brain_dvp .title_wrap .sub_title {
  color: #2F5398;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  padding: 20px 30px 0;
}
@media (max-width: 709px) {
  .kids_brain_dvp .title_wrap .sub_title {
    font-size: 20px;
  }
}
.kids_brain_dvp ul {
  display: flex;
  gap: 20px;
  max-width: 1140px;
  margin: 0 auto 60px;
}
@media (max-width: 1023px) {
  .kids_brain_dvp ul {
    flex-direction: column;
  }
}
.kids_brain_dvp ul li {
  border-radius: 20px;
  background: #DEE0FC;
  box-shadow: 0 6px 0 0 #9AA1FF;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 30px 20px;
  flex: 1;
}
.kids_brain_dvp ul li:nth-child(2) {
  background: #FFEDF2;
  box-shadow: 0 6px 0 0 #FFBCD0;
}
.kids_brain_dvp ul li:nth-child(3) {
  background: #FFF6D1;
  box-shadow: 0 6px 0 0 #FFD74A;
}
.kids_brain_dvp ul li img {
  width: 100px;
}
.kids_brain_dvp ul li h3 {
  font-size: 24px;
  color: #183265;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 709px) {
  .kids_brain_dvp ul li h3 {
    font-size: 20px;
  }
}
.kids_brain_dvp ul li p {
  font-size: 18px;
  color: #525B68;
  font-weight: 500;
  text-align: center;
}
.kids_brain_dvp .expert {
  display: flex;
  gap: 40px;
  max-width: 730px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 709px) {
  .kids_brain_dvp .expert {
    flex-direction: column;
    gap: 20px;
  }
}
.kids_brain_dvp .expert .person {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}
.kids_brain_dvp .expert .person img {
  width: 72px;
  margin-bottom: 10px;
}
.kids_brain_dvp .expert .person p {
  font-size: 16px;
  color: #525B68;
  font-weight: 500;
}
.kids_brain_dvp .expert .person span {
  font-size: 14px;
  color: #525B68;
  font-weight: 500;
}
.kids_brain_dvp .expert .quote {
  padding: 20px 30px;
  position: relative;
}
.kids_brain_dvp .expert .quote::before, .kids_brain_dvp .expert .quote::after {
  content: "";
  width: 15px;
  height: 13px;
  position: absolute;
}
.kids_brain_dvp .expert .quote::before {
  background: url(../img/kids/open_quote.svg) no-repeat center/15px auto;
  top: 0;
  left: 0;
}
.kids_brain_dvp .expert .quote::after {
  background: url(../img/kids/close_quote.svg) no-repeat center/15px auto;
  bottom: 0;
  right: 0;
}
.kids_brain_dvp .expert .quote p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #525B68;
  font-weight: 500;
}
.kids_brain_dvp .expert .quote span {
  font-size: 16px;
  color: #183265;
  font-weight: 500;
}

.kids_call_to_action {
  padding: 100px 30px 0;
}
@media (max-width: 709px) {
  .kids_call_to_action {
    padding: 60px 20px 0;
  }
}
.kids_call_to_action .container {
  max-width: 1140px;
  height: 415px;
  border-radius: 20px;
  background: url(../img/kids/call_to_action_bg.svg) no-repeat center/1140px auto;
  margin: 0 auto;
  padding: 80px 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 709px) {
  .kids_call_to_action .container {
    background: url(../img/kids/call_to_action_bg_m.svg) #FFD05B no-repeat left bottom/120px auto;
    padding: 90px 0 !important;
    height: auto;
  }
}
.kids_call_to_action .container::before {
  content: "";
  width: 339px;
  height: 524px;
  background: url(../img/kids/cta_deco_left.png) no-repeat center bottom/339px auto;
  position: absolute;
  left: 50px;
  bottom: 0;
}
@media (max-width: 1439px) {
  .kids_call_to_action .container::before {
    width: 270px;
    background-size: 270px;
  }
}
@media (max-width: 1023px) {
  .kids_call_to_action .container::before {
    content: none;
  }
}
.kids_call_to_action .container::after {
  content: "";
  width: 283px;
  height: 283px;
  background: url(../img/kids/cta_deco_right.svg) no-repeat center/100% auto;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .kids_call_to_action .container::after {
    content: none;
  }
}
.kids_call_to_action label {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 12px 30px;
  background: #5A64F2;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 0 10px;
}
.kids_call_to_action h2 {
    font-size: 36px;
    color: #03328D;
    font-weight: 700;
    text-align: center;
    max-width: 260px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    line-height: normal;
}
.kids_call_to_action h2::after {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 709px) {
  .kids_call_to_action h2::after {
    margin-top: 8px;
  }
}
@media (max-width: 709px) {
  .kids_call_to_action h2 {
    font-size: 26px;
    font-weight: 900;
    max-width: 200px;
  }
}
.kids_call_to_action p {
  font-size: 20px;
  color: #343A42;
  font-weight: 700;
}
.kids_call_to_action p b {
  font-size: 60px;
  color: #ED4C7C;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 0 10px;
}
@media (max-width: 709px) {
  .kids_call_to_action p b {
    font-size: 40px;
  }
}
@media (max-width: 709px) {
  .kids_call_to_action p {
    padding: 10px;
  }
}
.kids_call_to_action a {
  font-size: 20px;
  color: #03328D;
  font-weight: 500;
  background: #ffffff;
  padding: 10px 30px;
  border-radius: 30px;
}/*# sourceMappingURL=style.css.map */