* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}::-webkit-scrollbar {
    width: 9px;
    background: rgb(147,179,184);
}::-webkit-scrollbar-track {
    border-radius: 15.5em;
    margin: 1px 0;
    box-shadow: inset 3px -3px 10px 4px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(147,179,184);
    border-radius: 7px;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(147,179,184,0.5);
    background: rgb(255, 255, 255, 0.5);
    box-shadow: -3px -1px 1px 7px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-corner {
    border-radius: 0px;
    background: rgb(124,177,124,0.5);
}* {
    scrollbar-color: rgb(124,177,124) rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.header-main-ZpXe {
    flex: 1 0 auto;
}.wrapper-padding-HUnT {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    width: 1133px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.search-foot-dIcL {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.statistics-information-lqmG {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(124,177,124,0.5) 0%, rgb(203,218,220) 100%);
    position: relative;
}.statistics-information-lqmG::before {
    width: 100%;
    left: 0;
    opacity: 0.05;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(147,179,184,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(147,179,184,0.5) 12px
    );
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
}.statistics-information-lqmG h3 {
    font-size: 29px;
    animation: fadeSlideUp 0.8s ease-out;
    opacity: 1;
    text-align: center;
    color: #000000;
    font-weight: 700;
    transform: translateY(0);
    z-index: 2;
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 3.5rem;
}.statistics-information-lqmG h3::after {
    position: absolute;
    width: 6rem;
    background: linear-gradient(to right, rgb(147,179,184), rgb(124,177,124));
    content: "";
    z-index: 2;
    transform: translateX(-50%);
    bottom: -0.75rem;
    left: 50%;
    height: 4px;
}.statistics-information-lqmG .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.statistics-information-lqmG ul {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    padding: 0;
}.statistics-information-lqmG .expert-pros-iQOU {
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    animation: fadeSlideUp 0.8s ease-out forwards;
    transform: translateY(20px);
    border-left: 4px solid rgb(147,179,184);
    opacity: 0;
    animation-delay: calc(0.15s * var(--i, 0));
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    padding: 2rem;
}.statistics-information-lqmG .expert-pros-iQOU:nth-child(1) {
    --i: 1;
}.statistics-information-lqmG .expert-pros-iQOU:nth-child(2) {
    --i: 2;
}.statistics-information-lqmG .expert-pros-iQOU:nth-child(3) {
    --i: 3;
}.statistics-information-lqmG .expert-pros-iQOU:nth-child(4) {
    --i: 4;
}.statistics-information-lqmG .expert-pros-iQOU:nth-child(5) {
    --i: 5;
}.statistics-information-lqmG .expert-pros-iQOU:nth-child(6) {
    --i: 6;
}.statistics-information-lqmG .expert-pros-iQOU:nth-child(7) {
    --i: 7;
}.statistics-information-lqmG .expert-pros-iQOU:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 
                0 2px 5px rgba(0, 0, 0, 0.08);
}.statistics-information-lqmG .expert-pros-iQOU::before {
    transition: transform 0.3s ease;
    position: absolute;
    width: 2rem;
    right: 1rem;
    background: linear-gradient(135deg, rgb(147,179,184,0.5) 0%, transparent 70%);
    transform: rotate(45deg);
    content: "";
    opacity: 0.2;
    top: 1rem;
    height: 2rem;
}.statistics-information-lqmG .expert-pros-iQOU:hover::before {
    transform: rotate(135deg) scale(1.2);
}.statistics-information-lqmG .expert-pros-iQOU span {
    padding-bottom: 0.75rem;
    font-weight: 600;
    display: block;
    line-height: 1.4;
    color: #000000;
    position: relative;
    font-size: calc(15px * 1.1);
    margin-bottom: 1rem;
}.statistics-information-lqmG .expert-pros-iQOU span::after {
    content: "";
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(124,177,124), transparent);
    width: 2.5rem;
}.statistics-information-lqmG .expert-pros-iQOU:hover span::after {
    width: 4rem;
}.statistics-information-lqmG .expert-pros-iQOU p {
    animation-delay: calc(0.3s + 0.15s * var(--i, 0));
    display: inline-block;
    font-weight: 700;
    animation: numberCountUp 1.2s ease-out forwards;
    position: relative;
    margin: 0;
    font-size: 20px;
    color: rgb(147,179,184);
    opacity: 0;
    transform: translateY(10px);
}.statistics-information-lqmG .expert-pros-iQOU p::before {
    position: absolute;
    transition: width 0.3s ease;
    background-color: rgb(147,179,184,0.5);
    height: 2px;
    content: "";
    left: 0;
    bottom: -0.25rem;
    width: 0;
}.statistics-information-lqmG .expert-pros-iQOU:hover p::before {
    width: 100%;
}

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

@keyframes numberCountUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    60% {
        opacity: 1;
        transform: translateY(-3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.statistics-information-lqmG {
    padding: 4rem 1.5rem;
}.statistics-information-lqmG h3 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.9);
}.statistics-information-lqmG ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}.statistics-information-lqmG .expert-pros-iQOU {
    padding: 1.75rem;
}
}

@media (max-width: 767px) {.statistics-information-lqmG {
    padding: 3.5rem 1.25rem;
}.statistics-information-lqmG h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.85);
}.statistics-information-lqmG h3::after {
    width: 5rem;
}.statistics-information-lqmG ul {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
    gap: 1.25rem;
}.statistics-information-lqmG .expert-pros-iQOU {
    padding: 1.5rem;
}.statistics-information-lqmG .expert-pros-iQOU span {
    font-size: 15px;
}.statistics-information-lqmG .expert-pros-iQOU p {
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 480px) {.statistics-information-lqmG {
    padding: 3rem 1rem;
}.statistics-information-lqmG h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.statistics-information-lqmG h3::after {
    height: 3px;
    width: 4rem;
}.statistics-information-lqmG .expert-pros-iQOU {
    padding: 1.25rem;
}.statistics-information-lqmG .expert-pros-iQOU::before {
    right: 0.75rem;
    height: 1.5rem;
    top: 0.75rem;
    width: 1.5rem;
}.statistics-information-lqmG .expert-pros-iQOU span {
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}}.join-our-community-HrKD {
    --input-focus-scale: 1.02;
    background: linear-gradient(135deg, var(--newsletter-background), rgba(20, 30, 60, 0.95));
    --newsletter-shadow: rgba(0, 0, 0, 0.25);
    --perspective-depth: 1000px;
    overflow: hidden;
    --newsletter-text-color: #ffffff;
    perspective: var(--perspective-depth);
    --newsletter-accent: rgb(147,179,184);
    --newsletter-background: #000000;
    position: relative;
    padding: 6rem 0;
    --animation-time: 0.5s;
    font-family: Arial, sans-serif;
    color: var(--newsletter-text-color);
}.join-our-community-HrKD::before {
    top: 0;
    left: 0;
    transform: translateZ(-50px);
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 15px,
        transparent 15px,
        transparent 30px
    );
    position: absolute;
    content: "";
    width: 100%;
    z-index: 0;
}.join-our-community-HrKD::after {
    width: 70%;
    position: absolute;
    top: -50%;
    pointer-events: none;
    transform: rotate(-15deg);
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(147,179,184,0.5), 0.15),
        transparent 70%
    );
    height: 200%;
    content: "";
    z-index: 1;
    right: -20%;
}.join-our-community-HrKD .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.join-our-community-HrKD .learning-tracks-LNka {
    gap: 2.5rem;
    flex-direction: column;
    transform: translateZ(0);
    display: flex;
    animation: float 7s ease-in-out infinite;
    align-items: flex-start;
}.join-our-community-HrKD h4 {
    position: relative;
    max-width: 800px;
    line-height: 1.3;
    color: var(--newsletter-text-color);
    text-shadow: 0 4px 12px var(--newsletter-shadow);
    margin: 0;
    font-weight: 600;
    transform: translateZ(30px);
    font-size: min(2.2rem, 5vw);
}.join-our-community-HrKD h4::after {
    width: 80px;
    left: 0;
    content: "";
    height: 3px;
    transition: transform var(--animation-time) cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    transform: scaleX(0.8);
    transform-origin: left;
    background: var(--newsletter-accent);
    bottom: -15px;
}.join-our-community-HrKD .learning-tracks-LNka:hover h4::after {
    transform: scaleX(1);
}.join-our-community-HrKD .input_holder {
    gap: 1rem;
    filter: drop-shadow(0 10px 20px var(--newsletter-shadow));
    width: 100%;
    position: relative;
    display: flex;
    transform: translateZ(50px);
}.join-our-community-HrKD .input_holder span {
    display: flex;
    transform-style: preserve-3d;
    position: relative;
}.join-our-community-HrKD .input_holder span:first-child {
    min-width: 0;
    flex: 1;
}.join-our-community-HrKD .input_holder input {
    border: none;
    padding: 1.2rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    transform: translateZ(0);
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    outline: none;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    width: 100%;
    border-radius: 4px;
    color: #000000;
}.join-our-community-HrKD .input_holder input[type="email"] {
    border-left: 3px solid var(--newsletter-accent);
}.join-our-community-HrKD .input_holder input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(var(--input-focus-scale)) translateZ(20px);
}.join-our-community-HrKD .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
}.join-our-community-HrKD .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join-our-community-HrKD .input_holder input[type="submit"] {
    color: #ffffff;
    position: relative;
    cursor: pointer;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    background: var(--newsletter-accent);
    font-weight: 600;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}.join-our-community-HrKD .input_holder input[type="submit"]:hover {
    transform: scale(1.05) translateZ(20px);
    box-shadow: 0 10px 25px rgba(rgb(147,179,184,0.5), 0.4);
}.join-our-community-HrKD .input_holder input[type="submit"]:active {
    transform: scale(0.98) translateZ(5px);
}.join-our-community-HrKD .input_holder input[type="submit"]::before {
    content: "";
    height: 200%;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    width: 200%;
    left: -50%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0);
}.join-our-community-HrKD .input_holder input[type="submit"]:hover::before {
    transform: scale(1);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@media (min-width: 768px) {.join-our-community-HrKD .learning-tracks-LNka {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    justify-content: space-between;
}.join-our-community-HrKD h4 {
    max-width: 60%;
}.join-our-community-HrKD .input_holder {
    max-width: 50%;
}
}

@media (max-width: 767px) {.join-our-community-HrKD {
    padding: 4rem 0;
}.join-our-community-HrKD .learning-tracks-LNka {
    align-items: center;
    text-align: center;
}.join-our-community-HrKD h4 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.join-our-community-HrKD h4::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.8);
}.join-our-community-HrKD .learning-tracks-LNka:hover h4::after {
    transform: translateX(-50%) scaleX(1);
}.join-our-community-HrKD .input_holder {
    width: 100%;
    flex-direction: column;
}.join-our-community-HrKD .input_holder span {
    width: 100%;
}
}

