/* Begin home page */
.home-page .section-title {
  font-size: 36px;
  margin: 0 0 5px; }
  @media (max-width: 767px) {
    .home-page .section-title {
      font-size: 24px; } }

.home-page .swiper-button-next:after, .home-page .swiper-button-prev:after {
  font-family: 'iot-fonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.4;
  color: #fff;
  font-size: 60px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  @media (max-width: 767px) {
    .home-page .swiper-button-next:after, .home-page .swiper-button-prev:after {
      font-size: 40px; } }

.home-page .swiper-button-prev:after, .home-page .swiper-rtl .swiper-button-next:after {
  content: "\e94b"; }

.home-page .swiper-button-next:after, .home-page .swiper-rtl .swiper-button-prev:after {
  content: "\e94d"; }

.home-page .swiper-iot-next, .home-page .swiper-iot-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #294563; }
  .home-page .swiper-iot-next:after, .home-page .swiper-iot-prev:after {
    content: "\ea29";
    font-size: 18px;
    color: #294563;
    opacity: 1; }

.home-page .swiper-iot-prev:after {
  content: "\ea28"; }

.home-page .swiper-button-next:hover:after, .home-page .swiper-button-prev:hover:after {
  opacity: 1; }

@media (max-width: 767px) {
  .home-page .section {
    padding: 4rem 0; } }

.home-page .home-hero-slider {
  height: 522px; }
  .home-page .home-hero-slider .gift-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../images/hero-background/giveaway-background.svg) center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%; }
    .home-page .home-hero-slider .gift-countdown:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 62%;
      height: 2000px;
      left: 50%;
      top: -5%;
      transform: translate(-50%, 0);
      background: url(../../images/pages/home-page/hero-stars-bg.svg) top center no-repeat;
      background-size: 100% auto;
      z-index: 1;
      pointer-events: none; }
    .home-page .home-hero-slider .gift-countdown__contents {
      position: relative;
      z-index: 9;
      width: 100%;
      max-width: 784px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 32px;
      padding: 32px;
      border-radius: 40px;
      border: 2px solid rgba(255, 255, 255, 0.5);
      background: var(--gradient-listening, linear-gradient(180deg, #33B2C7 0%, #268695 100%));
      box-shadow: 0px 4px 20px 0px rgba(41, 69, 99, 0.16); }
      @media (max-width: 767px) {
        .home-page .home-hero-slider .gift-countdown__contents {
          flex-direction: column;
          gap: 5rem;
          border-radius: 0;
          box-shadow: none;
          border: none;
          padding: 32px 15px;
          height: 100%; } }
      .home-page .home-hero-slider .gift-countdown__contents:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 140px;
        height: 149px;
        right: -6.5%;
        bottom: 0;
        background: url(../../images/pages/home-page/hero-character.svg) top center no-repeat;
        background-size: contain; }
        @media (max-width: 767px) {
          .home-page .home-hero-slider .gift-countdown__contents:after {
            right: -11.5%;
            bottom: -8%; } }
    .home-page .home-hero-slider .gift-countdown__lottery {
      display: flex;
      gap: 16px;
      justify-content: center;
      margin-bottom: 24px; }
    @media (max-width: 767px) {
      .home-page .home-hero-slider .gift-countdown__share-img {
        max-width: 66px; } }
    .home-page .home-hero-slider .gift-countdown__list {
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .home-page .home-hero-slider .gift-countdown__list {
          display: grid;
          grid-template-columns: auto auto;
          width: max-content;
          gap: 1rem 2rem; } }
      .home-page .home-hero-slider .gift-countdown__list li {
        font-size: 30px;
        font-weight: 600;
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        display: flex;
        position: relative;
        align-items: flex-start;
        color: #fff; }
        @media (max-width: 767px) {
          .home-page .home-hero-slider .gift-countdown__list li {
            font-size: 18px; } }
        .home-page .home-hero-slider .gift-countdown__list li:before {
          content: '';
          position: relative;
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #fff;
          top: 16px;
          margin-right: 6px;
          flex-shrink: 0; }
          @media (max-width: 767px) {
            .home-page .home-hero-slider .gift-countdown__list li:before {
              width: 5px;
              height: 5px;
              top: 10px; } }
    .home-page .home-hero-slider .gift-countdown__col-left {
      width: 65%; }
      @media (max-width: 767px) {
        .home-page .home-hero-slider .gift-countdown__col-left {
          width: 100%; } }
    .home-page .home-hero-slider .gift-countdown__col-right {
      padding: 32px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(50px);
      text-align: center; }
      @media (max-width: 767px) {
        .home-page .home-hero-slider .gift-countdown__col-right {
          padding: 15px; } }
    .home-page .home-hero-slider .gift-countdown__title {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 4px; }
      @media (max-width: 767px) {
        .home-page .home-hero-slider .gift-countdown__title {
          font-size: 22px; } }
    .home-page .home-hero-slider .gift-countdown__desc {
      font-size: 18px;
      font-weight: 400;
      color: #282828;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .home-page .home-hero-slider .gift-countdown__desc {
          font-size: 16px;
          margin-bottom: 6px; } }
    .home-page .home-hero-slider .gift-countdown__end-in {
      color: #282828;
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 4px; }
    .home-page .home-hero-slider .gift-countdown__btn {
      width: max-content;
      height: 44px;
      padding: 0px 20px;
      gap: 8px;
      font-size: 16px;
      margin-top: 32px; }
    .home-page .home-hero-slider .gift-countdown__label {
      width: 152px;
      height: 89px;
      font-size: 0;
      color: transparent;
      position: absolute;
      z-index: 6;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-56%, -35%);
      background: url(../../images/pages/home-page/gift-label-text-bg.svg) center no-repeat;
      background-size: contain; }
      @media (max-width: 767px) {
        .home-page .home-hero-slider .gift-countdown__label {
          width: 96px;
          transform: translate(-56%, -95%); } }
    .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper {
      display: flex;
      justify-content: center; }
      .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper .flip {
        box-shadow: none; }
      .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul {
        width: 20px;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        margin: 0; }
        .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul.even {
          left: 2px;
          z-index: 9; }
          .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul.even li a div div.inn {
            border-top-left-radius: 4px; }
          .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul.even li a div.down {
            border-bottom-left-radius: 4px; }
        .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul.odd {
          right: 2px; }
          .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul.odd li a div div.inn {
            border-top-right-radius: 4px; }
          .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul.odd li a div.down {
            border-bottom-right-radius: 4px; }
        .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul li {
          line-height: 40px; }
          .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul li a div.up:after {
            top: 19px;
            background-color: rgba(41, 69, 99, 0.13); }
          .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul li a div div.inn {
            border-radius: 0;
            font-size: 24px;
            background-color: #294563;
            color: #fff; }
          .home-page .home-hero-slider .gift-countdown .flip-clock-wrapper ul li a div.down {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px; }
    .home-page .home-hero-slider .gift-countdown .flip-clock-divider {
      height: 40px;
      margin: 0px -3px; }
      .home-page .home-hero-slider .gift-countdown .flip-clock-divider .flip-clock-label {
        right: -24px;
        color: #282828;
        top: initial;
        bottom: -1.9rem;
        font-size: 12px; }
      .home-page .home-hero-slider .gift-countdown .flip-clock-divider.minutes .flip-clock-label {
        right: -24px; }
      .home-page .home-hero-slider .gift-countdown .flip-clock-divider.seconds .flip-clock-label {
        right: -24px; }
    .home-page .home-hero-slider .gift-countdown .flip-clock-dot {
      width: 4px;
      height: 4px;
      background: #294563;
      left: 7px; }
      .home-page .home-hero-slider .gift-countdown .flip-clock-dot.top {
        top: 12px; }
      .home-page .home-hero-slider .gift-countdown .flip-clock-dot.bottom {
        bottom: 12px; }
  .home-page .home-hero-slider .hero-ferris {
    width: 189.4px;
    position: absolute;
    left: 50%;
    top: 26.6%;
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
    z-index: -1; }
  .home-page .home-hero-slider .swiper-button-next, .home-page .home-hero-slider .swiper-rtl .swiper-button-prev {
    right: 26px; }
  .home-page .home-hero-slider .swiper-button-prev, .home-page .home-hero-slider .swiper-rtl .swiper-button-next {
    left: 26px; }
  .home-page .home-hero-slider .swiper-slide-active .bFadeIn {
    animation-name: fadeIn; }
  .home-page .home-hero-slider .swiper-slide-active .bFadeInUp {
    animation-name: fadeInUp; }
  .home-page .home-hero-slider .swiper-slide-active .bFadeInLeft {
    animation-name: fadeInLeft; }
  .home-page .home-hero-slider .swiper-slide-active .bFadeInRight {
    animation-name: fadeInRight; }
  .home-page .home-hero-slider .swiper-slide-active .bBounceInLeft {
    animation-name: bounceInLeft; }
  .home-page .home-hero-slider .swiper-slide-active .bBounceInRight {
    animation-name: bounceInRight; }
  .home-page .home-hero-slider .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
  .home-page .home-hero-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4); }
  .home-page .home-hero-slider .swiper-pagination-bullet-active {
    background: #fff; }

.home-page .home-hero5 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #294563; }
  .home-page .home-hero5:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(136.62deg, #051A30 0%, #001830 47.86%, #284664 101.23%);
    z-index: 14;
    opacity: 0.65; }
  .home-page .home-hero5__title {
    text-indent: -9999999px;
    font-size: 0;
    position: absolute; }
  .home-page .home-hero5__logos-group {
    display: flex;
    margin-top: 0rem;
    margin-bottom: 3rem;
    align-items: center; }
    @media (max-width: 767px) {
      .home-page .home-hero5__logos-group {
        margin-bottom: 1rem; } }
  .home-page .home-hero5__logo-item {
    margin-right: 2.5rem; }
    .home-page .home-hero5__logo-item:last-child {
      margin-right: 0; }
  @media (max-width: 767px) {
    .home-page .home-hero5__img-text {
      max-width: 300px; } }
  .home-page .home-hero5__img-handshake {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .home-page .home-hero5__particles-js {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%; }
  .home-page .home-hero5__contents {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .home-page .home-hero5__contents {
        flex-wrap: wrap;
        padding: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center; } }
  .home-page .home-hero5__col-left {
    width: 46%;
    flex: 1; }
    @media (max-width: 767px) {
      .home-page .home-hero5__col-left {
        width: 100%; } }
  .home-page .home-hero5__col-right {
    width: 54%;
    padding-left: 2rem; }
    @media (max-width: 767px) {
      .home-page .home-hero5__col-right {
        width: 100%;
        padding-left: 0; } }
  .home-page .home-hero5__text.-text-1 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 1rem; }
  .home-page .home-hero5__text.-text-2 {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .home-page .home-hero5__text.-text-2 {
        font-size: 36px; } }
  .home-page .home-hero5__text.-text-3 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 3rem; }
    @media (max-width: 767px) {
      .home-page .home-hero5__text.-text-3 {
        font-size: 14px;
        margin-bottom: 2rem; } }
    .home-page .home-hero5__text.-text-3 strong {
      font-weight: bold; }
  .home-page .home-hero5__btn {
    background: #F9A95A;
    border-radius: 38px;
    height: 58px;
    min-width: 200px;
    font-weight: 700;
    font-size: 16px;
    color: #294563;
    text-transform: uppercase; }
    .home-page .home-hero5__btn:hover {
      opacity: 0.85; }
  .home-page .home-hero5__img-certificate {
    margin-left: auto;
    display: block;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.5);
    border-radius: 8px; }
    @media (max-width: 767px) {
      .home-page .home-hero5__img-certificate {
        max-width: 220px;
        margin: 2rem auto 0; } }

