/* Begin ielts test guidance */
.test-guidance {
  padding: 7rem 0 8rem; }
  .test-guidance .confirm-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
    max-width: 704px;
    margin: 3rem auto 10rem; }
    @media (max-width: 767px) {
      .test-guidance .confirm-box {
        margin: 0 auto 5rem; } }
    .test-guidance .confirm-box__title {
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      margin: 0; }
      @media (max-width: 767px) {
        .test-guidance .confirm-box__title {
          font-size: 24px; } }
    .test-guidance .confirm-box__contents-wrap {
      width: 100%;
      display: table;
      padding: 4rem;
      border-radius: 30px;
      background: var(--white, #FFF);
      box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08); }
      @media (max-width: 767px) {
        .test-guidance .confirm-box__contents-wrap {
          padding: 1.5rem; } }
    .test-guidance .confirm-box__row {
      display: table-row; }
    .test-guidance .confirm-box__col {
      display: table-cell;
      color: var(--system, #294563);
      font-size: 18px;
      padding: 10px 0;
      border-bottom: 1px solid #EAECEF; }
      @media (max-width: 767px) {
        .test-guidance .confirm-box__col {
          font-size: 14px; } }
      .test-guidance .confirm-box__col.-name {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-weight: 700; }
      .test-guidance .confirm-box__col.-value {
        width: 17.7%;
        white-space: nowrap; }
    .test-guidance .confirm-box__footer {
      display: flex;
      gap: 2rem; }
      @media (max-width: 767px) {
        .test-guidance .confirm-box__footer {
          gap: 1rem; } }
    .test-guidance .confirm-box__btn {
      display: flex;
      padding: 14px 30px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      height: 44px; }
      @media (max-width: 767px) {
        .test-guidance .confirm-box__btn {
          font-size: 12px; } }
  .test-guidance .instruction-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 720px;
    margin: 5rem auto; }
    @media (max-width: 767px) {
      .test-guidance .instruction-box {
        margin: 3rem auto; } }
    .test-guidance .instruction-box__title {
      font-size: 32px;
      margin: 0 0 5px; }
      @media (max-width: 767px) {
        .test-guidance .instruction-box__title {
          font-size: 24px; } }
    .test-guidance .instruction-box__caption {
      margin: 0 0 3rem;
      text-align: center; }
      @media (max-width: 767px) {
        .test-guidance .instruction-box__caption {
          font-size: 14px; } }
    .test-guidance .instruction-box__video {
      max-width: 520px;
      width: 100%; }
    .test-guidance .instruction-box__btn {
      margin-top: 3rem;
      height: 44px;
      min-width: 150px;
      gap: 1rem; }
      .test-guidance .instruction-box__btn .ioticon-check-v2 {
        font-size: 22px; }
  .test-guidance .test-list {
    margin: 5rem 0; }
    @media (max-width: 767px) {
      .test-guidance .test-list {
        margin: 3rem 0; } }
    .test-guidance .test-list__title {
      margin: 0 auto 3rem;
      text-align: center;
      font-size: 32px; }
      @media (max-width: 767px) {
        .test-guidance .test-list__title {
          font-size: 24px; } }
  .test-guidance .test-card {
    border-radius: 30px;
    background: #FFF;
    padding: 2rem;
    box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .test-guidance .test-card {
        padding: 1.5rem; } }
    .test-guidance .test-card.-reading .test-card__title {
      background-image: -webkit-linear-gradient(180deg, #337845 0%, #265A35 100%); }
      .test-guidance .test-card.-reading .test-card__title:before {
        background-image: url(../../images/icons/notepad.svg); }
    .test-guidance .test-card.-writing .test-card__title {
      background-image: -webkit-linear-gradient(180deg, #FAA859 0%, #BB7F44 100%); }
      .test-guidance .test-card.-writing .test-card__title:before {
        background-image: url(../../images/icons/pennibstraight.svg); }
    .test-guidance .test-card.-speaking .test-card__title {
      background-image: -webkit-linear-gradient(180deg, #C86478 0%, #954B5A 100%); }
      .test-guidance .test-card.-speaking .test-card__title:before {
        background-image: url(../../images/icons/microphone.svg); }
    .test-guidance .test-card.-disabled {
      opacity: 0.6;
      pointer-events: none; }
    .test-guidance .test-card + .test-card {
      margin-top: 3rem; }
    .test-guidance .test-card__title {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 1rem;
      background: -webkit-linear-gradient(180deg, #33B2C7 0%, #268695 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .test-guidance .test-card__title:before {
        content: '';
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url(../../images/icons/headphone-duotone.svg) center no-repeat;
        background-size: contain;
        margin-right: 5px; }
    .test-guidance .test-card__video {
      max-width: 100%; }
    .test-guidance .test-card__caption {
      margin: 0 0 1rem;
      text-align: center; }
      @media (max-width: 767px) {
        .test-guidance .test-card__caption {
          font-size: 14px; } }
    .test-guidance .test-card__btn {
      width: max-content;
      padding: 10px 30px;
      position: relative;
      margin: 2rem auto; }
      .test-guidance .test-card__btn:before {
        content: '\e9bc';
        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;
        font-size: 22px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .test-guidance .test-card__btn.-start-now:before {
        content: '\e9a6'; }
      .test-guidance .test-card__btn.-comleted:before {
        content: '\e9bd'; }

/* End ielts test guidance */

/*# sourceMappingURL=test-guidance.css.map */