@media only screen and (max-width: 575px) {
  .banner-section.page {
    min-height: 115px !important; } }
@media only screen and (max-width: 575px) {
  .banner-section.page .wave-mobile {
    width: 105%;
    max-width: 105%;
    left: 50%;
    transform: translateX(-50%); } }

.large-mobile {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .large-mobile {
      display: block !important; } }
  @media screen and (max-width: 350px) {
    .large-mobile {
      display: none !important; } }

.middle-mobile {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .middle-mobile {
      display: block !important; } }
  @media screen and (max-width: 430px) {
    .middle-mobile {
      display: none !important; } }

.smid-mobile {
  display: none !important; }
  @media screen and (max-width: 430px) {
    .smid-mobile {
      display: block !important; } }
  @media screen and (max-width: 350px) {
    .smid-mobile {
      display: none !important; } }

.sm-mobile {
  display: none !important; }
  @media screen and (max-width: 350px) {
    .sm-mobile {
      display: block !important; } }

.container {
  max-width: 1257px;
  width: 100%;
  margin: 0 auto;
  padding: 16px; }

.font-size-base {
  font-size: 24px !important;
  line-height: 100%;
  letter-spacing: 0.25px; }
.font-size-22 {
  font-size: 22px !important;
  line-height: 100%;
  letter-spacing: 0.25px; }
.font-size-30 {
  font-size: 30px !important;
  line-height: 100%;
  letter-spacing: 0.25px; }
.font-size-36 {
  font-size: 36px !important;
  line-height: 100%;
  letter-spacing: 0.25px; }
.font-size-38 {
  font-size: 38px !important;
  line-height: 100%;
  letter-spacing: 0.25px; }
.font-size-40 {
  font-size: 40px !important;
  line-height: 100%;
  letter-spacing: 0.25px; }
.font-size-48 {
  font-size: 48px !important;
  line-height: 100%;
  letter-spacing: 0.25px; }
.font-size-72 {
  font-size: 72px !important;
  line-height: 100%;
  letter-spacing: 0.25px; }
.font-weight-normal {
  font-weight: normal !important; }
.font-weight-bold {
  font-weight: bold !important; }
.font-weight-bolder {
  font-weight: bolder !important; }
.font-weight-lighter {
  font-weight: lighter !important; }
.font-serif {
  font-family: Baskerville !important; }
.font-sans {
  font-family: Brauer NeueVN !important; }

.text-left {
  text-align: left !important; }
.text-center {
  text-align: center !important; }
.text-right {
  text-align: right !important; }