.home-page .home-hero2__contents {
  background: url(../../images/hero-background/hero-bg-1.svg) center no-repeat;
  background-size: cover;
  padding: 0 9.6%;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  @media (max-width: 767px) {
    .home-page .home-hero2__contents {
      padding: 0 15px; }
      .home-page .home-hero2__contents:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        filter: blur(36px);
        z-index: 9; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home-page .home-hero2__contents {
      background-position: -164px; } }

.home-page .home-hero2__col-left {
  width: 50%;
  padding: 14% 0; }
  @media (max-width: 767px) {
    .home-page .home-hero2__col-left {
      width: 100%; } }

.home-page .home-hero2__col-right {
  width: 50%;
  position: relative; }

.home-page .home-hero2__img {
  position: absolute;
  bottom: 0;
  max-width: 331px;
  right: 21%; }

.home-page .home-hero2 p {
  color: #294563;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 9; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home-page .home-hero2 p {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-page .home-hero2 p {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .home-page .home-hero2 p {
      font-size: 18px; } }
  .home-page .home-hero2 p:first-child {
    margin-bottom: 3rem; }
  .home-page .home-hero2 p .orange {
    color: #F9A95A; }
  .home-page .home-hero2 p.description {
    font-size: 24px;
    font-weight: 500; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .home-hero2 p.description {
        font-size: 22px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .home-hero2 p.description {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .home-page .home-hero2 p.description {
        font-size: 16px; } }

.home-page .home-hero2 strong {
  font-size: 32px;
  font-weight: 500; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home-page .home-hero2 strong {
      font-size: 28px;
      font-weight: 600; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-page .home-hero2 strong {
      font-size: 22px;
      font-weight: 600; } }

@media (max-width: 767px) {
  .home-page .home-hero3 {
    text-align: center; } }

.home-page .home-hero3__col-left {
  width: 100%;
  max-width: 520px; }

.home-page .home-hero3__title {
  font-size: 40px;
  color: #fff;
  font-family: "Reeji-CloudYuanCu-GB","Montserrat", Helvetica, Arial, sans-serif;
  margin-bottom: 4rem; }
  @media (max-width: 767px) {
    .home-page .home-hero3__title {
      text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3); } }

.home-page .home-hero3__desc {
  font-size: 20px;
  line-height: 1.5; }
  .home-page .home-hero3__desc strong {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px; }

.home-page .home-hero3__btn {
  height: 60px;
  line-height: 60px;
  border-radius: 28.5px;
  background-color: #faaa5a;
  font-size: 24px;
  color: #294563;
  font-weight: normal;
  margin-top: 4rem;
  padding: 0 25px; }
  .home-page .home-hero3__btn:hover {
    background-color: #F9B169; }

.home-page .home-hero {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden; }
  .home-page .home-hero > .container {
    position: relative;
    z-index: 2; }
  .home-page .home-hero__wrap {
    padding: 58px 0px 105px; }
  .home-page .home-hero__col-left {
    width: 50%;
    float: left;
    text-align: left; }
    @media (max-width: 767px) {
      .home-page .home-hero__col-left {
        width: 100%;
        float: none;
        text-align: center; } }
  .home-page .home-hero__col-right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 2rem;
    padding-left: 2rem; }
    @media (max-width: 767px) {
      .home-page .home-hero__col-right {
        display: none; } }
    .home-page .home-hero__col-right.congrat .answer-slot {
      background: rgba(255, 255, 255, 0.78); }
    .home-page .home-hero__col-right.congrat .answer-gap, .home-page .home-hero__col-right.congrat .quiz-box__question-title, .home-page .home-hero__col-right.congrat .tag-choice, .home-page .home-hero__col-right.congrat .quiz-box__intro, .home-page .home-hero__col-right.congrat .figure-group, .home-page .home-hero__col-right.congrat .animation-box__person, .home-page .home-hero__col-right.congrat .animation-box__arrow {
      display: none; }
    .home-page .home-hero__col-right.congrat .quiz-box__promo-code, .home-page .home-hero__col-right.congrat .quiz-box__congrat-title {
      display: block; }
    .home-page .home-hero__col-right.congrat .home-hero__img-congrat {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .home-page .home-hero__col-right.wrong-answered {
      pointer-events: none; }
      .home-page .home-hero__col-right.wrong-answered .quiz-box__question-title {
        display: none; }
      .home-page .home-hero__col-right.wrong-answered .quiz-box__wrong-title {
        display: block; }
  .home-page .home-hero__img-congrat {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s; }
  .home-page .home-hero__title {
    font-size: 46px;
    font-weight: 300;
    color: #e8e8e8;
    margin: 0 0 21px; }
    @media (max-width: 767px) {
      .home-page .home-hero__title {
        font-size: 36px; } }
    .home-page .home-hero__title strong {
      font-weight: bold;
      display: block; }
  .home-page .home-hero__caption {
    font-size: 18px;
    line-height: 1.5;
    color: #32b4c8;
    margin: 0 0 27px; }
    .home-page .home-hero__caption strong {
      font-weight: 800;
      color: #e8e8e8; }
  .home-page .home-hero__more-info {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 0.23px;
    color: #f3f3f3;
    margin-bottom: 29px; }
  .home-page .home-hero__students-group {
    margin-right: 10px;
    max-width: 41px; }
  .home-page .home-hero .home-hero__button {
    min-width: 179px;
    height: 58px;
    line-height: 58px;
    border-radius: 28.5px;
    background-color: #faaa5a;
    font-size: 16px;
    letter-spacing: 0.44px;
    color: #284664;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .home-page .home-hero .home-hero__button:hover {
      background-color: #F9B169; }
  .home-page .home-hero .promo-box {
    display: none;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -45px;
    overflow: hidden;
    box-shadow: 0px 1px 8px 0px transparent;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .home-page .home-hero .promo-box:hover {
      box-shadow: 0px 1px 8px 0px #9d9d9d; }
    @media (max-width: 767px) {
      .home-page .home-hero .promo-box {
        display: none;
        text-align: center; } }
    .home-page .home-hero .promo-box__col-left {
      width: 12.3%;
      float: left;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.22px;
      text-align: center;
      color: #ffffff;
      background-color: #c86478;
      text-transform: uppercase;
      position: relative;
      padding: 0 12px 0 30px;
      line-height: auto;
      height: 90px;
      display: inline-flex;
      align-items: center; }
      .home-page .home-hero .promo-box__col-left:after {
        content: "";
        position: absolute;
        right: -24px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 45px solid transparent;
        border-left: 24px solid #c86478;
        border-bottom: 45px solid transparent; }
    .home-page .home-hero .promo-box__col-center {
      width: 60%;
      float: left;
      padding: 20px 30px 0; }
    .home-page .home-hero .promo-box__col-right {
      width: 27.7%;
      float: left;
      padding: 20px 30px 20px 0;
      text-align: right; }
    .home-page .home-hero .promo-box__promo-text {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: 21px;
      font-weight: bold;
      color: #284664; }
      .home-page .home-hero .promo-box__promo-text strong {
        color: #c86478; }
    .home-page .home-hero .promo-box__caption {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #c86478; }
    .home-page .home-hero .promo-box__original-price {
      text-decoration: line-through;
      font-style: normal;
      color: #9d9d9d; }
    .home-page .home-hero .promo-box__price {
      font-size: 18px; }
    .home-page .home-hero .promo-box .iot-bt {
      font-size: 16px;
      font-weight: 600;
      max-width: 136px;
      height: 52px;
      line-height: 52px;
      border-radius: 4px;
      letter-spacing: 0.44px;
      color: #d5d5d5; }
  .home-page .home-hero .arrowMoveRepeat1 {
    -webkit-animation: arrowMoveDistance 6s infinite linear;
    animation: arrowMoveDistance 6s infinite linear;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .home-page .home-hero .arrowMoveRepeat2 {
    -webkit-animation: arrowMoveDistance15 30s infinite linear;
    animation: arrowMoveDistance15 30s infinite linear;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .home-page .home-hero .arrowMoveRepeat3 {
    -webkit-animation: arrowMoveDistance15 15s infinite linear;
    animation: arrowMoveDistance15 15s infinite linear;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .home-page .home-hero .arrowMoveRepeat4 {
    -webkit-animation: arrowMoveDistance6 11s infinite linear;
    animation: arrowMoveDistance6 11s infinite linear;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .home-page .home-hero .arrowMoveRepeat5 {
    -webkit-animation: arrowMoveDistance15 13s infinite linear;
    animation: arrowMoveDistance15 13s infinite linear;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .home-page .home-hero .arrowMoveRepeat6 {
    -webkit-animation: arrowMoveDistance5 28s infinite linear;
    animation: arrowMoveDistance5 28s infinite linear;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .home-page .home-hero .arrowMoveRepeat7 {
    -webkit-animation: arrowMoveDistance15 8s infinite linear;
    animation: arrowMoveDistance15 8s infinite linear;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .home-page .home-hero .arrowMoveRepeat8 {
    -webkit-animation: arrowMoveDistance6 9s infinite linear;
    animation: arrowMoveDistance6 9s infinite linear;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .home-page .home-hero video {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0); }
  .home-page .home-hero .hh-control {
    margin: 20px 0px 0px 0px; }
    .home-page .home-hero .hh-control a {
      display: inline-block;
      height: 48px;
      line-height: 48px;
      padding: 0px 35px;
      border-radius: 5px;
      color: #294563;
      cursor: pointer;
      margin: 0;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.4px;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      background: #cccccc;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      @media (max-width: 767px) {
        .home-page .home-hero .hh-control a {
          width: 100%;
          margin: 5px 0;
          min-width: 10px;
          font-size: 14px;
          padding: 0; } }
      .home-page .home-hero .hh-control a:hover {
        opacity: 1;
        background: #294563;
        color: #fff; }
      .home-page .home-hero .hh-control a.active {
        color: #fff;
        border-color: #294563;
        background-color: #294563; }
      .home-page .home-hero .hh-control a:first-child {
        padding: 0px 38px;
        background-color: #f9a95a;
        color: #fff;
        margin-right: 40px; }
        @media (max-width: 767px) {
          .home-page .home-hero .hh-control a:first-child {
            margin: 5px 0;
            padding: 0; } }
        .home-page .home-hero .hh-control a:first-child:hover {
          background-color: #BB7F44; }

.home-page .iot-services {
  padding: 8rem 0; }
  @media (max-width: 767px) {
    .home-page .iot-services {
      padding: 4rem 0; } }
  .home-page .iot-services__item {
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: space-between;
    padding: 30px 40px;
    min-height: 170px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .iot-services__item {
        padding: 15px; } }
    .home-page .iot-services__item:hover {
      box-shadow: #26394d 0px 20px 30px -10px; }
    .home-page .iot-services__item.-orange {
      background-color: #F9A95A; }
    .home-page .iot-services__item.-blue {
      background-color: #32B4C8; }
    .home-page .iot-services__item.-pink {
      background-color: #C76378; }
  .home-page .iot-services__item-name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-size: 16px; }
  .home-page .iot-services__item-cn-name {
    font-size: 24px;
    margin-bottom: 9px;
    letter-spacing: 0.3px;
    display: block;
    line-height: 1.2; }
  .home-page .iot-services__img-wrap {
    position: relative;
    z-index: 0; }
    .home-page .iot-services__img-wrap:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 84px;
      height: 84px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #7a7a7a;
      opacity: 0.6;
      background-color: #fff;
      z-index: -1;
      border-radius: 50%; }

.home-page .ielts-tips {
  background-color: #fff;
  padding: 8rem 0; }
  @media (max-width: 767px) {
    .home-page .ielts-tips {
      padding: 4rem 0; } }
  .home-page .ielts-tips__title.-white {
    color: #fff; }
  .home-page .ielts-tips__title .ribbon {
    display: inline-block;
    vertical-align: middle;
    width: 74px;
    height: 40px;
    background: url(../../images/icons/new-cn-ribbon.svg) center no-repeat;
    background-size: 100%; }
  .home-page .ielts-tips__title-link {
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word; }
    .home-page .ielts-tips__title-link:hover {
      opacity: 0.9; }
  .home-page .ielts-tips__contents {
    --spacing: 25px;
    --columns: 2;
    margin-top: 2rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .ielts-tips__contents {
        --spacing: 20px;
        --columns: 2; } }
    @media (max-width: 767px) {
      .home-page .ielts-tips__contents {
        --spacing: 0px;
        --columns: 1; } }
  .home-page .ielts-tips__item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08); }
  .home-page .ielts-tips__item-info {
    display: flex;
    justify-content: space-between; }
  .home-page .ielts-tips__item-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem; }
  .home-page .ielts-tips__image-link {
    display: inline-block;
    flex-shrink: 0;
    width: 150px;
    height: 100px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .ielts-tips__image-link {
        max-width: 118px; } }
    @media (max-width: 767px) {
      .home-page .ielts-tips__image-link {
        max-width: 100px;
        height: 67px; } }
  .home-page .ielts-tips__item-img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover; }
  .home-page .ielts-tips__item-top-right {
    padding-left: 25px;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .ielts-tips__item-top-right {
        padding-left: 18px; } }
    @media (max-width: 767px) {
      .home-page .ielts-tips__item-top-right {
        padding-left: 15px; } }
  .home-page .ielts-tips__item-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #294563;
    margin: 0 0 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .ielts-tips__item-title {
        font-size: 22px;
        margin: 0 0 6px; } }
    @media (max-width: 767px) {
      .home-page .ielts-tips__item-title {
        font-size: 18px;
        margin: 0 0 6px; } }
  .home-page .ielts-tips__item-desc {
    color: #282828;
    line-height: 1.43;
    margin: auto 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px; }
  .home-page .ielts-tips__item-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #818193;
    align-items: flex-end;
    margin-top: auto; }
  .home-page .ielts-tips__item-more-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px; }
  @media (max-width: 767px) {
    .home-page .ielts-tips__item-tags {
      font-size: 14px;
      display: flex;
      flex-direction: column; } }
  .home-page .ielts-tips__tag {
    position: relative;
    margin-right: 10px; }
    .home-page .ielts-tips__tag:last-child {
      margin-right: 0; }
    .home-page .ielts-tips__tag:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '';
      content: "\f02b";
      display: inline-block;
      margin-right: 6px;
      transform: rotate(90deg); }
  .home-page .ielts-tips__item-views, .home-page .ielts-tips__item-time {
    display: flex;
    align-items: center;
    color: #888;
    white-space: nowrap; }
    .home-page .ielts-tips__item-views span, .home-page .ielts-tips__item-time span {
      font-size: 16px;
      display: inline-block;
      margin-right: 5px;
      color: #ccc; }
  .home-page .ielts-tips__item-views {
    color: #294563;
    display: flex;
    gap: 5px;
    font-size: 12px; }
    .home-page .ielts-tips__item-views .ioticon-views:before {
      color: #294563; }
  .home-page .ielts-tips__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 0; }
  .home-page .ielts-tips__btn {
    height: 44px;
    min-width: 136px;
    color: #294563;
    width: max-content; }

.home-page .tips-tab {
  margin-top: 3rem; }
  .home-page .tips-tab__nav {
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 767px) {
      .home-page .tips-tab__nav {
        flex-wrap: wrap; } }
  .home-page .tips-tab__nav-item.active .tips-tab__nav-link {
    font-weight: 700;
    color: #fff; }
    .home-page .tips-tab__nav-item.active .tips-tab__nav-link.-listening {
      border: 1px solid #32B4C8;
      background: #32B4C8; }
    .home-page .tips-tab__nav-item.active .tips-tab__nav-link.-reading {
      border: 1px solid #37854D;
      background: #37854D; }
    .home-page .tips-tab__nav-item.active .tips-tab__nav-link.-writing {
      border: 1px solid #F9A95A;
      background: #F9A95A; }
    .home-page .tips-tab__nav-item.active .tips-tab__nav-link.-speaking {
      border: 1px solid #C76378;
      background: #C76378; }
  .home-page .tips-tab__nav-link {
    color: #294563;
    border-radius: 30px;
    border: 1px solid var(--primary-primary-50, #EAECEF);
    background: #FFF;
    display: flex;
    min-width: 180px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .tips-tab__nav-link {
        min-width: 160px; } }
    .home-page .tips-tab__nav-link:hover {
      color: #fff; }
    .home-page .tips-tab__nav-link.-listening:hover, .home-page .tips-tab__nav-link.-listening.active {
      border: 1px solid #32B4C8;
      background: #32B4C8; }
    .home-page .tips-tab__nav-link.-listening:before {
      content: "\e905"; }
    .home-page .tips-tab__nav-link.-reading:hover, .home-page .tips-tab__nav-link.-reading.active {
      border: 1px solid #37854D;
      background: #37854D; }
    .home-page .tips-tab__nav-link.-reading:before {
      content: "\e907"; }
    .home-page .tips-tab__nav-link.-writing:hover, .home-page .tips-tab__nav-link.-writing.active {
      border: 1px solid #F9A95A;
      background: #F9A95A; }
    .home-page .tips-tab__nav-link.-writing:before {
      content: "\e98e"; }
    .home-page .tips-tab__nav-link.-speaking:hover, .home-page .tips-tab__nav-link.-speaking.active {
      border: 1px solid #C76378;
      background: #C76378; }
    .home-page .tips-tab__nav-link.-speaking:before {
      content: "\e98d"; }
    .home-page .tips-tab__nav-link:last-child {
      margin-right: 0; }
    .home-page .tips-tab__nav-link:before {
      content: "\e991";
      display: inline-block;
      width: 24px;
      height: 24px;
      font-size: 24px;
      font-family: 'iot-fonts' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 8px; }

.home-page .section-bg__title {
  margin: 0 0 5px; }

.home-page .book-home.-chinese .row-fix {
  display: flex;
  flex-wrap: wrap; }
  .home-page .book-home.-chinese .row-fix:after, .home-page .book-home.-chinese .row-fix:before {
    content: initial; }
  .home-page .book-home.-chinese .row-fix .col-fix {
    margin-bottom: 2rem; }

.home-page .book-home.-chinese .book-item {
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
  padding: 20px;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .home-page .book-home.-chinese .book-item .test-vote {
    margin-top: auto; }
  @media (max-width: 767px) {
    .home-page .book-home.-chinese .book-item {
      max-width: 100%; } }
  .home-page .book-home.-chinese .book-item img {
    border-radius: 10px;
    border: none; }

.home-page .why-using {
  padding: 10rem 0 5rem;
  background: linear-gradient(0deg, #F3F3F3 0%, #F3F3F3 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F3F3F3 100%); }
  @media (max-width: 767px) {
    .home-page .why-using {
      padding: 4rem 0; } }
  .home-page .why-using__title {
    margin: 0 0 4rem; }
  .home-page .why-using__contents {
    display: flex;
    gap: 2rem; }
    @media (max-width: 767px) {
      .home-page .why-using__contents {
        flex-wrap: wrap; } }
  .home-page .why-using__cards-wrapper {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px; }

.home-page .why-box__col {
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
  padding: 20px; }
  .home-page .why-box__col.-left {
    width: 36%; }
    @media (max-width: 767px) {
      .home-page .why-box__col.-left {
        width: 100%; } }
  .home-page .why-box__col.-right {
    width: 64%; }
    @media (max-width: 767px) {
      .home-page .why-box__col.-right {
        width: 100%; } }

.home-page .why-box__cards-wrapper {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 10px; }

.home-page .why-box__card {
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 15px;
  border-radius: 15px;
  border: 1px solid #EAECEF;
  background: #FFF; }

.home-page .why-box__card-title {
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 700; }

.home-page .why-box__card-qr {
  display: flex;
  padding: 10px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px; }

.home-page .why-box__qr-desc {
  font-size: 14px; }

.home-page .why-box__items-wrapper {
  --spacing: 20px;
  --columns: 3; }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-page .why-box__items-wrapper {
      --spacing: 10px;
      --columns: 2; } }
  @media (max-width: 767px) {
    .home-page .why-box__items-wrapper {
      --spacing: 0px;
      --columns: 1; } }

.home-page .why-box__item {
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 15px;
  border: 1px solid #EAECEF;
  background: #FFF; }

.home-page .why-box__item-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold; }

.home-page .why-box__item-desc {
  font-size: 14px; }

.home-page .world-largest {
  padding: 10rem 0; }
  @media (max-width: 767px) {
    .home-page .world-largest {
      padding: 8rem 0; } }
  .home-page .world-largest__contents {
    --spacing: 20px;
    --columns: 6;
    margin-top: 3rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .world-largest__contents {
        --spacing: 10px;
        --columns: 3; } }
    @media (max-width: 767px) {
      .home-page .world-largest__contents {
        --spacing: 15px;
        --columns: 2; } }
  .home-page .world-largest__card {
    display: flex;
    padding: 20px 18px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--system-white, #FFF);
    box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08); }
    @media (max-width: 767px) {
      .home-page .world-largest__card {
        margin-bottom: 15px; } }
    .home-page .world-largest__card:nth-child(even) {
      position: relative;
      top: 4rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .home-page .world-largest__card:nth-child(even) {
          top: initial; } }
      @media (max-width: 767px) {
        .home-page .world-largest__card:nth-child(even) {
          top: initial; } }
  .home-page .world-largest__card-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 5px; }
  .home-page .world-largest__card-desc {
    font-size: 16px;
    color: #787878;
    margin-top: auto; }

.home-page .testimonials {
  padding: 10rem 0;
  background: linear-gradient(0deg, #F3F3F3 0%, #F3F3F3 100%), linear-gradient(180deg, #F3F3F3 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden; }
  @media (max-width: 767px) {
    .home-page .testimonials {
      padding: 8rem 0; } }
  .home-page .testimonials__btn {
    height: 44px;
    min-width: 136px;
    color: #294563;
    width: max-content; }
  .home-page .testimonials .swiper-button-next, .home-page .testimonials .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    display: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .testimonials .swiper-button-next, .home-page .testimonials .swiper-button-prev {
        display: flex; } }
    @media (max-width: 767px) {
      .home-page .testimonials .swiper-button-next, .home-page .testimonials .swiper-button-prev {
        display: flex; } }
  .home-page .testimonials .swiper-button-next {
    right: 0; }
  .home-page .testimonials .swiper-button-prev {
    left: 0; }
  .home-page .testimonials__btn-wrap {
    margin-top: 0; }
  .home-page .testimonials__carousel-1 {
    max-width: 1020px;
    margin-bottom: -4rem;
    z-index: 9;
    overflow: initial; }
  .home-page .testimonials__carousel-2 {
    overflow: initial; }
  .home-page .testimonials .user-carousel__img-wrap {
    opacity: 0;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .home-page .testimonials .user-carousel__img-wrap.swiper-slide-visible {
      opacity: 1; }

.home-page .user-carousel {
  padding: 2rem 0;
  min-height: 120px; }
  .home-page .user-carousel__img-wrap {
    position: relative;
    width: 80px;
    transform: scale(0.8);
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
    cursor: pointer;
    transform-origin: top;
    border: 1px solid transparent;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    @media (max-width: 767px) {
      .home-page .user-carousel__img-wrap:hover {
        box-shadow: none; } }
    .home-page .user-carousel__img-wrap:hover {
      box-shadow: #f9a95a 0px 8px 24px; }
    .home-page .user-carousel__img-wrap.swiper-slide-thumb-active {
      width: 120px;
      transform: scale(1);
      border: 1px solid #ececec;
      box-shadow: #f9a95a 0px 8px 24px; }
  .home-page .user-carousel__img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover; }

.home-page .testimonial-mess {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
  margin: 0 0 5rem;
  opacity: 0;
  transition: 0.35s;
  min-height: 188px; }
  .home-page .testimonial-mess.swiper-slide-active {
    opacity: 1; }
  .home-page .testimonial-mess:after {
    content: "\e91a";
    position: absolute;
    display: inline-block;
    font-family: 'iot-fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 11px;
    right: 56px;
    color: #294563;
    font-size: 28px;
    padding: 0 6px;
    background: #fff; }
  .home-page .testimonial-mess:before {
    content: '';
    width: 80px;
    height: 15px;
    display: inline-block;
    background: url("../../images/icons/icon-testimonial-arrow.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .home-page .testimonial-mess__board-contents {
    border-radius: 10px;
    padding: 2rem;
    border: 1px solid var(--primary-primary-50, #EAECEF);
    width: 100%;
    flex: 1; }
  .home-page .testimonial-mess__title {
    font-size: 20px;
    margin: 0 0 1rem;
    color: #282828;
    font-family: "Nunito", "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif; }
  .home-page .testimonial-mess__desc {
    color: #282828; }

.home-page .learning-platform {
  padding: 10rem 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .home-page .learning-platform {
      padding: 4rem 0; } }
  .home-page .learning-platform .intro-tabs {
    margin-top: 3rem; }
    .home-page .learning-platform .intro-tabs__swiper {
      overflow: initial; }
    .home-page .learning-platform .intro-tabs .swiper-iot-next {
      right: -5rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .home-page .learning-platform .intro-tabs .swiper-iot-next {
          right: 0; } }
      @media (max-width: 767px) {
        .home-page .learning-platform .intro-tabs .swiper-iot-next {
          right: 0;
          top: 30%; } }
    .home-page .learning-platform .intro-tabs .swiper-iot-prev {
      left: -5rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .home-page .learning-platform .intro-tabs .swiper-iot-prev {
          left: 0; } }
      @media (max-width: 767px) {
        .home-page .learning-platform .intro-tabs .swiper-iot-prev {
          left: 0;
          top: 30%; } }
    .home-page .learning-platform .intro-tabs .swiper-slide {
      opacity: 0;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .home-page .learning-platform .intro-tabs .swiper-slide.swiper-slide-active {
        opacity: 1; }
    .home-page .learning-platform .intro-tabs__nav {
      display: flex;
      gap: 2rem;
      justify-content: center; }
      @media (max-width: 767px) {
        .home-page .learning-platform .intro-tabs__nav {
          flex-wrap: wrap; } }
    .home-page .learning-platform .intro-tabs__nav-link {
      display: flex;
      min-width: 180px;
      height: 44px;
      padding: 0px 20px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      border-radius: 100px;
      border: 1px solid var(--primary-primary-50, #EAECEF);
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      @media (min-width: 768px) and (max-width: 991px) {
        .home-page .learning-platform .intro-tabs__nav-link {
          min-width: initial; } }
      @media (max-width: 767px) {
        .home-page .learning-platform .intro-tabs__nav-link {
          min-width: initial; } }
    @media (max-width: 767px) {
      .home-page .learning-platform .intro-tabs__nav-item {
        display: flex;
        align-items: center; } }
    .home-page .learning-platform .intro-tabs__nav-item.active .intro-tabs__nav-link {
      color: #fff;
      background: #294563; }
    .home-page .learning-platform .intro-tabs__tab-content {
      margin-top: 2rem; }
    .home-page .learning-platform .intro-tabs__panel-img-wrap {
      width: 100%;
      max-width: 54.35%;
      display: flex;
      padding: 20px;
      flex-direction: column;
      align-items: flex-start;
      border-radius: 25px;
      border: 1px solid var(--primary-primary-100, #BDC5CF);
      background: #FFF; }
      @media (min-width: 768px) and (max-width: 991px) {
        .home-page .learning-platform .intro-tabs__panel-img-wrap {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .home-page .learning-platform .intro-tabs__panel-img-wrap {
          max-width: 100%; } }
    .home-page .learning-platform .intro-tabs__panel-content {
      padding: 3rem;
      display: flex;
      min-height: 200px;
      flex-wrap: wrap;
      border-radius: 30px;
      background: var(--white, #FFF);
      box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08); }
      @media (min-width: 768px) and (max-width: 991px) {
        .home-page .learning-platform .intro-tabs__panel-content {
          padding: 3.5rem;
          min-height: initial;
          flex-direction: column; } }
      @media (max-width: 767px) {
        .home-page .learning-platform .intro-tabs__panel-content {
          padding: 1.5rem;
          min-height: initial;
          flex-direction: column; } }
    .home-page .learning-platform .intro-tabs__pane-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1.5rem;
      flex: 1;
      justify-content: center;
      background: #fff; }
      @media (max-width: 767px) {
        .home-page .learning-platform .intro-tabs__pane-info {
          min-height: auto; } }
    .home-page .learning-platform .intro-tabs__pane-title {
      font-size: 24px;
      font-weight: 700;
      color: #294563;
      margin: 0 0 1rem; }
    .home-page .learning-platform .intro-tabs__pane-desc {
      max-width: 433px;
      font-size: 14px;
      color: #787878; }

.home-page .our-partners {
  padding: 8rem 0;
  background: linear-gradient(0deg, #F3F3F3 0%, #F3F3F3 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F3F3F3 100%); }
  @media (max-width: 767px) {
    .home-page .our-partners {
      padding: 4rem 0; } }
  .home-page .our-partners__titlte {
    margin: 0 0 1rem; }
  .home-page .our-partners__contents {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    margin-top: 3rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .our-partners__contents {
        gap: 3rem; } }
    @media (max-width: 767px) {
      .home-page .our-partners__contents {
        gap: 0; } }
  .home-page .our-partners__col-left {
    width: 25%;
    padding-right: 7%; }
    @media (max-width: 767px) {
      .home-page .our-partners__col-left {
        width: 100%;
        padding-right: 0; } }
  @media (max-width: 767px) {
    .home-page .our-partners__desc {
      margin-bottom: 2rem; } }
  .home-page .our-partners__col-right {
    width: 75%;
    margin-top: -4rem;
    flex: 1; }
    @media (max-width: 767px) {
      .home-page .our-partners__col-right {
        margin-top: initial;
        width: 100%; } }
  .home-page .our-partners__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1; }
    @media (max-width: 767px) {
      .home-page .our-partners__img-wrap {
        padding: 15px;
        flex: 0 1 50%; } }
    .home-page .our-partners__img-wrap img {
      max-height: 80px; }
      @media (max-width: 767px) {
        .home-page .our-partners__img-wrap img {
          max-height: 60px; } }

.home-page .contact-us {
  padding: 10rem 0; }
  @media (max-width: 767px) {
    .home-page .contact-us {
      padding: 8rem 0; } }
  .home-page .contact-us__title {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
    .home-page .contact-us__title:before {
      display: inline-block;
      content: url("../../images/icons/contact-icon.svg");
      margin-right: 2rem; }
  .home-page .contact-us__form-contents {
    display: flex;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    flex-direction: column;
    gap: 30px;
    border-radius: 20px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
    padding: 40px;
    align-items: stretch; }
    @media (max-width: 767px) {
      .home-page .contact-us__form-contents {
        padding: 40px 15px; } }
  .home-page .contact-us__input {
    display: flex;
    height: 40px;
    padding: 6px 20px;
    box-shadow: none;
    border-radius: 100px;
    border: 1px solid var(--primary-primary-100, #BDC5CF);
    background: #FFF;
    align-items: center;
    gap: 10px;
    align-self: stretch; }
  .home-page .contact-us .form-control {
    box-shadow: none; }
  .home-page .contact-us button.dropdown-toggle {
    border-radius: 100px;
    border: 1px solid var(--primary-primary-100, #BDC5CF);
    background: #FFF;
    padding: 0px 20px; }
  .home-page .contact-us div.bootstrap-select {
    width: 100% !important; }
  .home-page .contact-us__text-area {
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid var(--primary-primary-100, #BDC5CF);
    background: #FFF; }
  .home-page .contact-us__btn {
    height: 44px;
    font-size: 16px;
    padding: 0 4rem; }
    .home-page .contact-us__btn span {
      font-size: 26px;
      font-weight: normal; }

.home-page .animation-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .home-page .animation-box__person {
    position: absolute;
    top: 6%;
    left: 39%;
    -webkit-animation-name: movePerson;
    animation-name: movePerson;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .animation-box__person {
        top: 9.8%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .animation-box__person {
        top: 12.6%; } }
  .home-page .animation-box__arrow {
    position: absolute;
    top: 6%;
    left: 39%;
    -webkit-animation-name: moveArrow;
    animation-name: moveArrow;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease; }
    .home-page .animation-box__arrow.-arrow-1 {
      top: 44.1%;
      left: 28.1%;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s; }
    .home-page .animation-box__arrow.-arrow-2 {
      top: 65.6%;
      left: 10.9%;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      z-index: 8; }
    .home-page .animation-box__arrow.-arrow-3 {
      top: 60.5%;
      left: 59.1%;
      -webkit-animation-duration: 1.2s;
      animation-duration: 1.2s;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .home-page .animation-box__arrow.-arrow-4 {
      top: 40.4%;
      left: 62.1%;
      -webkit-animation-duration: 1.8s;
      animation-duration: 1.8s;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .home-page .animation-box__arrow.-arrow-5 {
      top: 61.4%;
      left: 6%;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .home-page .animation-box__arrow.-arrow-6 {
      top: 39.5%;
      left: 23.9%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .home-page .animation-box__arrow.-arrow-7 {
      top: 56.8%;
      left: 40%;
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s; }
    .home-page .animation-box__arrow.-arrow-8 {
      top: 52.4%;
      left: 49.1%;
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s; }
    .home-page .animation-box__arrow.-arrow-9 {
      top: 34.7%;
      left: 53.6%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .home-page .animation-box__arrow.-arrow-10 {
      top: 73%;
      left: 56%;
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
    .home-page .animation-box__arrow.-arrow-11 {
      top: 75%;
      left: 40.2%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .home-page .animation-box__arrow.-arrow-12 {
      top: 51%;
      left: 69.5%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .home-page .animation-box__arrow.-arrow-13 {
      top: 70%;
      left: 23.8%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
  .home-page .animation-box__line {
    position: absolute;
    -webkit-animation-name: moveLine;
    animation-name: moveLine;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    animation-delay: 2s;
    animation-iteration-count: infinite; }
    .home-page .animation-box__line.-line-1 {
      top: 46%;
      left: 18%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .home-page .animation-box__line.-line-2 {
      top: 33.5%;
      left: 30.2%;
      -webkit-animation-delay: 1.2s;
      animation-delay: 1.2s;
      -webkit-animation-duration: 3s;
      animation-duration: 3s; }
    .home-page .animation-box__line.-line-3 {
      top: 31.3%;
      left: 31.1%;
      -webkit-animation-delay: 1.4s;
      animation-delay: 1.4s; }
    .home-page .animation-box__line.-line-4 {
      top: 19%;
      left: 32%;
      -webkit-animation-delay: 1.6s;
      animation-delay: 1.6s; }
    .home-page .animation-box__line.-line-5 {
      top: 8%;
      left: 61%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-duration: 3s;
      animation-duration: 3s; }
    .home-page .animation-box__line.-line-6 {
      top: 32.7%;
      left: 60%;
      -webkit-animation-delay: 1.2s;
      animation-delay: 1.2s; }
    .home-page .animation-box__line.-line-7 {
      top: 43.1%;
      left: 72%;
      -webkit-animation-delay: 1.8s;
      animation-delay: 1.8s; }
    .home-page .animation-box__line.-line-8 {
      top: 76.1%;
      left: 48%;
      -webkit-animation-delay: 1.6s;
      animation-delay: 1.6s; }
    .home-page .animation-box__line.-line-9 {
      top: 47.6%;
      left: 10.8%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-duration: 3s;
      animation-duration: 3s; }
    .home-page .animation-box__line.-line-10 {
      top: 44.6%;
      left: 64.8%;
      -webkit-animation-delay: 1.4s;
      animation-delay: 1.4s; }
    .home-page .animation-box__line.-line-11 {
      top: 9.4%;
      left: 53%;
      -webkit-animation-delay: 1.6s;
      animation-delay: 1.6s; }
    .home-page .animation-box__line.-line-12 {
      top: 72%;
      left: 41%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }

.home-page .quiz-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.83);
  border-radius: 10px;
  border: 1px solid #f9a95a;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: boxTada;
  animation-name: boxTada;
  z-index: 9;
  text-align: left; }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-page .quiz-box {
      text-align: center; } }
  @media (max-width: 767px) {
    .home-page .quiz-box {
      padding: 20px;
      background: rgba(46, 75, 104, 0.71);
      text-align: center; } }
  .home-page .quiz-box__title {
    font-weight: bold;
    color: #294563;
    font-size: 24px;
    width: 60%;
    padding-right: 20px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .quiz-box__title {
        font-size: 22px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .quiz-box__title {
        font-size: 22px;
        width: 100%;
        order: 2;
        padding-right: 0;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .home-page .quiz-box__title {
        width: 100%;
        order: 2;
        padding-right: 0;
        margin-top: 10px; } }
  .home-page .quiz-box__question-title {
    display: block; }
  .home-page .quiz-box__congrat-title {
    display: none; }
  .home-page .quiz-box__wrong-title {
    display: none; }
  .home-page .quiz-box__promo-code {
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    color: #F9A95A;
    z-index: 9;
    font-weight: bold;
    line-height: 1;
    display: none; }
  .home-page .quiz-box__intro {
    width: 100%;
    color: #c76478;
    margin-bottom: 10px;
    font-size: 18px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .quiz-box__intro {
        margin-bottom: 50px;
        text-align: center; } }
    @media (max-width: 767px) {
      .home-page .quiz-box__intro {
        margin-bottom: 50px;
        text-align: center; } }
  .home-page .quiz-box .tag-choice {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .quiz-box .tag-choice {
        order: 3; } }
    @media (max-width: 767px) {
      .home-page .quiz-box .tag-choice {
        order: 3; } }
    .home-page .quiz-box .tag-choice div.ui-draggable {
      color: #284664; }
  .home-page .quiz-box .answer-wp {
    width: 40%;
    line-height: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .quiz-box .answer-wp {
        width: 100%;
        order: 1; } }
    @media (max-width: 767px) {
      .home-page .quiz-box .answer-wp {
        width: 100%;
        order: 1; } }
  .home-page .quiz-box .answer-slot {
    border: 2px dashed #294563;
    transform: none; }
    @media (max-width: 767px) {
      .home-page .quiz-box .answer-slot {
        max-width: 100%; } }
    .home-page .quiz-box .answer-slot.answered .answer-gap {
      background: rgba(255, 255, 255, 0.78); }
    .home-page .quiz-box .answer-slot.demo:before {
      top: -37px;
      border-radius: 4px 4px 0 0; }
  .home-page .quiz-box .answer-gap {
    background: rgba(249, 169, 90, 0.45); }

.home-page .website-intro {
  padding: 8rem 0; }
  @media (max-width: 767px) {
    .home-page .website-intro {
      padding: 4rem 0; } }
  .home-page .website-intro__title {
    margin: 0 0 4rem; }
  .home-page .website-intro .intro-tabs__nav {
    display: flex;
    border-radius: 4px;
    background-color: #294563;
    overflow: hidden; }
  .home-page .website-intro .intro-tabs__nav-link {
    padding: 18px;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff; }
    @media (max-width: 767px) {
      .home-page .website-intro .intro-tabs__nav-link {
        padding: 1rem 0.4rem;
        font-size: 12px;
        line-height: 1.2; } }
  .home-page .website-intro .intro-tabs__nav-item {
    flex: 1; }
    @media (max-width: 767px) {
      .home-page .website-intro .intro-tabs__nav-item {
        display: flex;
        align-items: center; } }
    .home-page .website-intro .intro-tabs__nav-item.active {
      background-color: #F9A95A; }
      .home-page .website-intro .intro-tabs__nav-item.active .intro-tabs__nav-link {
        color: #294563; }
  .home-page .website-intro .intro-tabs__tab-panel {
    background-color: #f2f2f2; }
    @media (max-width: 767px) {
      .home-page .website-intro .intro-tabs__tab-panel {
        min-height: auto; } }
  .home-page .website-intro .intro-tabs__panel-img {
    max-width: 54.35%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .website-intro .intro-tabs__panel-img {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .home-page .website-intro .intro-tabs__panel-img {
        max-width: 100%; } }
  .home-page .website-intro .intro-tabs__panel-content {
    padding: 6rem 11rem;
    display: flex;
    min-height: 200px;
    flex-wrap: wrap; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-page .website-intro .intro-tabs__panel-content {
        padding: 3.5rem;
        min-height: initial;
        flex-direction: column; } }
    @media (max-width: 767px) {
      .home-page .website-intro .intro-tabs__panel-content {
        padding: 1.5rem;
        min-height: initial;
        flex-direction: column; } }
  .home-page .website-intro .intro-tabs__pane-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    flex: 1;
    justify-content: center;
    background: #fff; }
    @media (max-width: 767px) {
      .home-page .website-intro .intro-tabs__pane-info {
        min-height: auto; } }
  .home-page .website-intro .intro-tabs__pane-title {
    font-size: 16px;
    font-weight: 600;
    color: #294563;
    margin: 0 0 4rem; }
    @media (max-width: 767px) {
      .home-page .website-intro .intro-tabs__pane-title {
        margin: 2rem 0; } }
  .home-page .website-intro .intro-tabs__pane-desc {
    max-width: 258px;
    font-size: 14px;
    color: #282828; }

.home-page .work-partners {
  padding: 8rem 0; }
  @media (max-width: 767px) {
    .home-page .work-partners {
      padding: 4rem 0; } }
  .home-page .work-partners__contents {
    display: flex;
    flex-wrap: wrap; }
  .home-page .work-partners__col-left {
    width: 25%;
    padding-right: 7%; }
    @media (max-width: 767px) {
      .home-page .work-partners__col-left {
        width: 100%;
        padding-right: 0; } }
  @media (max-width: 767px) {
    .home-page .work-partners__desc {
      margin-bottom: 2rem; } }
  .home-page .work-partners__col-right {
    width: 75%;
    margin-top: -4rem;
    flex: 1; }
    @media (max-width: 767px) {
      .home-page .work-partners__col-right {
        margin-top: initial;
        width: 100%; } }
  .home-page .work-partners__img-wrap {
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .home-page .work-partners__img-wrap {
        width: 50%;
        padding: 15px; } }
    .home-page .work-partners__img-wrap img {
      max-height: 80px; }
      @media (max-width: 767px) {
        .home-page .work-partners__img-wrap img {
          max-height: 60px; } }
  .home-page .work-partners__titlte {
    margin: 0 0 4rem; }

@-webkit-keyframes elmSwing1 {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  20%, 60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  40%, 80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@keyframes elmSwing1 {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  20%, 60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  40%, 80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-webkit-keyframes elmSwing2 {
  from {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  20%, 60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  40%, 80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }

@keyframes elmSwing2 {
  from {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  20%, 60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  40%, 80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }

@-webkit-keyframes swell-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-webkit-calc(-100vw - 50%), 0, 0);
    transform: translate3d(calc(-100vw - 50%), 0, 0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes swell-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-webkit-calc(-100vw - 50%), 0, 0);
    transform: translate3d(calc(-100vw - 50%), 0, 0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes boxTada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes boxTada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* End home page */

/*# sourceMappingURL=home-page.css.map */