* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.ljmain_base {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1156px;
    max-width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}header,footer {
    width: 100%;
}.XCcontent-wrapper {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.Wgsponsor_logo {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.dmpotential_enrollees {
    z-index: 1;
    background-color: rgb(214,230,219);
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
}.dmpotential_enrollees::before {
    left: -50%;
    animation: slowRotate 35s linear infinite;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(123,157,172,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(166,189,193,0.5) 0%,
    transparent 45%
  );
    z-index: -1;
    top: -50%;
    height: 200%;
    width: 200%;
    opacity: 0.6;
    content: "";
    position: absolute;
}.dmpotential_enrollees .qJsmart_guide {
    background: rgba(255, 255, 255, 0.1);
    max-width: 900px;
    backdrop-filter: blur(12px);
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    z-index: 2;
    position: relative;
    padding: 50px;
    border-radius: 18px;
    margin: 0 auto;
}.dmpotential_enrollees h3 {
    margin-bottom: 50px;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 38px;
    letter-spacing: 1px;
    text-align: center;
}.dmpotential_enrollees h3::after {
    bottom: -15px;
    width: 60px;
    border-radius: 10px;
    background: linear-gradient(90deg, 
    rgb(166,189,193,0.5), 
    rgb(123,157,172), 
    rgb(166,189,193,0.5)
  );
    content: "";
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}.dmpotential_enrollees ul {
    gap: 25px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none;
}.dmpotential_enrollees ul li {
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    text-align: center;
    border-radius: 18px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 25px;
}.dmpotential_enrollees ul li::before {
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 2px;
    transition: opacity 0.4s ease;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    opacity: 0.4;
    position: absolute;
    inset: 0;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(123,157,172,0.5),
    rgb(166,189,193,0.5),
    transparent
  );
    border-radius: 18px;
    content: "";
}.dmpotential_enrollees ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.dmpotential_enrollees ul li:hover::before {
    opacity: 1;
}.dmpotential_enrollees ul li svg {
    margin-bottom: 15px;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    fill: rgb(123,157,172);
}.dmpotential_enrollees ul li:hover svg {
    fill: rgb(166,189,193);
    transform: scale(1.05);
}.dmpotential_enrollees ul li svg path {
    fill: rgb(123,157,172);
    transition: all 0.3s ease;
}.dmpotential_enrollees ul li:hover svg path {
    fill: rgb(166,189,193);
}.dmpotential_enrollees ul li {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}.dmpotential_enrollees ul li::after {
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    top: 0;
    border-radius: 18px;
    left: 0;
    content: "";
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
}.dmpotential_enrollees ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.dmpotential_enrollees {
    padding: 70px 15px;
}.dmpotential_enrollees .qJsmart_guide {
    padding: 40px 30px;
}.dmpotential_enrollees h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.dmpotential_enrollees ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.dmpotential_enrollees {
    padding: 50px 15px;
}.dmpotential_enrollees .qJsmart_guide {
    backdrop-filter: blur(8px);
    padding: 30px 20px;
}.dmpotential_enrollees h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 35px;
}.dmpotential_enrollees ul {
    gap: 15px;
}.dmpotential_enrollees ul li {
    padding: 20px 15px;
}.dmpotential_enrollees ul li svg {
    width: 35px;
    margin-bottom: 12px;
    height: 35px;
}.dmpotential_enrollees::before {
    animation-duration: 60s;
}.dmpotential_enrollees ul li::before {
    padding: 1px;
}}

.dmpotential_enrollees ul li {
    --y: center;
    --x: center;
}

@media (hover: hover) {.dmpotential_enrollees ul li:hover {
    --x: calc(1100%);
    --y: calc(100%);
}
}

