html {
  font-size: 65%;
}
@media only screen and (min-width: 1024px) {
  .entry1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
  }
}
@media only screen and (min-width: 1280px) {
  .entry1 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry1 {
    padding-bottom: 9.5rem;
  }
}
.entry1__img {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 36rem;
}
@media only screen and (min-width: 1024px) {
  .entry1__img {
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    width: 80rem;
    height: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .entry1__img {
    width: 105rem;
  }
}
.entry1__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 -73px 72.4px #fff;
  box-shadow: inset 0 -73px 72.4px #fff;
  z-index: 5;
}
@media only screen and (min-width: 1024px) {
  .entry1__img::before {
    display: none;
  }
}
.entry1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.entry1__content {
  margin-top: -4rem;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 1024px) {
  .entry1__content {
    margin-top: 0;
    max-width: 65rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry1__content {
    max-width: 74rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry1__content {
    max-width: 87rem;
  }
}
.entry1__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 120%;
  color: #1d1d1d;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .entry1__title {
    text-align: left;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry1__title {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry1__title {
    font-size: 5.6rem;
  }
}
.entry1__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1024px) {
  .entry1__text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry1__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry1__text {
    font-size: 2rem;
  }
}
.entry1__text b {
  font-weight: 700;
}
.entry1__text br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .entry1__text br {
    display: inline;
  }
}
.entry1__text span.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.entry1__bttn {
  margin-top: 1rem;
  padding: 2rem;
  width: 100%;
  max-width: 40rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .entry1__bttn {
    margin-top: 2.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry1__bttn {
    margin-top: 3.2rem;
    max-width: 52rem;
  }
}
.entry1__flex {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
}
@media only screen and (min-width: 1024px) {
  .entry1__flex {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry1__flex {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry1__flex {
    margin-top: 7rem;
  }
}
.entry1__timer {
  padding: 1.2rem;
  border: 0.1rem solid #99d455;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .entry1__timer {
    padding: 1.4rem 1.2rem;
  }
}
.entry1__timer-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 1280px) {
  .entry1__timer-icon {
    width: 5rem;
    height: 5rem;
  }
}
.entry1__timer-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry1__timer-content p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: #757575;
}
.entry1__timer-content span {
  margin-top: 0.1rem;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #1d1d1d;
}
.entry1__students {
  padding: 1.2rem;
  border: 1px solid #f5f4f7;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .entry1__students {
    padding: 1.8rem 1.2rem;
  }
}
.entry1__students-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 1280px) {
  .entry1__students-icon {
    width: 4.8rem;
    height: 4.2rem;
  }
}
.entry1__students-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry1__students-content p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
  color: #757575;
}
.entry1__students-content span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #1d1d1d;
}
.entry1__students-content span b {
  font-weight: 700;
}
.entry2 {
  background: #1d1d1d;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1024px) {
  .entry2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
  }
}
@media only screen and (min-width: 1280px) {
  .entry2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry2 {
    padding-bottom: 14rem;
  }
}
.entry2__img {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 38rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .entry2__img {
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    width: 80rem;
    height: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .entry2__img {
    width: 105rem;
  }
}
.entry2__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-box-shadow: inset 0 64px 42.5px #1d1d1d;
  box-shadow: inset 0 64px 42.5px #1d1d1d;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.entry2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.entry2__content {
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 1024px) {
  .entry2__content {
    margin-top: 0;
    max-width: 65rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry2__content {
    max-width: 74rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry2__content {
    max-width: 87rem;
  }
}
.entry2__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .entry2__title {
    text-align: left;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry2__title {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry2__title {
    font-size: 5.6rem;
  }
}
.entry2__title b {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.entry2__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .entry2__text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry2__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry2__text {
    font-size: 2rem;
  }
}
.entry2__text b {
  font-weight: 700;
}
.entry2__text br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .entry2__text br {
    display: inline;
  }
}
.entry2__text span.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.entry2__bttn {
  margin-top: 1rem;
  padding: 2rem;
  width: 100%;
  max-width: 40rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .entry2__bttn {
    margin-top: 2.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry2__bttn {
    margin-top: 3.2rem;
    max-width: 52rem;
  }
}
.entry2__flex {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
}
@media only screen and (min-width: 1024px) {
  .entry2__flex {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry2__flex {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry2__flex {
    margin-top: 7rem;
  }
}
.entry2__timer {
  padding: 1.2rem;
  border: 0.1rem solid #99d455;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .entry2__timer {
    padding: 1.4rem 1.2rem;
  }
}
.entry2__timer-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 1280px) {
  .entry2__timer-icon {
    width: 5rem;
    height: 5rem;
  }
}
.entry2__timer-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry2__timer-content p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: #1d1d1d;
}
.entry2__timer-content span {
  margin-top: 0.1rem;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.entry2__students {
  padding: 1.2rem;
  border: 1px solid #f5f4f7;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .entry2__students {
    padding: 1.8rem 1.2rem;
  }
}
.entry2__students-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 1280px) {
  .entry2__students-icon {
    width: 4.8rem;
    height: 4.2rem;
  }
}
.entry2__students-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry2__students-content p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
  color: #dfdfdf;
}
.entry2__students-content span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #fff;
}
.entry2__students-content span b {
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .entry3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
  }
}
@media only screen and (min-width: 1280px) {
  .entry3 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry3 {
    padding-bottom: 9.5rem;
  }
}
.entry3__img {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 36rem;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .entry3__img {
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    width: 80rem;
    height: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .entry3__img {
    width: 105rem;
  }
}
.entry3__img_pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .entry3__img_pc {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .entry3__img_mob {
    display: none;
  }
}
.entry3__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 -73px 72.4px #fff;
  box-shadow: inset 0 -73px 72.4px #fff;
  z-index: 5;
}
@media only screen and (min-width: 1024px) {
  .entry3__img::before {
    display: none;
  }
}
.entry3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .entry3__img img {
    -webkit-transform: translate(10rem, 0);
    -ms-transform: translate(10rem, 0);
    transform: translate(10rem, 0);
  }
}
@media only screen and (min-width: 1440px) {
  .entry3__img img {
    -webkit-transform: translate(20rem, 0);
    -ms-transform: translate(20rem, 0);
    transform: translate(20rem, 0);
  }
}
.entry3__content {
  margin-top: -4rem;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 1024px) {
  .entry3__content {
    margin-top: 0;
    max-width: 65rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry3__content {
    max-width: 74rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry3__content {
    max-width: 87rem;
  }
}
.entry3__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 120%;
  color: #1d1d1d;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .entry3__title {
    text-align: left;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry3__title {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry3__title {
    font-size: 5.6rem;
  }
}
.entry3__title b {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.entry3__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1024px) {
  .entry3__text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry3__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry3__text {
    font-size: 2rem;
  }
}
.entry3__text b {
  font-weight: 700;
}
.entry3__text br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .entry3__text br {
    display: inline;
  }
}
.entry3__text span.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.entry3__bttn {
  margin-top: 1rem;
  padding: 2rem;
  width: 100%;
  max-width: 40rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .entry3__bttn {
    margin-top: 2.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry3__bttn {
    margin-top: 3.2rem;
    max-width: 52rem;
  }
}
.entry3__flex {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
}
@media only screen and (min-width: 1024px) {
  .entry3__flex {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry3__flex {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry3__flex {
    margin-top: 7rem;
  }
}
.entry3__timer {
  padding: 1.2rem;
  border: 0.1rem solid #99d455;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .entry3__timer {
    padding: 1.4rem 1.2rem;
  }
}
.entry3__timer-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 1280px) {
  .entry3__timer-icon {
    width: 5rem;
    height: 5rem;
  }
}
.entry3__timer-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry3__timer-content p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: #757575;
}
.entry3__timer-content span {
  margin-top: 0.1rem;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #1d1d1d;
}
.entry3__students {
  padding: 1.2rem;
  border: 1px solid #f5f4f7;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .entry3__students {
    padding: 1.8rem 1.2rem;
  }
}
.entry3__students-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 1280px) {
  .entry3__students-icon {
    width: 4.8rem;
    height: 4.2rem;
  }
}
.entry3__students-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry3__students-content p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
  color: #757575;
}
.entry3__students-content span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #1d1d1d;
}
.entry3__students-content span b {
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .entry4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
  }
}
@media only screen and (min-width: 1280px) {
  .entry4 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry4 {
    padding-bottom: 9.5rem;
  }
}
.entry4__img {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 36rem;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .entry4__img {
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    width: 70rem;
    height: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .entry4__img {
    width: 75rem;
  }
}
.entry4__img_pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .entry4__img_pc {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .entry4__img_mob {
    display: none;
  }
}
.entry4__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 -73px 72.4px #fff;
  box-shadow: inset 0 -73px 72.4px #fff;
  z-index: 5;
}
@media only screen and (min-width: 1024px) {
  .entry4__img::before {
    display: none;
  }
}
.entry4__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .entry4__img img {
    -webkit-transform: translate(10rem, 0);
    -ms-transform: translate(10rem, 0);
    transform: translate(10rem, 0);
  }
}
@media only screen and (min-width: 1440px) {
  .entry4__img img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.entry4__content {
  margin-top: 1.2rem;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 1024px) {
  .entry4__content {
    margin-top: 0;
    max-width: 65rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry4__content {
    max-width: 74rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry4__content {
    max-width: 87rem;
  }
}
.entry4__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 120%;
  color: #1d1d1d;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .entry4__title {
    text-align: left;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry4__title {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry4__title {
    font-size: 5.6rem;
  }
}
.entry4__title b {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.entry4__title span {
  padding: 0.7rem 1rem;
  display: inline-block;
  border-radius: 1rem;
  border: 0.2rem solid #5aa101;
}
@media only screen and (min-width: 1024px) {
  .entry4__title span {
    padding: 0 1rem;
  }
}
.entry4__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1024px) {
  .entry4__text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry4__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry4__text {
    font-size: 2rem;
  }
}
.entry4__text b {
  font-weight: 700;
}
.entry4__text br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .entry4__text br {
    display: inline;
  }
}
.entry4__text span.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.entry4__bttn {
  margin: 0 auto;
  margin-top: 0;
  padding: 2rem;
  width: 100%;
  max-width: 40rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .entry4__bttn {
    margin: 0;
    margin-top: 2.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry4__bttn {
    margin-top: 3.2rem;
    max-width: 52rem;
  }
}
.entry4__flex {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
}
@media only screen and (min-width: 1024px) {
  .entry4__flex {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .entry4__flex {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry4__flex {
    margin-top: 7rem;
  }
}
.entry4__timer {
  padding: 1.2rem;
  border: 0.1rem solid #99d455;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .entry4__timer {
    padding: 1.4rem 1.2rem;
  }
}
.entry4__timer-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 1280px) {
  .entry4__timer-icon {
    width: 5rem;
    height: 5rem;
  }
}
.entry4__timer-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry4__timer-content p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: #757575;
}
.entry4__timer-content span {
  margin-top: 0.1rem;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #1d1d1d;
}
.entry4__students {
  padding: 1.2rem;
  border: 1px solid #f5f4f7;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .entry4__students {
    padding: 1.8rem 1.2rem;
  }
}
.entry4__students-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 1280px) {
  .entry4__students-icon {
    width: 4.8rem;
    height: 4.2rem;
  }
}
.entry4__students-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry4__students-content p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
  color: #757575;
}
.entry4__students-content span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #1d1d1d;
}
.entry4__students-content span b {
  font-weight: 700;
}
.learn {
  margin-top: 4rem;
  padding: 4rem 0;
  background: #f5f4f7;
}
@media only screen and (min-width: 1024px) {
  .learn {
    margin-top: 0;
    padding: 8rem 0;
  }
}
.learn__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  color: #1d1d1d;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .learn__title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .learn__title {
    font-size: 4.4rem;
  }
}
.learn__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .learn__list {
    margin-top: 2.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1440px) {
  .learn__list {
    gap: 2.2rem;
  }
}
.learn-link {
  padding: 1.6rem 2rem;
  background: #fff;
  border-radius: 2rem;
}
@media only screen and (min-width: 1024px) {
  .learn-link {
    width: calc(33.33% - 0.8rem);
  }
  .learn-link:last-of-type {
    padding: 1.6rem 1.2rem;
  }
}
@media only screen and (min-width: 1440px) {
  .learn-link {
    width: calc(33.33% - 1.5rem);
  }
}
.learn-link__img {
  width: 6rem;
  height: 6rem;
}
.learn-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.learn-link__text {
  margin-top: 0.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: #757575;
}
@media only screen and (min-width: 1280px) {
  .learn-link__text {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}
.learn-link__text b {
  font-weight: 700;
  color: #1d1d1d;
}
.market {
  padding: 4rem 0;
}
@media only screen and (min-width: 1024px) {
  .market {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1280px) {
  .market {
    padding: 12rem 0;
  }
}
@media only screen and (min-width: 1440px) {
  .market {
    padding: 16rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .market > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .market > .container {
    gap: 4.8rem;
  }
}
.market__img {
  width: 100%;
  height: 27rem;
}
@media only screen and (min-width: 1024px) {
  .market__img {
    width: 40rem;
    height: 40rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .market__img {
    width: 54rem;
    height: 53rem;
  }
}
.market__img_pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .market__img_pc {
    display: block;
  }
}
.market__img_mob {
  margin-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .market__img_mob {
    display: none;
  }
}
.market__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}
.market__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 120%;
}
@media only screen and (min-width: 1280px) {
  .market__title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .market__title {
    font-size: 4.4rem;
  }
}
.market__list {
  margin-top: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
@media only screen and (min-width: 1440px) {
  .market__list {
    margin-top: 1.6rem;
  }
}
.market__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #757575;
}
@media only screen and (min-width: 1440px) {
  .market__li {
    font-size: 2rem;
  }
}
.market__li::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background-image: url(../../images/promo3/market-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1440px) {
  .market__li::before {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.market__li:nth-of-type(2)::before {
  background-image: url(../../images/promo3/market-2.svg);
}
.market__li:nth-of-type(3)::before {
  background-image: url(../../images/promo3/market-3.svg);
}
.market__li:nth-of-type(4)::before {
  background-image: url(../../images/promo3/market-4.svg);
}
.market__li:nth-of-type(5)::before {
  background-image: url(../../images/promo3/market-5.svg);
}
.market__bttn {
  margin-top: 2rem;
  padding: 2rem;
  width: 100%;
  max-width: 40rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1440px) {
  .market__bttn {
    margin-top: 4.2rem;
    max-width: 61rem;
  }
}
.deal {
  padding: 4rem 0;
  background: #f5f4f7;
}
@media only screen and (min-width: 1024px) {
  .deal {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1280px) {
  .deal {
    padding: 12rem 0;
  }
}
@media only screen and (min-width: 1440px) {
  .deal {
    padding: 16rem 0;
  }
}
.deal__inner {
  padding: 4rem 2rem;
  background: #fff;
  border: 0.1rem solid #99d455;
  border-radius: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .deal__inner {
    padding-left: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4rem;
    border-radius: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .deal__inner {
    padding-top: 6rem;
    gap: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .deal__inner {
    gap: 9.5rem;
  }
}
.deal__img {
  width: 35.5rem;
  height: 40rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1280px) {
  .deal__img {
    width: 55rem;
    height: 56rem;
  }
}
.deal__img_pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .deal__img_pc {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .deal__img_mob {
    display: none;
  }
}
.deal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.deal__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 120%;
  color: #1d1d1d;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .deal__title {
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .deal__title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .deal__title {
    font-size: 4.4rem;
  }
}
.deal__title b {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.deal__list {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.deal__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1280px) {
  .deal__li {
    font-size: 1.6rem;
  }
}
.deal__li::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../images/promo3/check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.deal__text {
  margin-top: 2rem;
  padding: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  background: #f5f4f7;
  border-radius: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1d1d1d;
}
.deal__text::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../../images/promo3/deal-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.deal__bttn {
  padding: 2rem 1rem;
  width: 100%;
  max-width: 40rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .deal__bttn {
    margin-top: 3rem;
    max-width: 47rem;
  }
}
.deal__bttn span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .deal__bttn span {
    display: inline;
  }
}
.deal__timer {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .deal__timer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .deal__timer {
    margin-left: 8rem;
  }
}
.deal__timer p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #757575;
}
.deal__timer p b {
  padding: 0.4rem;
  background: #f5f4f7;
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  color: #1d1d1d;
}
.deal__timer-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.deal__timer-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.deal2 {
  padding: 4rem 0;
  background: #f5f4f7;
}
@media only screen and (min-width: 1024px) {
  .deal2 {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1280px) {
  .deal2 {
    padding: 12rem 0;
  }
}
@media only screen and (min-width: 1440px) {
  .deal2 {
    padding: 16rem 0;
  }
}
.deal2__inner {
  padding: 4rem 2rem;
  background: #fff;
  border: 0.1rem solid #99d455;
  border-radius: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .deal2__inner {
    padding-left: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4rem;
    border-radius: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .deal2__inner {
    padding-top: 6rem;
    gap: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .deal2__inner {
    gap: 9.5rem;
  }
}
.deal2__img {
  width: 35.5rem;
  height: 40rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .deal2__img {
    width: 37.5rem;
    height: 60rem;
  }
}
@media only screen and (min-width: 1280px) {
  .deal2__img {
    width: 55rem;
    height: 68rem;
  }
}
.deal2__img_pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .deal2__img_pc {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .deal2__img_mob {
    display: none;
  }
}
.deal2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.deal2__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 120%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1024px) {
  .deal2__title {
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .deal2__title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1440px) {
  .deal2__title {
    font-size: 2.4rem;
  }
}
.deal2__title b {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.deal2__subtitle {
  margin-top: 1.6rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.deal2__list,
.deal2__list-num {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.deal2__li,
.deal2__li-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1280px) {
  .deal2__li,
  .deal2__li-num {
    font-size: 1.6rem;
  }
}
.deal2__li-num::before,
.deal2__li::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../images/promo3/check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.deal2__text {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1280px) {
  .deal2__text {
    margin-top: 0.8rem;
    font-size: 1.8rem;
  }
}
.deal2__bttn {
  padding: 2rem 1rem;
  width: 100%;
  max-width: 40rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .deal2__bttn {
    margin-top: 3rem;
    max-width: 47rem;
  }
}
.deal2__bttn span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .deal2__bttn span {
    display: inline;
  }
}
.deal2__timer {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .deal2__timer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .deal2__timer {
    margin-left: 8rem;
  }
}
.deal2__timer p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #757575;
}
.deal2__timer p b {
  padding: 0.4rem;
  background: #f5f4f7;
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  color: #1d1d1d;
}
.deal2__timer-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.deal2__timer-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.deal3 {
  margin-top: 4rem;
  background: #f5f4f7;
  padding: 2.4rem 0 0;
}
@media only screen and (min-width: 1280px) {
  .deal3 {
    padding: 8rem 0;
    position: relative;
  }
}
@media only screen and (min-width: 1440px) {
  .deal3 {
    padding: 14rem 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1440px) {
  .deal3 > .container {
    position: relative;
  }
}
.deal3__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.deal3__author svg {
  width: 2.7rem;
  height: 2.2rem;
}
@media only screen and (min-width: 1280px) {
  .deal3__author svg {
    width: 4.6rem;
    height: 3.8rem;
  }
}
.deal3__author p {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (min-width: 1280px) {
  .deal3__author p {
    font-size: 1.8rem;
  }
}
.deal3__title {
  margin-top: 1.2rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 120%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1280px) {
  .deal3__title {
    font-size: 4rem;
  }
}
.deal3__columns {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  .deal3__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .deal3__columns {
    gap: 2.4rem;
  }
}
.deal3__column {
  margin-top: 1.2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #757575;
}
@media only screen and (min-width: 1024px) {
  .deal3__column {
    max-width: 49rem;
  }
}
@media only screen and (min-width: 1280px) {
  .deal3__column {
    margin-top: 4rem;
    max-width: 40rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .deal3__column {
    max-width: 49rem;
  }
}
.deal3__column p:not(:first-of-type) {
  margin-top: 1.2rem;
}
.deal3__column b {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.deal3__column strong {
  font-weight: 700;
  color: #1d1d1d;
}
.deal3__column span {
  font-weight: 500;
  color: #1d1d1d;
}
.deal3__column img {
  margin-left: auto;
  margin-right: 1.8rem;
  display: block;
  width: 19.4rem;
  height: 8.2rem;
}
.deal3__bttn {
  padding: 2rem;
  width: 100%;
  max-width: 40rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .deal3__bttn {
    margin-top: 3.2rem;
    max-width: 49rem;
  }
}
.deal3__bttn_pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .deal3__bttn_pc {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .deal3__bttn_mob {
    display: none;
  }
}
.deal3__img {
  width: 100%;
  max-width: 44rem;
  height: 45rem;
}
@media only screen and (min-width: 1024px) {
  .deal3__img {
    margin-left: auto;
    margin-top: -10rem;
  }
}
@media only screen and (min-width: 1280px) {
  .deal3__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60rem;
    height: 60rem;
    max-width: unset;
  }
}
@media only screen and (min-width: 1440px) {
  .deal3__img {
    width: 66.5rem;
    height: 66.6rem;
    bottom: -14rem;
    right: -7rem;
  }
}
.deal3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.deal3__img_pc {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .deal3__img_pc {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .deal3__img_mob {
    display: none;
  }
}
.learning {
  margin-top: 2rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1280px) {
  .learning {
    margin-top: 4rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .learning > .container {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 38rem) 36rem;
    grid-template-columns: calc(100% - 38rem) 36rem;
    -ms-grid-rows: (auto) [2];
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .learning > .container {
    -ms-grid-columns: calc(100% - 43.3rem) 41.3rem;
    grid-template-columns: calc(100% - 43.3rem) 41.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .learning-head {
    margin-top: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
.learning-head__title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 136%;
}
@media only screen and (min-width: 1280px) {
  .learning-head__title {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
}
.learning-head__text {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 138%;
  color: #757575;
}
@media only screen and (min-width: 1280px) {
  .learning-head__text {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 133%;
  }
}
.learning-head__tags {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.learning-head__tag {
  position: relative;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  border: 1px solid #f5f4f7;
  border-radius: 0.8rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  color: #1d1d1d;
}
.learning-head__tag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.learning-head__tag_students {
  padding-left: 2.9rem;
}
.learning-head__tag_students::before {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../../images/icons/user.svg);
}
.learning-head__tag_update {
  padding-left: 3.4rem;
}
.learning-head__tag_update::before {
  width: 1.9rem;
  height: 1.9rem;
  background-image: url(../../images/icons/update.svg);
}
.learning-head__tag_sertificate {
  padding-left: 3.8rem;
}
.learning-head__tag_sertificate::before {
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(../../images/icons/sertificate.svg);
}
.learning-head__tag_detail {
  padding-left: 3.5rem;
}
.learning-head__tag_detail::before {
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/icons/dollar.svg);
}
.learning-head__details {
  margin-top: 1.4rem;
}
@media only screen and (min-width: 1280px) {
  .learning-head__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
  }
}
.learning-head__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (min-width: 1280px) {
  .learning-head__review {
    position: relative;
  }
  .learning-head__review::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1.4rem;
    width: 0.1rem;
    height: 100%;
    background: #f5f4f7;
  }
}
.learning-head__review-mark {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 130%;
  color: #1d1d1d;
}
.learning-head__review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8rem;
  height: 1.5rem;
}
.learning-head__review-stars img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.learning-head__review-text {
  margin-top: 0.4rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 140%;
  color: #757575;
  text-decoration: underline;
}
.learning-head__cards {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (min-width: 1280px) {
  .learning-head__cards {
    margin-top: 0;
    gap: 5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.learning-head__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  min-width: calc(50% - 0.5rem);
}
@media only screen and (min-width: 1280px) {
  .learning-head__card {
    position: relative;
    min-width: unset;
  }
  .learning-head__card:not(:last-of-type)::before {
    content: "";
    position: absolute;
    top: 0;
    right: -2.4rem;
    width: 0.1rem;
    height: 100%;
    background: #f5f4f7;
  }
}
.learning-head__card-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.learning-head__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.learning-head__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.learning-head__card-name {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  color: #757575;
}
.learning-head__card-text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 140%;
  color: #1d1d1d;
}
.learning-info {
  margin: 0 auto;
  margin-top: 2rem;
  max-width: 60rem;
}
@media only screen and (min-width: 1024px) {
  .learning-info {
    margin: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
}
.learning-info__wrap {
  padding: 1rem;
  border: 1px solid #f5f4f7;
  border-radius: 2rem;
}
@media only screen and (min-width: 1280px) {
  .learning-info__wrap {
    padding: 2rem;
  }
}
.learning-info__head {
  position: relative;
  height: 24rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.4rem;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .learning-info__head {
    height: 22rem;
  }
}
.learning-info__head > * {
  position: relative;
  z-index: 5;
}
.learning-info__head-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.learning-info__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.35;
}
.learning-info__head-timer {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  padding: 0.4rem 0.7rem;
  min-width: 11rem;
  background: #fff;
  border-radius: 0.8rem;
  z-index: 10;
}
.learning-info__head-timer > p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  color: #757575;
}
.learning-info__head-timer > div {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.learning-info__head-timer > div img {
  width: 1.6rem;
  height: 1.6rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.learning-info__head-timer > div span {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.learning-info__head-logo {
  width: 12.6rem;
  height: 2rem;
  background-image: url(../../images/front-page/paradtrade-logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.learning-info__head-play {
  width: 7rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.learning-info__head-play svg {
  margin-left: 0.4rem;
  width: 3.3rem;
  height: 3.3rem;
}
.learning-info__head-title {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  color: #f5f4f7;
  text-transform: uppercase;
}
.learning-info__card-bttn {
  margin-top: 2rem;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 140%;
  color: #fff;
}
.learning-info__price {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.learning-info__price-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: #1d1d1d;
}
.learning-info__price-value {
  margin-left: auto;
  font-weight: 500;
  font-size: 2rem;
  line-height: 195%;
  text-decoration: line-through;
  color: #757575;
}
.learning-info__price-free {
  margin-left: 0.6rem;
  padding: 0.2rem 1.2rem;
  background: #9bd556;
  border-radius: 1.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}
.learning-info__price-free img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.learning-info__price-old {
  margin-left: 1.2rem;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-decoration-line: line-through;
  color: #757575;
}
.learning-info .deal__timer {
  margin: 1.2rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.learning-info__social {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1280px) {
  .learning-info__social {
    margin-top: 2rem;
  }
}
.learning-info__social-title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 143%;
  color: #757575;
}
.learning-info__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 0 1.5rem;
}
.learning-info__social-list a:hover path {
  fill: #9bd556;
}
.learning-info__social-list a:hover circle {
  stroke: #9bd556;
}
.learning-info__social-list a:last-of-type:hover path {
  stroke: #9bd556;
  fill: #9bd556;
}
.learning-info__social-list a:last-of-type:hover path:last-of-type {
  fill: #fff;
}
.learning-main {
  margin-top: 4rem;
}
@media only screen and (min-width: 1024px) {
  .learning-main {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
@media only screen and (min-width: 1280px) {
  .learning-main {
    margin-top: 6rem;
  }
}
.learning-main__title:not(:first-of-type) {
  margin-top: 4rem;
}
@media only screen and (min-width: 1280px) {
  .learning-main__title:not(:first-of-type) {
    margin-top: 7rem;
  }
}
.learning-main__tabs {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.learning-main__tab {
  background: #f5f4f7;
  border: 1px solid #f5f4f7;
  border-radius: 2rem;
}
.learning-main__tab:not(.show-list) .learning-main__tab-list {
  display: none;
}
.learning-main__tab.open {
  background: #fff;
}
.learning-main__tab.open .learning-main__tab-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.learning-main__tab:hover {
  background: #fff;
  border-color: #9bd556;
}
.learning-main__tab:hover .learning-main__tab-arrow {
  background-image: url(../../images/icons/arrow-right_green.svg);
}
.learning-main__tab:hover .learning-main__tab-title {
  color: #9bd556;
}
.learning-main__tab-head {
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.learning-main__tab-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 138%;
}
.learning-main__tab-arrow {
  margin-left: auto;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../images/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.learning-main__tab-list {
  border-top: 1px solid #f5f4f7;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.learning-main__tab-li {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
}
.learning-main__tab-li.locked {
  opacity: 0.5;
}
.learning-main__tab-li:not(.locked):hover {
  background: rgba(255, 255, 255, 0.68);
  -webkit-box-shadow: 0 4px 14px #eee;
  box-shadow: 0 4px 14px #eee;
  border-radius: 14px;
  border-color: #9bd556;
}
.learning-main__tab-doc {
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/icons/filedoc.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.learning-main__tab-play {
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/icons/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.learning-main__tab-name {
  margin-left: 0.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 143%;
  color: #1d1d1d;
}
.learning-main__tab-time {
  margin-left: auto;
  position: relative;
  padding-left: 2rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  color: #757575;
}
.learning-main__tab-time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../../images/icons/clock.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.learning-main__tab-bttn {
  margin-left: auto;
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#538cff), to(#276eff));
  background: linear-gradient(180deg, #86afff 0, #6093f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.learning-main__tab-bttn:hover {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#538cff), to(#276eff));
  background: linear-gradient(180deg, #86afff 0, #6093f9 100%);
}
.learning-main__tab-lock {
  margin-left: auto;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../../images/icons/lock.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.learning-main__reviews {
  margin-top: 1.6rem;
  padding: 2rem;
  background: #f5f4f7;
  border: 1px solid #f5f4f7;
  border-radius: 2rem;
}
@media only screen and (min-width: 1280px) {
  .learning-main__reviews {
    padding: 3rem;
  }
}
.learning-main__reviews-footer {
  margin-top: 1.2rem;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (min-width: 1280px) {
  .learning-main__reviews-footer {
    margin-top: 1.6rem;
  }
}
.learning-main__reviews-footer .form__submit {
  margin-top: 0;
  padding: 1rem 2.7rem;
  width: auto;
  border-radius: 1.4rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .learning-main__reviews-footer .form__submit {
    padding: 1rem 4.5rem;
  }
}
.learning-main__posts {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1280px) {
  .learning-main__posts {
    margin-top: 2.4rem;
  }
}
.learning-main__post {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  border: 1px solid #f5f4f7;
  border-radius: 2rem;
}
.learning-main__post-avatar {
  width: 4.8rem;
  height: 4.8rem;
  background: #7d838c;
  border-radius: 1.4rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.learning-main__post-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.learning-main__post-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.learning-main__post-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.learning-main__post-name {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #1d1d1d;
}
.learning-main__post-stars {
  width: 7.6rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.learning-main__post-stars img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.learning-main__post-date {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
}
.learning-main__post-content {
  margin-top: 0.5rem;
}
.learning-main__post-content p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #1d1d1d;
}
.learning-main__post-content p:not(:first-of-type) {
  margin-top: 1rem;
}
.learning-main__post-content p span {
  font-size: 1.2rem;
  line-height: 160%;
  color: #757575;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.learning-main__show {
  margin-top: 2.4rem;
}
.learning-main__admin-add,
.learning-main__admin-edit,
.learning-main__admin-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(186, 186, 186, 0.8);
  border-radius: 0.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.learning-main__admin-add img,
.learning-main__admin-edit img,
.learning-main__admin-remove img {
  width: 2rem;
  height: 2rem;
}
.learning-main__admin-add {
  margin-left: auto;
}
.learning-main__admin-edit {
  margin-left: 1.2rem;
}
.learning-main__admin-remove {
  margin-left: 1.2rem;
}
.learning-main__admin-remove + .learning-main__tab-arrow {
  margin-left: 1.2rem;
}
.learning-main__tab-edit,
.learning-main__tab-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(186, 186, 186, 0.8);
  border-radius: 0.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.learning-main__tab-edit img,
.learning-main__tab-remove img {
  width: 1.2rem;
  height: 1.2rem;
}
.learning-main__tab-edit {
  margin-left: auto;
}
.learning-main__tab-remove {
  margin-left: 1.2rem;
  border-color: rgba(249, 110, 70, 0.8);
}
.learning-main__tab-remove + .learning-main__tab-bttn {
  margin-left: 1.2rem;
}
.sertificate {
  margin-top: 4rem;
  padding: 4rem 0;
  background: #f5f4f7;
}
@media only screen and (min-width: 1280px) {
  .sertificate {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1440px) {
  .sertificate {
    padding: 11rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sertificate > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .sertificate > .container {
    gap: 12rem;
  }
}
@media only screen and (min-width: 1440px) {
  .sertificate > .container {
    gap: 16rem;
  }
}
.sertificate__img {
  width: 100%;
  height: 28rem;
  max-width: 40rem;
}
@media only screen and (min-width: 1440px) {
  .sertificate__img {
    max-width: unset;
    width: 51.4rem;
    height: 36rem;
  }
}
.sertificate__img_pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sertificate__img_pc {
    display: block;
  }
}
.sertificate__img_mob {
  margin-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .sertificate__img_mob {
    display: none;
  }
}
.sertificate__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 1280px) {
  .sertificate__content {
    max-width: 61rem;
  }
}
.sertificate__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 120%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1024px) {
  .sertificate__title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .sertificate__title {
    font-size: 4.4rem;
  }
}
.sertificate__list {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.sertificate__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  color: #757575;
}
.sertificate__li b {
  color: #1d1d1d;
}
.sertificate__li::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../images/promo3/check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sertificate__text {
  margin-top: 2rem;
  padding: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  border-radius: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sertificate__text::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../../images/promo3/deal-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sertificate__bttn {
  margin-top: 2rem;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 40rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .sertificate__bttn {
    margin-top: 3.2rem;
    max-width: 48rem;
  }
}
.sertificate__bttn span {
  display: none;
}
.values {
  margin-top: 5rem;
}
@media only screen and (min-width: 1280px) {
  .values {
    margin-top: 9rem;
  }
}
@media only screen and (min-width: 1440px) {
  .values {
    margin-top: 13rem;
  }
}
.values .container {
  max-width: 60rem;
}
@media only screen and (min-width: 1024px) {
  .values .container {
    max-width: 144rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
.values-main {
  position: relative;
  padding: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .values-main {
    width: calc(50% - 1rem);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .values-main {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  .values-main {
    padding: 4rem;
  }
}
.values-main__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.values-main__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.values-main__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 29, 0.698);
  z-index: 10;
}
.values-main__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .values-main__title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .values-main__title {
    font-size: 4.4rem;
  }
}
.values-main__cards {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.values-main__card {
  position: relative;
  padding: 2rem;
  min-height: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.4rem;
}
@media only screen and (min-width: 1280px) {
  .values-main__card {
    min-height: 14.8rem;
  }
}
.values-main__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(112.32deg, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 101.12%);
  -webkit-backdrop-filter: blur(3.5rem);
  backdrop-filter: blur(3.5rem);
  opacity: 0.7;
  z-index: -1;
}
.values-main__card-title {
  margin-top: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 145%;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .values-main__card-title {
    font-size: 3.4rem;
  }
}
.values-main__card-text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 170%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .values-main__card-text br {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .values-main__card-text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.values-cards {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .values-cards {
    margin-top: 0;
  }
}
.values-cards__li {
  position: relative;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 1rem);
  background: #9bd556;
  border-radius: 2rem;
  min-height: 15rem;
}
.values-cards__li_black {
  background: #1d1d1d;
}
.values-cards__li_full {
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .values-cards__li:nth-of-type(3) .values-cards__li-img {
    width: 10rem;
  }
}
.values-cards__li:nth-of-type(5) .values-cards__li-img {
  top: unset;
  bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .values-cards__li:nth-of-type(5) .values-cards__li-img {
    width: auto;
    height: 100%;
  }
}
.values-cards__li-title {
  margin-top: auto;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 130%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .values-cards__li-title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .values-cards__li-title {
    font-size: 4.4rem;
  }
}
.values-cards__li-text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .values-cards__li-text {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
@media only screen and (min-width: 1440px) {
  .values-cards__li-text {
    font-size: 2rem;
  }
}
.values-cards__li-img {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1279px) {
  .values-cards__li-img {
    width: 14rem;
  }
}
@media only screen and (max-width: 1023px) {
  .values-cards__li-img {
    width: 11rem;
  }
}
.values-cards__li-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.grow {
  margin-top: 4rem;
  background: #f5f4f7;
}
@media only screen and (min-width: 1024px) {
  .grow {
    margin-top: 8rem;
    background: 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .grow {
    margin-top: 12rem;
  }
}
@media only screen and (min-width: 1440px) {
  .grow {
    margin-top: 16rem;
  }
}
.grow__inner {
  padding: 4rem 0;
}
@media only screen and (min-width: 1024px) {
  .grow__inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f5f4f7;
    border-radius: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .grow__wrap {
    padding: 4rem 0 4rem 4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .grow__wrap {
    padding: 6rem 0 7rem 9.5rem;
  }
}
.grow__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grow__head-comma svg {
  display: block;
  width: 2.7rem;
}
@media only screen and (min-width: 1280px) {
  .grow__head-comma svg {
    width: 4rem;
    height: 4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .grow__head-comma svg {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.grow__head-title {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (min-width: 1280px) {
  .grow__head-title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .grow__head-title {
    font-size: 1.6rem;
    line-height: 140%;
  }
}
.grow__title {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 120%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1280px) {
  .grow__title {
    font-size: 3.6rem;
    max-width: 57.5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .grow__title {
    font-size: 4rem;
  }
}
.grow__content {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 1280px) {
  .grow__content {
    margin-top: 2.2rem;
  }
}
.grow__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1280px) {
  .grow__text {
    font-size: 1.8rem;
    max-width: 56rem;
  }
}
.grow__text:not(:first-of-type) {
  margin-top: 1.2rem;
}
@media only screen and (min-width: 1280px) {
  .grow__text:not(:first-of-type) {
    margin-top: 0.8rem;
  }
}
.grow__text span {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
  background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.grow__bttn {
  padding: 2rem 1rem;
  width: 100%;
  max-width: 40rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .grow__bttn {
    margin-top: 2rem;
    max-width: 42rem;
  }
}
@media only screen and (min-width: 1280px) {
  .grow__bttn {
    margin-top: 4rem;
  }
}
.grow__bttn span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .grow__bttn_mob {
    display: none;
  }
}
.grow__bttn_pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .grow__bttn_pc {
    display: block;
  }
}
.grow__images {
  position: relative;
  margin-top: 2rem;
  height: 44rem;
}
@media only screen and (min-width: 1024px) {
  .grow__images {
    margin-top: 0;
    height: auto;
  }
}
.grow__img-bg {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .grow__img-bg {
    left: 0;
    width: auto;
  }
}
.grow__img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.grow__img {
  position: absolute;
  top: 0;
  left: 6rem;
  width: 35rem;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .grow__img {
    width: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .grow__img {
    left: unset;
    top: unset;
    bottom: 0;
    right: 1.2rem;
    width: 51rem;
    height: 65rem;
  }
}
.grow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@-webkit-keyframes scrollRow1 {
  to {
    -webkit-transform: translateY(calc(-50% - 1rem));
    transform: translateY(calc(-50% - 1rem));
  }
}
@keyframes scrollRow1 {
  to {
    -webkit-transform: translateY(calc(-50% - 1rem));
    transform: translateY(calc(-50% - 1rem));
  }
}
@-webkit-keyframes scrollRow2 {
  to {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
@keyframes scrollRow2 {
  to {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
@-webkit-keyframes scrollRow3 {
  to {
    -webkit-transform: translateY(calc(-50% + 1rem));
    transform: translateY(calc(-50% + 1rem));
  }
}
@keyframes scrollRow3 {
  to {
    -webkit-transform: translateY(calc(-50% + 1rem));
    transform: translateY(calc(-50% + 1rem));
  }
}
.reviews {
  margin-top: 4rem;
}
@media only screen and (min-width: 1024px) {
  .reviews {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .reviews {
    margin-top: 12rem;
  }
}
@media only screen and (min-width: 1440px) {
  .reviews {
    margin-top: 16rem;
  }
}
.reviews__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 120%;
  color: #1d1d1d;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .reviews__title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .reviews__title {
    font-size: 4.4rem;
  }
}
.reviews__subtitle {
  margin-top: 0.6rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
  color: #757575;
}
@media only screen and (min-width: 1024px) {
  .reviews__subtitle {
    margin: 0.6rem auto 0;
    max-width: 50rem;
  }
}
@media only screen and (min-width: 1280px) {
  .reviews__subtitle {
    margin-top: 1rem;
  }
}
.reviews__container-bg {
  margin-top: 1.6rem;
  background: #f5f4f7;
}
@media only screen and (min-width: 1024px) {
  .reviews__container-bg {
    margin-top: 4rem;
    max-height: 71rem;
    overflow: hidden;
    position: relative;
  }
}
.reviews__lists {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .reviews__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}
.reviews__list {
  padding: 9rem 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7rem;
}
@media only screen and (min-width: 1024px) {
  .reviews__list {
    width: calc(33.33% - 1.3333333333rem);
  }
  .reviews__list:nth-of-type(1) {
    -webkit-animation: scrollRow1 40s forwards linear infinite;
    animation: scrollRow1 40s forwards linear infinite;
  }
  .reviews__list:nth-of-type(1):hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  .reviews__list:nth-of-type(2) {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: scrollRow2 40s forwards linear infinite;
    animation: scrollRow2 40s forwards linear infinite;
  }
  .reviews__list:nth-of-type(2):hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  .reviews__list:nth-of-type(3) {
    -webkit-animation: scrollRow3 40s forwards linear infinite;
    animation: scrollRow3 40s forwards linear infinite;
  }
  .reviews__list:nth-of-type(3):hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}
@media only screen and (min-width: 1024px) {
  .reviews__list_mob {
    display: none;
  }
}
.reviews__li {
  position: relative;
  padding: 4rem 2rem;
  background: #fff;
  border-radius: 2rem;
}
.reviews__avatar {
  position: absolute;
  top: -5rem;
  left: 4rem;
  width: 6.4rem;
  height: 6.4rem;
}
.reviews__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.4rem;
  -webkit-box-shadow: 0 8px 8px -5px #d8d7d7;
  box-shadow: 0 8px 8px -5px #d8d7d7;
}
.reviews__text {
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #1d1d1d;
}
.reviews__info {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews__name {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #1d1d1d;
}
.reviews__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #757575;
}
.reviews__location svg {
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.reviews__location b {
  font-weight: 500;
}
.reviews__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.reviews__logo {
  width: 2.8rem;
  height: 2.8rem;
}
.reviews__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.reviews__rate {
  width: 7.6rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__rate img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.faq {
  margin-top: 4rem;
  padding: 4rem 0;
}
@media only screen and (min-width: 1024px) {
  .faq {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .faq {
    margin-top: 12rem;
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1440px) {
  .faq {
    margin-top: 16rem;
  }
}
@media only screen and (min-width: 1024px) {
  .faq > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45rem auto;
    grid-template-columns: 45rem auto;
    -ms-grid-rows: 14rem auto;
    grid-template-rows: 14rem auto;
    grid-column-gap: 4rem;
    grid-row-gap: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .faq > .container {
    -ms-grid-columns: 50rem auto;
    grid-template-columns: 50rem auto;
    -ms-grid-rows: 20rem auto;
    grid-template-rows: 20rem auto;
  }
}
@media only screen and (min-width: 1440px) {
  .faq > .container {
    grid-column-gap: 7rem;
  }
}
.faq__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1024px) {
  .faq__title {
    font-size: 3.6rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
@media only screen and (min-width: 1280px) {
  .faq__title {
    font-size: 4.4rem;
  }
}
.faq__list {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .faq__list {
    margin-top: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
}
.faq__li {
  padding: 2rem 0;
  border-bottom: 0.1rem solid #e4e4e4;
  -webkit-transition: 0.3s padding linear;
  transition: 0.3s padding linear;
}
@media only screen and (min-width: 1280px) {
  .faq__li {
    padding: 2.8rem 0;
  }
}
.faq__li.active {
  padding-bottom: 1rem;
}
.faq__li.active .faq__li-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq__li-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.faq__li-question {
  max-width: calc(100% - 5rem);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #1d1d1d;
}
@media only screen and (min-width: 1280px) {
  .faq__li-question {
    font-size: 2.4rem;
  }
}
.faq__li-icon {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 1280px) {
  .faq__li-icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.faq__li-icon::after,
.faq__li-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#538cff), to(#276eff));
  background: linear-gradient(180deg, #86afff 0, #6093f9 100%);
  border-radius: 0.2rem;
}
@media only screen and (min-width: 1280px) {
  .faq__li-icon::after,
  .faq__li-icon::before {
    width: 2rem;
  }
}
.faq__li-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.faq__li-answer {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 170%;
  color: #757575;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .faq__li-answer {
    font-size: 1.6rem;
    line-height: 140%;
  }
}
.faq__img {
  margin: 1.2rem auto 0;
  width: 21rem;
  height: 31rem;
}
@media only screen and (min-width: 1024px) {
  .faq__img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
@media only screen and (min-width: 1280px) {
  .faq__img {
    margin: 0;
    width: 35rem;
    height: 52rem;
  }
}
.faq__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.subscribe {
  padding: 8rem 0;
}
@media only screen and (min-width: 1280px) {
  .subscribe {
    padding: 12rem 0;
    padding-top: 16rem;
  }
}
@media only screen and (min-width: 1440px) {
  .subscribe {
    padding: 16rem 0;
    padding-top: 20rem;
  }
}
.subscribe__texts {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 180%;
  color: #757575;
}
@media only screen and (min-width: 1280px) {
  .subscribe__texts {
    margin-top: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.subscribe__timer {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subscribe__timer p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #fff;
}
.subscribe__timer p b {
  padding: 0.2rem 0.6rem;
  background: #fff;
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  color: #1d1d1d;
}

.subscribe__timer-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.subscribe__timer-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.subscribe .free-places {
  margin-top: 1.2rem;
  padding: 1.6rem 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #24489d;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
  color: #fff;
}
.subscribe .free-places img {
  width: 2.4rem;
  height: 2.4rem;
}
.subscribe .free-places b {
  padding: 0.2rem 0.6rem;
  background: #fff;
  border-radius: 4px;
  color: #1d1d1d;
}
.subscribe-form {
  margin: 0 1rem;
  padding: 2rem;
  padding-top: 14rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#538cff), to(#276eff));
  background: linear-gradient(180deg, #86afff 0, #6093f9 100%);
  border-radius: 2rem;
}
@media only screen and (min-width: 768px) {
  .subscribe-form {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .subscribe-form {
    padding: 4rem;
  }
}
.subscribe-form__head {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .subscribe-form__head {
    padding-bottom: 3rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.subscribe-form__img {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 19rem;
  height: 17rem;
}
@media only screen and (min-width: 1024px) {
  .subscribe-form__img {
    width: 26rem;
    height: 24rem;
    left: 7rem;
    bottom: calc(100% + 1.5rem);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1280px) {
  .subscribe-form__img {
    width: 34rem;
    height: 32rem;
  }
}
.subscribe-form__img .subscribe-form__img-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24rem;
  height: 27.5rem;
}
@media only screen and (min-width: 1024px) {
  .subscribe-form__img .subscribe-form__img-inner {
    width: 35rem;
    height: 46rem;
  }
}
@media only screen and (min-width: 1280px) {
  .subscribe-form__img .subscribe-form__img-inner {
    width: 35rem;
    height: 46rem;
  }
}
.subscribe-form__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.subscribe-form__img .secondImg {
  opacity: 0;
}
.subscribe-form__img.active .firstImg {
  opacity: 0;
}
.subscribe-form__img.active .secondImg {
  opacity: 1;
}
.subscribe-form__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 142%;
  color: #fff;
}
.subscribe-form__title b {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .subscribe-form__title {
    font-size: 2.8rem;
  }
  .subscribe-form__title b {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .subscribe-form__title {
    font-size: 4.4rem;
    line-height: 123%;
  }
  .subscribe-form__title b {
    font-size: 5rem;
  }
}
.subscribe-form__text {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 140%;
  color: #fff;
  font-weight: 200;
}
@media only screen and (min-width: 1024px) {
  .subscribe-form__text {
    font-size: 1.8rem;
    max-width: 68rem;
  }
}
@media only screen and (min-width: 1280px) {
  .subscribe-form__text {
    font-size: 2.4rem;
  }
}
.subscribe-form__text b {
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .subscribe-form__text b {
    font-weight: 500;
  }
}
.subscribe-form__fieldset {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__fieldset {
    margin-top: 0;
    width: 34rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .subscribe-form__fieldset {
    width: 41rem;
  }
}
.subscribe-form__fieldset .iti__flag-container {
  color: #fff;
}
.subscribe-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.subscribe-form__input input {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.15);
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: #fff;
}
.subscribe-form__input input::-webkit-input-placeholder {
  color: #fff;
}
.subscribe-form__input input::-moz-placeholder {
  color: #fff;
}
.subscribe-form__input input:-ms-input-placeholder {
  color: #fff;
}
.subscribe-form__input input::-ms-input-placeholder {
  color: #fff;
}
.subscribe-form__input input::placeholder {
  color: #fff;
}
.subscribe-form__input-name {
  padding-left: 1.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 143%;
  color: #fff;
}
.subscribe-form__submit {
  margin: 0 auto;
  padding: 2rem;
  width: 100%;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 133%;
  background: linear-gradient(180deg, #538cff 0, #276eff 100%);
  border-color: #24489d;
  color: #fff;
}
.modal-bid__title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 145%;
  color: #1d1d1d;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .modal-bid__title {
    font-size: 2.4rem;
  }
}
.modal-bid__subtitle {
  margin: 1rem auto 0;
  margin-bottom: 1.6rem;
  max-width: 32rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  text-align: center;
  color: #757575;
}
@media only screen and (min-width: 1024px) {
  .modal-bid__subtitle {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    max-width: 47rem;
  }
}
.modal-bid .grow__head {
  margin: 1rem;
}
@media only screen and (min-width: 1440px) {
  .modal-bid .grow__head-comma svg {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-bid .grow__head-title {
    font-size: 1.4rem;
  }
}
.modal-bid .grow__text {
  margin-top: 1.2rem;
  text-align: center;
}
.modal-bid .grow__head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