.text-blue {
  color: #2576b9 !important; }
.text-white {
  color: #fff !important; }
.text-pink {
  color: #e94286 !important; }
.text-yellow {
  color: #ffd95c !important; }
.text-orange {
  color: #f79f11 !important; }
.text-shadow-soft {
  text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1); }
@media only screen and (max-width: 480px) {
  .text-label {
    font-size: 24px;
    line-height: 28px; } }
@media screen and (max-width: 310px) {
  .text-label {
    font-size: 20px;
    line-height: 24px; } }

.btn {
  display: inline-block;
  border-radius: 100px;
  border: none;
  background: #ffd95c;
  transition: box-shadow ease-in-out 0.1s;
  /* shadow soft */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 24px 10px 24px;
  color: #2576b9;
  text-align: center;
  /* Headline 30pt Brauer */
  font-family: Brauer NeueVN;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer; }
  .btn:disabled, .btn[disabled] {
    filter: grayscale(80%);
    box-shadow: none !important;
    background-color: #eee;
    cursor: not-allowed; }
  .btn-pink {
    color: #fff;
    background-color: #eb9cc3; }
  .btn-blue {
    color: #fff;
    background-color: #2576b9; }
  .btn-white {
    color: #eb9cc3;
    background-color: #fff; }
  .btn-outline, .btn-outline-yellow {
    color: #ffc62a;
    outline: 2px solid #ffc62a;
    background-color: transparent; }
    .btn-outline:hover, .btn-outline-yellow:hover {
      outline: 2px solid #ffd95c;
      background-color: #ffd95c;
      color: #2576b9; }
  .btn-outline-pink {
    color: #eb9cc3;
    outline: 2px solid #eb9cc3;
    background-color: transparent; }
    .btn-outline-pink:hover {
      background-color: #eb9cc3;
      color: #fff; }
  .btn-outline-white {
    color: #fff;
    outline: 2px solid #fff;
    background-color: transparent; }
  .btn-outline-blue {
    color: #2576b9;
    outline: 2px solid #2576b9;
    background-color: transparent; }
    .btn-outline-blue:hover {
      background-color: #2576b9;
      color: #fff; }

.d-inline-block {
  display: inline-block !important; }

.modal.show {
  background: rgba(0, 0, 0, 0.5); }
  .modal.show .modal-content {
    background: white;
    padding: 30px 20px; }

.input-controls {
  position: relative; }
  .input-controls .error {
    color: #f3392f;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 105%;
    left: 0; }

.input-text {
  background: transparent;
  padding: 5px;
  border: 1px solid transparent;
  border-bottom: 1px solid #2576b9;
  font-size: 30px;
  font-family: Brauer NeueVN;
  color: #2576b9; }

.wave {
  margin-bottom: -10px;
  left: 0;
  width: 100%; }
  .wave.wave-bottom img {
    scale: 1.01; }

.hidden {
  display: none !important; }

.text-left {
  text-align: left !important; }
.text-bold {
  font-weight: bold !important; }
.text-italic {
  font-style: italic !important; }
.text-pink {
  color: #ce659e !important; }
.text-24 {
  font-size: 24px !important; }

.mt-0 {
  margin-top: 0; }
.mb-20 {
  margin-bottom: 20px; }
.mb-48 {
  margin-bottom: 48px; }

.input-box {
  color: #ce659e;
  text-align: center; }
  .input-box input {
    text-align: center;
    width: 120px;
    font-family: Baskerville;
    font-size: 22px;
    padding: 0 10px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: 1px solid #2576b9;
    color: #ce659e; }
    .input-box input.middle {
      width: 150px; }
    .input-box input.large {
      width: 200px; }

.mutiple-radio-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 36px; }
  .mutiple-radio-wrapper .custom-radio {
    /* The container */
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default radio button */
    /* Create a custom radio button */
    /* On mouse-over, add a grey background color */ }
    .mutiple-radio-wrapper .custom-radio input {
      display: none;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      /* When the radio button is checked, add a blue background */
      /* Show the indicator (dot/circle) when checked */ }
      .mutiple-radio-wrapper .custom-radio input:checked ~ .checkmark:after {
        display: block; }
    .mutiple-radio-wrapper .custom-radio .checkmark {
      position: absolute;
      top: 0px;
      left: 0;
      height: 25px;
      width: 25px;
      border: 2px solid #2196f3;
      border-radius: 8px; }
      .mutiple-radio-wrapper .custom-radio .checkmark:after {
        /* Create the indicator (the dot/circle - hidden when not checked) */
        content: "";
        position: absolute;
        display: none;
        /* Style the indicator (dot/circle) */
        top: 6px;
        left: 6px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #2196f3; }
    .mutiple-radio-wrapper .custom-radio:hover input ~ .checkmark {
      background-color: #eee; }

.possible-answers-box {
  border-radius: 16px;
  background: #ce659e;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Baskerville;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.25px; }

.rows {
  display: grid;
  gap: 36px; }
  .rows-2 {
    grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 767px) {
    .rows-sm {
      grid-template-columns: 1fr;
      gap: 0; } }

.grid-half-column {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .grid-half-column {
      grid-template-columns: 1fr;
      gap: 20px; } }

p {
  margin-top: 0;
  margin-bottom: 10px; }

#main {
  background-color: #bcdaf2;
  background-image: url("/apollo/images/test-pages/cambridge-2024/bg.webp?v=2");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #2576b9;
  text-align: left;
  font-family: Baskerville;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.25px; }
  @media only screen and (max-width: 767px) {
    #main {
      background-image: url("/apollo/images/test-pages/cambridge-2024/bg-mobile.webp"); }
      #main[step="testing"] {
        background-image: unset !important;
        background-color: #fff !important; } }
  #main[step="result"] {
    background-image: url("/apollo/images/test-pages/cambridge-2024/layouts/result-wave.png") !important;
    background-color: #fffaf1 !important;
    background-size: 180% 100%; }
    @media only screen and (max-width: 767px) {
      #main[step="result"] {
        background-size: cover; } }

#welcome {
  padding: 80px 0; }
  @media only screen and (max-width: 767px) {
    #welcome {
      padding: 15px 0; } }
  @media only screen and (max-width: 767px) {
    #welcome .welcome-title {
      font-weight: 600;
      font-size: 18px !important;
      line-height: 22px;
      letter-spacing: 0.25px; } }
  #welcome .welcome-top {
    z-index: 1;
    position: relative; }
    @media only screen and (max-width: 991px) {
      #welcome .welcome-top {
        text-align: center; } }
    #welcome .welcome-top p:first-child {
      margin-bottom: 1.5rem;
      font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #welcome .welcome-top .test-title {
        font-size: 36px !important;
        line-height: 54px;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      #welcome .welcome-top .test-subtitle {
        font-size: 24px !important;
        line-height: 28px;
        letter-spacing: 0.15px; } }
    @media only screen and (max-width: 575px) {
      #welcome .welcome-top .test-subtitle {
        font-size: 22px !important; } }
    #welcome .welcome-top .headling-wrapper {
      position: relative; }
      @media only screen and (max-width: 991px) {
        #welcome .welcome-top .headling-wrapper {
          text-align: center;
          display: inline-block; } }
      @media only screen and (max-width: 767px) {
        #welcome .welcome-top .headling-wrapper {
          width: 100%;
          max-width: 300px;
          margin: 0 auto; } }
    #welcome .welcome-top .headling-text:nth-child(1) {
      position: relative;
      z-index: 3;
      color: #2576b9;
      text-shadow: white 4px 0px 0px, white 3.87565px 0.989616px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.282949px 3.98998px 0px, white -0.712984px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.432781px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.843183px -3.91012px 0px, white 0.150409px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.132717px 0px; }
    #welcome .welcome-top .headling-text:nth-child(2) {
      position: absolute;
      top: 1px;
      left: -1px;
      z-index: 2;
      text-shadow: #ffc62a 5px 0px 0px, #ffc62a 4.90033px 0.993347px 0px, #ffc62a 4.60531px 1.94709px 0px, #ffc62a 4.12668px 2.82321px 0px, #ffc62a 3.48353px 3.58678px 0px, #ffc62a 2.70151px 4.20736px 0px, #ffc62a 1.81179px 4.6602px 0px, #ffc62a 0.849836px 4.92725px 0px, #ffc62a -0.145998px 4.99787px 0px, #ffc62a -1.13601px 4.86924px 0px, #ffc62a -2.08073px 4.54649px 0px, #ffc62a -2.94251px 4.04248px 0px, #ffc62a -3.68697px 3.37732px 0px, #ffc62a -4.28444px 2.57751px 0px, #ffc62a -4.71111px 1.67494px 0px, #ffc62a -4.94996px 0.7056px 0px, #ffc62a -4.99147px -0.291871px 0px, #ffc62a -4.83399px -1.27771px 0px, #ffc62a -4.48379px -2.2126px 0px, #ffc62a -3.95484px -3.05929px 0px, #ffc62a -3.26822px -3.78401px 0px, #ffc62a -2.4513px -4.35788px 0px, #ffc62a -1.53666px -4.75801px 0px, #ffc62a -0.560763px -4.96845px 0px, #ffc62a 0.437495px -4.98082px 0px, #ffc62a 1.41831px -4.79462px 0px, #ffc62a 2.34258px -4.41727px 0px, #ffc62a 3.17346px -3.86382px 0px, #ffc62a 3.87783px -3.15633px 0px, #ffc62a 4.4276px -2.32301px 0px, #ffc62a 4.80085px -1.39708px 0px, #ffc62a 4.98271px -0.415447px 0px; }
    #welcome .welcome-top .headling-text:nth-child(3) {
      position: absolute;
      top: 2px;
      left: -2px;
      z-index: 1;
      text-shadow: #eb4754 6px 0px 0px, #eb4754 5.91686px 0.995377px 0px, #eb4754 5.66974px 1.96317px 0px, #eb4754 5.2655px 2.87655px 0px, #eb4754 4.71532px 3.71022px 0px, #eb4754 4.03447px 4.44106px 0px, #eb4754 3.24181px 5.04883px 0px, #eb4754 2.35931px 5.51667px 0px, #eb4754 1.41143px 5.83163px 0px, #eb4754 0.424423px 5.98497px 0px, #eb4754 -0.574341px 5.97245px 0px, #eb4754 -1.55719px 5.79441px 0px, #eb4754 -2.49688px 5.45578px 0px, #eb4754 -3.36738px 4.96596px 0px, #eb4754 -4.14455px 4.33852px 0px, #eb4754 -4.80686px 3.59083px 0px, #eb4754 -5.33596px 2.74364px 0px, #eb4754 -5.71718px 1.8204px 0px, #eb4754 -5.93995px 0.84672px 0px, #eb4754 -5.99811px -0.150428px 0px, #eb4754 -5.89004px -1.14341px 0px, #eb4754 -5.61874px -2.1047px 0px, #eb4754 -5.19172px -3.00766px 0px, #eb4754 -4.62082px -3.82727px 0px, #eb4754 -3.92186px -4.54081px 0px, #eb4754 -3.11421px -5.12852px 0px, #eb4754 -2.22026px -5.57409px 0px, #eb4754 -1.26477px -5.86518px 0px, #eb4754 -0.274238px -5.99373px 0px, #eb4754 0.723898px -5.95617px 0px, #eb4754 1.70197px -5.75355px 0px, #eb4754 2.63288px -5.39147px 0px, #eb4754 3.49082px -4.87998px 0px, #eb4754 4.25202px -4.23324px 0px, #eb4754 4.89538px -3.46919px 0px, #eb4754 5.40307px -2.60899px 0px, #eb4754 5.76102px -1.67649px 0px, #eb4754 5.95932px -0.697531px 0px; }
    #welcome .welcome-top .headling-text:nth-child(4) {
      position: absolute;
      top: 3px;
      left: -3px;
      z-index: 0;
      text-shadow: #ea9fc5 7px 0px 0px, #ea9fc5 6.92869px 0.996602px 0px, #ea9fc5 6.71622px 1.9729px 0px, #ea9fc5 6.36692px 2.909px 0px, #ea9fc5 5.8879px 3.78584px 0px, #ea9fc5 5.28893px 4.58555px 0px, #ea9fc5 4.5822px 5.29183px 0px, #ea9fc5 3.78212px 5.8903px 0px, #ea9fc5 2.90498px 6.36876px 0px, #ea9fc5 1.96865px 6.71747px 0px, #ea9fc5 0.992221px 6.92932px 0px, #ea9fc5 -0.00442571px 7px 0px, #ea9fc5 -1.00098px 6.92806px 0px, #ea9fc5 -1.97715px 6.71498px 0px, #ea9fc5 -2.91303px 6.36508px 0px, #ea9fc5 -3.78956px 5.88551px 0px, #ea9fc5 -4.58889px 5.28603px 0px, #ea9fc5 -5.29472px 4.57885px 0px, #ea9fc5 -5.89269px 3.77839px 0px, #ea9fc5 -6.3706px 2.90095px 0px, #ea9fc5 -6.71871px 1.96441px 0px, #ea9fc5 -6.92995px 0.98784px 0px, #ea9fc5 -6.99999px -0.00885142px 0px, #ea9fc5 -6.92743px -1.00536px 0px, #ea9fc5 -6.71372px -1.98139px 0px, #ea9fc5 -6.36324px -2.91705px 0px, #ea9fc5 -5.88311px -3.79328px 0px, #ea9fc5 -5.28313px -4.59223px 0px, #ea9fc5 -4.57551px -5.29762px 0px, #ea9fc5 -3.77466px -5.89507px 0px, #ea9fc5 -2.89692px -6.37243px 0px, #ea9fc5 -1.96016px -6.71995px 0px, #ea9fc5 -0.983458px -6.93057px 0px, #ea9fc5 0.0132771px -6.99999px 0px, #ea9fc5 1.00974px -6.92679px 0px, #ea9fc5 1.98564px -6.71247px 0px, #ea9fc5 2.92107px -6.36139px 0px, #ea9fc5 3.797px -5.88071px 0px, #ea9fc5 4.59557px -5.28022px 0px, #ea9fc5 5.30051px -4.57215px 0px, #ea9fc5 5.89746px -3.77094px 0px, #ea9fc5 6.37426px -2.89289px 0px, #ea9fc5 6.72119px -1.95591px 0px, #ea9fc5 6.93119px -0.979076px 0px; }
  #welcome .welcome-mid {
    z-index: 1;
    position: relative;
    margin: 50px 0;
    padding: 40px 80px;
    border-radius: 24px;
    background: rgba(222, 236, 247, 0.96);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    font-family: Brauer NeueVN;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 36px */
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px; }
    @media only screen and (max-width: 991px) {
      #welcome .welcome-mid {
        padding: 16px; } }
    #welcome .welcome-mid .note {
      font-family: Baskerville;
      font-size: 24px;
      font-style: italic;
      font-weight: 400;
      line-height: 28px;
      /* 116.667% */
      letter-spacing: 0.25px;
      margin-bottom: 36px; }
    #welcome .welcome-mid .input-wrapper input {
      background: transparent;
      padding: 5px;
      width: 600px;
      border: 1px solid transparent;
      border-bottom: 1px solid #2576b9;
      font-size: 30px;
      font-family: Brauer NeueVN;
      color: #2576b9;
      text-align: center; }
      @media only screen and (max-width: 991px) {
        #welcome .welcome-mid .input-wrapper input {
          width: 100%; } }
    #welcome .welcome-mid .btn-groups {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 32px; }
      @media only screen and (max-width: 1199px) {
        #welcome .welcome-mid .btn-groups {
          grid-template-columns: 1fr; } }
  #welcome .welcome-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    gap: 25px; }
    #welcome .welcome-bottom .btn-starting {
      margin: 0 auto; }
    #welcome .welcome-bottom .note-wrapper {
      display: inline-block;
      text-align: left; }
    @media only screen and (max-width: 767px) {
      #welcome .welcome-bottom .note-content {
        font-size: 20px !important;
        line-height: 28px;
        letter-spacing: 0.25px;
        font-weight: 400; } }
  #welcome .welcome-image {
    position: absolute;
    top: 215px;
    right: 0;
    z-index: 0;
    max-width: 1000px; }
    @media only screen and (max-width: 1199px) {
      #welcome .welcome-image {
        right: -200px; } }
    @media only screen and (max-width: 991px) {
      #welcome .welcome-image {
        margin-bottom: -100px;
        position: relative;
        top: 0;
        right: -16px; } }