@media screen and (min-width: 1200px) {.dmpotential_enrollees ul {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}}.jBtyZone {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgba(rgb(166,189,193,0.5), 0.05) 100%);
}.jBtyZone::before {
    content: "";
    position: absolute;
    animation: float 18s ease-in-out infinite alternate;
    top: -15%;
    height: 80%;
    z-index: 0;
    width: 40%;
    right: -5%;
    filter: blur(60px);
    opacity: 0.2;
    transform: rotate(-15deg) skew(5deg);
    background: linear-gradient(225deg, rgb(123,157,172) 0%, rgba(rgb(123,157,172,0.5), 0.2) 100%);
}.jBtyZone::after {
    filter: blur(50px);
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(166,189,193) 0%, rgba(rgb(166,189,193,0.5), 0.1) 100%);
    bottom: -10%;
    opacity: 0.15;
    position: absolute;
    left: -5%;
    height: 70%;
    transform: rotate(15deg) skew(-5deg);
    width: 35%;
    animation: float 15s ease-in-out infinite alternate-reverse;
}.jBtyZone .container {
    max-width: 1140px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.jBtyZone .qJsmart_guide {
    padding: clamp(2rem, 5vw, 3.5rem);
    display: grid;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    opacity: 0;
    gap: calc(18px * 1.5);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    position: relative;
    transform: translateY(20px);
    grid-template-rows: auto auto;
}.jBtyZone .qJsmart_guide::before {
    transform-origin: top;
    background: linear-gradient(180deg, rgb(166,189,193) 0%, rgb(123,157,172) 100%);
    content: "";
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    left: 0;
    transform: scaleY(0);
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
}.jBtyZone h5 {
    font-weight: 700;
    position: relative;
    margin: 0;
    padding-bottom: 0.75rem;
    overflow: hidden;
    color: #000000;
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 1.3;
}.jBtyZone h5::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    transform: translateX(-100%);
    left: 0;
    content: "";
    background: rgb(123,157,172);
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    width: 80px;
}.jBtyZone a {
    position: relative;
    overflow: hidden;
    display: block;
    transition: transform 0.4s ease-out;
    text-decoration: none;
}.jBtyZone a:hover {
    transform: translateY(-5px);
}.jBtyZone a::before {
    border-radius: 50% 0 50% 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(123,157,172,0.5), 0.1) 50%);
    bottom: -20px;
    content: "";
    right: -20px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 80px;
    height: 80px;
}.jBtyZone a:hover::before {
    transform: scale(1);
    opacity: 1;
}.jBtyZone p {
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    line-height: 1.7;
    font-size: 18px;
    margin: 0;
    position: relative;
    opacity: 0;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        transform: translateY(10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.jBtyZone {
    padding: 8rem 0;
}.jBtyZone .qJsmart_guide {
    padding: clamp(2.5rem, 6vw, 4rem);
    border-radius: 10px;
    gap: calc(18px * 2);
}.jBtyZone h5 {
    font-size: calc(24px * 1.1);
    padding-bottom: 1rem;
}.jBtyZone h5::after {
    height: 4px;
    width: 120px;
}
}

@media screen and (min-width: 992px) {.jBtyZone {
    padding: 10rem 0;
}.jBtyZone .qJsmart_guide {
    padding: clamp(3rem, 7vw, 5rem);
    grid-template-columns: 1fr 1fr;
    gap: calc(18px * 3);
}.jBtyZone h5 {
    padding-bottom: 0;
    font-size: calc(24px * 1.2);
}.jBtyZone h5::after {
    bottom: -0.75rem;
}.jBtyZone p {
    font-size: calc(18px * 1.05);
}
}

@media screen and (max-width: 767px) {.jBtyZone {
    padding: 4rem 0;
}.jBtyZone .qJsmart_guide {
    padding: 1.75rem;
}.jBtyZone h5 {
    font-size: calc(24px * 0.9);
}.jBtyZone p {
    font-size: calc(18px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.jBtyZone::before,
    .jBtyZone::after {
    animation: none;
}.jBtyZone .qJsmart_guide,
    .jBtyZone h5::after,
    .jBtyZone p {
    animation-duration: 0.1s;
}.jBtyZone a:hover {
    transform: none;
}}.frtitle_welcome {
    overflow: hidden;
    padding: 2rem;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(166,189,193,0.5), rgb(123,157,172), rgba(0, 0, 0, 0.5));
    display: flex;
    position: relative;
}.frtitle_welcome::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 15%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 20%);
    pointer-events: none;
    z-index: 1;
    width: 100%;
}.frtitle_welcome::after {
    position: absolute;
    content: "";
    width: 100%;
    right: -50%;
    z-index: 0;
    opacity: 0.4;
    animation: gradientShift 12s infinite alternate ease-in-out;
    top: -50%;
    height: 100%;
    transform: rotate(15deg) scale(1.5);
    background: linear-gradient(215deg, rgb(166,189,193,0.5) 0%, transparent 70%);
}.frtitle_welcome .nFpage_intro {
    transform: translateY(0);
    animation: pageEntrance 1.2s ease-out forwards;
    position: relative;
    display: grid;
    width: 100%;
    z-index: 2;
    gap: 3rem;
    max-width: 1200px;
    opacity: 1;
    grid-template-columns: 1fr;
}.frtitle_welcome .nFpage_intro > div:first-child {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(8px) saturate(120%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 
              0 4px 10px rgba(0, 0, 0, 0.08),
              inset 0 1px 2px rgba(255, 255, 255, 0.15);
}.frtitle_welcome .nFpage_intro > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg);
}.frtitle_welcome h3 {
    opacity: 0;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    animation: textReveal 0.8s 0.3s ease-out forwards;
    transform: translateY(20px);
    font-size: calc(22px * 1.1);
}.frtitle_welcome .nFpage_intro > div:nth-child(2) {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 2rem;
}.frtitle_welcome .Ekknowledge_lab {
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) translateZ(0) rotateY(-3deg);
    backdrop-filter: blur(10px) saturate(150%);
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08), 
    rgba(255, 255, 255, 0.01));
}.frtitle_welcome .Ekknowledge_lab:hover {
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.18),
    0 15px 25px rgba(0, 0, 0, 0.12),
    inset 0 1px 2px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) translateZ(20px) rotateY(0deg);
}.frtitle_welcome .Ekknowledge_lab h1 {
    margin: 0 0 2rem;
    color: #ffffff;
    font-weight: 700;
    transform: translateY(30px);
    background: linear-gradient(to right, #ffffff, rgb(123,157,172,0.5));
    -webkit-background-clip: text !important;
    font-size: 48px;
    background-clip: text !important;
    animation: headingReveal 1s 0.5s ease-out forwards;
    color: transparent;
    line-height: 1.2;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
}.frtitle_welcome .Ekknowledge_lab > div {
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.2),
    0 8px 15px rgba(0, 0, 0, 0.15),
    inset 0 2px 0 rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 1.5rem;
}.frtitle_welcome .Ekknowledge_lab > div::before {
    background: linear-gradient(180deg, 
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
}.frtitle_welcome .Ekknowledge_lab > div:hover {
    transform: translateY(-5px);
}.frtitle_welcome .Ekknowledge_lab p {
    line-height: 1.6;
    z-index: 2;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    transform: translateY(15px);
    color: #ffffff;
    letter-spacing: 0.01em;
    opacity: 0;
    font-size: calc(14px * 1.15);
    font-weight: 400;
    animation: textReveal 0.7s 0.8s ease-out forwards;
}

@keyframes pageEntrance {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes textReveal {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes headingReveal {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gradientShift {
  0% {
    transform: rotate(15deg) scale(1.5) translateX(0);
  }
  100% {
    transform: rotate(12deg) scale(1.6) translateX(-5%);
  }
}

@media (min-width: 768px) {.frtitle_welcome .nFpage_intro {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.frtitle_welcome h3 {
    font-size: 22px;
}.frtitle_welcome .Ekknowledge_lab h1 {
    font-size: calc(48px * 1.2);
}.frtitle_welcome .Ekknowledge_lab {
    padding: 3rem;
}
}

@media (min-width: 992px) {.frtitle_welcome {
    padding: 3rem;
}.frtitle_welcome .nFpage_intro > div:first-child {
    padding: 3rem;
}.frtitle_welcome h3 {
    font-size: calc(22px * 1.2);
}.frtitle_welcome .Ekknowledge_lab h1 {
    margin-bottom: 2.5rem;
    font-size: calc(48px * 1.4);
}.frtitle_welcome .Ekknowledge_lab {
    padding: 4rem;
}.frtitle_welcome .Ekknowledge_lab > div {
    padding: 3rem;
}.frtitle_welcome .Ekknowledge_lab p {
    font-size: calc(14px * 1.25);
}
}

@media (max-width: 767px) {.frtitle_welcome {
    padding: 1.5rem;
}.frtitle_welcome .nFpage_intro {
    gap: 2rem;
}.frtitle_welcome .nFpage_intro > div:first-child {
    padding: 1.5rem;
}.frtitle_welcome h3 {
    font-size: calc(20px * 1.1);
}.frtitle_welcome .Ekknowledge_lab {
    padding: 1.8rem;
}.frtitle_welcome .Ekknowledge_lab h1 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 1.1);
}.frtitle_welcome .Ekknowledge_lab > div {
    padding: 2rem;
}.frtitle_welcome .Ekknowledge_lab p {
    font-size: 14px;
}}.JBconnect_with_us {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.JBconnect_with_us::before {
    content: '';
    background: rgb(123,157,172,0.5);
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.JBconnect_with_us .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.JBconnect_with_us .aAsupport_panel {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    display: grid;
}.JBconnect_with_us .sbquery_box {
    padding: 60px 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 0 0 28px 28px;
    grid-row: 2;
    background: #ffffff;
    display: flex;
}.JBconnect_with_us .sbquery_box h3 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-size: 36px;
    width: 100%;
}.JBconnect_with_us .sbquery_box h3::after {
    content: '';
    background: rgb(166,189,193);
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
}.JBconnect_with_us .sbquery_box div {
    background: rgb(214,230,219);
    padding: 20px;
    align-items: center;
    display: flex;
    border-radius: 10px;
    flex: 0 0 calc(50% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}.JBconnect_with_us .sbquery_box div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.JBconnect_with_us .sbquery_box svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.JBconnect_with_us .sbquery_box svg path {
    fill: rgb(166,189,193);
}.JBconnect_with_us .sbquery_box span {
    color: #000000;
    font-size: 16px;
}.JBconnect_with_us .sbquery_box a {
    transition: color 0.3s ease;
    color: rgb(166,189,193);
    text-decoration: none;
}.JBconnect_with_us .sbquery_box a:hover {
    color: rgb(123,157,172);
}.JBconnect_with_us .Wvreach_map {
    position: relative;
    grid-row: 1;
    overflow: hidden;
    background: rgb(166,189,193);
    border-radius: 28px 28px 0 0;
    padding: 0;
}.JBconnect_with_us .Wvreach_map::before {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    top: -50px;
    background: rgb(123,157,172);
    content: '';
    position: absolute;
    opacity: 0.2;
    right: -50px;
}.JBconnect_with_us .Wvreach_map::after {
    width: 200px;
    position: absolute;
    opacity: 0.1;
    content: '';
    background: rgb(123,157,172);
    bottom: -80px;
    left: -80px;
    border-radius: 50%;
    height: 200px;
}.JBconnect_with_us form {
    z-index: 1;
    position: relative;
    padding: 60px 50px;
}.JBconnect_with_us form h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}.JBconnect_with_us form h3::after {
    content: '';
    width: 80px;
    height: 3px;
    bottom: -15px;
    left: 50%;
    background: #ffffff;
    position: absolute;
    transform: translateX(-50%);
}.JBconnect_with_us form input[type="text"],
.JBconnect_with_us form input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 20px;
    color: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
}.JBconnect_with_us form input[type="text"]:focus,
.JBconnect_with_us form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
}.JBconnect_with_us form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.JBconnect_with_us .Mxinquiry_inquiry {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 30px;
}.JBconnect_with_us .Mxinquiry_inquiry input[type="checkbox"] {
    transition: all 0.3s ease;
    height: 22px;
    margin-right: 15px;
    border-radius: 10px;
    -webkit-appearance: none;
    cursor: pointer;
    appearance: none;
    position: relative;
    flex-shrink: 0;
    width: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}.JBconnect_with_us .Mxinquiry_inquiry input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.JBconnect_with_us .Mxinquiry_inquiry input[type="checkbox"]:checked::before {
    left: 7px;
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    content: '';
    top: 4px;
    position: absolute;
    border: solid rgb(166,189,193);
    border-width: 0 2px 2px 0;
}.JBconnect_with_us .Mxinquiry_inquiry label {
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}.JBconnect_with_us .Mxinquiry_inquiry a {
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-weight: 600;
    transition: opacity 0.3s ease;
}.JBconnect_with_us .Mxinquiry_inquiry a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.JBconnect_with_us .qysupport_info {
    color: rgb(166,189,193);
    background: #ffffff;
    font-size: 19px;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    width: 100%;
    padding: 18px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}.JBconnect_with_us .qysupport_info:hover {
    background: rgb(214,230,219);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {.JBconnect_with_us form {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.JBconnect_with_us form h3 {
    grid-column: span 2;
}.JBconnect_with_us .Mxinquiry_inquiry {
    grid-column: span 2;
}.JBconnect_with_us .qysupport_info {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.JBconnect_with_us {
    padding: 90px 0;
}.JBconnect_with_us .Wvreach_map,
    .JBconnect_with_us .sbquery_box {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.JBconnect_with_us {
    padding: 70px 0;
}.JBconnect_with_us .sbquery_box div {
    flex: 0 0 100%;
}.JBconnect_with_us .Wvreach_map,
    .JBconnect_with_us .sbquery_box {
    padding: 40px 30px;
}.JBconnect_with_us .sbquery_box h3,
    .JBconnect_with_us form h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 576px) {.JBconnect_with_us {
    padding: 50px 0;
}.JBconnect_with_us .Wvreach_map,
    .JBconnect_with_us .sbquery_box {
    padding: 30px 25px;
}.JBconnect_with_us .sbquery_box h3,
    .JBconnect_with_us form h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.85);
}.JBconnect_with_us form input[type="text"],
    .JBconnect_with_us form input[type="email"] {
    padding: 15px;
}}.qKstatistics_information {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgb(123,157,172,0.5) 100%);
    overflow: hidden;
}.qKstatistics_information::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(123,157,172,0.5) 0px,
        rgb(123,157,172,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
}.qKstatistics_information::after {
    top: -50%;
    right: -25%;
    transform: rotate(-15deg);
    opacity: 0.05;
    width: 60%;
    position: absolute;
    background: rgb(166,189,193);
    z-index: 0;
    content: "";
    height: 200%;
}.qKstatistics_information .container {
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.qKstatistics_information ul {
    padding: 0;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0;
    list-style: none;
    margin-bottom: 3rem;
}.qKstatistics_information .vistatistics_pluses {
    z-index: 1;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    position: relative;
    background: #ffffff;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    overflow: hidden;
    transform: translateY(0);
}.qKstatistics_information .vistatistics_pluses::before {
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    top: 0;
    height: 0;
    z-index: -1;
    background: rgb(166,189,193);
    width: 4px;
    position: absolute;
}.qKstatistics_information .vistatistics_pluses:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}.qKstatistics_information .vistatistics_pluses:hover::before {
    height: 100%;
}.qKstatistics_information .vistatistics_pluses:nth-child(2n) {
    transform: translateY(10px);
}.qKstatistics_information .vistatistics_pluses:nth-child(2n):hover {
    transform: translateY(0);
}.qKstatistics_information .vistatistics_pluses:nth-child(3n)::before {
    background: rgb(123,157,172);
}.qKstatistics_information .vistatistics_pluses div {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}.qKstatistics_information .vistatistics_pluses:hover div {
    transform: translateX(5px);
}.qKstatistics_information .vistatistics_pluses p {
    font-weight: 700;
    font-size: calc(38px * 1.2);
    display: inline-block;
    color: rgb(166,189,193);
    margin: 0 0 0.75rem;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    line-height: 1;
}.qKstatistics_information .vistatistics_pluses:hover p {
    color: #000000;
    transform: scale(1.05);
}.qKstatistics_information .vistatistics_pluses p::after {
    position: absolute;
    bottom: -5px;
    width: 0;
    background: rgb(123,157,172);
    transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    content: "";
    left: 0;
    height: 2px;
}.qKstatistics_information .vistatistics_pluses:hover p::after {
    width: 100%;
}.qKstatistics_information .vistatistics_pluses span {
    display: block;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #000000;
    transition: color 0.3s ease;
    line-height: 1.4;
}.qKstatistics_information .vistatistics_pluses:hover span {
    color: #000000;
}.qKstatistics_information h4 {
    animation: slideIn 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: inline-block;
    font-size: 23px;
    color: #000000;
    padding-bottom: 0.5rem;
    font-weight: 700;
    align-self: flex-end;
    margin: 1rem 0 0;
    transform: translateX(-10px);
    position: relative;
    opacity: 0;
}.qKstatistics_information h4::before {
    width: 40%;
    height: 3px;
    left: 0;
    content: "";
    background: rgb(166,189,193);
    bottom: 0;
    position: absolute;
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 1200px) {.qKstatistics_information ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.qKstatistics_information .vistatistics_pluses {
    padding: 1.75rem;
}
}

@media (max-width: 992px) {.qKstatistics_information {
    padding: 5rem 0;
}.qKstatistics_information ul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.qKstatistics_information .vistatistics_pluses p {
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 768px) {.qKstatistics_information {
    padding: 4rem 0;
}.qKstatistics_information ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}.qKstatistics_information .vistatistics_pluses {
    padding: 1.5rem;
}.qKstatistics_information .vistatistics_pluses p {
    font-size: 38px;
}.qKstatistics_information .vistatistics_pluses span {
    font-size: calc(13px * 0.95);
}.qKstatistics_information h4 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 576px) {.qKstatistics_information {
    padding: 3rem 0;
}.qKstatistics_information ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.qKstatistics_information .vistatistics_pluses {
    transform: translateY(0) !important;
    padding: 1.25rem;
}.qKstatistics_information .vistatistics_pluses:hover {
    transform: translateY(-5px) !important;
}.qKstatistics_information .vistatistics_pluses p {
    font-size: calc(38px * 0.9);
}.qKstatistics_information .vistatistics_pluses span {
    font-size: calc(13px * 0.9);
}.qKstatistics_information h4 {
    font-size: calc(23px * 0.85);
    align-self: center;
}}footer {
    position: relative;
}footer::before {
    z-index: 1;
    top: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(45deg, rgb(123,157,172,0.5) 0%, rgb(166,189,193,0.5) 100%);
    right: 0;
    position: absolute;
    left: 0;
}.Wgsponsor_logo {
    color: #ffffff;
    z-index: 2;
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
    position: relative;
}.Wgsponsor_logo .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}.Wgsponsor_logo .company_holder {
    position: relative;
    grid-column: 1 / 5;
    z-index: 3;
}.Wgsponsor_logo .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 37px;
    padding-bottom: 10px;
}.Wgsponsor_logo .company_holder h3::after {
    content: '';
    position: absolute;
    background: rgb(166,189,193);
    width: 40px;
    height: 4px;
    border-radius: 10px;
    bottom: 0;
    left: 0;
}.Wgsponsor_logo .CWreg_remind {
    background: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    margin-top: 25px;
    border-left: 4px solid rgb(166,189,193);
    transform: translateZ(0);
    line-height: 1.6;
    padding: 20px;
}.Wgsponsor_logo .KZcopy_notice {
    grid-column: 5 / 13;
    position: relative;
}.Wgsponsor_logo .Agheader_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    display: grid;
}.Wgsponsor_logo .JZfirst_teach {
    position: relative;
}.Wgsponsor_logo .JZfirst_teach h5 {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}.Wgsponsor_logo .JZfirst_teach h5::before {
    transform: translateY(-50%);
    background: rgb(166,189,193);
    left: -15px;
    content: '';
    width: 8px;
    position: absolute;
    border-radius: 50%;
    height: 8px;
    top: 50%;
}.Wgsponsor_logo .JZfirst_teach .Agheader_wrap {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.Wgsponsor_logo .JZfirst_teach .Agheader_wrap a {
    z-index: 1;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 15px;
}.Wgsponsor_logo .JZfirst_teach .Agheader_wrap a::before {
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    width: 3px;
    content: '';
    background: rgb(166,189,193);
    left: 0;
    top: 0;
    height: 100%;
}.Wgsponsor_logo .JZfirst_teach .Agheader_wrap a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.Wgsponsor_logo .JZfirst_teach .Agheader_wrap a:hover::before {
    background: rgb(166,189,193,0.5);
    width: 100%;
}.IJedu_links {
    margin-top: 60px;
    position: relative;
    padding: 20px 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}.IJedu_links::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
    left: 15%;
    position: absolute;
    right: 15%;
    top: 0;
    height: 1px;
    content: '';
}.IJedu_links .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.IJedu_links .TAequity_info {
    letter-spacing: 0.5px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    opacity: 0.8;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    left: 0;
}