@media (max-width: 480px) {.join-our-community-HrKD {
    padding: 3rem 0;
}.join-our-community-HrKD h4 {
    font-size: 1.3rem;
}.join-our-community-HrKD .input_holder input {
    padding: 1rem;
}}header {
    background: rgb(203,218,220);
    position: relative;
    padding: 1rem 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}header::before {
    opacity: 0.4;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(147,179,184,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(124,177,124,0.5) 100%);
    position: absolute;
    height: 100%;
    z-index: 0;
    content: '';
    top: 0;
    left: 0;
}header .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0 2%;
}header .site-start-Ipzb {
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    gap: 1rem;
    display: grid;
    align-items: center;
}header .first-pagebar-MpeS {
    position: relative;
    padding: 0.5rem 1rem;
    align-items: center;
    grid-area: logo;
    justify-content: center;
    text-decoration: none;
    display: flex;
}header .first-pagebar-MpeS::after {
    content: '';
    width: 50%;
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(147,179,184), 
        rgb(124,177,124), 
        rgb(147,179,184), 
        transparent);
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
}header .first-pagebar-MpeS svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}header .first-pagebar-MpeS:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .header-train-iRPS {
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    grid-area: menu;
    display: flex;
    padding: 0.6rem;
    justify-content: center;
    align-items: center;
}header .head-teach-lerW {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    text-decoration: none;
    padding: 0.4rem 0.8rem;
    font-weight: 400;
    background: #ffffff;
    text-align: center;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-size: 17px;
}header .head-teach-lerW:hover {
    background: linear-gradient(135deg, rgb(147,179,184), rgb(124,177,124));
    box-shadow: 0 3px 8px rgb(147,179,184,0.5);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {header .first-pagebar-MpeS svg {
    width: 140px;
}header .header-train-iRPS {
    gap: 0.4rem;
    padding: 0.5rem;
}header .head-teach-lerW {
    padding: 0.35rem 0.6rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .site-start-Ipzb {
    grid-template-areas:
            "logo"
            "header-train-iRPS";
    grid-template-columns: 1fr;
}header .first-pagebar-MpeS {
    padding: 0.4rem;
}header .first-pagebar-MpeS svg {
    width: 130px;
}header .header-train-iRPS {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .head-teach-lerW {
    font-size: calc(17px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .first-pagebar-MpeS svg {
    width: 120px;
}header .header-train-iRPS {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem;
}header .header-train-iRPS::-webkit-scrollbar {
    height: 2px;
}header .header-train-iRPS::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(147,179,184);
}header .head-teach-lerW {
    flex-shrink: 0;
    white-space: nowrap;
}}.search-foot-dIcL {
    background-color: rgb(203,218,220);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding: 5rem 0 2rem;
}.search-foot-dIcL::before {
    height: 250px;
    opacity: 0.05;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(147,179,184,0.5) 100%);
    right: 0;
    content: '';
    z-index: 0;
}.search-foot-dIcL .container {
    position: relative;
    z-index: 1;
}.search-foot-dIcL .mobile-cta-aiXR {
    flex-direction: column;
    display: flex;
    gap: 4rem;
}.search-foot-dIcL .edu-help-zXTp {
    position: relative;
    padding-bottom: 2.5rem;
    gap: 1.5rem;
    display: grid;
    border-bottom: 1px solid rgb(124,177,124,0.5);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.search-foot-dIcL .edu-help-zXTp::after {
    position: absolute;
    background-color: rgb(147,179,184);
    bottom: -1px;
    content: '';
    width: 60px;
    height: 3px;
    left: 0;
}.search-foot-dIcL .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.search-foot-dIcL .info_item:hover {
    transform: translateX(5px);
}.search-foot-dIcL .info_item p,
.search-foot-dIcL .info_item a {
    gap: 0.75rem;
    transition: color 0.3s ease;
    font-weight: 400;
    display: flex;
    text-decoration: none;
    align-items: center;
    font-size: 18px;
    color: #000000;
}.search-foot-dIcL .info_item a:hover {
    color: rgb(147,179,184);
}.search-foot-dIcL .info_item svg {
    fill: rgb(147,179,184);
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}.search-foot-dIcL .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
}.search-foot-dIcL .site-navbar-kVoe {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.search-foot-dIcL .site-navbar-kVoe svg {
    max-width: 160px;
    transition: opacity 0.3s ease;
    height: auto;
}.search-foot-dIcL .site-navbar-kVoe svg:hover {
    opacity: 0.8;
}.search-foot-dIcL .class-guide-XiUh {
    font-size: 16px;
    color: #000000;
    max-width: 300px;
    line-height: 1.6;
    opacity: 0.8;
}.search-foot-dIcL .header-train-iRPS {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.search-foot-dIcL .header-train-iRPS h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    position: relative;
    color: #000000;
}.search-foot-dIcL .nav-primary-ygFm {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.search-foot-dIcL .nav-primary-ygFm a {
    padding-left: 0;
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    color: #000000;
}.search-foot-dIcL .nav-primary-ygFm a::before {
    transform: translateY(-50%);
    transition: width 0.3s ease, left 0.3s ease;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 0;
    left: -10px;
    content: '';
    background-color: rgb(147,179,184);
}.search-foot-dIcL .nav-primary-ygFm a:hover {
    color: rgb(147,179,184);
    padding-left: 12px;
}.search-foot-dIcL .nav-primary-ygFm a:hover::before {
    left: 0;
    width: 10px;
}.search-foot-dIcL .subscribe_holder {
    padding: 2rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    border-radius: 29px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    gap: 1.5rem;
}.search-foot-dIcL .subscribe_holder h5 {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}.search-foot-dIcL .subscribe_holder p {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}.search-foot-dIcL .input_holder {
    gap: 0.5rem;
    position: relative;
    display: flex;
}.search-foot-dIcL .input_holder input[type="email"] {
    flex: 1;
    border-radius: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    padding: 1rem 1.25rem;
    border: 1px solid rgb(124,177,124,0.5);
    font-size: 18px;
    background-color: transparent;
}.search-foot-dIcL .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(147,179,184);
    box-shadow: 0 0 0 3px rgb(147,179,184,0.5);
}.search-foot-dIcL .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.search-foot-dIcL .sub-style-krJB {
    border: none;
    background-color: rgb(147,179,184);
    font-weight: 600;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}.search-foot-dIcL .sub-style-krJB:hover {
    transform: translateY(-2px);
    background-color: rgb(124,177,124);
}.search-foot-dIcL .report-abuse-Xedq {
    text-align: center;
    margin-top: 3rem;
    border-top: 1px solid rgb(124,177,124,0.5);
    padding-top: 1.5rem;
}.search-foot-dIcL .hackathon-ZTVM {
    color: #000000;
    opacity: 0.8;
    font-size: 16px;
}.search-foot-dIcL .nav-primary-ygFm:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.search-foot-dIcL .nav-primary-ygFm:first-child::after {
    position: absolute;
    background-color: rgb(124,177,124,0.5);
    height: 1px;
    width: 30px;
    bottom: -0.75rem;
    content: '';
    left: 0;
}.search-foot-dIcL {
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-image: 
        linear-gradient(rgb(124,177,124,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(124,177,124,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-blend-mode: overlay;
}

@media (max-width: 1024px) {.search-foot-dIcL {
    padding: 4rem 0 2rem;
}.search-foot-dIcL .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.search-foot-dIcL .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.search-foot-dIcL {
    padding: 3.5rem 0 1.5rem;
}.search-foot-dIcL .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.search-foot-dIcL .subscribe_holder {
    grid-column: auto;
}.search-foot-dIcL .edu-help-zXTp {
    grid-template-columns: 1fr 1fr;
}.search-foot-dIcL .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.search-foot-dIcL {
    padding: 3rem 0 1.5rem;
}.search-foot-dIcL .edu-help-zXTp {
    grid-template-columns: 1fr;
}.search-foot-dIcL .input_holder {
    flex-direction: column;
}.search-foot-dIcL .sub-style-krJB {
    width: 100%;
}.search-foot-dIcL .site-navbar-kVoe,
    .search-foot-dIcL .header-train-iRPS h5,
    .search-foot-dIcL .nav-primary-ygFm,
    .search-foot-dIcL .nav-primary-ygFm a {
    text-align: center;
    align-items: center;
}.search-foot-dIcL .site-navbar-kVoe svg {
    margin: 0 auto;
}.search-foot-dIcL .class-guide-XiUh {
    text-align: center;
    max-width: 100%;
}.search-foot-dIcL .nav-primary-ygFm:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.search-foot-dIcL .edu-help-zXTp::after {
    transform: translateX(-50%);
    left: 50%;
}.search-foot-dIcL .nav-primary-ygFm a::before {
    display: none;
}.search-foot-dIcL .nav-primary-ygFm a:hover {
    padding-left: 0;
}}.user-feedback-JuVM {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(147,179,184,0.5) 100%);
    overflow: hidden;
}.user-feedback-JuVM::before {
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(45deg, rgb(124,177,124,0.5) 0px, transparent 10px, transparent 20px);
    height: 100%;
    opacity: 0.15;
    width: 100%;
}.user-feedback-JuVM .container {
    z-index: 2;
    position: relative;
}.user-feedback-JuVM h2 {
    color: #000000;
    transform: skew(-5deg);
    font-size: 37px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 3.5rem;
}.user-feedback-JuVM h2::after {
    content: "";
    transform: translateX(10%);
    left: 0;
    bottom: -10px;
    width: 80%;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, transparent 100%);
    position: absolute;
    height: 4px;
}.user-feedback-JuVM .user-ratings-JDvs {
    transform: rotate(-2deg);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    display: grid;
}.user-feedback-JuVM .rating-praise-KvOX {
    border-radius: 17px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 2rem;
    flex-direction: column;
    transition: all 0.4s ease;
    transform: rotate(2deg);
    position: relative;
}.user-feedback-JuVM .rating-praise-KvOX::before {
    content: "";
    width: 5px;
    left: 0;
    transform: scaleY(0);
    height: 100%;
    position: absolute;
    transition: transform 0.4s ease;
    background: linear-gradient(to bottom, rgb(147,179,184), rgb(124,177,124));
    transform-origin: top;
    top: 0;
}.user-feedback-JuVM .rating-praise-KvOX:hover {
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.user-feedback-JuVM .rating-praise-KvOX:hover::before {
    transform: scaleY(1);
}.user-feedback-JuVM .rating-praise-KvOX:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}.user-feedback-JuVM .rating-praise-KvOX:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}.user-feedback-JuVM .rating-praise-KvOX:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}.user-feedback-JuVM .rating-praise-KvOX:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}.user-feedback-JuVM .rating-praise-KvOX img {
    transition: all 0.4s ease;
    object-fit: cover;
    transform: translateX(-10px);
    width: 80px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
}.user-feedback-JuVM .rating-praise-KvOX:hover img {
    border-color: rgb(147,179,184,0.5);
    transform: translateX(0) scale(1.05);
}.user-feedback-JuVM .rating-praise-KvOX p {
    font-size: calc(13px * 1.1);
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
}.user-feedback-JuVM .rating-praise-KvOX .description {
    margin-top: 0.5rem;
    color: #000000;
    padding-top: 1rem;
    position: relative;
    font-weight: 400;
    font-size: 13px;
}.user-feedback-JuVM .rating-praise-KvOX .description::before {
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    height: 3px;
    width: 50px;
    background: rgb(124,177,124,0.5);
    left: 0;
    content: "";
}.user-feedback-JuVM .rating-praise-KvOX:hover .description::before {
    background: rgb(147,179,184);
    width: 80px;
}

@media (max-width: 991px) {.user-feedback-JuVM {
    padding: 4rem 0;
}.user-feedback-JuVM h2 {
    width: 100%;
    transform: skew(0);
    text-align: center;
}.user-feedback-JuVM h2::after {
    width: 60%;
    transform: none;
    left: 20%;
}.user-feedback-JuVM .user-ratings-JDvs {
    gap: 2rem;
    transform: rotate(0);
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.user-feedback-JuVM {
    padding: 3rem 0;
}.user-feedback-JuVM h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.user-feedback-JuVM .user-ratings-JDvs {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user-feedback-JuVM .rating-praise-KvOX,
    .user-feedback-JuVM .rating-praise-KvOX:nth-child(odd),
    .user-feedback-JuVM .rating-praise-KvOX:nth-child(3n+2) {
    transform: rotate(0);
    padding: 1.5rem;
}.user-feedback-JuVM .rating-praise-KvOX:hover,
    .user-feedback-JuVM .rating-praise-KvOX:nth-child(odd):hover,
    .user-feedback-JuVM .rating-praise-KvOX:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.user-feedback-JuVM .rating-praise-KvOX img {
    width: 60px;
    height: 60px;
}
}

@media (max-width: 480px) {.user-feedback-JuVM h2 {
    font-size: calc(37px * 0.8);
}.user-feedback-JuVM .rating-praise-KvOX {
    padding: 1.25rem;
}}.privacy-stockade-sjpc {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 1000px;
    padding: 40px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #000000;
}.privacy-stockade-sjpc h1 {
    border-bottom: 3px solid rgb(147,179,184);
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: rgb(147,179,184);
    font-size: 45px;
    margin-top: 30px;
    font-weight: 700;
}.privacy-stockade-sjpc h2 {
    margin-top: 25px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-left: 5px solid rgb(124,177,124);
    color: rgb(124,177,124);
    font-weight: 600;
    font-size: 30px;
}.privacy-stockade-sjpc ul {
    margin: 20px 0;
    list-style-type: disc;
    border-radius: 10px;
    background: rgb(124,177,124,0.5);
    padding-left: 40px;
}.privacy-stockade-sjpc li {
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 17px;
}.privacy-stockade-sjpc p, .privacy-stockade-sjpc span, .privacy-stockade-sjpc div {
    color: #000000;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.8;
}.privacy-stockade-sjpc h3, .privacy-stockade-sjpc h4, .privacy-stockade-sjpc h5, .privacy-stockade-sjpc h6 {
    font-size: 21px;
    margin-bottom: 10px;
    color: rgb(147,179,184);
    margin-top: 20px;
    border-left: 4px solid rgb(147,179,184);
    padding-left: 10px;
    font-weight: 600;
}

@media only screen and (max-width: 800px) {.privacy-stockade-sjpc {
    padding: 20px;
}.privacy-stockade-sjpc h1 {
    font-size: calc(21px - 4px);
}.privacy-stockade-sjpc h2 {
    font-size: calc(21px - 3px);
}.privacy-stockade-sjpc h3, .privacy-stockade-sjpc h4, .privacy-stockade-sjpc h5, .privacy-stockade-sjpc h6 {
    font-size: calc(21px - 2px);
}.privacy-stockade-sjpc p, .privacy-stockade-sjpc span, .privacy-stockade-sjpc div, .privacy-stockade-sjpc li {
    font-size: calc(17px - 2px);
}}.cookie-warning-window-IqDw {
    border-top: 3px solid rgb(147,179,184);
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(124,177,124);
    z-index: 90;
    position: fixed;
}.cookie-tips-vyAL {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}.user-default-AFvk {
    margin-right: 20px;
    flex-shrink: 0;
}.user-default-AFvk svg {
    fill: rgb(147,179,184);
    height: 50px;
    width: 50px;
}.manage-tracking-Jeit {
    flex-direction: column;
    max-width: 600px;
    display: flex;
    justify-content: center;
}.cookie-warning-window-IqDw h5 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}.cookie-warning-window-IqDw p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}.web-tracking-jacA {
    border-radius: 10px;
    min-width: 150px;
    text-align: center;
    background: rgb(147,179,184);
    font-size: 18px;
    flex-shrink: 0;
    text-decoration: none;
    margin-left: 10px;
    padding: 10px 20px;
    border: 2px solid rgb(147,179,184);
    color: #ffffff;
    cursor: pointer;
    transition: none;
}.web-tracking-jacA:hover {
    background: rgb(147,179,184,0.5);
    border-color: rgb(147,179,184,0.5);
}.cookie-warning-window-IqDw p a {
    color: rgb(147,179,184);
    border-bottom: 2px solid rgb(147,179,184);
    text-decoration: none;
}.cookie-warning-window-IqDw p a:hover {
    color: rgb(124,177,124);
    border-bottom-color: rgb(124,177,124);
}
@media only screen and (max-width: 1200px) {.cookie-warning-window-IqDw {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.user-default-AFvk {
    display: none;
}.cookie-tips-vyAL {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-warning-window-IqDw h5, .cookie-warning-window-IqDw p {
    text-align: center;
}.manage-tracking-Jeit {
    margin-bottom: 15px;
}.web-tracking-jacA {
    margin-top: 10px;
    margin-left: 0;
}}
#cookieMessageAlert-xWpt {
    display: none;
}#cookieMessageAlert-xWpt:checked ~ .cookie-warning-window-IqDw {
    visibility: hidden;
    opacity: 0;
}.our-mission-ioRE {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(203,218,220);
}.our-mission-ioRE::before {
    opacity: 0.2;
    z-index: 1;
    width: 100%;
    background-size: 30px 30px;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(147,179,184,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(147,179,184,0.5) 95%);
    content: "";
    position: absolute;
    top: 0;
    animation: gridMove 40s linear infinite;
    height: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.our-mission-ioRE::after {
    opacity: 0.3;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(147,179,184,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(124,177,124,0.5) 0%, transparent 50%);
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    animation: bgPulse 20s infinite alternate;
    left: 0;
    z-index: 1;
    height: 100%;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.our-mission-ioRE .container {
    position: relative;
    z-index: 2;
}.our-mission-ioRE .learning-tracks-LNka {
    position: relative;
}.our-mission-ioRE h3 {
    margin-bottom: 60px;
    border-left: 4px solid rgb(147,179,184);
    padding: 20px 30px;
    border-radius: 0 17px 17px 0;
    font-size: 36px;
    display: inline-block;
    color: #000000;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    position: relative;
}.our-mission-ioRE h3::before {
    position: absolute;
    top: 20px;
    background: rgb(124,177,124);
    height: calc(100% - 40px);
    left: -2px;
    content: "";
    width: 4px;
    animation: pulseHeight 3s infinite alternate;
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.our-mission-ioRE .creds-sect-zgUK {
    gap: 30px;
    position: relative;
    margin-bottom: 70px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.our-mission-ioRE .creds-sect-zgUK span {
    font-weight: 600;
    color: #ffffff;
    padding: 10px 20px;
    position: absolute;
    top: -40px;
    font-size: 21px;
    background: rgb(147,179,184);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 5;
    left: 0;
    transform: translateY(-50%);
}.our-mission-ioRE .creds-sect-zgUK p {
    font-size: 12px;
    padding: 40px;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    display: flex;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(147,179,184);
    color: #000000;
    line-height: 1.8;
    border-radius: 17px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}.our-mission-ioRE .creds-sect-zgUK .hero-banner-CNyI {
    position: relative;
    border-radius: 17px;
    overflow: hidden;
    height: 450px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.our-mission-ioRE .creds-sect-zgUK .hero-banner-CNyI::before {
    width: 100%;
    z-index: 2;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    left: 0;
    position: absolute;
}.our-mission-ioRE .mission-block-gpdS {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 30px;
    position: relative;
}.our-mission-ioRE .mission-block-gpdS::before {
    top: -35px;
    height: 1px;
    left: calc(50% - 100px);
    background: linear-gradient(to right, rgb(147,179,184,0.5), rgb(124,177,124,0.5));
    width: 200px;
    content: "";
    position: absolute;
}.our-mission-ioRE .mission-block-gpdS p {
    background: rgba(255, 255, 255, 0.8);
    border-right: 3px solid rgb(124,177,124);
    backdrop-filter: blur(10px);
    height: 100%;
    color: #000000;
    border-radius: 17px;
    padding: 40px;
    align-items: center;
    font-size: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    line-height: 1.8;
}.our-mission-ioRE .mission-block-gpdS .fast-classes-rQfq {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
    border-radius: 17px;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}.our-mission-ioRE .mission-block-gpdS .fast-classes-rQfq::before {
    left: 0;
    z-index: 2;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    height: 100%;
}.our-mission-ioRE .mission-block-gpdS .fast-classes-rQfq::after {
    z-index: 3;
    position: absolute;
    animation: shine 6s infinite;
    width: 50%;
    content: "";
    transform: skewX(-25deg);
    top: 0;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.our-mission-ioRE .creds-sect-zgUK::after,
.our-mission-ioRE .mission-block-gpdS::after {
    animation: rotateFadeIn 10s infinite linear;
    width: 50px;
    content: "";
    opacity: 0.7;
    height: 50px;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    border: 1px solid rgb(147,179,184,0.5);
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.our-mission-ioRE .creds-sect-zgUK::after {
    border-color: rgb(147,179,184,0.5);
    top: -25px;
    right: -25px;
}.our-mission-ioRE .mission-block-gpdS::after {
    left: -25px;
    bottom: -25px;
    border-color: rgb(124,177,124,0.5);
}.our-mission-ioRE .learning-tracks-LNka::before,
.our-mission-ioRE .learning-tracks-LNka::after {
    width: 120px;
    z-index: -1;
    border-radius: 50%;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    filter: blur(40px);
    position: absolute;
    opacity: 0.15;
    content: "";
    height: 120px;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.our-mission-ioRE .learning-tracks-LNka::before {
    left: -60px;
    top: 20%;
    background: rgb(147,179,184);
}.our-mission-ioRE .learning-tracks-LNka::after {
    bottom: 20%;
    background: rgb(124,177,124);
    animation-delay: 2s;
    right: -60px;
}

@media screen and (max-width: 1199px) {.our-mission-ioRE {
    padding: 100px 0;
}.our-mission-ioRE h3 {
    margin-bottom: 50px;
    font-size: calc(36px - 0.2rem);
    padding: 15px 25px;
}.our-mission-ioRE .creds-sect-zgUK {
    margin-bottom: 60px;
}.our-mission-ioRE .creds-sect-zgUK p,
    .our-mission-ioRE .mission-block-gpdS p {
    padding: 30px;
}.our-mission-ioRE .creds-sect-zgUK .hero-banner-CNyI,
    .our-mission-ioRE .mission-block-gpdS .fast-classes-rQfq {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.our-mission-ioRE {
    padding: 80px 0;
}.our-mission-ioRE h3 {
    font-size: calc(36px - 0.4rem);
    padding: 12px 20px;
    margin-bottom: 40px;
}.our-mission-ioRE .creds-sect-zgUK,
    .our-mission-ioRE .mission-block-gpdS {
    gap: 25px;
}.our-mission-ioRE .creds-sect-zgUK {
    margin-bottom: 50px;
}.our-mission-ioRE .creds-sect-zgUK span {
    padding: 8px 15px;
    top: -35px;
    font-size: calc(21px - 0.2rem);
}.our-mission-ioRE .creds-sect-zgUK p,
    .our-mission-ioRE .mission-block-gpdS p {
    font-size: calc(12px - 0.1rem);
    padding: 25px;
}.our-mission-ioRE .creds-sect-zgUK .hero-banner-CNyI,
    .our-mission-ioRE .mission-block-gpdS .fast-classes-rQfq {
    height: 350px;
}.our-mission-ioRE .creds-sect-zgUK::after,
    .our-mission-ioRE .mission-block-gpdS::after {
    width: 40px;
    height: 40px;
}.our-mission-ioRE .learning-tracks-LNka::before,
    .our-mission-ioRE .learning-tracks-LNka::after {
    height: 80px;
    width: 80px;
    filter: blur(30px);
}
}

@media screen and (max-width: 767px) {.our-mission-ioRE {
    padding: 60px 0;
}.our-mission-ioRE::before {
    background-size: 20px 20px;
}.our-mission-ioRE h3 {
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    font-size: calc(36px - 0.6rem);
    border-radius: 17px;
}.our-mission-ioRE .creds-sect-zgUK,
    .our-mission-ioRE .mission-block-gpdS {
    grid-template-columns: 1fr;
    gap: 20px;
}.our-mission-ioRE .creds-sect-zgUK {
    margin-bottom: 40px;
}.our-mission-ioRE .creds-sect-zgUK span {
    left: 20px;
}.our-mission-ioRE .creds-sect-zgUK p,
    .our-mission-ioRE .mission-block-gpdS p {
    border-width: 2px;
    padding: 20px;
}.our-mission-ioRE .creds-sect-zgUK .hero-banner-CNyI,
    .our-mission-ioRE .mission-block-gpdS .fast-classes-rQfq {
    height: 300px;
}.our-mission-ioRE .mission-block-gpdS p {
    order: 2;
}.our-mission-ioRE .mission-block-gpdS .fast-classes-rQfq {
    order: 1;
}.our-mission-ioRE .learning-tracks-LNka::before,
    .our-mission-ioRE .learning-tracks-LNka::after {
    filter: blur(20px);
    width: 60px;
    height: 60px;
}.our-mission-ioRE::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.our-mission-ioRE {
    padding: 50px 0;
}.our-mission-ioRE::before {
    background-size: 15px 15px;
}.our-mission-ioRE h3 {
    font-size: calc(36px - 0.8rem);
    padding: 10px 15px;
    margin-bottom: 35px;
}.our-mission-ioRE h3::before {
    left: -1px;
    width: 2px;
}.our-mission-ioRE .creds-sect-zgUK span {
    top: -30px;
    left: 10px;
    padding: 6px 12px;
    font-size: calc(21px - 0.4rem);
}.our-mission-ioRE .creds-sect-zgUK,
    .our-mission-ioRE .mission-block-gpdS {
    gap: 15px;
}.our-mission-ioRE .creds-sect-zgUK {
    margin-bottom: 35px;
}.our-mission-ioRE .creds-sect-zgUK p,
    .our-mission-ioRE .mission-block-gpdS p {
    padding: 15px;
    font-size: calc(12px - 0.2rem);
}.our-mission-ioRE .creds-sect-zgUK .hero-banner-CNyI,
    .our-mission-ioRE .mission-block-gpdS .fast-classes-rQfq {
    height: 250px;
}.our-mission-ioRE .creds-sect-zgUK .hero-banner-CNyI {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.our-mission-ioRE .mission-block-gpdS .fast-classes-rQfq {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.our-mission-ioRE .creds-sect-zgUK::after,
    .our-mission-ioRE .mission-block-gpdS::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (min-width: 1400px) {.our-mission-ioRE .creds-sect-zgUK .hero-banner-CNyI,
    .our-mission-ioRE .mission-block-gpdS .fast-classes-rQfq {
    height: 500px;
}.our-mission-ioRE .creds-sect-zgUK p,
    .our-mission-ioRE .mission-block-gpdS p {
    padding: 50px;
}}.title-intro-rVQS {
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #000000;
    min-height: 600px;
    overflow: hidden;
}.title-intro-rVQS::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(147,179,184,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(124,177,124,0.5) 0%, transparent 25%),
        linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    z-index: 1;
    top: 0;
    height: 100%;
}.title-intro-rVQS .learning-tracks-LNka {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    z-index: 2;
}.title-intro-rVQS .fast-studypro-FbhX {
    overflow: hidden;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.title-intro-rVQS .page-first-igra {
    width: fit-content;
    animation: carouselSlide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
    display: flex;
}.title-intro-rVQS .page-begin-VSGE {
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 100vw;
}.title-intro-rVQS .page-begin-VSGE::before {
    z-index: 2;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.6) 60%,
        #000000 100%
    );
    position: absolute;
    top: 0;
    height: 100%;
}.title-intro-rVQS .page-begin-VSGE img {
    height: 100%;
    transition: transform 8s ease-in-out;
    transform: scale(1.05);
    object-fit: cover;
    width: 100%;
    animation: zoomEffect 10s infinite alternate;
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
}.title-intro-rVQS .paragraph-box-EBJz {
    border-radius: 30px;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    border-left: 4px solid rgb(147,179,184);
    backdrop-filter: blur(8px);
    animation: textAppear 1s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.05),
                0 0 20px rgba(rgb(147,179,184), 0.2);
    margin-left: 10%;
    opacity: 1;
    max-width: 600px;
    transform: translateY(0);
    padding: 3rem;
    z-index: 3;
    position: relative;
}.title-intro-rVQS .paragraph-box-EBJz::before {
    z-index: -1;
    position: absolute;
    animation: borderGlow 4s infinite alternate;
    background: linear-gradient(45deg, rgb(147,179,184), rgb(124,177,124));
    bottom: -2px;
    border-radius: calc(30px + 2px);
    left: -2px;
    right: -2px;
    opacity: 0.3;
    content: "";
    top: -2px;
}.title-intro-rVQS .paragraph-box-EBJz h1 {
    font-size: 40px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}.title-intro-rVQS .paragraph-box-EBJz h1::after {
    content: "";
    width: 60px;
    bottom: -0.5rem;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(147,179,184), transparent);
    height: 3px;
}.title-intro-rVQS .paragraph-box-EBJz p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 400;
}.title-intro-rVQS .paragraph-box-EBJz .reach-map-iIyf {
    transition: all 0.4s ease;
    padding: 1rem 2.5rem;
    font-size: 20px;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        rgb(147,179,184) 0%,
        rgb(124,177,124) 100%
    );
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
}.title-intro-rVQS .paragraph-box-EBJz .reach-map-iIyf::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    left: -100%;
    height: 100%;
    animation: buttonShine 3s infinite;
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
    content: "";
    top: 0;
}.title-intro-rVQS .paragraph-box-EBJz .reach-map-iIyf:hover {
    background: linear-gradient(
        90deg,
        rgb(124,177,124) 0%,
        rgb(147,179,184) 100%
    );
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomEffect {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes textAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes buttonShine {
    0% {
        left: -100%;
    }
    40% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.title-intro-rVQS .paragraph-box-EBJz {
    padding: 2.5rem;
    max-width: 500px;
    margin-left: 8%;
}
}

@media screen and (max-width: 992px) {.title-intro-rVQS {
    height: 90vh;
}.title-intro-rVQS .paragraph-box-EBJz {
    margin-left: 5%;
    max-width: 450px;
    padding: 2rem;
}.title-intro-rVQS .paragraph-box-EBJz h1 {
    font-size: calc(40px * 0.9);
}
}

@media screen and (max-width: 768px) {.title-intro-rVQS {
    min-height: unset;
    height: auto;
}.title-intro-rVQS .learning-tracks-LNka {
    padding: 4rem 0;
    justify-content: center;
    flex-direction: column;
}.title-intro-rVQS .page-begin-VSGE {
    height: 100vh;
}.title-intro-rVQS .paragraph-box-EBJz {
    backdrop-filter: blur(10px);
    padding: 2rem;
    margin: 0 auto;
    max-width: 90%;
}.title-intro-rVQS .paragraph-box-EBJz h1 {
    font-size: calc(40px * 0.8);
}.title-intro-rVQS .paragraph-box-EBJz p {
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.title-intro-rVQS .paragraph-box-EBJz {
    padding: 1.5rem;
}.title-intro-rVQS .paragraph-box-EBJz h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1rem;
}.title-intro-rVQS .paragraph-box-EBJz p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.title-intro-rVQS .paragraph-box-EBJz .reach-map-iIyf {
    padding: 0.8rem 2rem;
    font-size: calc(20px * 0.9);
}}.education-history-XLTB {
    padding: 7rem 0;
    min-height: 700px;
    overflow: hidden;
    position: relative;
    background: rgb(203,218,220);
}.education-history-XLTB::before {
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(147,179,184,0.5) 49.5%, rgb(147,179,184,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(147,179,184,0.5) 49.5%, rgb(147,179,184,0.5) 50.5%, transparent 50.5%);
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    animation: gridMove 20s linear infinite;
    opacity: 0.15;
    position: absolute;
    left: 0;
    background-size: 50px 50px;
}.education-history-XLTB .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.education-history-XLTB .rating-praise-KvOX {
    perspective: 2000px;
    height: 650px;
    position: relative;
    margin: 0 auto;
    display: flex;
    max-width: 1000px;
    flex-direction: column;
}.education-history-XLTB .hero-banner-CNyI {
    width: 400px;
    right: 0;
    z-index: 3;
    filter: contrast(1.1) brightness(1.05);
    top: -20px;
    height: 400px;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateZ(100px) rotateY(-15deg);
    position: absolute;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 14px;
}.education-history-XLTB .rating-praise-KvOX:hover .hero-banner-CNyI {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}.education-history-XLTB .name {
    color: #ffffff;
    font-weight: 700;
    min-width: 300px;
    border-radius: 10px;
    position: absolute;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    font-size: 28px;
    left: 0;
    top: 100px;
    background: rgb(147,179,184);
    z-index: 4;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 1.5rem 2rem;
    transform: translateZ(70px) rotateY(5deg);
}.education-history-XLTB .rating-praise-KvOX:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}.education-history-XLTB .rating-praise-KvOX span:not(.name) {
    transform: translateZ(50px) rotateY(5deg);
    top: 190px;
    background: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
    z-index: 3;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 40px;
    color: #000000;
    padding: 1rem 1.5rem;
    position: absolute;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}.education-history-XLTB .rating-praise-KvOX:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}.education-history-XLTB .work-area-XkoL {
    border-bottom: 4px solid rgb(147,179,184);
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    color: #000000;
    padding: 3rem;
    transform: translateZ(30px);
    right: 0;
    line-height: 1.8;
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    border-top: 4px solid rgb(124,177,124);
    font-size: 12px;
}.education-history-XLTB .rating-praise-KvOX:hover .work-area-XkoL {
    transform: translateZ(40px) translateY(-10px);
}.education-history-XLTB .work-area-XkoL::before {
    left: 0;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(124,177,124,0.5) 49.5%, rgb(124,177,124,0.5) 50.5%, transparent 50.5%);
    content: "";
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    background-size: 20px 20px;
}.education-history-XLTB .container::after {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
    filter: blur(100px);
    background: 
        radial-gradient(circle at 80% 20%, rgb(147,179,184,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(124,177,124,0.5) 0%, transparent 50%);
    animation: colorPulse 10s ease-in-out infinite alternate;
    width: 100%;
    left: 0;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.education-history-XLTB .rating-praise-KvOX {
    padding: 20px 0;
    height: auto;
    flex-direction: column;
}.education-history-XLTB .hero-banner-CNyI {
    top: auto;
    width: 300px;
    position: relative;
    transform: none;
    right: auto;
    margin: 0 auto 30px;
    border-radius: 20px;
    height: 300px;
}.education-history-XLTB .rating-praise-KvOX:hover .hero-banner-CNyI {
    transform: translateY(-10px);
}.education-history-XLTB .name {
    left: auto;
    top: auto;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
    transform: none;
}.education-history-XLTB .rating-praise-KvOX:hover .name {
    transform: translateY(-5px);
}.education-history-XLTB .rating-praise-KvOX span:not(.name) {
    transform: none;
    display: block;
    position: relative;
    margin: 0 auto 45px;
    width: max-content;
    top: auto;
    text-align: center;
    left: auto;
}.education-history-XLTB .rating-praise-KvOX:hover span:not(.name) {
    transform: translateY(-5px);
}.education-history-XLTB .work-area-XkoL {
    position: relative;
    bottom: auto;
    transform: none;
}.education-history-XLTB .rating-praise-KvOX:hover .work-area-XkoL {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.education-history-XLTB {
    padding: 4rem 0;
}.education-history-XLTB .hero-banner-CNyI {
    height: 220px;
    width: 220px;
    margin-bottom: 35px;
}.education-history-XLTB .name {
    width: 100%;
    min-width: auto;
    font-size: 24px;
    padding: 1rem 1.5rem;
    margin-bottom: 25px;
}.education-history-XLTB .rating-praise-KvOX span:not(.name) {
    margin-bottom: 35px;
    font-size: 12px;
    padding: 0.5rem 1rem;
}.education-history-XLTB .work-area-XkoL {
    padding: 2rem 1.5rem;
    font-size: calc(12px * 0.9);
}}.contact-form-box-ocxR {
    position: relative;
    padding: 70px 0;
    background: rgb(203,218,220);
    overflow: hidden;
}.contact-form-box-ocxR::before {
    width: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}.contact-form-box-ocxR .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.contact-form-box-ocxR h2 {
    text-align: center;
    color: rgb(124,177,124);
    margin-bottom: 40px;
    font-size: 36px;
    position: relative;
    font-weight: 700;
}.contact-form-box-ocxR h2::after {
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 3px;
    width: 60px;
    background: rgb(147,179,184);
}.contact-form-box-ocxR .query-help-ThQg {
    display: grid;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    border-radius: 29px;
    background: #ffffff;
}.contact-form-box-ocxR .hero-banner-CNyI {
    height: 100%;
    border-bottom-right-radius: 29px;
    grid-column: 2;
    transition: transform 0.6s ease;
    min-height: 500px;
    grid-row: 1;
    border-top-right-radius: 29px;
}.contact-form-box-ocxR .inquiry-grid-mUKO {
    background: #ffffff;
    grid-row: 1;
    grid-column: 1;
    padding: 50px 40px;
}.contact-form-box-ocxR #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}.contact-form-box-ocxR h3 {
    color: rgb(147,179,184);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}.contact-form-box-ocxR input[type="text"] {
    background: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    border-radius: 10px;
    border: 1px solid rgb(203,218,220);
}.contact-form-box-ocxR input[type="text"]:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(147,179,184);
    outline: none;
}.contact-form-box-ocxR input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact-form-box-ocxR .request-card-voUL {
    margin-top: 10px;
    gap: 10px;
    display: flex;
    align-items: flex-start;
}.contact-form-box-ocxR .request-card-voUL input[type="checkbox"] {
    appearance: none;
    position: relative;
    height: 24px;
    border: 2px solid rgb(203,218,220);
    width: 24px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 2px;
    flex-shrink: 0;
}.contact-form-box-ocxR .request-card-voUL input[type="checkbox"]:checked {
    background: rgb(147,179,184);
    border-color: rgb(147,179,184);
}.contact-form-box-ocxR .request-card-voUL input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 16px;
    color: #ffffff;
    content: "✓";
    position: absolute;
    left: 50%;
}.contact-form-box-ocxR .request-card-voUL label {
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}.contact-form-box-ocxR .request-card-voUL a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(147,179,184);
    transition: all 0.3s ease;
}.contact-form-box-ocxR .request-card-voUL a:hover {
    color: rgb(124,177,124);
}.contact-form-box-ocxR .reach-map-iIyf {
    border: none;
    letter-spacing: 1px;
    font-size: 19px;
    overflow: hidden;
    padding: 15px 35px;
    margin-top: 10px;
    color: #ffffff;
    align-self: flex-start;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: rgb(147,179,184);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}.contact-form-box-ocxR .reach-map-iIyf::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
}.contact-form-box-ocxR .reach-map-iIyf:hover {
    background: rgb(124,177,124);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact-form-box-ocxR .reach-map-iIyf:hover::before {
    left: 100%;
}.contact-form-box-ocxR svg {
    fill: rgb(147,179,184);
    vertical-align: middle;
    height: 22px;
    width: 22px;
    margin-right: 10px;
}.contact-form-box-ocxR svg path {
    fill: rgb(147,179,184);
}

@media (max-width: 992px) {.contact-form-box-ocxR .query-help-ThQg {
    grid-template-columns: 1fr;
}.contact-form-box-ocxR .hero-banner-CNyI {
    border-top-left-radius: 29px;
    border-radius: 0;
    border-top-right-radius: 29px;
    grid-column: 1;
    grid-row: 1;
    min-height: 300px;
}.contact-form-box-ocxR .inquiry-grid-mUKO {
    padding: 40px 30px;
    grid-row: 2;
    grid-column: 1;
}
}

@media (max-width: 768px) {.contact-form-box-ocxR {
    padding: 50px 0;
}.contact-form-box-ocxR h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 30px;
}.contact-form-box-ocxR .inquiry-grid-mUKO {
    padding: 30px 25px;
}.contact-form-box-ocxR .hero-banner-CNyI {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-form-box-ocxR {
    padding: 40px 0;
}.contact-form-box-ocxR .container {
    padding: 0 15px;
}.contact-form-box-ocxR h2::after {
    width: 40px;
}.contact-form-box-ocxR .inquiry-grid-mUKO {
    padding: 25px 20px;
}.contact-form-box-ocxR #contact {
    gap: 20px;
}.contact-form-box-ocxR .reach-map-iIyf {
    padding: 14px 20px;
    width: 100%;
}.contact-form-box-ocxR .hero-banner-CNyI {
    min-height: 200px;
}}.pricing-shelf-AXVt {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing-shelf-AXVt::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    bottom: 0;
}.pricing-shelf-AXVt .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.pricing-shelf-AXVt .deal-board-BPxu {
    position: relative;
}.pricing-shelf-AXVt h2 {
    margin-bottom: 20px;
    transform: translateZ(0);
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 31px;
}.pricing-shelf-AXVt h2::after {
    transform: translateX(-50%);
    content: "";
    height: 3px;
    width: 80px;
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    left: 50%;
}.pricing-shelf-AXVt .pay-options-aDhi {
    color: #ffffff;
    line-height: 1.6;
    max-width: 700px;
    font-size: 18px;
    margin: 0 auto 60px;
    opacity: 0.9;
    text-align: center;
}.pricing-shelf-AXVt .payment-deals-Anqc {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    display: grid;
}.pricing-shelf-AXVt .payment-deals-Anqc li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.pricing-shelf-AXVt .payment-deals-Anqc li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.pricing-shelf-AXVt .monthly-plan-spOF {
    display: block;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    text-decoration: none;
}.pricing-shelf-AXVt .fee-deals-bGVA {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    border-top: 3px solid rgb(147,179,184);
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
    padding: 40px 25px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
}.pricing-shelf-AXVt .monthly-plan-spOF:hover .fee-deals-bGVA {
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    border-top-color: rgb(124,177,124);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
}.pricing-shelf-AXVt .fee-deals-bGVA::before {
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    left: -50%;
    top: -50%;
    transform: rotate(45deg);
    content: "";
    pointer-events: none;
    height: 200%;
    position: absolute;
    opacity: 0;
    width: 200%;
}.pricing-shelf-AXVt .monthly-plan-spOF:hover .fee-deals-bGVA::before {
    opacity: 1;
}.pricing-shelf-AXVt .fee-chart-HBZl {
    height: 100%;
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
}.pricing-shelf-AXVt .fee-chart-HBZl h4 {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 15px;
    display: inline-block;
}.pricing-shelf-AXVt .fee-chart-HBZl h4::after {
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease;
    background: rgb(147,179,184);
    content: "";
    height: 2px;
    width: 40px;
    left: 0;
}.pricing-shelf-AXVt .monthly-plan-spOF:hover .fee-chart-HBZl h4::after {
    width: 60px;
    background: rgb(124,177,124);
}.pricing-shelf-AXVt .fee-chart-HBZl p {
    word-wrap: break-word;
    font-size: calc(18px - 2px);
    line-height: 1.7;
    hyphens: auto;
    white-space: normal;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    opacity: 0.8;
    flex-grow: 1;
    color: #ffffff;
}.pricing-shelf-AXVt .fee-choices-PKpl {
    transform: translateZ(0);
    display: inline-block;
    background: linear-gradient(135deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    font-weight: 700;
    transition: all 0.3s ease;
    padding: 10px 15px;
    color: #ffffff;
    position: relative;
    align-self: flex-start;
    font-size: calc(22px + 2px);
    margin-top: auto;
}.pricing-shelf-AXVt .fee-choices-PKpl::before {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: 0;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(147,179,184,0.5) 0%, rgb(124,177,124,0.5) 100%);
}.pricing-shelf-AXVt .monthly-plan-spOF:hover .fee-choices-PKpl::before {
    opacity: 1;
}

@media (max-width: 991px) {.pricing-shelf-AXVt {
    padding: 80px 0;
}.pricing-shelf-AXVt .payment-deals-Anqc {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing-shelf-AXVt .fee-deals-bGVA {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.pricing-shelf-AXVt {
    padding: 60px 0;
}.pricing-shelf-AXVt h2 {
    font-size: calc(31px - 4px);
}.pricing-shelf-AXVt .pay-options-aDhi {
    font-size: calc(18px - 1px);
    margin-bottom: 40px;
}.pricing-shelf-AXVt .payment-deals-Anqc {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.pricing-shelf-AXVt .fee-chart-HBZl h4 {
    font-size: calc(22px - 1px);
}.pricing-shelf-AXVt .fee-chart-HBZl p {
    font-size: calc(18px - 3px);
}.pricing-shelf-AXVt .fee-choices-PKpl {
    font-size: calc(22px);
}
}

@media (max-width: 480px) {.pricing-shelf-AXVt {
    padding: 50px 0;
}.pricing-shelf-AXVt h2 {
    font-size: calc(31px - 6px);
}.pricing-shelf-AXVt .fee-deals-bGVA {
    padding: 25px 15px;
}.pricing-shelf-AXVt .payment-deals-Anqc li:hover {
    transform: translateY(-5px);
}}.aspiring-learners-zmeF {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(203,218,220);
}.aspiring-learners-zmeF::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(124,177,124,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(147,179,184,0.5) 0%, transparent 40%);
    height: 100%;
    top: 0;
    content: '';
    opacity: 0.2;
    z-index: 1;
    left: 0;
    width: 100%;
}.aspiring-learners-zmeF::after {
    top: 0;
    z-index: 1;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    width: 100%;
    content: '';
    left: 0;
}.aspiring-learners-zmeF .learning-tracks-LNka {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.aspiring-learners-zmeF h3 {
    margin-bottom: 4rem;
    font-size: 46px;
    color: rgb(147,179,184);
    letter-spacing: 2px;
    text-align: center;
    font-weight: 300;
    position: relative;
}.aspiring-learners-zmeF h3::after {
    position: absolute;
    border-radius: 50px;
    bottom: -15px;
    opacity: 0.8;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(147,179,184), transparent);
    transform: translateX(-50%);
    height: 3px;
    content: '';
    left: 50%;
}.aspiring-learners-zmeF ul {
    display: grid;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
}.aspiring-learners-zmeF li {
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    text-align: center;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
    padding: 2.5rem 2rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.aspiring-learners-zmeF li::before {
    content: '';
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 90% 10%, rgb(147,179,184,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(124,177,124,0.5) 0%, transparent 30%);
    transition: opacity 0.5s ease;
    width: 100%;
    opacity: 0.1;
    left: 0;
}.aspiring-learners-zmeF li::after {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    opacity: 0;
    left: -50%;
    top: -50%;
    height: 200%;
    transform: scale(0.8);
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
    content: '';
    width: 200%;
}.aspiring-learners-zmeF li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgb(147,179,184,0.5);
}.aspiring-learners-zmeF li:hover::before {
    opacity: 0.2;
}.aspiring-learners-zmeF li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.aspiring-learners-zmeF li svg {
    height: 70px;
    width: 70px;
    animation: float 8s ease-in-out infinite;
    filter: drop-shadow(0 3px 6px rgb(124,177,124,0.5));
    transition: all 0.5s ease;
    fill: rgb(124,177,124);
    margin-bottom: 1.5rem;
}.aspiring-learners-zmeF li:hover svg {
    filter: drop-shadow(0 8px 15px rgb(147,179,184,0.5));
    transform: translateY(-5px);
    fill: rgb(147,179,184);
}.aspiring-learners-zmeF li svg path {
    transition: all 0.5s ease;
}.aspiring-learners-zmeF li:hover svg path {
    fill: rgb(147,179,184);
}.aspiring-learners-zmeF li {
    line-height: 1.7;
    color: #000000;
    margin-top: 1rem;
    font-weight: 300;
    font-size: calc(17px * 1.1);
}.aspiring-learners-zmeF li:nth-child(1) {
    animation-delay: 0s;
}.aspiring-learners-zmeF li:nth-child(2) {
    animation-delay: 0.3s;
}.aspiring-learners-zmeF li:nth-child(3) {
    animation-delay: 0.6s;
}.aspiring-learners-zmeF li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.aspiring-learners-zmeF {
    padding: 5rem 0;
}.aspiring-learners-zmeF h3 {
    font-size: calc(46px * 0.8);
    margin-bottom: 3rem;
}.aspiring-learners-zmeF ul {
    gap: 2rem;
}.aspiring-learners-zmeF li {
    padding: 2rem 1.5rem;
}.aspiring-learners-zmeF li svg {
    margin-bottom: 1.2rem;
    width: 60px;
    height: 60px;
}
}

@media (max-width: 767px) {.aspiring-learners-zmeF {
    padding: 4rem 0;
}.aspiring-learners-zmeF h3 {
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
    font-size: calc(46px * 0.7);
}.aspiring-learners-zmeF ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.aspiring-learners-zmeF li {
    padding: 1.8rem 1.2rem;
}.aspiring-learners-zmeF li svg {
    height: 50px;
    width: 50px;
    margin-bottom: 1rem;
}}.ty-content-QCHg {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgba(rgb(147,179,184), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.ty-content-QCHg::before {
    position: absolute;
    z-index: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(147,179,184), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(124,177,124), 0.05) 0%, transparent 60%);
    top: 0;
    width: 100%;
    height: 100%;
}.ty-content-QCHg::after {
    width: 40%;
    background: linear-gradient(45deg, rgba(rgb(147,179,184), 0.03) 0%, rgba(rgb(124,177,124), 0.05) 100%);
    top: -10%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    transform: rotate(-15deg);
    right: -5%;
    height: 70%;
    content: "";
    position: absolute;
    animation: float 15s infinite ease-in-out;
    z-index: 0;
}.ty-content-QCHg .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    perspective: 1000px;
    margin: 0 auto;
    transform-style: preserve-3d;
}.ty-content-QCHg h2 {
    font-weight: 700;
    font-size: 29px;
    position: relative;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    margin-bottom: 2.5rem;
    transform: translateZ(10px);
    letter-spacing: -0.02em;
    line-height: 1.3;
    max-width: 90%;
    color: rgb(147,179,184);
    font-family: Arial, sans-serif;
}.ty-content-QCHg h2::after {
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    border-radius: 2px;
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    width: 5rem;
    transform-origin: left center;
    animation: expandWidth 0.8s ease-out forwards;
}.ty-content-QCHg .learning-tracks-LNka {
    background: #ffffff;
    transform: translateZ(5px);
    padding: 3rem;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    border-radius: 12px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.ty-content-QCHg .learning-tracks-LNka::before {
    width: 100%;
    left: 0;
    height: 6px;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
}.ty-content-QCHg .learning-tracks-LNka::after {
    content: "";
    background-size: 12px 12px;
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0.5;
    bottom: 0;
    height: 30%;
    width: 40%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(147,179,184), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(147,179,184), 0.03) 25%, transparent 25%);
}.ty-content-QCHg ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.ty-content-QCHg li {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    position: relative;
    opacity: 0;
    padding-left: 0;
    transform: translateY(20px);
}.ty-content-QCHg li::before {
    height: 8px;
    top: 0.5rem;
    content: "";
    background: rgb(124,177,124);
    width: 8px;
    left: -1.5rem;
    box-shadow: 0 0 0 3px rgba(rgb(124,177,124), 0.1);
    border-radius: 50%;
    position: absolute;
}.ty-content-QCHg span {
    line-height: 1.7;
    font-size: calc(12px * 1.05);
    letter-spacing: 0.01em;
    font-family: Arial, sans-serif;
    font-weight: 400;
    display: block;
    color: #000000;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) translateY(-15px);
    }
}

@media (hover: hover) {.ty-content-QCHg .learning-tracks-LNka:hover {
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
    transform: translateZ(10px) scale(1.01);
}
}

@media (max-width: 992px) {.ty-content-QCHg {
    padding: 5rem 0;
}.ty-content-QCHg h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.ty-content-QCHg .learning-tracks-LNka {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.ty-content-QCHg {
    padding: 4rem 0;
}.ty-content-QCHg h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.ty-content-QCHg .learning-tracks-LNka {
    padding: 2rem;
}.ty-content-QCHg span {
    line-height: 1.6;
    font-size: 12px;
}
}

@media (max-width: 576px) {.ty-content-QCHg {
    padding: 3rem 0;
}.ty-content-QCHg .container {
    padding: 0 1.5rem;
}.ty-content-QCHg h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.5rem;
}.ty-content-QCHg .learning-tracks-LNka {
    padding: 1.5rem;
}.ty-content-QCHg li::before {
    left: -1.2rem;
    height: 6px;
    width: 6px;
}}.course-offering-Cbth {
    position: relative;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    display: grid;
    min-height: 100vh;
    background: rgb(124,177,124);
}.course-offering-Cbth .quick-progress-jeZH {
    height: 100%;
    top: 0;
    overflow: hidden;
    position: absolute;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    width: 50%;
}.course-offering-Cbth .practical-study-ubod {
    animation: verticalScroll 25s ease-in-out infinite alternate;
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 400%;
}.course-offering-Cbth .quick-progress-jeZH:hover .practical-study-ubod {
    animation-play-state: paused;
}.course-offering-Cbth .study-track-qHch {
    transform: scale(1.1);
    position: relative;
    transition: transform 0.5s ease;
    height: 25%;
    width: 100%;
}.course-offering-Cbth .study-track-qHch::after {
    z-index: 1;
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, #000000 0%, transparent 50%);
}.course-offering-Cbth .study-track-qHch img {
    transition: filter 0.5s ease;
    height: 100%;
    filter: saturate(0.8) contrast(1.2);
    object-fit: cover;
    width: 100%;
}.course-offering-Cbth .study-track-qHch:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.course-offering-Cbth .container {
    z-index: 5;
    align-items: center;
    position: relative;
    display: flex;
    height: 100%;
    grid-column: 1;
}.course-offering-Cbth .learning-tracks-LNka {
    padding-left: 10%;
    width: 100%;
    padding-right: 10%;
}.course-offering-Cbth .learn-explore-TeEf {
    background: transparent;
    border-left: 4px solid rgb(147,179,184);
    padding: 4rem 3rem;
    position: relative;
}.course-offering-Cbth .learn-explore-TeEf::before {
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    transition: width 0.6s ease;
    left: 0;
    background: rgb(147,179,184,0.5);
    width: 0;
}.course-offering-Cbth .learn-explore-TeEf:hover::before {
    width: 100%;
}.course-offering-Cbth .learn-explore-TeEf::after {
    top: 50%;
    content: "";
    width: 40px;
    height: 40px;
    background: rgb(147,179,184);
    position: absolute;
    left: -20px;
    transform: translateY(-50%) rotate(45deg);
}.course-offering-Cbth .learn-explore-TeEf h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
}.course-offering-Cbth .learn-explore-TeEf span > * {
    transform: skewX(15deg);
    display: inline-block;
}.course-offering-Cbth .learn-explore-TeEf p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    padding-left: 1rem;
    border-left: 2px solid rgb(124,177,124);
}.course-offering-Cbth .learn-explore-TeEf .reach-map-iIyf {
    font-weight: 700;
    padding: 1rem 2.5rem;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
    background: transparent;
    position: relative;
    color: #ffffff;
    display: inline-block;
    border: 2px solid rgb(147,179,184);
    letter-spacing: 1px;
    z-index: 1;
    overflow: hidden;
}.course-offering-Cbth .learn-explore-TeEf .reach-map-iIyf::before {
    background: rgb(147,179,184);
    height: 100%;
    content: "";
    z-index: -1;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    top: 0;
}.course-offering-Cbth .learn-explore-TeEf .reach-map-iIyf:hover {
    color: #000000;
}.course-offering-Cbth .learn-explore-TeEf .reach-map-iIyf:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.course-offering-Cbth .learn-explore-TeEf h3 {
    font-size: calc(48px * 0.85);
}.course-offering-Cbth .learning-tracks-LNka {
    padding-right: 0;
    padding-left: 5%;
}
}