#congratulations {
  position: relative; }
  @media only screen and (max-width: 991px) {
    #congratulations {
      padding-top: 40px;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 64px; } }
  @media only screen and (max-width: 767px) {
    #congratulations {
      padding-top: 16px; } }
  #congratulations .icon-decor {
    position: absolute; }
    #congratulations .icon-decor.decor-01 {
      height: 64px;
      width: auto;
      top: 0;
      left: 10%; }
      @media only screen and (max-width: 991px) {
        #congratulations .icon-decor.decor-01 {
          height: 35px;
          top: -6%; } }
      @media only screen and (max-width: 767px) {
        #congratulations .icon-decor.decor-01 {
          left: 0%;
          top: 0%; } }
      @media screen and (max-width: 360px) {
        #congratulations .icon-decor.decor-01 {
          left: -2%;
          top: 0%;
          width: 42px; } }
      @media screen and (max-width: 350px) {
        #congratulations .icon-decor.decor-01 {
          left: -5%;
          top: 0%;
          width: 42px; } }
    #congratulations .icon-decor.decor-02 {
      height: 86px;
      width: auto;
      top: 0;
      right: 10%; }
      @media only screen and (max-width: 991px) {
        #congratulations .icon-decor.decor-02 {
          height: 44px;
          top: -6%; } }
      @media only screen and (max-width: 767px) {
        #congratulations .icon-decor.decor-02 {
          right: -3%;
          top: 1%; } }
      @media screen and (max-width: 360px) {
        #congratulations .icon-decor.decor-02 {
          right: -3%;
          top: 2%;
          width: 35px; } }
      @media screen and (max-width: 350px) {
        #congratulations .icon-decor.decor-02 {
          right: -5%;
          top: 1.5%;
          width: 32px; } }
    #congratulations .icon-decor.decor-03 {
      height: 172px;
      width: auto;
      top: -10%;
      left: -10%; }
    #congratulations .icon-decor.decor-04 {
      height: 86px;
      width: auto;
      top: -20%;
      right: 0; }
  #congratulations .lead-form-wrapper {
    max-width: 832px;
    width: 100%;
    padding: 16px;
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      #congratulations .lead-form-wrapper {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      #congratulations .lead-form-wrapper .congrat-title {
        font-size: 40px !important;
        line-height: 48px; } }
    @media only screen and (max-width: 767px) {
      #congratulations .lead-form-wrapper .congrat-subtitle {
        font-size: 28px !important;
        line-height: 34px; } }
    @media only screen and (max-width: 767px) {
      #congratulations .lead-form-wrapper .info-title {
        font-size: 22px !important;
        line-height: 27px; } }
    #congratulations .lead-form-wrapper .lead-form {
      margin: 64px 0;
      opacity: 0.9;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
      width: 100%;
      padding: 36px 42px; }
      @media only screen and (max-width: 767px) {
        #congratulations .lead-form-wrapper .lead-form {
          padding: 36px 16px;
          margin: 24px 0 64px; } }
      #congratulations .lead-form-wrapper .lead-form .input-wrapper {
        display: grid;
        grid-template-columns: max-content auto;
        gap: 16px;
        text-align: right;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          #congratulations .lead-form-wrapper .lead-form .input-wrapper {
            display: flex;
            flex-direction: column;
            text-align: center;
            gap: 0; } }
        #congratulations .lead-form-wrapper .lead-form .input-wrapper .input-controls {
          position: relative; }
          #congratulations .lead-form-wrapper .lead-form .input-wrapper .input-controls .input-text {
            text-align: center;
            width: 100%;
            position: relative; }
          #congratulations .lead-form-wrapper .lead-form .input-wrapper .input-controls .error {
            color: #f3392f;
            font-size: 14px;
            font-weight: 400;
            position: absolute;
            top: 105%;
            left: 0; }
      #congratulations .lead-form-wrapper .lead-form .btn-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative; }
        #congratulations .lead-form-wrapper .lead-form .btn-wrapper .btn {
          position: absolute;
          top: 100px; }
          @media only screen and (max-width: 767px) {
            #congratulations .lead-form-wrapper .lead-form .btn-wrapper .btn {
              top: 70px; } }
  #congratulations .mascot {
    position: absolute;
    right: 0;
    bottom: -85px;
    height: 400px; }
    @media only screen and (max-width: 991px) {
      #congratulations .mascot {
        margin-top: 50px;
        bottom: -65px;
        position: relative;
        display: inline-flex; } }
    #congratulations .mascot img {
      height: 100%;
      width: auto; }

@media only screen and (max-width: 767px) {
  .banner-section {
    position: relative;
    z-index: 1; } }