@media (max-width: 992px) {.Wgsponsor_logo .container {
    grid-template-columns: repeat(1, 1fr);
}.Wgsponsor_logo .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.Wgsponsor_logo .KZcopy_notice {
    grid-column: 1 / -1;
}.Wgsponsor_logo .Agheader_wrap {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.Wgsponsor_logo {
    padding: 60px 0 30px;
}.Wgsponsor_logo .Agheader_wrap {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.Wgsponsor_logo .JZfirst_teach {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.Wgsponsor_logo::before {
    top: 0;
    animation: gradientShift 5s infinite;
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(166,189,193), rgb(123,157,172), rgb(166,189,193));
    width: 100%;
    content: '';
    left: 0;
    height: 5px;
    position: absolute;
}.Wgsponsor_logo .company_holder::after {
    right: -50px;
    width: 150px;
    border-radius: 50%;
    height: 150px;
    content: '';
    position: absolute;
    opacity: 0.4;
    background: rgb(166,189,193,0.5);
    filter: blur(60px);
    z-index: -1;
    top: 40px;
}.Wgsponsor_logo .company_holder::before {
    filter: blur(40px);
    opacity: 0.3;
    bottom: 0;
    height: 100px;
    z-index: -1;
    left: -30px;
    content: '';
    width: 100px;
    background: rgb(123,157,172,0.5);
    border-radius: 50%;
    position: absolute;
}.Wgsponsor_logo .KZcopy_notice::after {
    height: 120px;
    border-radius: 50%;
    width: 120px;
    position: absolute;
    right: 100px;
    z-index: -1;
    content: '';
    filter: blur(50px);
    background: rgb(166,189,193,0.5);
    top: -20px;
    opacity: 0.2;
}.Wgsponsor_logo .KZcopy_notice::before {
    filter: blur(70px);
    background: rgb(123,157,172,0.5);
    border-radius: 50%;
    z-index: -1;
    height: 180px;
    left: 80px;
    width: 180px;
    position: absolute;
    bottom: -50px;
    content: '';
    opacity: 0.25;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.Wgsponsor_logo .JZfirst_teach {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
}.Wgsponsor_logo .JZfirst_teach h5 {
    letter-spacing: 0.5px;
}.Wgsponsor_logo .JZfirst_teach h5::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 30px;
    left: 0;
    background: rgb(123,157,172);
    height: 2px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.IJedu_links {
    background-size: 200% 200%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
}header .top_plank {
    color:  #ffffff;
    background: rgb(166,189,193);
}header .top_plank .iWtop_links div svg, header .top_plank .iWtop_links div svg path {
    fill: #ffffff;
}header .top_plank .iWtop_links div span {
    color: #ffffff;
}header .top_plank .iWtop_links {
    line-height: 21px;
    flex-wrap: wrap;
    font-size: 16px;
    display: flex;
    padding: 15px 0 10px 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}header .top_plank .iWtop_links div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .iWtop_links div img, header .top_plank .iWtop_links div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.Unpricing_option {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgba(245, 247, 250, 0.95) 100%);
}.Unpricing_option::before {
    background: linear-gradient(120deg, rgb(166,189,193,0.5) 20%, rgb(123,157,172,0.5) 80%);
    position: absolute;
    opacity: 0.1;
    transform: rotate(-15deg);
    top: -10%;
    content: "";
    right: -5%;
    border-radius: 10px;
    width: 40%;
    z-index: 0;
    height: 70%;
}.Unpricing_option::after {
    background: linear-gradient(45deg, rgb(123,157,172,0.5) 30%, rgb(166,189,193,0.5) 70%);
    opacity: 0.08;
    position: absolute;
    height: 50%;
    bottom: -5%;
    width: 35%;
    border-radius: 10px;
    content: "";
    transform: rotate(10deg);
    z-index: 0;
    left: -3%;
}.Unpricing_option .container {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1400px;
    margin: 0 auto;
}.Unpricing_option .HElesson_fees {
    flex-direction: column;
    display: flex;
}.Unpricing_option .hjpayment_deals {
    position: relative;
    order: 1;
    text-align: center;
    margin-bottom: 3.5rem;
}.Unpricing_option .hjpayment_deals h2 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 32px;
    margin-bottom: 1.5rem;
}.Unpricing_option .hjpayment_deals h2::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    bottom: -0.75rem;
    background: linear-gradient(90deg, transparent, rgb(166,189,193), transparent);
    width: 70%;
}.Unpricing_option .RQprice_tiers {
    margin: 0 auto;
    color: #000000;
    font-size: 17px;
    max-width: 800px;
    line-height: 1.6;
}.Unpricing_option .Biedu_packages {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    width: 100%;
    order: 2;
}.Unpricing_option .gjprice_deals {
    height: 100%;
    overflow: hidden;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
    background: #ffffff;
    text-decoration: none;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.Unpricing_option .gjprice_deals:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.Unpricing_option .gjprice_deals::before {
    transition: transform 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(166,189,193), rgb(123,157,172));
    position: absolute;
    width: 100%;
    transform: translateY(-5px);
    top: 0;
    content: "";
    height: 5px;
}.Unpricing_option .gjprice_deals:hover::before {
    transform: translateY(0);
}.Unpricing_option .waclass_rates {
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
}.Unpricing_option .Lzpricing_pack {
    padding: 2rem 1.75rem;
    flex: 1;
    position: relative;
    flex-direction: column;
    display: flex;
}.Unpricing_option .Lzpricing_pack h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(20px * 1.1);
    color: #000000;
}.Unpricing_option .Lzpricing_pack .lzlearn_price {
    font-size: calc(20px * 1.3);
    font-weight: 700;
    color: rgb(166,189,193);
    margin-bottom: 1.5rem;
    position: relative;
}.Unpricing_option .Lzpricing_pack .lzlearn_price::after {
    content: "";
    position: absolute;
    bottom: -0.75rem;
    width: 40px;
    left: 0;
    height: 2px;
    background: rgb(166,189,193,0.5);
}.Unpricing_option .Lzpricing_pack p {
    flex-grow: 1;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.65;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
}.Unpricing_option .uzimage_carousel {
    transition: transform 0.5s ease;
    position: relative;
    height: 180px;
    overflow: hidden;
    width: 100%;
}.Unpricing_option .uzimage_carousel::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}.Unpricing_option .gjprice_deals:hover .uzimage_carousel {
    transform: scale(1.05);
}.Unpricing_option .gjprice_deals:nth-child(odd) .Lzpricing_pack::before {
    opacity: 0.1;
    border-radius: 50%;
    height: 2.5rem;
    right: 1rem;
    top: 1rem;
    position: absolute;
    width: 2.5rem;
    background: rgb(166,189,193,0.5);
    content: "";
    z-index: -1;
}.Unpricing_option .gjprice_deals:nth-child(even) .Lzpricing_pack::before {
    position: absolute;
    bottom: 1rem;
    opacity: 0.1;
    height: 2.5rem;
    background: rgb(123,157,172,0.5);
    border-radius: 50%;
    content: "";
    width: 2.5rem;
    z-index: -1;
    left: 1rem;
}

