.teach-china-page {
  overflow: hidden; }
  .teach-china-page .container {
    position: relative; }
  .teach-china-page .section-title {
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 1rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .teach-china-page .section-title {
        font-size: 56px; } }
    @media (max-width: 767px) {
      .teach-china-page .section-title {
        font-size: 40px; } }
  .teach-china-page .section-caption {
    font-weight: 400;
    font-size: 16px;
    text-align: center; }
  .teach-china-page .hero {
    padding: 5rem 0 7.9rem;
    position: relative; }
    .teach-china-page .hero:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 366px;
      left: 0;
      right: 0;
      bottom: 0;
      background: url(../../images/landing-pages/india-study-abroad/hero-study-abroad-bg.svg) top left 45% no-repeat;
      background-size: 3499px 579px;
      z-index: 9; }
      @media (max-width: 767px) {
        .teach-china-page .hero:after {
          height: 296px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .teach-china-page .hero {
        padding: 0 0 12rem; } }
    @media (max-width: 767px) {
      .teach-china-page .hero {
        padding: 0 0 9.4rem; } }
    .teach-china-page .hero .container {
      position: static; }
    .teach-china-page .hero__contents {
      display: flex;
      flex-direction: column;
      position: relative;
      z-index: 0;
      padding: 9% 8.5% 24%;
      max-width: 80%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .teach-china-page .hero__contents {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .teach-china-page .hero__contents {
          max-width: 100%;
          text-align: center;
          z-index: 10; } }
    .teach-china-page .hero__img-bg {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0; }
      .teach-china-page .hero__img-bg.-img-2 {
        left: initial;
        top: initial;
        right: -24%;
        bottom: 0;
        z-index: 5;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-delay: 300ms;
        animation-delay: 300ms; }
        @media (max-width: 767px) {
          .teach-china-page .hero__img-bg.-img-2 {
            max-width: 66%;
            right: -11%;
            bottom: -44px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .teach-china-page .hero__img-bg.-img-2 {
            max-width: 66%;
            right: -11%;
            bottom: -10px; } }
      .teach-china-page .hero__img-bg.-img-3 {
        left: initial;
        top: initial;
        right: -52%;
        bottom: -6%;
        z-index: -3; }
    .teach-china-page .hero__title {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 0;
      line-height: 1.2;
      color: #000;
      -webkit-animation-duration: 1.2s;
      animation-duration: 1.2s; }
      @media (max-width: 767px) {
        .teach-china-page .hero__title {
          font-size: 14px;
          text-align: center; } }
      .teach-china-page .hero__title strong {
        font-weight: 700;
        font-size: 80px;
        display: block; }
        @media (max-width: 767px) {
          .teach-china-page .hero__title strong {
            font-size: 42px; } }
      .teach-china-page .hero__title br {
        display: none; }
        @media (max-width: 767px) {
          .teach-china-page .hero__title br {
            display: block; } }
    .teach-china-page .hero__desc {
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 3rem; }
    .teach-china-page .hero__btn {
      -webkit-animation-duration: 1.2s;
      animation-duration: 1.2s;
      -webkit-animation-delay: 300ms;
      animation-delay: 300ms; }
      @media (max-width: 767px) {
        .teach-china-page .hero__btn {
          position: absolute;
          bottom: -54px;
          left: 0;
          right: 0;
          margin: 0 auto;
          z-index: 10; } }
  .teach-china-page .teaching-opp {
    padding: 0 0 6rem;
    background-color: #fff;
    position: relative;
    z-index: 9; }
    .teach-china-page .teaching-opp__caption {
      text-align: center;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 5rem;
      position: relative; }
    .teach-china-page .teaching-opp__ieg-bg {
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translateX(73.6%);
      max-width: 1166px;
      top: 8%; }
  .teach-china-page .opp-item {
    background: transparent;
    display: flex;
    border: 1px solid #D1D4D4;
    border-radius: 20px;
    padding: 38px 30px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .teach-china-page .opp-item {
        flex-direction: column; } }
    .teach-china-page .opp-item:nth-child(even) {
      flex-direction: row-reverse; }
      @media (max-width: 767px) {
        .teach-china-page .opp-item:nth-child(even) {
          flex-direction: column; } }
      .teach-china-page .opp-item:nth-child(even) .opp-item__img {
        margin-left: 0;
        margin-right: 3rem; }
      .teach-china-page .opp-item:nth-child(even) .opp-item__img-arrow {
        right: initial;
        left: 10%; }
    .teach-china-page .opp-item__img {
      margin-left: 3rem; }
      @media (max-width: 767px) {
        .teach-china-page .opp-item__img {
          margin-left: 0; } }
    .teach-china-page .opp-item ~ .opp-item {
      margin-top: -1px; }
    .teach-china-page .opp-item__desc {
      font-size: 18px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .teach-china-page .opp-item__desc {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .teach-china-page .opp-item__desc {
          font-size: 16px; } }
      .teach-china-page .opp-item__desc p {
        margin-bottom: 2rem; }
        .teach-china-page .opp-item__desc p:last-child {
          margin-bottom: 0; }
    .teach-china-page .opp-item__img-arrow {
      position: absolute;
      top: calc(100% - 1px);
      right: 10%;
      z-index: 10; }
  .teach-china-page .what-include {
    padding: 6rem 0 0;
    background-color: #fff; }
    .teach-china-page .what-include__contents {
      --spacing: 20px;
      --columns: 4;
      margin-top: 4.5rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .teach-china-page .what-include__contents {
          --spacing: 10px;
          --columns: 3; } }
      @media (max-width: 767px) {
        .teach-china-page .what-include__contents {
          --spacing: 5px;
          --columns: 2; } }
    .teach-china-page .what-include__item {
      text-align: center; }
    .teach-china-page .what-include__desc {
      font-weight: 400;
      font-size: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .teach-china-page .what-include__desc {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .teach-china-page .what-include__desc {
          font-size: 14px; } }
  .teach-china-page .how-work {
    z-index: 6;
    background: url(../../images/landing-pages/teach-in-china/how-it-work-bg.svg) top -15rem center no-repeat, url(../../images/landing-pages/teach-in-china/hero-study-abroad-bg.svg) bottom -24rem center no-repeat;
    background-size: 3175px 451px;
    padding: 16rem 0; }
    @media (max-width: 767px) {
      .teach-china-page .how-work {
        padding: 8rem 0;
        background-position: top -22rem center, bottom -24rem center; } }
    .teach-china-page .how-work__ieg-bg {
      position: absolute;
      z-index: -1;
      left: 0;
      margin: 0 auto;
      transform: translateX(-48.6%);
      max-width: 1076px;
      top: 12%; }
    .teach-china-page .how-work__contents {
      margin-top: 4rem; }
    .teach-china-page .how-work__grid-column {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .teach-china-page .how-work__grid-column li:first-child {
        grid-area: 1 / 1 / span 1 / span 2; }
    .teach-china-page .how-work__item {
      display: flex;
      gap: 20px;
      margin-bottom: 3.6rem; }
      @media (max-width: 767px) {
        .teach-china-page .how-work__item {
          margin-bottom: 6.6rem;
          flex-direction: column; } }
      .teach-china-page .how-work__item:nth-child(even) {
        flex-direction: row-reverse; }
        @media (max-width: 767px) {
          .teach-china-page .how-work__item:nth-child(even) {
            flex-direction: column; } }
        .teach-china-page .how-work__item:nth-child(even) .how-work__item-desc:after {
          transform: translateY(-50%) rotate(180deg);
          left: initial;
          right: -2px; }
        .teach-china-page .how-work__item:nth-child(even) .how-work__item-desc:before {
          right: initial;
          left: 10%; }
        .teach-china-page .how-work__item:nth-child(even) .how-work__item-desc {
          padding: 3rem 5.2rem 3rem 3rem; }
      .teach-china-page .how-work__item:last-child .how-work__item-desc:before {
        left: initial;
        right: 24%; }
    .teach-china-page .how-work__item-title {
      font-weight: 700;
      font-size: 28px;
      color: #000000;
      margin-bottom: 5px;
      line-height: 1.4; }
    .teach-china-page .how-work__item-desc {
      display: flex;
      flex-direction: column;
      padding: 3rem 3rem 3rem 5.2rem;
      background: #FFFFFF;
      border: 1px solid #B0B0B0;
      border-radius: 20px;
      position: relative; }
      .teach-china-page .how-work__item-desc:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 32px;
        height: 90px;
        background: url(../../images/landing-pages/teach-in-china/arrow-left.svg) center no-repeat;
        background-size: contain;
        left: -2px;
        top: 50%;
        transform: translateY(-50%); }
      .teach-china-page .how-work__item-desc:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 90px;
        height: 32px;
        background: url(../../images/landing-pages/teach-in-china/arrow-down.svg) center no-repeat;
        background-size: contain;
        bottom: 1px;
        right: 10%;
        transform: translateY(100%); }
    .teach-china-page .how-work__item-info {
      font-size: 16px; }
      .teach-china-page .how-work__item-info ul {
        margin-top: 1.5rem; }
        .teach-china-page .how-work__item-info ul > li {
          position: relative;
          padding-left: 3rem; }
          .teach-china-page .how-work__item-info ul > li + li {
            margin-top: 10px; }
          .teach-china-page .how-work__item-info ul > li:before {
            position: absolute;
            content: '';
            display: inline-block;
            width: 21px;
            height: 21px;
            background: url(../../images/landing-pages/teach-in-china/icon-check.svg) center no-repeat;
            background-size: contain;
            flex-shrink: 0;
            left: 0;
            top: 5px; }
        .teach-china-page .how-work__item-info ul ol {
          padding-left: 3.6rem; }
          .teach-china-page .how-work__item-info ul ol li {
            position: relative;
            display: flex;
            align-items: center; }
            .teach-china-page .how-work__item-info ul ol li:before {
              flex-shrink: 0;
              content: '';
              display: inline-block;
              width: 4px;
              height: 4px;
              right: 0;
              border-radius: 50%;
              background-color: #000;
              margin-right: 1rem; }
    .teach-china-page .how-work__desc-btn {
      margin-top: 2rem; }
    .teach-china-page .how-work__btn {
      margin: 6rem auto 0; }
  .teach-china-page .why-choose {
    padding: 9.8rem 0 23.8rem;
    background: url(../../images/misc/hero-india-bg.svg) bottom -1px center no-repeat;
    background-size: contain; }
    @media (min-width: 768px) and (max-width: 991px) {
      .teach-china-page .why-choose {
        padding: 9.8rem 0 10.8rem; } }
    @media (max-width: 767px) {
      .teach-china-page .why-choose {
        padding: 10.8rem 0 10.8rem; } }
    .teach-china-page .why-choose .container {
      max-width: 910px;
      position: relative; }
    @media (max-width: 767px) {
      .teach-china-page .why-choose__title {
        margin-top: 3rem; } }
    .teach-china-page .why-choose__ieg-bg {
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translateX(112.6%);
      max-width: 829px;
      top: -91%; }
    .teach-china-page .why-choose__desc {
      font-weight: 400;
      font-size: 18px;
      text-align: center; }
      .teach-china-page .why-choose__desc p {
        margin-bottom: 1rem; }
        .teach-china-page .why-choose__desc p:last-child {
          margin-bottom: 0; }
    .teach-china-page .why-choose__img-bg {
      position: absolute; }
      .teach-china-page .why-choose__img-bg.-img-1 {
        left: -13.6%;
        top: -31%; }
        @media (max-width: 767px) {
          .teach-china-page .why-choose__img-bg.-img-1 {
            left: -24.6%;
            top: -24%; } }
      .teach-china-page .why-choose__img-bg.-img-3 {
        left: 50%;
        top: -29%;
        transform: translateX(-50%); }
      .teach-china-page .why-choose__img-bg.-img-2 {
        right: -17%;
        top: -31%; }
        @media (max-width: 767px) {
          .teach-china-page .why-choose__img-bg.-img-2 {
            right: -24%;
            top: -31%; } }
  .teach-china-page .course-feature {
    padding-top: 60px;
    padding-bottom: 0;
    background: #fff; }
    .teach-china-page .course-feature__caption {
      margin-bottom: 8rem; }
    .teach-china-page .course-feature__contents {
      max-width: 1000px;
      margin: 0 auto; }
    .teach-china-page .course-feature__item:nth-child(2) .desc-block__col-left {
      padding-bottom: 2rem; }
    .teach-china-page .course-feature__ieg-bg {
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translateX(71.6%);
      max-width: 1076px;
      top: 18%; }
    .teach-china-page .course-feature__title {
      font-size: 60px;
      color: #000;
      line-height: 1;
      text-align: center;
      font-weight: bold; }
      @media (max-width: 767px) {
        .teach-china-page .course-feature__title {
          font-size: 32px;
          margin-bottom: 4rem; } }
    .teach-china-page .course-feature__btn {
      margin: 12rem auto 0; }
      @media (max-width: 767px) {
        .teach-china-page .course-feature__btn {
          margin: 0 auto; } }
    .teach-china-page .course-feature .desc-block__col-left {
      width: 34.52%; }
      @media (max-width: 767px) {
        .teach-china-page .course-feature .desc-block__col-left {
          width: 100%;
          align-items: center; } }
    .teach-china-page .course-feature .desc-block__col-right {
      width: 65.48%; }
      @media (max-width: 767px) {
        .teach-china-page .course-feature .desc-block__col-right {
          width: 100%;
          align-items: center; } }
    .teach-china-page .course-feature .desc-block:nth-child(even) .desc-block__col-left {
      width: 65.48%; }
      @media (max-width: 767px) {
        .teach-china-page .course-feature .desc-block:nth-child(even) .desc-block__col-left {
          width: 100%;
          align-items: center; } }
    .teach-china-page .course-feature .desc-block:nth-child(even) .desc-block__col-right {
      width: 34.52%;
      padding-bottom: 0;
      position: absolute;
      right: 0; }
      @media (max-width: 767px) {
        .teach-china-page .course-feature .desc-block:nth-child(even) .desc-block__col-right {
          width: 100%;
          position: initial; } }
  .teach-china-page .desc-block {
    margin-bottom: 14.3rem; }
    @media (max-width: 767px) {
      .teach-china-page .desc-block {
        margin-bottom: 8.3rem; } }
    .teach-china-page .desc-block__btn {
      margin: 0 auto; }
    .teach-china-page .desc-block__title {
      line-height: 1.4;
      font-size: 28px;
      max-width: 520px; }
      @media (max-width: 767px) {
        .teach-china-page .desc-block__title {
          font-size: 21px; } }
    .teach-china-page .desc-block__content {
      font-size: 16px;
      margin: 0;
      max-width: initial; }
      .teach-china-page .desc-block__content p {
        margin-bottom: 1rem; }
        .teach-china-page .desc-block__content p:last-child {
          margin-bottom: 0; }
    .teach-china-page .desc-block__path {
      position: absolute;
      z-index: -1; }
      @media (min-width: 768px) and (max-width: 991px) {
        .teach-china-page .desc-block__path {
          transform: scale(0.7); } }
      @media (max-width: 767px) {
        .teach-china-page .desc-block__path {
          display: none; } }
      .teach-china-page .desc-block__path.-path-1 {
        right: 30%;
        top: 98%; }
      .teach-china-page .desc-block__path.-path-2 {
        left: 47.5%;
        top: 100%; }
      .teach-china-page .desc-block__path.-path-3 {
        right: 30%;
        top: 100%; }
      .teach-china-page .desc-block__path.-path-4 {
        left: 42.5%;
        top: 104%; }
      .teach-china-page .desc-block__path.-path-5 {
        left: 50%;
        top: 100%; }
      .teach-china-page .desc-block__path.-path-6 {
        left: 50%;
        bottom: 101%; }
      .teach-china-page .desc-block__path.-path-7 {
        left: 27%;
        bottom: 96%; }
      .teach-china-page .desc-block__path.-path-8 {
        left: 12%;
        top: 100%; }
      .teach-china-page .desc-block__path.-path-9 {
        left: 36%;
        top: 100%; }
      .teach-china-page .desc-block__path.-path-10 {
        left: 29%;
        top: 100%; }
      .teach-china-page .desc-block__path.-path-11 {
        left: 36%;
        top: 100%; }
      .teach-china-page .desc-block__path.-path-12 {
        left: 30%;
        top: 80%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .teach-china-page .desc-block__path.-path-12 {
            left: 40%; } }
      .teach-china-page .desc-block__path.-path-13 {
        left: 46%;
        top: -24%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .teach-china-page .desc-block__path.-path-13 {
            left: 31.5%;
            top: 3%; } }
      .teach-china-page .desc-block__path.-path-14 {
        right: 49%;
        bottom: -23%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .teach-china-page .desc-block__path.-path-14 {
            right: 12.5%;
            bottom: 1%; } }
      .teach-china-page .desc-block__path.-path-15 {
        right: 43%;
        bottom: -14%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .teach-china-page .desc-block__path.-path-15 {
            right: 12.5%;
            bottom: 1%; } }
  .teach-china-page .success-stories {
    background: url(../../images/landing-pages/teach-in-china/reason-teach-bg-2.svg) top -35rem center no-repeat, url(../../images/landing-pages/india-study-abroad/hero-study-abroad-bg.svg) bottom -22rem left 45% no-repeat;
    background-size: 2690px 573px, 3267px 598px;
    padding: 32rem 0 26rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .teach-china-page .success-stories {
        padding: 20rem 0 10rem;
        background-position: top -45rem center, bottom -15rem left 45%; } }
    @media (max-width: 767px) {
      .teach-china-page .success-stories {
        padding: 18rem 0 8rem;
        background-position: top -47rem center, bottom -15rem left 45%; } }
    .teach-china-page .success-stories .container {
      position: relative; }
    .teach-china-page .success-stories__ieg-bg {
      position: absolute;
      z-index: -1;
      left: 0;
      margin: 0 auto;
      transform: translateX(-55.6%);
      max-width: 1076px;
      top: -2%; }
    .teach-china-page .success-stories__contents {
      align-items: flex-end; }
      @media (max-width: 767px) {
        .teach-china-page .success-stories__contents {
          padding: 0 15px; } }
    .teach-china-page .success-stories__title {
      margin-bottom: 5px; }
    .teach-china-page .success-stories__caption {
      margin-bottom: 6rem; }
    .teach-china-page .success-stories__btn {
      margin: 6rem auto 0; }
      @media (max-width: 767px) {
        .teach-china-page .success-stories__btn {
          margin: 2rem auto 0; } }
  .teach-china-page .success-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8.3rem  2rem 2rem;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    border-radius: 10px;
    position: relative;
    z-index: 9; }
    .teach-china-page .success-card:before {
      content: "\e900";
      font-family: 'icon-ieg' !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;
      font-size: 32px;
      position: absolute;
      top: 2.8rem;
      left: 2rem;
      color: #F3CB29; }
    .teach-china-page .success-card:nth-child(3n+4), .teach-china-page .success-card:nth-child(3n+5), .teach-china-page .success-card:nth-child(3n+6) {
      align-self: flex-start; }
    .teach-china-page .success-card:nth-child(3n+1) {
      top: 2rem; }
      @media (max-width: 767px) {
        .teach-china-page .success-card:nth-child(3n+1) {
          top: initial; } }
    .teach-china-page .success-card:nth-child(3n+3) {
      top: 2rem; }
      @media (max-width: 767px) {
        .teach-china-page .success-card:nth-child(3n+3) {
          top: initial; } }
    .teach-china-page .success-card__desc {
      margin-bottom: 1.5rem;
      font-size: 16px; }
    .teach-china-page .success-card__info-wrap {
      display: flex;
      align-items: flex-start; }
    .teach-china-page .success-card__avatar {
      width: 48px;
      flex-shrink: 0;
      margin-right: 15px;
      border-radius: 50%; }
    .teach-china-page .success-card__name {
      font-weight: 700;
      font-size: 21px;
      margin-bottom: 6px;
      line-height: 1.2; }
    .teach-china-page .success-card__country {
      display: flex; }
    .teach-china-page .success-card__country-flag {
      width: 26px;
      height: 18px;
      margin-right: 0.4rem; }
  .teach-china-page .ieg-faq {
    padding-bottom: 10rem; }
    .teach-china-page .ieg-faq__ieg-bg {
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translateX(70.6%);
      max-width: 1076px;
      top: 1%; }
    .teach-china-page .ieg-faq .panel-group {
      max-width: 965px;
      margin: 2rem auto 0; }
      .teach-china-page .ieg-faq .panel-group .panel {
        background-color: transparent; }
    .teach-china-page .ieg-faq .panel-default > .panel-heading {
      background-color: transparent; }

/*# sourceMappingURL=teach-in-china.css.map */