#result {
  padding: 40px 0;
  display: flex;
  gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Brauer NeueVN;
  font-size: 30px;
  font-style: normal;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    #result {
      padding: 0 0 40px;
      position: relative;
      z-index: 2;
      margin-top: 10px;
      gap: 32px; } }
  #result.starters .primary-text {
    color: #f79f11; }
  #result.starters .general-results {
    color: #f79f11;
    border: 1px solid #f79f11; }
  #result.movers .primary-text {
    color: #eb4854; }
  #result.movers .general-results {
    color: #eb4854;
    border: 1px solid #eb4854; }
  #result.flyers .primary-text {
    color: #25af6a; }
  #result.flyers .general-results {
    color: #25af6a;
    border: 1px solid #25af6a; }
  #result p.title-result {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      #result p.title-result {
        font-size: 28px !important;
        line-height: 29px;
        letter-spacing: 0.15px;
        margin-bottom: 32px; } }
  #result p.title-level {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      #result p.title-level {
        font-size: 54px !important;
        line-height: 64px; } }
  #result .name-wrapper {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #result .name-wrapper {
        width: 100%; } }
    #result .name-wrapper p {
      padding: 16px 32px;
      border: 1px solid transparent;
      border-bottom: 1px solid #2576b9; }
      #result .name-wrapper p#kid_name {
        padding: 0 32px 16px; }
  #result .general-results {
    font-size: 28px;
    border-radius: 56px;
    padding: 10px 32px 16px 32px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #result .general-results {
        font-size: 24px;
        line-height: 29px;
        padding: 28px 20px 20px 20px; } }
    #result .general-results #shields {
      font-size: 48px;
      line-height: 54px; }
      @media only screen and (max-width: 767px) {
        #result .general-results #shields {
          font-size: 32px;
          line-height: 40px; } }
  #result .skills-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      #result .skills-results {
        text-align: center;
        grid-template-columns: 1fr; } }
    #result .skills-results .shields {
      display: flex;
      gap: 16px; }
      #result .skills-results .shields img {
        height: 56px;
        width: auto; }
  #result .from-experts {
    max-width: 800px;
    width: 100%; }
    #result .from-experts .title {
      text-align: center;
      margin-bottom: 48px;
      font-size: 36px;
      line-height: 48px; }
      @media only screen and (max-width: 767px) {
        #result .from-experts .title {
          font-size: 30px;
          line-height: 36px;
          margin-bottom: 16px; } }
      #result .from-experts .title p {
        margin: 0; }
    #result .from-experts .note {
      text-align: left;
      font-size: 22px;
      font-family: Baskerville;
      font-weight: normal; }
      #result .from-experts .note p {
        margin-bottom: 16px; }