@media (min-width: 992px) {.Unpricing_option .HElesson_fees {
    flex-direction: row;
}.Unpricing_option .hjpayment_deals {
    display: flex;
    order: 2;
    justify-content: center;
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
    flex-direction: column;
    padding-left: 3rem;
}.Unpricing_option .hjpayment_deals h2 {
    text-align: left;
    margin-bottom: 2rem;
}.Unpricing_option .hjpayment_deals h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.Unpricing_option .RQprice_tiers {
    text-align: left;
    margin: 0;
}.Unpricing_option .Biedu_packages {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
    order: 1;
}
}

@media (max-width: 991px) {.Unpricing_option {
    padding: 5rem 0;
}.Unpricing_option .gjprice_deals {
    margin-bottom: 1.5rem;
}.Unpricing_option .hjpayment_deals {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.Unpricing_option {
    padding: 4rem 0;
}.Unpricing_option .hjpayment_deals h2 {
    font-size: calc(32px * 0.9);
}.Unpricing_option .Lzpricing_pack h3 {
    font-size: 20px;
}.Unpricing_option .Lzpricing_pack .lzlearn_price {
    font-size: calc(20px * 1.15);
}.Unpricing_option .uzimage_carousel {
    height: 160px;
}
}

@media (max-width: 575px) {.Unpricing_option {
    padding: 3rem 0;
}.Unpricing_option .container {
    padding: 0 1.5rem;
}.Unpricing_option .Biedu_packages {
    gap: 1.5rem;
}.Unpricing_option .Lzpricing_pack {
    padding: 1.5rem;
}.Unpricing_option .uzimage_carousel {
    height: 140px;
}
}

@media (hover: none) {.Unpricing_option .gjprice_deals:hover {
    transform: none;
}.Unpricing_option .gjprice_deals:hover .uzimage_carousel {
    transform: none;
}}.wCprivacy_bunker {
    margin: auto;
    padding: 50px;
    background-color: #ffffff;
    z-index: 1;
    height: auto;
    width: 100%;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.wCprivacy_bunker::before {
    z-index: -1;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border: 1px solid rgb(166,189,193);
    top: -10px;
    left: -10px;
    content: '';
}.wCprivacy_bunker::after {
    position: absolute;
    content: '';
    border-radius: 10px;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    z-index: -1;
    border: 1px dashed rgb(123,157,172);
}.wCprivacy_bunker h1 {
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    color: rgb(166,189,193);
    font-size: 41px;
    border-bottom: 3px double rgb(166,189,193);
    margin-top: 40px;
}.wCprivacy_bunker h2 {
    font-size: 38px;
    margin-top: 30px;
    color: rgb(123,157,172);
    text-align: left;
    border-bottom: 2px dashed rgb(123,157,172);
    padding-bottom: 10px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}.wCprivacy_bunker h3, .wCprivacy_bunker h4, .wCprivacy_bunker h5, .wCprivacy_bunker h6 {
    margin-bottom: 15px;
    margin-top: 25px;
    padding-left: 10px;
    color: #000000;
    font-weight: 400;
    border-left: 4px solid #000000;
    font-size: 23px;
    font-family: Arial, sans-serif;
}.wCprivacy_bunker ul, .wCprivacy_bunker ol {
    padding-left: 20px;
    font-size: 18px;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding-left: 0;
    list-style-position: inside;
    margin: 0;
    font-family: Arial, sans-serif;
    list-style: none;
    padding: 15px 0;
    color: #000000;
}.wCprivacy_bunker li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}.wCprivacy_bunker li::before {
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
    width: 10px;
    background-color: rgb(166,189,193);
    position: absolute;
    top: 50%;
    left: 0;
    height: 10px;
}.wCprivacy_bunker section {
    background: none;
}.wCprivacy_bunker p, .wCprivacy_bunker span, .wCprivacy_bunker div {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.75;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.wCprivacy_bunker {
    width: 100%;
    padding: 30px;
}.wCprivacy_bunker h1 {
    font-size: calc(23px - 6px);
    margin-top: 20px;
    margin-bottom: 20px;
}.wCprivacy_bunker h2 {
    margin-bottom: 15px;
    font-size: calc(23px - 6px);
    margin-top: 20px;
}.wCprivacy_bunker ul, .wCprivacy_bunker ol {
    padding-left: 15px;
}.wCprivacy_bunker li {
    padding-left: 20px;
}.wCprivacy_bunker p, .wCprivacy_bunker span, .wCprivacy_bunker div {
    padding-bottom: 8px;
    margin-bottom: 15px;
}}.clteaching_process {
    position: relative;
    min-height: 75vh;
    background: rgb(214,230,219);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}.clteaching_process::before {
    animation: pulseBackground 8s ease-in-out infinite alternate;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    background: 
        radial-gradient(ellipse at 30% 30%, rgb(166,189,193,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 70%, rgb(123,157,172,0.5) 0%, transparent 60%);
    z-index: 1;
    left: 0;
    opacity: 0.5;
}.clteaching_process::after {
    left: 0;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        );
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
}.clteaching_process .container {
    justify-content: center;
    position: relative;
    display: flex;
    max-width: 1200px;
    align-items: center;
    padding: 0 2rem;
    width: 100%;
    z-index: 5;
}.clteaching_process .qJsmart_guide {
    width: 100%;
    gap: 5rem;
    position: relative;
    align-items: center;
    display: flex;
    max-width: 1300px;
    justify-content: center;
}.clteaching_process .qJsmart_guide::before {
    position: absolute;
    width: 100%;
    content: "";
    animation: rotateField 40s linear infinite;
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
    border-radius: 50%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
}.clteaching_process .qJsmart_guide::after {
    content: "";
    position: absolute;
    transform-origin: center;
    animation: rotateField 20s linear infinite reverse;
    z-index: -2;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(166,189,193,0.5) 90deg,
            transparent 180deg,
            rgb(123,157,172,0.5) 270deg,
            transparent 360deg
        );
    width: 100%;
    opacity: 0.3;
    border-radius: 50%;
    height: 100%;
}.clteaching_process h3 {
    padding: 2rem 3rem;
    z-index: 2;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: magneticPulse 5s ease-in-out infinite;
    border-radius: 30px;
    display: flex;
    text-align: center;
    margin: 0 10px;
    font-size: 37px;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    color: rgb(166,189,193);
    position: relative;
    flex: 0 1 48%;
}.clteaching_process h3::before {
    background: linear-gradient(135deg, rgb(166,189,193,0.5), rgb(123,157,172,0.5));
    border-radius: 35px;
    position: absolute;
    content: "";
    z-index: -1;
    inset: -5px;
    animation: borderPulse 5s ease-in-out infinite;
    opacity: 0.7;
}.clteaching_process h3::after {
    width: 40px;
    z-index: 1;
    position: absolute;
    top: 50%;
    height: 2px;
    content: "";
    background: linear-gradient(to right, rgb(166,189,193), transparent);
    right: -20px;
}.clteaching_process span {
    padding: 2rem 3rem;
    max-width: 850px;
    position: relative;
    animation: magneticPulse 5s ease-in-out 0.5s infinite;
    z-index: 2;
    font-size: 16px;
    border-radius: 30px;
    background: #ffffff;
    line-height: 1.7;
    flex: 0 1 70%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    color: #000000;
}.clteaching_process span::before {
    content: "";
    opacity: 0.7;
    position: absolute;
    animation: borderPulse 5s ease-in-out 0.5s infinite;
    inset: -5px;
    background: linear-gradient(135deg, rgb(123,157,172,0.5), rgb(166,189,193,0.5));
    z-index: -1;
    border-radius: 35px;
}.clteaching_process span::after {
    height: 2px;
    background: linear-gradient(to left, rgb(123,157,172), transparent);
    z-index: 1;
    left: -20px;
    width: 40px;
    position: absolute;
    content: "";
    top: 50%;
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 100%;
    }
}