@media screen and (max-width: 992px) {.course-offering-Cbth {
    grid-template-columns: 1fr;
    grid-template-rows: 40vh 1fr;
}.course-offering-Cbth .quick-progress-jeZH {
    height: 40vh;
    clip-path: none;
    position: relative;
    width: 100%;
}.course-offering-Cbth .practical-study-ubod {
    height: 100%;
    width: 400%;
    flex-direction: row;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
}.course-offering-Cbth .study-track-qHch {
    height: 100%;
    width: 25%;
}.course-offering-Cbth .study-track-qHch::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.course-offering-Cbth .container {
    padding: 3rem 0;
    grid-column: auto;
    grid-row: 2;
}.course-offering-Cbth .learning-tracks-LNka {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.course-offering-Cbth .learn-explore-TeEf {
    padding: 3rem 1.5rem;
}.course-offering-Cbth .learn-explore-TeEf h3 {
    font-size: 29px;
    margin-bottom: 1.5rem;
}.course-offering-Cbth .learn-explore-TeEf::after {
    left: -15px;
    width: 30px;
    height: 30px;
}
}

@media screen and (max-width: 480px) {.course-offering-Cbth {
    grid-template-rows: 30vh 1fr;
}.course-offering-Cbth .quick-progress-jeZH {
    height: 30vh;
}.course-offering-Cbth .practical-study-ubod {
    animation-duration: 20s;
    width: 300%;
}.course-offering-Cbth .study-track-qHch {
    width: 33.333%;
}.course-offering-Cbth .learn-explore-TeEf {
    padding: 2rem 1rem;
    border-left-width: 3px;
}.course-offering-Cbth .learn-explore-TeEf h3 {
    letter-spacing: 1px;
    font-size: calc(29px * 0.9);
}.course-offering-Cbth .learn-explore-TeEf p {
    font-size: calc(13px * 0.9);
    padding-left: 0.5rem;
}.course-offering-Cbth .learn-explore-TeEf .reach-map-iIyf {
    font-size: calc(15px * 0.9);
    padding: 0.8rem 1.5rem;
    display: block;
    text-align: center;
}.course-offering-Cbth .learn-explore-TeEf::after {
    width: 20px;
    left: -10px;
    height: 20px;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}