#testing {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 100px 0px 20px 0px;
  position: relative;
  color: #2576b9;
  font-size: 24px; }
  @media only screen and (max-width: 1199px) {
    #testing {
      padding: 100px 50px; } }
  @media only screen and (max-width: 767px) {
    #testing {
      padding: 100px 0;
      gap: 0;
      font-size: 80%; } }
  @media only screen and (max-width: 767px) {
    #testing.ios {
      font-size: 24px; } }
  #testing .primary-button {
    border-radius: 100px;
    padding: 15px 100px;
    background: #ffd95c;
    color: #2576b9;
    box-shadow: 4px 4px 0px 0px rgba(69, 90, 100, 0.5);
    border: none;
    font-family: Brauer NeueVN;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer; }
    #testing .primary-button:hover {
      background: #2576b9;
      color: white; }
  #testing .icon-sm {
    width: auto;
    height: 20px; }
  #testing .icon-md {
    width: auto;
    height: 30px; }
  #testing .result-box {
    position: absolute;
    top: -80px;
    right: 0;
    color: white;
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border-radius: 36px;
    background: linear-gradient(270deg, #ed9eaa 5.79%, #e9687c 88.83%);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 767px) {
      #testing .result-box {
        right: auto; } }
    #testing .result-box .time-wrapper {
      gap: 13px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #testing .result-box .time-wrapper .icon {
        height: 45px;
        width: auto; }
      #testing .result-box .time-wrapper .time {
        font-family: "DS-Digital";
        color: var(--white, #fff);
        font-size: 24px;
        font-style: normal;
        letter-spacing: 0.5rem; }
  #testing .submit-btn {
    margin: 10px auto 0; }
  @media only screen and (max-width: 767px) {
    #testing .owl-carousel .owl-nav {
      margin-top: 50px;
      display: block;
      display: flex;
      justify-content: space-around; } }
  #testing .owl-carousel .owl-nav button {
    height: 57px;
    border: none; }
    @media only screen and (max-width: 767px) {
      #testing .owl-carousel .owl-nav button {
        position: relative;
        margin: 0;
        padding: 0;
        display: block; } }
    #testing .owl-carousel .owl-nav button.owl-prev {
      left: -30px; }
      @media only screen and (max-width: 1199px) {
        #testing .owl-carousel .owl-nav button.owl-prev {
          left: -30px; } }
      @media only screen and (max-width: 767px) {
        #testing .owl-carousel .owl-nav button.owl-prev {
          left: 0; } }
    #testing .owl-carousel .owl-nav button.owl-next {
      right: -30px; }
      @media only screen and (max-width: 1199px) {
        #testing .owl-carousel .owl-nav button.owl-next {
          right: -30px; } }
      @media only screen and (max-width: 767px) {
        #testing .owl-carousel .owl-nav button.owl-next {
          right: 0; } }
    #testing .owl-carousel .owl-nav button:hover {
      background: #eee;
      border: none; }
    #testing .owl-carousel .owl-nav button:focus {
      border: none !important; }
    #testing .owl-carousel .owl-nav button img {
      height: unset; }
  #testing .card {
    max-width: 1200px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    width: 100%;
    min-height: 600px;
    border-radius: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1199px) {
      #testing .card {
        padding: 50px 20px; } }
    @media only screen and (max-width: 767px) {
      #testing .card {
        box-shadow: unset !important;
        padding: 0; } }
    #testing .card .main-title {
      color: #ce659e;
      text-align: left;
      /* Headline 30pt Brauer */
      font-family: Brauer NeueVN;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 36px */
      margin-left: 50px; }
    #testing .card .question-box {
      border-radius: 12px;
      border: 1px solid #2576b9;
      padding: 0 50px;
      margin: 30px 0; }
      @media only screen and (max-width: 767px) {
        #testing .card .question-box {
          padding: 0 10px; } }
      #testing .card .question-box .question {
        color: #2576b9;
        font-family: Baskerville;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 28.8px */
        letter-spacing: 0.25px;
        margin-top: -16px;
        text-align: left;
        display: block; }
        @media only screen and (max-width: 767px) {
          #testing .card .question-box .question {
            font-size: inherit;
            margin-top: -13px; } }
        @media only screen and (max-width: 767px) {
          #testing .card .question-box .question .ios {
            font-size: 24px;
            margin-top: -16px; } }
        #testing .card .question-box .question > * {
          background-color: white;
          display: inline-block;
          padding: 0 10px;
          margin-left: -10px; }
          @media only screen and (max-width: 767px) {
            #testing .card .question-box .question > * {
              padding: 0 5px;
              margin-left: 5px; } }
          @media screen and (max-width: 380px) {
            #testing .card .question-box .question > * {
              max-width: 300px; } }
        #testing .card .question-box .question-inbox {
          margin-top: 0 !important; }
        #testing .card .question-box .question .flex {
          display: inline-flex;
          align-items: center; }
      @media only screen and (max-width: 767px) {
        #testing .card .question-box .text-break {
          padding: 0 5px;
          margin-left: 5px;
          font-size: inherit; } }
      @media only screen and (max-width: 767px) {
        #testing .card .question-box .text-break .ios {
          padding: 0 5px;
          margin-left: 5px;
          font-size: 24px; } }
      #testing .card .question-box .italic {
        font-style: italic; }
      #testing .card .question-box .pink {
        color: #ce659e; }
        @media only screen and (max-width: 767px) {
          #testing .card .question-box .pink.text-italic {
            margin-left: 5px; } }
      #testing .card .question-box p {
        margin: 0; }
      #testing .card .question-box .example {
        padding: 10px 0; }
        @media only screen and (max-width: 767px) {
          #testing .card .question-box .example.text-ex-line {
            margin-left: 5px; } }
        #testing .card .question-box .example.example-style-02 .input-box input {
          width: 80px;
          border-bottom: 1px solid #ce659e;
          background-color: transparent; }
          @media only screen and (max-width: 575px) {
            #testing .card .question-box .example.example-style-02 .input-box input {
              width: 25px; } }
        #testing .card .question-box .example.example-style-02 .example-ans-1 {
          padding: 0 20px;
          position: relative; }
          #testing .card .question-box .example.example-style-02 .example-ans-1::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background-color: #ce659e;
            bottom: 0;
            left: 0; }
        #testing .card .question-box .example.example-style-02 .example-ans {
          padding: 0 80px;
          position: relative; }
          #testing .card .question-box .example.example-style-02 .example-ans::before {
            position: absolute;
            content: "";
            width: 65px;
            height: 1px;
            background-color: #ce659e;
            bottom: 0;
            left: 0; }
          #testing .card .question-box .example.example-style-02 .example-ans::after {
            position: absolute;
            content: "";
            width: 65px;
            height: 1px;
            background-color: #ce659e;
            bottom: 0;
            right: 0; }
          @media only screen and (max-width: 767px) {
            #testing .card .question-box .example.example-style-02 .example-ans {
              padding: 0 40px; }
              #testing .card .question-box .example.example-style-02 .example-ans::before {
                width: 25px; }
              #testing .card .question-box .example.example-style-02 .example-ans::after {
                width: 25px; } }
        #testing .card .question-box .example .wrap-yes-no {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          @media only screen and (max-width: 767px) {
            #testing .card .question-box .example .wrap-yes-no {
              flex-wrap: wrap; } }
          #testing .card .question-box .example .wrap-yes-no .m-4 {
            margin-bottom: 4px; }
          #testing .card .question-box .example .wrap-yes-no .ques {
            width: calc(100% - 100px); }
            @media only screen and (max-width: 767px) {
              #testing .card .question-box .example .wrap-yes-no .ques {
                width: 100%; } }
          #testing .card .question-box .example .wrap-yes-no .ans {
            width: 100px;
            display: flex; }
            @media only screen and (max-width: 767px) {
              #testing .card .question-box .example .wrap-yes-no .ans {
                width: 100%;
                justify-content: center;
                gap: 48px; } }
            #testing .card .question-box .example .wrap-yes-no .ans .item {
              flex-grow: 1;
              flex-basis: 100%;
              text-align: center; }
              @media only screen and (max-width: 767px) {
                #testing .card .question-box .example .wrap-yes-no .ans .item {
                  flex-grow: unset;
                  flex-basis: unset; } }
              #testing .card .question-box .example .wrap-yes-no .ans .item .custom-radio {
                padding-left: 25px; }
                @media only screen and (max-width: 767px) {
                  #testing .card .question-box .example .wrap-yes-no .ans .item .custom-radio {
                    display: flex;
                    padding-left: 35px; }
                    #testing .card .question-box .example .wrap-yes-no .ans .item .custom-radio .checkmark {
                      top: 50%;
                      transform: translateY(-50%); } }
              #testing .card .question-box .example .wrap-yes-no .ans .item .choose-title {
                color: #2576b9;
                text-align: center;
                font-family: Brauer NeueVN;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                letter-spacing: 0.15px; }
          #testing .card .question-box .example .wrap-yes-no thead th {
            min-width: 50px;
            text-align: center; }
            #testing .card .question-box .example .wrap-yes-no thead th:first-child {
              text-align: left;
              font-weight: 400; }
          #testing .card .question-box .example .wrap-yes-no tbody tr {
            padding: 20px 10px; }
            #testing .card .question-box .example .wrap-yes-no tbody tr td {
              text-align: center; }
              #testing .card .question-box .example .wrap-yes-no tbody tr td:first-child {
                text-align: left; }
                #testing .card .question-box .example .wrap-yes-no tbody tr td:first-child p {
                  font-weight: 400;
                  margin-right: 20px; }
              #testing .card .question-box .example .wrap-yes-no tbody tr td .custom-radio {
                padding-left: 25px; }
    #testing .card .slider-counter {
      color: #90a4ae;
      text-align: center;
      /* Headline 24pt Brauer */
      font-family: Brauer NeueVN;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 28.8px */
      letter-spacing: 0.15px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        #testing .card .slider-counter {
          position: absolute;
          bottom: 70px; } }
  #testing .started .content {
    margin-right: 40%;
    padding-right: 20px; }
    #testing .started .content .title {
      color: #2576b9;
      font-family: Brauer NeueVN;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      text-transform: uppercase; }
    #testing .started .content .desc {
      font-size: 18px;
      font-style: normal;
      line-height: 28px;
      /* 155.556% */
      letter-spacing: 0.25px; }
      #testing .started .content .desc ul {
        list-style: revert;
        padding-left: revert;
        margin-bottom: revert; }
    #testing .started .content .buttons {
      margin-top: 30px; }
  #testing .started .image-group {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    margin-left: 60%; }
    #testing .started .image-group .decor {
      height: 80px;
      position: absolute;
      width: auto; }
      #testing .started .image-group .decor.decor-1 {
        top: 100px;
        right: 390px; }
      #testing .started .image-group .decor.decor-2 {
        top: 30px;
        right: 160px; }
      #testing .started .image-group .decor.decor-3 {
        top: 130px;
        right: 60px; }
    #testing .started .image-group .main {
      position: absolute;
      width: 450px;
      bottom: 0;
      right: 40px; }
  #testing .choose-level {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    #testing .choose-level .level-group {
      display: flex;
      justify-content: space-evenly; }
      #testing .choose-level .level-group .level-box {
        display: flex;
        flex-direction: column; }
        #testing .choose-level .level-group .level-box .box {
          width: 230px;
          display: flex;
          flex-direction: column;
          margin-bottom: 16px;
          border-radius: 12px;
          overflow: hidden;
          box-shadow: 3px 4px 0px 0px rgba(96, 125, 139, 0.5); }
          #testing .choose-level .level-group .level-box .box .top,
          #testing .choose-level .level-group .level-box .box .bottom {
            padding: 16px;
            text-align: center;
            background: #eceff1; }
          #testing .choose-level .level-group .level-box .box .top {
            font-size: 20px;
            color: white; }
            #testing .choose-level .level-group .level-box .box .top.yellow {
              background-color: #ffd95c;
              color: #2576b9; }
            #testing .choose-level .level-group .level-box .box .top.pink {
              background-color: #eb9cc3; }
            #testing .choose-level .level-group .level-box .box .top.blue {
              background-color: #2576b9; }
            #testing .choose-level .level-group .level-box .box .top.red {
              background-color: #d22329; }
            #testing .choose-level .level-group .level-box .box .top.gray {
              background-color: #90a4ae; }
          #testing .choose-level .level-group .level-box .box .bottom {
            padding: 8px 16px; }
        #testing .choose-level .level-group .level-box .button {
          margin: 0 auto;
          display: flex;
          height: 40px;
          padding: 20px 32px 16px 32px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 100px;
          border: 1px solid #2576b9;
          cursor: pointer; }
          #testing .choose-level .level-group .level-box .button:hover {
            background-color: #2576b9;
            color: white; }
  #testing .flex-space-evently-center {
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
  #testing .grid-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
    width: fit-content;
    margin: 0 auto; }
    #testing .grid-two-column > div {
      width: fit-content; }
    @media only screen and (max-width: 1199px) {
      #testing .grid-two-column {
        gap: 20px; } }
    @media only screen and (max-width: 991px) {
      #testing .grid-two-column {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      #testing .grid-two-column {
        width: 100%;
        grid-template-columns: 1fr; } }
  #testing .custom-radio {
    /* The container */
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default radio button */
    /* Create a custom radio button */
    /* On mouse-over, add a grey background color */ }
    #testing .custom-radio input {
      display: none;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      /* When the radio button is checked, add a blue background */
      /* Show the indicator (dot/circle) when checked */ }
      #testing .custom-radio input:checked ~ .checkmark:after {
        display: block; }
    #testing .custom-radio .checkmark {
      position: absolute;
      top: 0px;
      left: 0;
      height: 25px;
      width: 25px;
      border: 2px solid #2196f3;
      border-radius: 8px; }
      #testing .custom-radio .checkmark:after {
        /* Create the indicator (the dot/circle - hidden when not checked) */
        content: "";
        position: absolute;
        display: none;
        /* Style the indicator (dot/circle) */
        top: 6px;
        left: 6px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #2196f3; }
    #testing .custom-radio:hover input ~ .checkmark {
      background-color: #eee; }
  @media only screen and (max-width: 767px) {
    #testing .custom-one-letter-input {
      flex-grow: 1;
      text-align: left; } }
  @media screen and (max-width: 340px) {
    #testing .custom-one-letter-input {
      order: 3;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 450px) {
    #testing .custom-one-letter-input.test2 .digit-group input {
      font-size: 14px;
      width: 24px; } }
  @media screen and (max-width: 400px) {
    #testing .custom-one-letter-input.test2 .digit-group input {
      font-size: 13px;
      width: 22px; } }
  @media screen and (max-width: 370px) {
    #testing .custom-one-letter-input.test2 .digit-group input {
      font-size: 16px;
      width: 28px; } }
  @media screen and (max-width: 370px) {
    #testing .custom-one-letter-input.test2 .digit-group input.disabled-input {
      display: none; } }
  @media screen and (max-width: 370px) {
    #testing .custom-one-letter-input.test2 {
      order: 3;
      width: 100%;
      text-align: center; } }
  #testing .custom-one-letter-input .digit-group input {
    width: 30px;
    height: 35px;
    border: none;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    margin: 0 2px;
    border: 1px solid transparent;
    border-bottom: 1px solid black;
    color: #2576b9;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;
    /* Headline 18pt Brauer */
    font-family: Brauer NeueVN;
    font-style: normal;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      #testing .custom-one-letter-input .digit-group input {
        font-size: 20px;
        width: 33px; } }
    @media screen and (max-width: 400px) {
      #testing .custom-one-letter-input .digit-group input {
        font-size: 16px;
        width: 28px; } }
    #testing .custom-one-letter-input .digit-group input:focus {
      border: 1px solid #2576b9 !important; }
  #testing .card-style-01 .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center; }
    #testing .card-style-01 .content-wrapper .question-wrapper {
      display: flex;
      gap: 16px; }
      #testing .card-style-01 .content-wrapper .question-wrapper .image-wrapper {
        position: relative; }
        #testing .card-style-01 .content-wrapper .question-wrapper .image-wrapper span.order {
          position: absolute;
          top: 1px;
          left: 1px;
          height: 25px;
          width: 25px;
          padding-top: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 4px 0px;
          border: 1px solid #2576b9;
          background: #fff; }
      #testing .card-style-01 .content-wrapper .question-wrapper .answer-wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 10px;
        gap: 10px; }
        #testing .card-style-01 .content-wrapper .question-wrapper .answer-wrapper .radio-group {
          display: flex; }
          #testing .card-style-01 .content-wrapper .question-wrapper .answer-wrapper .radio-group .checkmark {
            top: 2px; }
        #testing .card-style-01 .content-wrapper .question-wrapper .answer-wrapper .question {
          text-align: center;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          margin: 0;
          padding: 0; }
          @media only screen and (max-width: 767px) {
            #testing .card-style-01 .content-wrapper .question-wrapper .answer-wrapper .question {
              text-align: left; } }
  #testing .card-style-02 .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; }
    @media only screen and (max-width: 767px) {
      #testing .card-style-02 .content-wrapper {
        width: 100%;
        justify-content: space-evenly; } }
    @media screen and (max-width: 400px) {
      #testing .card-style-02 .content-wrapper {
        gap: 16px; } }
    @media screen and (max-width: 340px) {
      #testing .card-style-02 .content-wrapper {
        flex-wrap: wrap;
        gap: 20px; } }
    @media screen and (max-width: 370px) {
      #testing .card-style-02 .content-wrapper.test2 {
        flex-wrap: wrap;
        gap: 20px; } }
    #testing .card-style-02 .content-wrapper .order {
      color: #2576b9;
      text-align: center;
      /* 24 - regular - Baskerville */
      font-family: Baskerville;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 28.8px */
      letter-spacing: 0.25px; }
    #testing .card-style-02 .content-wrapper .main-image {
      width: 60px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        #testing .card-style-02 .content-wrapper .main-image {
          width: 40px; } }
      @media screen and (max-width: 400px) {
        #testing .card-style-02 .content-wrapper .main-image {
          width: 28px; } }
      #testing .card-style-02 .content-wrapper .main-image img {
        max-height: 60px; }
    #testing .card-style-02 .content-wrapper .hind-box {
      color: #2576b9;
      text-align: center;
      font-family: Brauer NeueVN;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      border-bottom: 1px solid black;
      padding: 8px; }
      @media screen and (max-width: 400px) {
        #testing .card-style-02 .content-wrapper .hind-box {
          font-size: 16px; } }
      @media screen and (max-width: 340px) {
        #testing .card-style-02 .content-wrapper .hind-box {
          font-size: 18px; } }
  #testing .card-style-03 {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    align-items: center;
    padding: 50px; }
    @media only screen and (max-width: 991px) {
      #testing .card-style-03 {
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      #testing .card-style-03 {
        flex-direction: column;
        padding: 0px; } }
    #testing .card-style-03 .image-question {
      border-radius: 10px;
      overflow: hidden;
      max-width: 450px;
      width: 100%; }
    #testing .card-style-03.test2 .image-question {
      max-width: 580px; }
    #testing .card-style-03 .answer-wrapper {
      color: var(--primary-primary-800, #2576b9);
      /* 22 - regular - Baskerville */
      font-family: Baskerville;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 26.4px */
      letter-spacing: 0.25px; }
      #testing .card-style-03 .answer-wrapper table thead th {
        min-width: 50px;
        text-align: center; }
      #testing .card-style-03 .answer-wrapper table thead .choose-title {
        color: #2576b9;
        text-align: center;
        font-family: Brauer NeueVN;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.15px; }
      #testing .card-style-03 .answer-wrapper table tbody tr {
        padding: 20px 10px; }
        #testing .card-style-03 .answer-wrapper table tbody tr td {
          text-align: center; }
          #testing .card-style-03 .answer-wrapper table tbody tr td:first-child {
            text-align: left; }
            #testing .card-style-03 .answer-wrapper table tbody tr td:first-child p {
              font-style: normal;
              font-weight: 400;
              margin-right: 20px; }
          #testing .card-style-03 .answer-wrapper table tbody tr td .custom-radio {
            padding-left: 25px; }
  #testing .card-style-04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; }
    #testing .card-style-04 .image-question {
      border-radius: 10px;
      overflow: hidden;
      max-width: 420px;
      width: 100%;
      margin: 0 auto 15px; }
    #testing .card-style-04 .example-box {
      border-radius: 16px;
      background: #ce659e;
      display: inline-flex;
      padding: 10px 20px;
      justify-content: center;
      align-items: center;
      gap: 24px;
      color: #fff;
      text-align: center;
      font-family: Baskerville;
      font-size: 24px;
      font-style: italic;
      font-weight: 600;
      line-height: 28px;
      /* 116.667% */
      letter-spacing: 0.25px; }
    #testing .card-style-04 .questions-wrapper {
      color: #2576b9;
      text-align: center;
      margin: 0 70px;
      font-family: Baskerville;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 26.4px */
      letter-spacing: 0.25px; }
      @media only screen and (max-width: 767px) {
        #testing .card-style-04 .questions-wrapper {
          text-align: left;
          margin: 0 0; } }
      #testing .card-style-04 .questions-wrapper span {
        margin-bottom: 20px;
        line-height: 200%; }
        @media only screen and (max-width: 767px) {
          #testing .card-style-04 .questions-wrapper span {
            margin-bottom: 10px; } }
      #testing .card-style-04 .questions-wrapper .input-box {
        color: #ce659e;
        text-align: center; }
        #testing .card-style-04 .questions-wrapper .input-box input {
          text-align: center;
          width: 120px;
          font-family: Baskerville;
          font-size: 22px;
          padding: 0 10px;
          margin: 0 10px;
          margin-bottom: 20px;
          text-align: center;
          border: 1px solid transparent;
          border-bottom: 1px solid #2576b9;
          color: #ce659e; }
          #testing .card-style-04 .questions-wrapper .input-box input.middle {
            width: 150px; }
          #testing .card-style-04 .questions-wrapper .input-box input.large {
            width: 200px; }
          @media only screen and (max-width: 767px) {
            #testing .card-style-04 .questions-wrapper .input-box input {
              margin-bottom: 10px; } }
    #testing .card-style-04 .bonus-question {
      width: 100%;
      max-width: 500px;
      margin: 40px auto 0; }
      @media only screen and (max-width: 767px) {
        #testing .card-style-04 .bonus-question {
          margin: 25px auto 0; } }
      #testing .card-style-04 .bonus-question .mutiple-radio-wrapper {
        gap: 16px; }
      #testing .card-style-04 .bonus-question .checkmark {
        top: 50%;
        margin: 0;
        transform: translateY(-50%); }
  #testing .card-style-05 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    #testing .card-style-05 .questions-box {
      max-width: 100%;
      padding: 10px 50px; }
      @media only screen and (max-width: 767px) {
        #testing .card-style-05 .questions-box {
          padding: 0; } }
    #testing .card-style-05 .answer-box {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        #testing .card-style-05 .answer-box .box {
          padding: 0 10px; } }
      #testing .card-style-05 .answer-box .box input {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        border: 1px solid transparent;
        border-bottom: 1px solid #2576b9;
        width: 100%; }
      #testing .card-style-05 .answer-box .box p {
        text-align: left;
        font-size: 20px;
        font-style: normal;
        font-weight: 400; }
        #testing .card-style-05 .answer-box .box p.flex {
          display: flex; }
          @media screen and (max-width: 290px) {
            #testing .card-style-05 .answer-box .box p.flex {
              flex-wrap: wrap; } }
      #testing .card-style-05 .answer-box table {
        width: 900px;
        margin: 0 auto; }
        @media only screen and (max-width: 1199px) {
          #testing .card-style-05 .answer-box table {
            width: auto; } }
        #testing .card-style-05 .answer-box table.table-starter {
          width: 100%;
          table-layout: auto; }
          #testing .card-style-05 .answer-box table.table-starter td,
          #testing .card-style-05 .answer-box table.table-starter tr {
            width: 100%; }
        #testing .card-style-05 .answer-box table tbody td {
          padding: 10px 0;
          text-align: center; }
          #testing .card-style-05 .answer-box table tbody td:first-child {
            padding: 10px 50px 10px 10px;
            width: 70%;
            text-align: left;
            font-size: 20px;
            font-style: normal;
            font-weight: 400; }
            @media only screen and (max-width: 767px) {
              #testing .card-style-05 .answer-box table tbody td:first-child {
                padding: 0;
                width: 100%; } }
          #testing .card-style-05 .answer-box table tbody td input {
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            text-align: center;
            border: 1px solid transparent;
            border-bottom: 1px solid #2576b9; }
  #testing .card-style-06 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; }
    #testing .card-style-06 .example-box {
      border-radius: 16px;
      background: #ce659e;
      display: inline-flex;
      padding: 10px 20px;
      justify-content: center;
      align-items: center;
      gap: 24px;
      color: #fff;
      text-align: center;
      font-family: Baskerville;
      font-size: 24px;
      font-style: italic;
      font-weight: 600;
      line-height: 28px;
      /* 116.667% */
      letter-spacing: 0.25px; }
    #testing .card-style-06 .illustration-box {
      width: 70%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center; }
      @media only screen and (max-width: 991px) {
        #testing .card-style-06 .illustration-box {
          width: 90%; } }
      @media only screen and (max-width: 767px) {
        #testing .card-style-06 .illustration-box {
          width: 100%;
          gap: 16px; } }
      #testing .card-style-06 .illustration-box .image {
        width: calc(25% - 50px);
        text-align: center; }
        @media only screen and (max-width: 991px) {
          #testing .card-style-06 .illustration-box .image {
            width: calc(33% - 25px); } }
        @media only screen and (max-width: 767px) {
          #testing .card-style-06 .illustration-box .image {
            width: calc(50% - 8px); } }
        #testing .card-style-06 .illustration-box .image p {
          margin: 10px;
          color: #2576b9;
          text-align: center;
          font-family: Baskerville;
          font-size: 22px;
          font-style: normal;
          font-weight: 400;
          line-height: 120%;
          letter-spacing: 0.25px; }
    #testing .card-style-06 .questions-wrapper ol li,
    #testing .card-style-06 .questions-wrapper ul li {
      margin-bottom: 5px; }
      #testing .card-style-06 .questions-wrapper ol li input,
      #testing .card-style-06 .questions-wrapper ul li input {
        text-align: center;
        width: 120px;
        font-family: Baskerville;
        font-size: 22px;
        padding: 0 10px;
        margin: 0 10px;
        text-align: center;
        border: 1px solid transparent;
        border-bottom: 1px solid #2576b9;
        color: #ce659e; }
        #testing .card-style-06 .questions-wrapper ol li input.middle,
        #testing .card-style-06 .questions-wrapper ul li input.middle {
          width: 150px; }
        #testing .card-style-06 .questions-wrapper ol li input.large,
        #testing .card-style-06 .questions-wrapper ul li input.large {
          width: 200px; }
    @media only screen and (max-width: 767px) {
      #testing .card-style-06 .questions-wrapper .box {
        padding: 0 10px; } }
    #testing .card-style-06 .questions-wrapper .box input {
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      text-align: center;
      border: 1px solid transparent;
      border-bottom: 1px solid #2576b9;
      width: 100%; }
    #testing .card-style-06 .questions-wrapper .box p {
      text-align: left;
      font-size: 20px;
      font-style: normal;
      font-weight: 400; }
      #testing .card-style-06 .questions-wrapper .box p.flex {
        display: flex; }
        @media screen and (max-width: 290px) {
          #testing .card-style-06 .questions-wrapper .box p.flex {
            flex-wrap: wrap; } }
    #testing .card-style-06 .questions-wrapper table {
      width: 900px;
      margin: 0 auto; }
      @media only screen and (max-width: 1199px) {
        #testing .card-style-06 .questions-wrapper table {
          width: auto; } }
      #testing .card-style-06 .questions-wrapper table.table-starter {
        width: 100%;
        table-layout: auto; }
        #testing .card-style-06 .questions-wrapper table.table-starter td,
        #testing .card-style-06 .questions-wrapper table.table-starter tr {
          width: 100%; }
      #testing .card-style-06 .questions-wrapper table tbody td {
        padding: 10px 0;
        text-align: center; }
        #testing .card-style-06 .questions-wrapper table tbody td:first-child {
          padding: 10px 50px 10px 10px;
          width: 70%;
          text-align: left;
          font-size: 20px;
          font-style: normal;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            #testing .card-style-06 .questions-wrapper table tbody td:first-child {
              padding: 0;
              width: 100%; } }
        #testing .card-style-06 .questions-wrapper table tbody td input {
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          text-align: center;
          border: 1px solid transparent;
          border-bottom: 1px solid #2576b9; }
  #testing .card-style-07 {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400; }
    #testing .card-style-07 .questions-wrapper {
      max-width: 600px;
      margin: 20px auto; }
    #testing .card-style-07 .answer-wrapper {
      margin-top: 20px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      text-align: left;
      gap: 30px 60px;
      width: 100%;
      padding: 50px;
      margin: 0 auto; }
      @media only screen and (max-width: 991px) {
        #testing .card-style-07 .answer-wrapper {
          width: 90%; } }
      @media only screen and (max-width: 767px) {
        #testing .card-style-07 .answer-wrapper {
          grid-template-columns: 1fr;
          width: 100%;
          padding: 0; } }
      #testing .card-style-07 .answer-wrapper .answer-box {
        display: flex;
        flex-direction: column;
        margin: 10px;
        gap: 10px; }
        #testing .card-style-07 .answer-wrapper .answer-box > p {
          margin: 0; }
        #testing .card-style-07 .answer-wrapper .answer-box .input-box {
          text-align: left;
          display: flex;
          flex-direction: column;
          gap: 10px;
          color: #2576b9 !important; }
        #testing .card-style-07 .answer-wrapper .answer-box .custom-radio {
          font-size: 18px; }
  #testing .card-style-08 .question-wrapper .illustration {
    width: 100%; }
    #testing .card-style-08 .question-wrapper .illustration .image-box {
      max-width: 600px;
      margin: 0 auto; }
  #testing .card-style-08.test2 .anwser-wrapper {
    padding: 0 70px; }
    @media only screen and (max-width: 767px) {
      #testing .card-style-08.test2 .anwser-wrapper {
        padding: 0; } }
  #testing .card-style-08.test2 ul {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      #testing .card-style-08.test2 ul {
        margin: 16px 0 !important; } }
    #testing .card-style-08.test2 ul li {
      margin: 16px 0; }
      #testing .card-style-08.test2 ul li p {
        margin: 0 !important; }
  #testing .card-style-08.test3 .anwser-wrapper {
    padding: 0 70px; }
    @media only screen and (max-width: 767px) {
      #testing .card-style-08.test3 .anwser-wrapper {
        padding: 0; } }
  #testing .card-style-08.test3 ul {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      #testing .card-style-08.test3 ul {
        margin: 16px 0 !important; } }
    #testing .card-style-08.test3 ul li {
      margin: 16px 0; }
      #testing .card-style-08.test3 ul li p {
        margin: 0 !important;
        display: block !important; }
        #testing .card-style-08.test3 ul li p input.length {
          width: 150px !important; }
  #testing .card-style-08 .anwser-wrapper ul {
    width: fit-content;
    margin: 50px auto; }
    #testing .card-style-08 .anwser-wrapper ul li {
      width: fit-content; }
      #testing .card-style-08 .anwser-wrapper ul li p {
        display: inline-block;
        margin: 10px 0; }
        #testing .card-style-08 .anwser-wrapper ul li p input {
          text-align: center;
          width: 120px;
          font-family: Baskerville;
          font-size: 22px;
          padding: 0 10px;
          margin: 0 10px;
          text-align: center;
          border: 1px solid transparent;
          border-bottom: 1px solid #2576b9;
          color: #ce659e; }
          #testing .card-style-08 .anwser-wrapper ul li p input.middle {
            width: 150px; }
          #testing .card-style-08 .anwser-wrapper ul li p input.large {
            width: 200px; }
  #testing .card-style-09 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; }
    #testing .card-style-09.style-2 .input-box.length input {
      width: 190px !important; }
    #testing .card-style-09.style-2 .input-box input {
      width: 140px !important; }
    #testing .card-style-09.style-3 .input-box input {
      width: 160px !important; }
    #testing .card-style-09 .example-box {
      border-radius: 16px;
      background: #ce659e;
      display: inline-flex;
      padding: 10px 20px;
      justify-content: center;
      align-items: center;
      gap: 24px;
      color: #fff;
      text-align: center;
      font-family: Baskerville;
      font-size: 24px;
      font-style: italic;
      font-weight: 600;
      line-height: 28px;
      /* 116.667% */
      letter-spacing: 0.25px;
      max-width: 750px; }
    #testing .card-style-09 .questions-wrapper {
      color: #2576b9;
      text-align: center;
      margin: 0 70px;
      font-family: Baskerville;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 26.4px */
      letter-spacing: 0.25px; }
      @media only screen and (max-width: 767px) {
        #testing .card-style-09 .questions-wrapper {
          text-align: left;
          margin: 0 0; } }
      #testing .card-style-09 .questions-wrapper p {
        margin: 0; }
      #testing .card-style-09 .questions-wrapper span {
        margin-bottom: 10px;
        line-height: 200%; }
        @media only screen and (max-width: 767px) {
          #testing .card-style-09 .questions-wrapper span {
            margin-bottom: 10px; } }
      #testing .card-style-09 .questions-wrapper .input-box {
        color: #ce659e;
        text-align: center; }
        #testing .card-style-09 .questions-wrapper .input-box input {
          text-align: center;
          width: 120px;
          font-family: Baskerville;
          font-size: 22px;
          padding: 0 10px;
          margin: 0 10px;
          margin-bottom: 10px;
          text-align: center;
          border: 1px solid transparent;
          border-bottom: 1px solid #2576b9;
          color: #ce659e; }
          #testing .card-style-09 .questions-wrapper .input-box input.middle {
            width: 150px; }
          #testing .card-style-09 .questions-wrapper .input-box input.large {
            width: 200px; }
          @media only screen and (max-width: 767px) {
            #testing .card-style-09 .questions-wrapper .input-box input {
              margin-bottom: 10px; } }
  #testing .card-style-10 {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    align-items: center;
    flex-direction: column; }
    #testing .card-style-10 .image-question {
      border-radius: 10px;
      overflow: hidden;
      max-width: 850px;
      width: 100%; }
    #testing .card-style-10 .answer-wrapper {
      color: var(--primary-primary-800, #2576b9);
      /* 22 - regular - Baskerville */
      font-family: Baskerville;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 26.4px */
      letter-spacing: 0.25px; }
      #testing .card-style-10 .answer-wrapper table {
        width: 750px; }
        @media only screen and (max-width: 1199px) {
          #testing .card-style-10 .answer-wrapper table {
            width: auto; } }
        #testing .card-style-10 .answer-wrapper table thead th {
          min-width: 50px;
          text-align: center; }
        #testing .card-style-10 .answer-wrapper table thead .choose-title {
          color: #2576b9;
          text-align: center;
          font-family: Brauer NeueVN;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          letter-spacing: 0.15px; }
        #testing .card-style-10 .answer-wrapper table tbody tr {
          padding: 20px 10px; }
          #testing .card-style-10 .answer-wrapper table tbody tr td {
            text-align: center; }
            #testing .card-style-10 .answer-wrapper table tbody tr td:first-child {
              text-align: left; }
              #testing .card-style-10 .answer-wrapper table tbody tr td:first-child p {
                font-style: normal;
                font-weight: 400; }
            #testing .card-style-10 .answer-wrapper table tbody tr td .custom-radio {
              padding-left: 25px; }
  #testing .card-style-11 .image-question {
    border-radius: 10px;
    overflow: hidden;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 15px; }
  #testing .card-style-11 .content-wrapper {
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 54px; }
    @media only screen and (max-width: 991px) {
      #testing .card-style-11 .content-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 80%; } }
    #testing .card-style-11 .content-wrapper .title {
      font-size: 24px; }
    #testing .card-style-11 .content-wrapper .questions {
      margin-left: 16px; }
      @media only screen and (max-width: 991px) {
        #testing .card-style-11 .content-wrapper .questions {
          margin-left: 0; } }
  #testing .card-style-12 {
    font-size: 22px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    #testing .card-style-12 .title {
      font-size: 24px; }
    #testing .card-style-12 .image-question {
      border-radius: 10px;
      overflow: hidden;
      max-width: 770px;
      width: 100%;
      margin: 0 auto 15px; }
    @media only screen and (max-width: 991px) {
      #testing .card-style-12 .bonus-question .mutiple-radio-wrapper {
        flex-direction: column; } }
  #testing .card-style-13 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    width: 90%;
    margin: 0 auto; }
    #testing .card-style-13.style-2 {
      grid-template-columns: 1fr; }
      #testing .card-style-13.style-2 .image-question {
        margin: 0 auto; }
      #testing .card-style-13.style-2 .input-box input {
        width: 160px; }
    @media only screen and (max-width: 991px) {
      #testing .card-style-13 {
        grid-template-columns: 1fr; } }
    #testing .card-style-13 .image-question {
      border-radius: 10px;
      overflow: hidden;
      max-width: 450px;
      width: 100%; }
    #testing .card-style-13 .question-wrapper p {
      margin-top: 0;
      margin-bottom: 10px; }
  #testing .card-style-14 {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 90%;
    margin: 0 auto; }
    #testing .card-style-14 .image-question {
      border-radius: 10px;
      overflow: hidden;
      max-width: 570px;
      width: 100%;
      margin: 0 auto; }
    #testing .card-style-14 .paragraph-wrapper p {
      margin-bottom: 0;
      line-height: calc(120% + 20px); }
    #testing .card-style-14 .options-wrapper {
      width: 100%;
      max-width: fit-content;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        #testing .card-style-14 .options-wrapper {
          max-width: unset; } }
    #testing .card-style-14 .illustration {
      max-width: 700px;
      margin: 0 auto;
      width: 100%; }
  #testing .flex-column {
    flex-direction: column !important; }

/*# sourceMappingURL=cambridge-2024.css.map */