@keyframes rotateField {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.clteaching_process .container {
    padding: 4rem 1.5rem;
}.clteaching_process .qJsmart_guide {
    gap: 3rem;
    flex-direction: column;
}.clteaching_process h3 {
    flex: 0 1 auto;
    max-width: 100%;
    width: 100%;
    font-size: calc(37px * 0.9);
    padding: 1.8rem 2.5rem;
}.clteaching_process span {
    flex: 0 1 auto;
    font-size: calc(16px * 0.95);
    padding: 1.8rem 2.5rem;
    width: 100%;
    max-width: 100%;
}.clteaching_process h3::after {
    top: auto;
    right: 50%;
    width: 40px;
    transform: translateX(50%) rotate(90deg);
    bottom: -20px;
}.clteaching_process span::after {
    display: none;
}
}

@media (max-width: 768px) {.clteaching_process {
    padding: 3rem 0;
    min-height: auto;
}.clteaching_process .container {
    padding: 0 1.2rem;
}.clteaching_process .qJsmart_guide {
    gap: 2.5rem;
}.clteaching_process h3 {
    padding: 1.5rem 2rem;
    font-size: calc(37px * 0.8);
}.clteaching_process span {
    font-size: calc(16px * 0.9);
    padding: 1.5rem 2rem;
}.clteaching_process h3::before,
    .clteaching_process span::before {
    inset: -3px;
}
}

@media (max-width: 576px) {.clteaching_process {
    padding: 2.5rem 0;
}.clteaching_process .container {
    padding: 0 1rem;
}.clteaching_process .qJsmart_guide {
    gap: 2rem;
}.clteaching_process h3 {
    font-size: calc(37px * 0.7);
    padding: 1.2rem 1.5rem;
}.clteaching_process span {
    font-size: calc(16px * 0.85);
    padding: 1.2rem 1.5rem;
}.clteaching_process h3::after {
    bottom: -15px;
    width: 30px;
}.clteaching_process h3::before,
    .clteaching_process span::before {
    inset: -2px;
}}.opeducation_history {
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgb(166,189,193,0.5) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.opeducation_history::before {
    height: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(123,157,172,0.5) 45%, rgb(123,157,172,0.5) 55%, transparent 55%);
    transform: scale(1.5) rotate(-5deg);
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}.opeducation_history .mqreview_slider {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 1100px;
    gap: 2rem;
    align-items: center;
    margin: 0 auto;
    transform: rotate(-2deg);
}.opeducation_history .uzimage_carousel {
    border-radius: 30px;
    transition: all 0.5s ease;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    width: 350px;
    height: 400px;
    box-shadow: 20px 20px 0 rgb(166,189,193,0.5);
    transform: perspective(1000px) rotateY(-15deg);
}.opeducation_history .cbcareer_section {
    border-radius: 30px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    max-width: 450px;
    position: relative;
    transition: all 0.5s ease;
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
}.opeducation_history .cbcareer_section::before {
    transform: rotate(3deg);
    border-radius: 30px;
    background: rgb(123,157,172,0.5);
    content: "";
    height: 100%;
    top: -15px;
    width: 100%;
    z-index: -1;
    position: absolute;
    right: -15px;
}.opeducation_history .name {
    font-weight: 700;
    transform: skewX(-5deg);
    font-size: 33px;
    color: rgb(166,189,193);
    margin-bottom: 0.5rem;
}.opeducation_history .cbcareer_section div:nth-child(2) {
    color: rgb(123,157,172);
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 1.5rem;
    transform: skewX(-5deg);
}.opeducation_history .jQexp_card {
    position: relative;
    font-size: 17px;
    font-style: italic;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.6;
}.opeducation_history .jQexp_card::before {
    content: "";
    border-radius: 10px;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(166,189,193), rgb(123,157,172));
    position: absolute;
    width: 4px;
}.opeducation_history .mqreview_slider:hover .uzimage_carousel {
    box-shadow: 30px 30px 0 rgb(166,189,193,0.5);
    transform: perspective(1000px) rotateY(-5deg);
}.opeducation_history .mqreview_slider:hover .cbcareer_section {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.opeducation_history .mqreview_slider {
    flex-direction: column;
    gap: 3rem;
    transform: rotate(0);
}.opeducation_history .uzimage_carousel {
    width: 280px;
    transform: perspective(1000px) rotateY(0);
    margin: 0 auto;
    height: 320px;
}.opeducation_history .cbcareer_section {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.opeducation_history .mqreview_slider:hover .uzimage_carousel {
    transform: perspective(1000px) rotateY(0);
}.opeducation_history .mqreview_slider:hover .cbcareer_section {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}header {
    left: 0;
    width: 100%;
    z-index: 100;
    background: linear-gradient(to bottom, 
        rgb(166,189,193,0.5) 0%,
        #000000 100%);
    position: fixed;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    top: 0;
}header::before {
    z-index: 1;
    opacity: 0.3;
    content: "";
    animation: pulse-bg 8s infinite alternate;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(123,157,172,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(166,189,193,0.5) 0%, transparent 15%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}header::after {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    content: "";
    z-index: 1;
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(123,157,172,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(123,157,172,0.5) 100%);
    top: 0;
}header .container {
    display: flex;
    z-index: 2;
    padding: 0;
    flex-direction: column;
    position: relative;
    align-items: center;
}header .CTmain_guide {
    flex-direction: column;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
}header .bisite_top {
    margin: 1rem 0 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    z-index: 3;
    justify-content: center;
}header .bisite_top::before {
    animation: rotate 10s linear infinite;
    width: 120px;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(123,157,172,0.5) 120deg,
            transparent 180deg,
            rgb(166,189,193,0.5) 240deg,
            transparent 360deg
        );
    z-index: -1;
    content: "";
    height: 120px;
}header .bisite_top::after {
    content: "";
    border-radius: 50%;
    opacity: 0.3;
    z-index: -2;
    position: absolute;
    filter: blur(20px);
    width: 70px;
    animation: pulse-opacity 4s ease infinite alternate;
    background: rgb(123,157,172,0.5);
    height: 70px;
}header .bisite_top svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 8px rgb(166,189,193,0.5));
    transition: all 0.4s ease;
}header .bisite_top:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(123,157,172));
}header .JZfirst_teach {
    gap: 0.8rem;
    border-top: 1px solid rgb(166,189,193,0.5);
    position: relative;
    width: 100vw;
    display: flex;
    border-bottom: 1px solid rgb(166,189,193,0.5);
    justify-content: center;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 1rem 0;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
}header .JZfirst_teach::-webkit-scrollbar {
    display: none;
}header .JZfirst_teach::before {
    left: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
    content: "";
    z-index: 3;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
}header .lsheader_mainbar {
    z-index: 2;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    padding: 0.6rem 1.5rem;
    perspective: 800px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
}header .lsheader_mainbar::before {
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    height: 100%;
    transform: translateZ(-10px);
    border: 1px solid transparent;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    border-radius: 10px;
}header .lsheader_mainbar::after {
    background: rgb(123,157,172);
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    transition: all 0.3s ease;
    width: 0%;
    position: absolute;
    content: "";
    bottom: 0;
}header .lsheader_mainbar:hover {
    transform: translateY(-2px) translateZ(0);
    color: rgb(123,157,172);
    text-shadow: 0 0 5px rgb(123,157,172,0.5);
}header .lsheader_mainbar:hover::before {
    box-shadow: 0 0 15px rgb(166,189,193,0.5);
    transform: translateZ(0);
    border-color: rgb(123,157,172,0.5);
}header .lsheader_mainbar:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .bisite_top {
    margin: 0.8rem 0 1.2rem;
}header .bisite_top svg {
    height: 40px;
}header .lsheader_mainbar {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .bisite_top {
    margin: 0.6rem 0 1rem;
}header .bisite_top svg {
    height: 35px;
}header .bisite_top::before {
    height: 90px;
    width: 90px;
}header .bisite_top::after {
    width: 50px;
    height: 50px;
}header .JZfirst_teach {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .lsheader_mainbar {
    padding: 0.4rem 1rem;
    font-size: calc(16px - 2px);
}header .lsheader_mainbar:first-child {
    margin-left: 2rem;
}header .lsheader_mainbar:last-child {
    margin-right: 2rem;
}}.uHour_mission {
    z-index: 1;
    padding: 140px 0;
    position: relative;
    background: rgb(214,230,219);
    overflow: hidden;
}.uHour_mission::before {
    width: 100%;
    top: 0;
    animation: gradientFlow 15s ease infinite;
    content: "";
    transform-origin: center center;
    background: 
        linear-gradient(217deg, rgb(166,189,193,0.5), transparent 70%),
        linear-gradient(127deg, rgb(123,157,172,0.5), transparent 70%),
        linear-gradient(336deg, rgb(166,189,193,0.5), transparent 70%);
    filter: blur(20px);
    left: 0;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    z-index: -1;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.uHour_mission::after {
    opacity: 0.2;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(166,189,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(123,157,172,0.5) 0%, transparent 50%);
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    height: 100%;
    position: absolute;
    z-index: -2;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.uHour_mission .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.uHour_mission .container::before {
    right: -100px;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    animation: float 15s ease-in-out infinite alternate;
    background: rgb(166,189,193,0.5);
    filter: blur(80px);
    top: -100px;
    content: "";
    opacity: 0.1;
    position: absolute;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.uHour_mission .qJsmart_guide {
    align-items: center;
    position: relative;
    justify-content: space-between;
    gap: 60px;
    display: flex;
}.uHour_mission .qJsmart_guide::before {
    position: absolute;
    animation: scanline 4s ease-in-out infinite;
    bottom: -30px;
    content: "";
    width: 40%;
    left: 30%;
    background: linear-gradient(90deg, transparent, rgb(166,189,193), transparent);
    height: 1px;
    opacity: 0.4;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.uHour_mission .kWclass_pro {
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 23px;
    display: flex;
    backdrop-filter: blur(15px);
    perspective: 1000px;
    flex-direction: column;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    flex: 0 0 40%;
    align-items: center;
    padding: 50px 35px;
}.uHour_mission .kWclass_pro:hover {
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(166,189,193,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(166,189,193,0.5);
}.uHour_mission .kWclass_pro::before {
    inset: 0;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(166,189,193,0.5) 100%);
    opacity: 0.07;
    position: absolute;
    border-radius: 23px;
    transition: opacity 0.4s ease;
    z-index: -1;
}.uHour_mission .kWclass_pro:hover::before {
    opacity: 0.12;
}.uHour_mission .kWclass_pro::after {
    position: absolute;
    z-index: -2;
    inset: -1px;
    animation: borderGlow 4s linear infinite;
    background: linear-gradient(90deg, transparent, rgb(166,189,193,0.5), transparent);
    content: "";
    border-radius: calc(23px + 1px);
    transition: opacity 0.4s ease;
    opacity: 0;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.uHour_mission .kWclass_pro:hover::after {
    opacity: 1;
}.uHour_mission .uzimage_carousel {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    z-index: 2;
    width: 220px;
    border-radius: 50%;
    transition: all 0.5s ease;
    border: 5px solid rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    height: 220px;
}.uHour_mission .uzimage_carousel::before {
    content: "";
    animation: rotate 8s linear infinite;
    inset: -3px;
    border-radius: 50%;
    -webkit-mask: linear-gradient(rgb(123,157,172,0.5)) content-box, linear-gradient(rgb(166,189,193,0.5));
    background: conic-gradient(rgb(166,189,193), rgb(123,157,172), rgb(166,189,193));
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 3px;
    opacity: 0.2;
    position: absolute;
}.uHour_mission .uzimage_carousel::after {
    position: absolute;
    content: "";
    opacity: 0.2;
    inset: -10px;
    animation: rotateReverse 20s linear infinite;
    border: 1px dashed rgb(166,189,193,0.5);
    border-radius: 50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.uHour_mission .dJapproach_edu {
    text-align: center;
    position: relative;
    padding-top: 15px;
    width: 100%;
}.uHour_mission .dJapproach_edu::before {
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    content: "";
    transform: translateX(-50%);
    width: 70px;
    background: linear-gradient(90deg, transparent, rgb(166,189,193), transparent);
    opacity: 0.8;
}.uHour_mission .JUclass_sessions {
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    font-size: calc(18px * 1.15);
    color: #000000;
}.uHour_mission .JUclass_sessions::after {
    transform: translateX(-50%);
    bottom: -4px;
    width: 0;
    left: 50%;
    transition: width 0.4s ease;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(166,189,193);
}.uHour_mission .kWclass_pro:hover .JUclass_sessions::after {
    width: 80%;
}.uHour_mission .MYcreds_sect {
    font-size: calc(16px * 1.05);
    opacity: 0.9;
    color: rgb(166,189,193);
    margin-bottom: 0;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
}.uHour_mission .kWclass_pro:hover .MYcreds_sect {
    transform: translateY(2px);
    opacity: 1;
    color: rgb(123,157,172);
}.uHour_mission .sYtext_arch {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.01);
    flex: 0 0 55%;
    padding: 50px 45px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-radius: 23px;
    overflow: hidden;
}.uHour_mission .sYtext_arch:hover {
    transform: translateY(-10px);
    border-color: rgb(123,157,172,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(123,157,172,0.5);
}.uHour_mission .sYtext_arch::before,
.uHour_mission .sYtext_arch::after {
    opacity: 0.03;
    z-index: -1;
    filter: blur(60px);
    position: absolute;
    animation: blobAnimation 25s infinite alternate;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    background: rgb(166,189,193,0.5);
    height: 500px;
    width: 500px;
    content: "";
    transition: all 0.8s ease;
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.uHour_mission .sYtext_arch::before {
    right: -250px;
    top: -250px;
}.uHour_mission .sYtext_arch::after {
    left: -250px;
    bottom: -250px;
    background: rgb(123,157,172,0.5);
    animation-delay: -15s;
}.uHour_mission .sYtext_arch:hover::before,
.uHour_mission .sYtext_arch:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}.uHour_mission .hCskill_sessions {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: calc(21px * 1.2);
    font-weight: 600;
    gap: 16px;
    align-items: center;
    display: flex;
    color: rgb(166,189,193);
    position: relative;
}.uHour_mission .hCskill_sessions::after {
    height: 1px;
    width: 0;
    background: linear-gradient(90deg, rgb(166,189,193), transparent);
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: width 0.4s ease;
    content: "";
}.uHour_mission .sYtext_arch:hover .hCskill_sessions::after {
    width: 50%;
}.uHour_mission .hCskill_sessions svg {
    transition: all 0.4s ease;
    fill: rgb(166,189,193);
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 48px;
}.uHour_mission .hCskill_sessions svg path {
    transition: fill 0.4s ease;
}.uHour_mission .sYtext_arch h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    position: relative;
    padding-bottom: 20px;
    font-size: calc(29px * 1.1);
}.uHour_mission .sYtext_arch h2::after {
    height: 3px;
    content: "";
    border-radius: 10px;
    width: 100px;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(166,189,193), rgb(123,157,172,0.5), transparent);
    left: 0;
    position: absolute;
    bottom: 0;
}.uHour_mission .sYtext_arch p {
    color: #000000;
    font-size: calc(16px * 1.05);
    line-height: 1.9;
    transition: all 0.4s ease;
    margin-bottom: 0;
    position: relative;
}.uHour_mission .sYtext_arch::before,
.uHour_mission .sYtext_arch::after,
.uHour_mission .kWclass_pro::before,
.uHour_mission .kWclass_pro::after,
.uHour_mission .uzimage_carousel::before,
.uHour_mission .uzimage_carousel::after {
    pointer-events: none;
}.uHour_mission .qJsmart_guide::after {
    pointer-events: none;
    background-size: 40px 40px;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    background-image: 
        radial-gradient(rgb(166,189,193,0.5) 1px, transparent 1px),
        radial-gradient(rgb(123,157,172,0.5) 1px, transparent 1px);
    opacity: 0.03;
    background-position: 0 0, 20px 20px;
}

@media (max-width: 1199px) {.uHour_mission {
    padding: 120px 0;
}.uHour_mission .qJsmart_guide {
    gap: 50px;
}.uHour_mission .sYtext_arch {
    padding: 40px 35px;
}.uHour_mission .kWclass_pro {
    padding: 40px 30px;
}
}

@media (max-width: 991px) {.uHour_mission {
    padding: 100px 0;
}.uHour_mission .qJsmart_guide {
    gap: 50px;
    flex-direction: column;
}.uHour_mission .kWclass_pro,
    .uHour_mission .sYtext_arch {
    flex: 0 0 100%;
    width: 100%;
}.uHour_mission .sYtext_arch {
    padding: 40px 30px;
}.uHour_mission .kWclass_pro {
    margin: 0 auto;
    max-width: 500px;
}.uHour_mission .qJsmart_guide::before {
    left: 20%;
    width: 60%;
}.uHour_mission .sYtext_arch h2 {
    font-size: 29px;
}
}

@media (max-width: 767px) {.uHour_mission {
    padding: 80px 0;
}.uHour_mission .uzimage_carousel {
    height: 180px;
    width: 180px;
}.uHour_mission .kWclass_pro {
    padding: 35px 25px;
}.uHour_mission .sYtext_arch {
    padding: 35px 25px;
}.uHour_mission .sYtext_arch h2 {
    font-size: calc(29px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.uHour_mission .JUclass_sessions {
    font-size: 18px;
}.uHour_mission .MYcreds_sect {
    font-size: 16px;
}.uHour_mission .hCskill_sessions {
    font-size: 21px;
}.uHour_mission .hCskill_sessions svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 575px) {.uHour_mission {
    padding: 60px 0;
}.uHour_mission .uzimage_carousel {
    height: 150px;
    margin-bottom: 20px;
    width: 150px;
}.uHour_mission .kWclass_pro {
    padding: 30px 20px;
}.uHour_mission .sYtext_arch {
    padding: 30px 20px;
}.uHour_mission .hCskill_sessions {
    font-size: calc(21px * 0.95);
}.uHour_mission .hCskill_sessions svg {
    width: 35px;
    height: 35px;
}.uHour_mission .sYtext_arch h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 20px;
}.uHour_mission .sYtext_arch p {
    font-size: 16px;
    line-height: 1.8;
}.uHour_mission .JUclass_sessions {
    font-size: calc(18px * 0.95);
}.uHour_mission .MYcreds_sect {
    font-size: calc(16px * 0.95);
}.uHour_mission .qJsmart_guide::before {
    left: 10%;
    width: 80%;
}}.yTpolicyAgreementPanel {
    left: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    z-index: 1050;
    bottom: 20px;
    text-align: center;
    padding: 20px;
    align-items: center;
    position: fixed;
    width: 90%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background: rgb(214,230,219);
    transform: translateX(-50%);
    max-width: 600px;
    font-family: Arial, sans-serif;
}.xfedu_accept {
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
}.hTcookie_ack {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.hTcookie_ack svg, .hTcookie_ack svg path, .hTcookie_ack img {
    fill: rgb(166,189,193);
    height: 80px;
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.yTpolicyAgreementPanel h5 {
    font-weight: 700;
    font-size: 18px;
    color: rgb(166,189,193);
    margin-bottom: 10px;
}.yTpolicyAgreementPanel p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #000000;
}.AHsecure_cookies {
    width: calc(50% - 10px);
    cursor: pointer;
    margin: 5px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: inline-block;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-align: center;
    background: rgb(166,189,193);
    text-decoration: none;
}.AHsecure_cookies:hover {
    transform: translateY(-3px);
    background: rgb(123,157,172);
}.cookie_button.jKdata_accept {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.jKdata_accept:hover {
    background: rgb(123,157,172,0.5);
}.yTpolicyAgreementPanel p a {
    text-decoration: underline;
    color: rgb(166,189,193);
    transition: color 0.3s ease-in-out;
}.yTpolicyAgreementPanel p a:hover {
    color: rgb(123,157,172);
}
@media only screen and (max-width: 600px) {.yTpolicyAgreementPanel {
    border-radius: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: none;
}.xfedu_accept {
    padding: 15px;
}.hTcookie_ack svg {
    height: 50px;
    width: 50px;
}.yTpolicyAgreementPanel h5 {
    font-size: calc(18px - 2px);
}.yTpolicyAgreementPanel p {
    font-size: calc(15px - 2px);
}.AHsecure_cookies {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(15px - 2px);
}}
#QOcookieMessageAlert {
    display: none;
}#QOcookieMessageAlert:checked ~ .yTpolicyAgreementPanel {
    opacity: 0;
    visibility: hidden;
}.Kmcourse_overview {
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.Kmcourse_overview::before {
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(123,157,172,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.15;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}.Kmcourse_overview::after {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    right: -50%;
    transform: scale(2);
    top: -50%;
    background: radial-gradient(ellipse at center, rgb(166,189,193,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
    content: "";
}.Kmcourse_overview .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.Kmcourse_overview .eMtech_classes {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.Kmcourse_overview .uzimage_carousel {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-3deg);
    height: 350px;
}.Kmcourse_overview .uzimage_carousel::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(166,189,193,0.5) 0%, transparent 100%);
}.Kmcourse_overview .uzimage_carousel::after {
    animation: floatOrbit 15s infinite ease-in-out;
    background: rgb(123,157,172);
    height: 50px;
    border-radius: 50%;
    opacity: 0.15;
    right: -10%;
    filter: blur(30px);
    position: absolute;
    top: -10%;
    content: "";
    width: 50px;
}.Kmcourse_overview .sYtext_arch {
    position: relative;
}.Kmcourse_overview .sYtext_arch::before {
    width: 150px;
    opacity: 0.6;
    position: absolute;
    top: -20px;
    left: 0;
    background: linear-gradient(90deg, rgb(166,189,193) 0%, transparent 100%);
    height: 1px;
    content: "";
}.Kmcourse_overview h3 {
    color: #000000;
    position: relative;
    font-size: calc(24px * 1.1);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform-origin: left center;
    padding-left: 1rem;
}.Kmcourse_overview h3::before {
    height: 100%;
    transform-origin: bottom;
    width: 3px;
    animation: growUp 1.2s forwards ease-out 0.2s;
    content: "";
    transform: scaleY(0);
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(166,189,193);
}.Kmcourse_overview .description {
    position: relative;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 12px;
    transition: color 0.3s ease;
}.Kmcourse_overview p.description {
    display: none;
}.Kmcourse_overview span.description {
    column-count: 1;
    column-gap: 2rem;
    padding: 0.5rem 0;
    position: relative;
    display: block;
}.Kmcourse_overview span.description::first-letter {
    color: rgb(166,189,193);
    font-size: 1.2em;
    font-weight: 700;
}@keyframes floatOrbit {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-30px, 20px);
    }
    50% {
        transform: translate(-20px, -30px);
    }
    75% {
        transform: translate(30px, -10px);
    }
}

@keyframes growUp {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.Kmcourse_overview .sYtext_arch > div {
    position: relative;
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    opacity: 0;
}.Kmcourse_overview .uzimage_carousel:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Kmcourse_overview .sYtext_arch::after {
    pointer-events: none;
    border: 1px solid rgb(123,157,172,0.5);
    content: "";
    height: 100px;
    bottom: 10%;
    right: 10%;
    border-radius: 50%;
    position: absolute;
    width: 100px;
    opacity: 0.2;
}.Kmcourse_overview::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(166,189,193,0.5),
        80px 200px 0 -1px rgb(123,157,172,0.5),
        200px 50px 0 -0.5px rgb(166,189,193,0.5),
        280px 160px 0 -1px rgb(123,157,172,0.5),
        320px 280px 0 -0.5px rgb(166,189,193,0.5);
}

@media (min-width: 768px) {.Kmcourse_overview .eMtech_classes {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.Kmcourse_overview .uzimage_carousel {
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
}.Kmcourse_overview h3 {
    padding-left: 1.5rem;
    font-size: 32px;
}.Kmcourse_overview span.description {
    column-count: 2;
}.Kmcourse_overview .sYtext_arch::after {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 992px) {.Kmcourse_overview {
    padding: 9rem 0;
}.Kmcourse_overview .eMtech_classes {
    gap: 6rem;
}.Kmcourse_overview .uzimage_carousel {
    height: 550px;
}.Kmcourse_overview span.description {
    column-gap: 3rem;
    column-count: 2;
}.Kmcourse_overview h3::before {
    width: 4px;
}.Kmcourse_overview .sYtext_arch::after {
    width: 180px;
    height: 180px;
    right: -5%;
    bottom: 20%;
}
}

@media (min-width: 1200px) {.Kmcourse_overview .uzimage_carousel {
    height: 600px;
}.Kmcourse_overview h3 {
    margin-bottom: 2rem;
}.Kmcourse_overview .sYtext_arch::before {
    width: 200px;
}
}

@media (max-width: 767px) {.Kmcourse_overview {
    padding: 5rem 0;
}.Kmcourse_overview .uzimage_carousel {
    height: 250px;
    margin-bottom: 1.5rem;
}.Kmcourse_overview h3 {
    margin-bottom: 1rem;
    font-size: 24px;
}.Kmcourse_overview .sYtext_arch::before {
    width: 80px;
    top: -10px;
}
}