* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.top_mainia {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.content-wrapperPv {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1219px;
    margin: auto;
}.leaderboardXt {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_methodologylt {
    background: rgb(208,210,182);
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
}.course_methodologylt::before {
    animation: moveGrid 60s linear infinite;
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    background-size: 50px 50px;
    opacity: 0.1;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(158,172,160,0.5) 25px, rgb(158,172,160,0.5) 26px, transparent 27px, transparent 49px, rgb(158,172,160,0.5) 50px, rgb(158,172,160,0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgb(158,172,160,0.5) 25px, rgb(158,172,160,0.5) 26px, transparent 27px, transparent 49px, rgb(158,172,160,0.5) 50px, rgb(158,172,160,0.5) 51px, transparent 52px);
    height: 100%;
}.course_methodologylt::after {
    content: "";
    z-index: 0;
    opacity: 0.15;
    animation: pulse 20s infinite alternate;
    left: -50%;
    background: radial-gradient(circle at center, rgb(114,122,114,0.5) 0%, transparent 60%);
    height: 200%;
    bottom: -50%;
    position: absolute;
    width: 200%;
}.course_methodologylt .mastery_centerjH {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 0 auto;
    align-items: center;
    max-width: 1000px;
}.course_methodologylt h3 {
    padding: 2rem;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: 700;
    transform: scale(0);
    animation: pixelateIn 1s ease-out forwards;
    max-width: 700px;
    background: #ffffff;
    margin: 0;
    position: relative;
    border: 8px solid transparent;
    font-size: 29px;
    border-image: linear-gradient(45deg, rgb(158,172,160), rgb(114,122,114)) 1;
    width: 100%;
    color: rgb(158,172,160);
}.course_methodologylt h3::before,
.course_methodologylt h3::after {
    height: 0;
    content: "";
    background: rgb(114,122,114,0.5);
    width: 0;
    position: absolute;
}.course_methodologylt h3::before {
    top: 0;
    animation: pixelGrow 0.5s 1.2s steps(10) forwards;
    left: 0;
}.course_methodologylt h3::after {
    bottom: 0;
    right: 0;
    animation: pixelGrow 0.5s 1.5s steps(10) forwards;
}.course_methodologylt span {
    line-height: 1.8;
    border-image: linear-gradient(-45deg, rgb(114,122,114), rgb(158,172,160)) 1;
    padding: 2rem;
    text-align: center;
    max-width: 700px;
    width: 100%;
    animation: pixelateIn 1s 0.5s ease-out forwards;
    background: #ffffff;
    box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.1);
    transform: scale(0);
    position: relative;
    font-size: 15px;
    opacity: 0;
    border: 8px solid transparent;
    color: #000000;
}.course_methodologylt span::before,
.course_methodologylt span::after {
    content: "";
    height: 0;
    position: absolute;
    background: rgb(158,172,160,0.5);
    width: 0;
}.course_methodologylt span::before {
    top: 0;
    animation: pixelGrow 0.5s 1.8s steps(10) forwards;
    right: 0;
}.course_methodologylt span::after {
    animation: pixelGrow 0.5s 2.1s steps(10) forwards;
    left: 0;
    bottom: 0;
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes pixelateIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pixelGrow {
    0% {
        width: 8px;
        height: 8px;
    }
    25% {
        width: 8px;
        height: 16px;
    }
    50% {
        width: 16px;
        height: 16px;
    }
    75% {
        width: 16px;
        height: 24px;
    }
    100% {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {.course_methodologylt {
    padding: 6rem 1.5rem;
}.course_methodologylt h3 {
    font-size: calc(29px * 0.9);
    padding: 1.8rem;
    border-width: 6px;
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
}.course_methodologylt span {
    padding: 1.8rem;
    border-width: 6px;
    box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.1);
}
    
    @keyframes pixelGrow {
        0% {
            width: 6px;
            height: 6px;
        }
        25% {
            width: 6px;
            height: 12px;
        }
        50% {
            width: 12px;
            height: 12px;
        }
        75% {
            width: 12px;
            height: 18px;
        }
        100% {
            width: 18px;
            height: 18px;
        }
    }
}

@media (max-width: 768px) {.course_methodologylt {
    padding: 5rem 1rem;
}.course_methodologylt h3 {
    padding: 1.5rem;
    border-width: 4px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    font-size: calc(29px * 0.8);
}.course_methodologylt span {
    border-width: 4px;
    padding: 1.5rem;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    font-size: calc(15px * 0.95);
}.course_methodologylt .mastery_centerjH {
    gap: 2rem;
}@keyframes pixelGrow {
        0% {
            width: 4px;
            height: 4px;
        }
        25% {
            width: 4px;
            height: 8px;
        }
        50% {
            width: 8px;
            height: 8px;
        }
        75% {
            width: 8px;
            height: 12px;
        }
        100% {
            width: 12px;
            height: 12px;
        }
    }
}header {
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    left: 0;
    background: linear-gradient(120deg, 
        rgb(158,172,160) 0%, 
        rgb(158,172,160,0.5) 100%
    );
    top: 0;
    width: 100%;
}header:before {
    width: 100%;
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.1;
}header:after {
    background-size: 100px 100px;
    width: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
    content: '';
}header .head_mainVe {
    position: relative;
}header .head_mainVe:before {
    bottom: -1px;
    left: 0;
    content: '';
    height: 2px;
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    position: absolute;
}header .head_mainVe:after {
    position: absolute;
    top: 50%;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
    transform: translateY(-50%);
    left: 0;
    width: 60px;
    filter: blur(8px);
    height: 60px;
    opacity: 0.5;
    content: '';
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 15px 25px;
    margin: 0 auto;
}header .container:before {
    position: absolute;
    width: 50px;
    pointer-events: none;
    background-repeat: repeat-x;
    background-size: 6px 2px, 6px 2px;
    top: 50%;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    height: 30px;
    background-position: 0 0, 0 10px;
    right: 20px;
    opacity: 0.5;
    transform: translateY(-50%);
    content: '';
}header .head_skillPB {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .head_skillPB:before {
    top: 50%;
    border-radius: 50%;
    content: '';
    left: 0;
    transform: translateY(-50%) translateX(-40px);
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.5;
}header .head_skillPB:after {
    position: absolute;
    height: 20px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 20px;
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    border-radius: 50%;
    opacity: 0.5;
    right: 0;
}header .top_teachQn {
    align-items: center;
    gap: 30px;
    position: relative;
    display: flex;
}header .top_teachQn:before {
    width: 100%;
    left: 0;
    bottom: -10px;
    opacity: 0;
    height: 2px;
    transition: opacity 0.4s ease;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
}header .top_teachQn:hover:before {
    opacity: 0.7;
}header .nav_guideVN {
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    color: #ffffff;
    text-decoration: none;
}header .nav_guideVN:before {
    opacity: 0;
    content: '';
    position: absolute;
    background: #ffffff;
    left: -12px;
    height: 6px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    top: 50%;
    width: 6px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}header .nav_guideVN:after {
    transform-origin: right;
    width: 20px;
    transition: all 0.3s ease;
    position: absolute;
    left: -30px;
    top: 50%;
    height: 1px;
    transform: translateY(-50%) scaleX(0);
    content: '';
    background: rgba(255, 255, 255, 0.5);
}header .nav_guideVN:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .nav_guideVN:hover:before {
    opacity: 1;
    left: -20px;
}header .nav_guideVN:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .main_pageHS {
    transition: all 0.3s ease;
    padding: 5px;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
}header .main_pageHS:before {
    position: absolute;
    left: -10px;
    opacity: 0;
    transition: all 0.3s ease;
    height: calc(100% + 20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    border-radius: 10px;
    top: -10px;
    width: calc(100% + 20px);
}header .main_pageHS:after {
    position: absolute;
    opacity: 0;
    height: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    content: '';
    left: -5px;
    width: 10px;
    transition: all 0.3s ease;
    top: -5px;
    border-radius: 50%;
}header .main_pageHS:hover:before {
    opacity: 1;
}header .main_pageHS:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .main_pageHS svg {
    width: auto;
    height: 40px;
    transition: all 0.3s ease;
}header .main_pageHS:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top_teachQn {
    gap: 20px;
}header .main_pageHS svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top_teachQn {
    gap: 25px;
    flex-direction: column;
    background: rgb(158,172,160);
    padding: 80px 30px 30px;
    max-width: 320px;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 1001;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    width: 80%;
    right: -100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}header .top_teachQn:before {
    width: 80%;
    top: 60px;
    bottom: auto;
    left: 10%;
}header .top_teachQn:after {
    top: 20px;
    right: 20px;
    content: '';
    pointer-events: none;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 30px;
    border-radius: 50%;
}header .menu.active {
    right: 0;
}header .nav_guideVN {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .nav_guideVN:hover {
    transform: translateX(0);
}header .nav_guideVN:last-child {
    border-bottom: none;
}header .main_pageHS {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .main_pageHS svg {
    height: 30px;
}}.ty_bannerfS {
    min-height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
    justify-content: center;
    padding: 5rem 2rem;
}.ty_bannerfS::before {
    left: 0;
    opacity: 0.05;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(158,172,160,0.5) 0px,
        rgb(158,172,160,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
}.ty_bannerfS::after {
    background: rgb(114,122,114,0.5);
    content: "";
    right: -5%;
    width: 30%;
    position: absolute;
    opacity: 0.1;
    height: 30%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(15deg);
    top: -5%;
    z-index: 1;
}.ty_bannerfS .container {
    z-index: 2;
    width: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.ty_bannerfS .mastery_centerjH {
    display: grid;
    gap: 2rem;
    padding: 3.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    border-left: 5px solid rgb(158,172,160);
}.ty_bannerfS .mastery_centerjH::before {
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    left: 0;
    transform-origin: left top;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 8px;
}.ty_bannerfS .mastery_centerjH > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.ty_bannerfS .mastery_centerjH > div:first-child::after {
    bottom: 0;
    left: 0;
    background: rgb(114,122,114);
    content: "";
    width: 80px;
    transform-origin: left;
    height: 4px;
    position: absolute;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.ty_bannerfS h5 {
    font-size: calc(20px * 1.1);
    color: #000000;
    opacity: 0;
    margin: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    line-height: 1.4;
    font-weight: 700;
}.ty_bannerfS a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
}.ty_bannerfS a:hover {
    transform: translateY(-5px);
}.ty_bannerfS p {
    line-height: 1.8;
    opacity: 0;
    margin: 0;
    border-left: 3px solid rgb(114,122,114,0.5);
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    transform: translateY(20px);
    background: linear-gradient(to bottom right, rgba(rgb(208,210,182), 0.3), rgba(255, 255, 255, 0.9));
    font-size: 12px;
    padding: 1.5rem;
    color: #000000;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
}.ty_bannerfS p::before {
    color: #ffffff;
    content: "✓";
    width: 36px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    justify-content: center;
    left: -15px;
    position: absolute;
    top: -15px;
    height: 36px;
    align-items: center;
    background: rgb(158,172,160);
    display: flex;
    border-radius: 50%;
    font-weight: 700;
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.ty_bannerfS {
    padding: 7rem 3rem;
}.ty_bannerfS .mastery_centerjH {
    padding: 4rem;
    gap: 3rem;
    transform: perspective(1000px) rotateX(1deg);
    grid-template-columns: 1fr 1fr;
}.ty_bannerfS h5 {
    font-size: calc(20px * 1.3);
}.ty_bannerfS .mastery_centerjH > div:first-child {
    align-items: center;
    display: flex;
    padding-bottom: 0;
}.ty_bannerfS .mastery_centerjH > div:first-child::after {
    display: none;
}.ty_bannerfS p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.ty_bannerfS {
    padding: 4rem 1.5rem;
}.ty_bannerfS .mastery_centerjH {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1.5rem;
}.ty_bannerfS h5 {
    line-height: 1.5;
    font-size: 20px;
}.ty_bannerfS p {
    font-size: calc(12px * 0.95);
    padding: 1.2rem;
}.ty_bannerfS p::before {
    width: 30px;
    top: -10px;
    font-size: 0.8rem;
    height: 30px;
    left: -10px;
}
}

@media (max-width: 480px) {.ty_bannerfS {
    padding: 3rem 1rem;
}.ty_bannerfS .mastery_centerjH {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.ty_bannerfS .mastery_centerjH::before {
    height: 5px;
}.ty_bannerfS h5 {
    font-size: calc(20px * 0.9);
}.ty_bannerfS p {
    line-height: 1.6;
    padding: 1rem;
    font-size: calc(12px * 0.9);
}}.planIb {
    background: linear-gradient(135deg, rgb(208,210,182) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.planIb::before {
    content: "";
    background: linear-gradient(45deg, rgb(158,172,160,0.5) 0%, transparent 40%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}.planIb .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.planIb .learning_ratesWv {
    flex-direction: column;
    display: flex;
}.planIb .lesson_plansBb {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    text-align: center;
    order: 1;
}.planIb .lesson_plansBb h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 31px;
    margin-bottom: 1rem;
}.planIb .lesson_plansBb h2::after {
    width: 80px;
    background: rgb(158,172,160);
    height: 3px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
}.planIb .package_dealsFS {
    margin: 0 auto;
    color: #000000;
    overflow-wrap: break-word;
    max-width: 600px;
    word-break: break-word;
    font-size: 16px;
    line-height: 1.6;
}.planIb .plan_tablexr {
    order: 2;
    margin-top: 2rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.planIb .price_optsYn {
    display: block;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    border-radius: 10px;
    position: relative;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}.planIb .price_optsYn:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.planIb .discount_tierHN {
    flex-direction: column;
    display: flex;
    height: 100%;
}.planIb .learning_dealsTP {
    flex-grow: 1;
    flex-direction: column;
    word-break: break-word;
    display: flex;
    z-index: 1;
    position: relative;
    padding: 2rem;
    overflow-wrap: break-word;
}.planIb .learning_dealsTP::before {
    top: 0;
    opacity: 0.7;
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    width: 100%;
    position: absolute;
}.planIb .learning_dealsTP h3 {
    color: #000000;
    position: relative;
    font-size: calc(21px * 1.2);
    font-weight: 700;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}.planIb .learning_dealsTP h3::after {
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(114,122,114);
    height: 2px;
}.planIb .price_optsYn:hover .learning_dealsTP h3::after {
    width: 80px;
}.planIb .edu_packageslD {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.5);
    display: inline-block;
    position: relative;
    color: rgb(158,172,160);
}.planIb .edu_packageslD::before {
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background: rgb(158,172,160);
}.planIb .price_optsYn:hover .edu_packageslD::before {
    width: 100%;
}.planIb .learning_dealsTP p {
    font-size: 16px;
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    margin-top: auto;
}.planIb .img_coveriD {
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: transform 0.5s ease;
}.planIb .img_coveriD::after {
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}.planIb .price_optsYn:hover .img_coveriD {
    transform: scale(1.05);
}.planIb .price_optsYn:nth-child(odd) .discount_tierHN {
    flex-direction: column-reverse;
}.planIb .price_optsYn:nth-child(3n+1) {
    border-top: 3px solid rgb(158,172,160);
}.planIb .price_optsYn:nth-child(3n+2) {
    border-top: 3px solid rgb(114,122,114);
}.planIb .price_optsYn:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.planIb .learning_ratesWv {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.planIb .lesson_plansBb {
    text-align: left;
    order: 2;
    margin-bottom: 0;
    flex: 0 0 30%;
}.planIb .lesson_plansBb h2 {
    text-align: left;
}.planIb .lesson_plansBb h2::after {
    left: 0;
    transform: none;
}.planIb .package_dealsFS {
    margin: 0;
    text-align: left;
}.planIb .plan_tablexr {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.planIb .plan_tablexr {
    grid-template-columns: repeat(2, 1fr);
}.planIb .price_optsYn:nth-child(4n+1) {
    transform: translateY(20px);
}.planIb .price_optsYn:nth-child(4n+3) {
    transform: translateY(-20px);
}.planIb .price_optsYn:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.planIb {
    padding: 4rem 0;
}.planIb .learning_dealsTP {
    padding: 1.5rem;
}.planIb .learning_dealsTP h3 {
    font-size: 21px;
}.planIb .edu_packageslD {
    font-size: 21px;
}.planIb .learning_dealsTP p {
    line-height: 1.5;
    max-height: 150px;
    font-size: calc(16px * 0.9);
    overflow-y: auto;
}.planIb .img_coveriD {
    height: 150px;
}
}

@media (max-width: 480px) {.planIb .plan_tablexr {
    grid-template-columns: 1fr;
}.planIb .lesson_plansBb h2 {
    font-size: calc(31px * 0.8);
}.planIb .package_dealsFS {
    font-size: calc(16px * 0.9);
}.planIb .learning_dealsTP p {
    max-height: 120px;
}}.course_program_descriptionNn {
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.course_program_descriptionNn::before {
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(158,172,160,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(114,122,114,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(158,172,160,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(114,122,114,0.5) 4%, transparent 8%);
    z-index: 1;
    height: 100%;
    animation: backgroundPulse 15s infinite alternate;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.6;
}.course_program_descriptionNn::after {
    left: -50%;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    transform: rotate(45deg);
    animation: gradientRotate 20s infinite linear;
    top: -50%;
    z-index: 0;
    opacity: 0.2;
    background: linear-gradient(45deg, rgb(158,172,160,0.5) 0%, transparent 70%);
}.course_program_descriptionNn .container {
    z-index: 5;
    position: relative;
}.course_program_descriptionNn .mastery_centerjH {
    overflow: hidden;
    display: flex;
    border-radius: 29px;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(158,172,160,0.5);
    transition: all 0.5s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}.course_program_descriptionNn .mastery_centerjH::before {
    top: 0;
    background: linear-gradient(135deg, rgb(158,172,160,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.1;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
}.course_program_descriptionNn .career_learnRI {
    position: relative;
    padding: 40px 50px;
    z-index: 2;
    flex: 1 1 55%;
}.course_program_descriptionNn .main_sitewrapQO {
    display: inline-block;
    transition: transform 0.6s ease;
    margin-bottom: 20px;
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
}.course_program_descriptionNn .main_sitewrapQO:hover {
    transform: perspective(1000px) rotateY(10deg);
}.course_program_descriptionNn .main_sitewrapQO svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    height: auto;
    width: 120px;
}.course_program_descriptionNn .main_sitewrapQO svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,172,160);
}.course_program_descriptionNn .main_sitewrapQO:hover svg path {
    fill: rgb(114,122,114);
}.course_program_descriptionNn .career_learnRI h3 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 38px;
    transform-style: preserve-3d;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.course_program_descriptionNn .career_learnRI h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    border-radius: 10px;
    height: 3px;
    bottom: -12px;
    content: "";
    filter: blur(1px);
    width: 80px;
    position: absolute;
    transform: translateZ(-5px);
}.course_program_descriptionNn .career_learnRI p {
    margin-bottom: 30px;
    position: relative;
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    max-width: 100%;
    line-height: 1.7;
}.course_program_descriptionNn .img_coveriD {
    position: relative;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    min-height: 450px;
    perspective: 1000px;
    flex: 1 1 45%;
}.course_program_descriptionNn .img_coveriD::before {
    mix-blend-mode: overlay;
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(158,172,160,0.5) 0%, transparent 70%);
    width: 100%;
    animation: overlayPulse 8s infinite alternate;
    height: 100%;
}.course_program_descriptionNn .img_coveriD::after {
    left: 20px;
    opacity: 0.2;
    z-index: 2;
    transform: translateZ(20px);
    border: 1px solid #ffffff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    top: 20px;
    content: "";
    box-shadow: 0 0 30px rgb(158,172,160,0.5);
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (hover: hover) {.course_program_descriptionNn .mastery_centerjH:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(158,172,160);
    transform: translateY(-5px);
}.course_program_descriptionNn .img_coveriD:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

@media screen and (max-width: 992px) {.course_program_descriptionNn {
    padding: 60px 0;
}.course_program_descriptionNn .career_learnRI {
    padding: 30px 40px;
}.course_program_descriptionNn .img_coveriD {
    min-height: 380px;
}.course_program_descriptionNn .main_sitewrapQO svg {
    width: 100px;
}.course_program_descriptionNn .career_learnRI h3 {
    font-size: calc(38px * 0.9);
}
}

@media screen and (max-width: 768px) {.course_program_descriptionNn {
    padding: 50px 0;
}.course_program_descriptionNn .mastery_centerjH {
    flex-direction: column-reverse;
}.course_program_descriptionNn .career_learnRI {
    flex: 1 1 100%;
    padding: 30px 25px;
}.course_program_descriptionNn .img_coveriD {
    width: 100%;
    flex: 1 1 100%;
    min-height: 300px;
}.course_program_descriptionNn .career_learnRI h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.course_program_descriptionNn .career_learnRI p {
    margin-bottom: 20px;
}.course_program_descriptionNn .main_sitewrapQO {
    margin-bottom: 15px;
}.course_program_descriptionNn .main_sitewrapQO svg {
    width: 90px;
}.course_program_descriptionNn .career_learnRI h3::after {
    bottom: -10px;
    height: 2px;
    width: 60px;
}
}

@media screen and (max-width: 480px) {.course_program_descriptionNn {
    padding: 40px 0;
}.course_program_descriptionNn .img_coveriD {
    min-height: 250px;
}.course_program_descriptionNn .career_learnRI {
    padding: 25px 20px;
}.course_program_descriptionNn .career_learnRI h3 {
    font-size: calc(24px * 1.2);
}.course_program_descriptionNn .main_sitewrapQO svg {
    width: 80px;
}}.cookieSettingsWindowsW {
    transition: transform 0.3s ease-in-out;
    position: fixed;
    display: flex;
    border-top: 3px solid rgb(158,172,160);
    z-index: 90;
    background: rgb(208,210,182);
    padding: 1rem 0;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
}#trackingAlertPopupFh {
    display: none;
}#trackingAlertPopupFh:checked ~ .cookieSettingsWindowsW {
    opacity: 0;
    visibility: hidden;
}.cookieSettingsWindowsW .container {
    flex-wrap: wrap;
    gap: 1rem;
    z-index: 1;
    max-width: 1140px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin: 0 auto;
}.privacy_ackMG {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    margin-right: 1rem;
}.privacy_ackMG svg {
    width: 50px;
    height: 50px;
    fill: rgb(158,172,160);
}.web_trackingMC {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}.web_trackingMC h5 {
    font-size: 1.5rem;
    color: rgb(158,172,160);
    font-weight: 600;
    margin-bottom: 0.5rem;
}.web_trackingMC p {
    font-size: 1rem;
    color: #000000;
}.data_optdo {
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1rem;
    background: rgb(158,172,160);
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    border-radius: 10px;
    border: none;
    display: inline-block;
    padding: 0.75rem 1.5rem;
}.cookie_button.visitor_controlsYO {
    background: rgb(158,172,160);
}.cookie_button.cookie_reviewTD {
    background: #000000;
    margin-left: 0.5rem;
}.data_optdo:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.cookie_reviewTD:hover {
    background: rgb(158,172,160);
}.cookieSettingsWindowsW p a {
    transition: color 0.3s ease;
    color: rgb(158,172,160);
    text-decoration: underline;
}.cookieSettingsWindowsW p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieSettingsWindowsW .container {
    flex-direction: column;
    align-items: center;
}.privacy_ackMG {
    margin-right: 0;
    margin-bottom: 1rem;
}.web_trackingMC {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie_reviewTD {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.privacy_harborps {
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, #ffffff 100%);
}.privacy_harborps::before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    content: "";
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
}.privacy_harborps::after {
    width: 100%;
    height: 100%;
    content: "";
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 41px
    );
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
}.privacy_harborps .container {
    max-width: 1140px;
    padding: 3rem;
    padding: 0 20px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
    z-index: 3;
    transform: translateY(0);
    background: #ffffff;
    position: relative;
}.privacy_harborps .container:hover {
    transform: translateY(-5px);
}.privacy_harborps h1 {
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    opacity: 0;
    display: inline-block;
    font-size: 48px;
    color: rgb(158,172,160);
    animation: fadeSlideUp 0.8s forwards 0.2s;
}.privacy_harborps h1::after {
    animation: scaleIn 1s forwards 1s;
    transform-origin: left;
    position: absolute;
    width: 80px;
    left: 0;
    bottom: -10px;
    background: rgb(114,122,114);
    content: "";
    transform: scaleX(0);
    height: 4px;
}.privacy_harborps h2 {
    border-left: 4px solid rgb(158,172,160);
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    font-size: 36px;
    opacity: 0;
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    font-weight: 600;
    position: relative;
}.privacy_harborps h3 {
    opacity: 0;
    font-size: calc(36px * 0.85);
    animation: fadeSlideUp 0.8s forwards 0.5s;
    color: #000000;
    position: relative;
    font-weight: 600;
    margin: 2rem 0 1.2rem;
}.privacy_harborps h4 {
    font-size: calc(36px * 0.7);
    margin: 1.8rem 0 1rem;
    color: #000000;
    opacity: 0;
    font-weight: 600;
    animation: fadeSlideUp 0.8s forwards 0.6s;
}.privacy_harborps p {
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.6s;
    color: #000000;
    font-size: 13px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.privacy_harborps p strong {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
}.privacy_harborps p strong::after {
    width: 100%;
    background: rgb(114,122,114,0.5);
    height: 2px;
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
}.privacy_harborps ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    opacity: 0;
    padding-left: 1.5rem;
    animation: fadeSlideUp 0.8s forwards 0.7s;
}.privacy_harborps li {
    position: relative;
    font-size: 13px;
    color: #000000;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.7;
}.privacy_harborps li::before {
    height: 8px;
    background: rgb(158,172,160);
    transform: rotate(45deg);
    width: 8px;
    content: "";
    top: 10px;
    position: absolute;
    left: 0;
}.privacy_harborps span {
    line-height: 1.8;
    animation: fadeSlideUp 0.8s forwards 0.8s;
    opacity: 0;
    font-size: 13px;
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 2px solid rgb(114,122,114,0.5);
    padding-left: 1rem;
}

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

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {.privacy_harborps {
    padding: 3rem 0;
}.privacy_harborps .container {
    padding: 2rem;
}.privacy_harborps h1 {
    font-size: calc(48px * 0.9);
}.privacy_harborps h2 {
    margin: 2rem 0 1.2rem;
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.privacy_harborps {
    padding: 2rem 0;
}.privacy_harborps .container {
    padding: 1.5rem;
}.privacy_harborps h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_harborps h1::after {
    height: 3px;
    width: 60px;
}.privacy_harborps h2 {
    font-size: calc(36px * 0.8);
    margin: 1.8rem 0 1rem;
}.privacy_harborps h3 {
    font-size: calc(36px * 0.7);
}.privacy_harborps h4 {
    font-size: calc(36px * 0.6);
}.privacy_harborps ul {
    padding-left: 0.5rem;
}.privacy_harborps li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy_harborps {
    padding: 1.5rem 0;
}.privacy_harborps .container {
    padding: 1.2rem;
}.privacy_harborps h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.2rem;
}.privacy_harborps h2 {
    font-size: calc(36px * 0.7);
    padding-left: 0.8rem;
}.privacy_harborps p, 
    .privacy_harborps li, 
    .privacy_harborps span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.privacy_harborps span {
    padding-left: 0.8rem;
}}.title_pageph {
    padding: 4rem 1rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 90vh;
    align-items: center;
    justify-content: center;
    background: rgb(208,210,182);
}.title_pageph > div {
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 1200px;
}.title_pageph .why_trusteq {
    animation: fadeSlideUp 0.8s ease-out forwards;
    transform: translateY(20px);
    margin-bottom: 2rem;
    opacity: 0;
    position: relative;
}.title_pageph .course_welcomeZU {
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    margin: 0;
    color: rgb(158,172,160);
    font-size: 42px;
    position: relative;
}.title_pageph .course_welcomeZU::after {
    transform-origin: left;
    width: 80px;
    transform: scaleX(0);
    animation: expandWidth 1s 0.5s ease forwards;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    left: 0;
    bottom: -10px;
    height: 4px;
}.title_pageph .page_baseeR {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 2.5rem;
}.title_pageph .page_baseeR::before {
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(158,172,160,0.5));
    position: absolute;
    left: 0;
    z-index: 1;
}.title_pageph .page_baseeR > div {
    color: #ffffff;
    max-width: 90%;
    position: relative;
    z-index: 2;
}.title_pageph .page_baseeR p {
    animation: fadeSlideRight 0.8s 0.6s ease-out forwards;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-weight: 400;
    transform: translateX(-20px);
    font-size: calc(12px * 1.2);
    position: relative;
    line-height: 1.6;
    border-left: 3px solid rgb(114,122,114);
    opacity: 0;
}.title_pageph .page_baseeR h3 {
    margin-top: 2rem;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.9s ease-out forwards;
}.title_pageph .page_baseeR h3::before {
    background-color: rgb(114,122,114);
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    position: absolute;
    top: -15px;
}

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

@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes expandWidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.title_pageph {
    min-height: 80vh;
    padding: 5rem 2rem;
}.title_pageph .why_trusteq {
    margin-bottom: 3rem;
}.title_pageph .course_welcomeZU {
    font-size: calc(42px * 1.2);
}.title_pageph .page_baseeR {
    padding: 3.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.title_pageph .page_baseeR > div {
    max-width: 80%;
}.title_pageph .page_baseeR p {
    padding-left: 1.5rem;
    font-size: calc(12px * 1.3);
}.title_pageph .page_baseeR h3 {
    font-size: calc(20px * 1.1);
    margin-top: 2.5rem;
}
}

@media (min-width: 992px) {.title_pageph {
    min-height: 100vh;
}.title_pageph > div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.title_pageph .why_trusteq {
    margin-bottom: 1rem;
}.title_pageph .course_welcomeZU {
    font-size: calc(42px * 1.4);
}.title_pageph .course_welcomeZU::after {
    height: 5px;
    width: 100px;
}.title_pageph .page_baseeR {
    padding: 4rem;
    background-position: center right !important;
}.title_pageph .page_baseeR > div {
    max-width: 70%;
}.title_pageph .page_baseeR p {
    border-left: 4px solid rgb(114,122,114);
    padding-left: 2rem;
    font-size: calc(12px * 1.4);
}.title_pageph .page_baseeR h3 {
    font-size: calc(20px * 1.2);
    margin-top: 3rem;
}.title_pageph .page_baseeR h3::before {
    height: 3px;
    width: 60px;
}
}

@media (min-width: 1200px) {.title_pageph .course_welcomeZU {
    font-size: calc(42px * 1.6);
}.title_pageph .page_baseeR {
    padding: 5rem;
}.title_pageph .page_baseeR > div {
    max-width: 60%;
}.title_pageph .page_baseeR p {
    font-size: calc(12px * 1.5);
}.title_pageph .page_baseeR h3 {
    font-size: calc(20px * 1.3);
}
}

@media (max-width: 767px) {.title_pageph {
    padding: 3rem 1rem;
}.title_pageph .course_welcomeZU {
    font-size: calc(42px * 0.9);
}.title_pageph .page_baseeR {
    padding: 2rem 1.5rem;
}.title_pageph .page_baseeR > div {
    max-width: 100%;
}.title_pageph .page_baseeR p {
    font-size: 12px;
    padding-left: 0.75rem;
}.title_pageph .page_baseeR h3 {
    font-size: calc(20px * 0.9);
    margin-top: 1.5rem;
}}.connect_formpR {
    position: relative;
    overflow: hidden;
    background: rgb(208,210,182);
    padding: 100px 0;
}.connect_formpR::before {
    content: "";
    background: linear-gradient(135deg, rgb(158,172,160,0.5) 0%, transparent 50%, rgb(114,122,114,0.5) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
}.connect_formpR::after {
    z-index: 1;
    animation: pulse 15s infinite alternate;
    background: radial-gradient(circle at 30% 70%, rgb(158,172,160,0.5) 0%, transparent 30%);
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}.connect_formpR .container {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
}.connect_formpR h3 {
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
}.connect_formpR h3::after {
    border-radius: 10px;
    position: absolute;
    background: rgb(158,172,160);
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    left: 50%;
    bottom: -15px;
}.connect_formpR .img_coveriD {
    z-index: 0;
    left: 0;
    height: 100%;
    filter: grayscale(40%) contrast(120%);
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.1;
}.connect_formpR .img_coveriD::after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(158,172,160,0.5) 0%, transparent 100%);
    width: 100%;
}.request_boxHC {
    border-radius: 24px;
    background: #ffffff;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    z-index: 10;
    position: relative;
}.request_boxHC::before {
    content: "";
    z-index: 1;
    width: 10px;
    top: 0;
    background: rgb(158,172,160);
    left: 0;
    height: 100%;
    position: absolute;
}.request_boxHC .message_helpYL {
    flex: 0 0 60%;
    position: relative;
    padding: 50px;
}.request_boxHC .message_helpYL::before {
    right: 0;
    width: 1px;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(114,122,114,0.5), transparent);
    top: 0;
}.request_boxHC .message_helpYL h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}.request_boxHC .message_helpYL h3::after {
    width: 60px;
    transform: none;
    left: 0;
}.request_boxHC .message_helpYL form {
    display: flex;
    flex-direction: column;
}.request_boxHC .message_helpYL input[type="text"],
.request_boxHC .message_helpYL textarea {
    font-size: 18px;
    border-radius: 10px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}.request_boxHC .message_helpYL input[type="text"]:focus,
.request_boxHC .message_helpYL textarea:focus {
    box-shadow: 0 0 0 3px rgb(158,172,160,0.5);
    border-color: rgb(158,172,160);
    outline: none;
}.request_boxHC .message_helpYL textarea {
    resize: vertical;
    min-height: 150px;
}.request_boxHC .message_helpYL .message_reachQZ {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
}.request_boxHC .message_helpYL .message_reachQZ input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.request_boxHC .message_helpYL .message_reachQZ label {
    padding-left: 30px;
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    position: relative;
    font-size: calc(18px - 2px);
}.request_boxHC .message_helpYL .message_reachQZ label::before {
    top: 2px;
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    left: 0;
    width: 20px;
    border-radius: 10px;
    height: 20px;
}.request_boxHC .message_helpYL .message_reachQZ input[type="checkbox"]:checked + label::before {
    border-color: rgb(158,172,160);
    background: rgb(158,172,160);
}.request_boxHC .message_helpYL .message_reachQZ input[type="checkbox"]:checked + label::after {
    left: 7px;
    content: "";
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 4px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    height: 12px;
}.request_boxHC .message_helpYL .message_reachQZ a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(158,172,160);
    text-decoration: none;
}.request_boxHC .message_helpYL .message_reachQZ a:hover {
    text-decoration: underline;
}.request_boxHC .message_helpYL .message_queryhs {
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 19px;
    overflow: hidden;
    border-radius: 10px;
    background: rgb(158,172,160);
    z-index: 1;
    align-self: flex-start;
}.request_boxHC .message_helpYL .message_queryhs::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    transition: all 0.5s ease;
    height: 100%;
    background: rgb(114,122,114);
    content: "";
    z-index: -1;
}.request_boxHC .message_helpYL .message_queryhs:hover::before {
    left: 0;
}.request_boxHC .message_helpYL .message_queryhs:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(158,172,160,0.5);
}.request_boxHC .support_reachvm {
    background: linear-gradient(135deg, rgb(158,172,160,0.5) 0%, rgb(208,210,182) 100%);
    flex: 0 0 40%;
    padding: 50px;
    overflow: hidden;
    position: relative;
}.request_boxHC .support_reachvm::before {
    right: -50%;
    top: -50%;
    animation: rotate 30s linear infinite;
    content: "";
    height: 100%;
    width: 100%;
    background: radial-gradient(circle, rgb(158,172,160,0.5) 0%, transparent 70%);
    position: absolute;
}.request_boxHC .support_reachvm h4 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    color: #000000;
}.request_boxHC .support_reachvm h4::after {
    height: 3px;
    position: absolute;
    width: 60px;
    background: rgb(158,172,160);
    left: 0;
    content: "";
    bottom: -15px;
    border-radius: 10px;
}.request_boxHC .support_reachvm .request_formNp {
    padding: 0;
    margin: 0;
    list-style: none;
}.request_boxHC .support_reachvm .request_formNp li {
    margin-bottom: 25px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    position: relative;
}.request_boxHC .support_reachvm .request_formNp li:last-child {
    margin-bottom: 0;
}.request_boxHC .support_reachvm .request_formNp li svg {
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
}.request_boxHC .support_reachvm .request_formNp li svg path {
    fill: rgb(158,172,160);
    transition: all 0.3s ease;
}.request_boxHC .support_reachvm .request_formNp li:hover svg path {
    fill: rgb(114,122,114);
}.request_boxHC .support_reachvm .request_formNp li span {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}.request_boxHC .support_reachvm .request_formNp li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}.request_boxHC .support_reachvm .request_formNp li a:hover {
    color: rgb(158,172,160);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.connect_formpR {
    padding: 80px 0;
}.request_boxHC {
    flex-direction: column;
}.request_boxHC .message_helpYL,
    .request_boxHC .support_reachvm {
    flex: 0 0 100%;
    width: 100%;
}.request_boxHC .message_helpYL::before {
    background: linear-gradient(to right, transparent, rgb(114,122,114,0.5), transparent);
    height: 1px;
    width: 100%;
    right: 0;
    bottom: 0;
    top: auto;
}
}

@media screen and (max-width: 768px) {.connect_formpR {
    padding: 60px 0;
}.connect_formpR h3 {
    font-size: calc(29px - 4px);
}.request_boxHC .message_helpYL,
    .request_boxHC .support_reachvm {
    padding: 30px;
}.request_boxHC .message_helpYL h3,
    .request_boxHC .support_reachvm h4 {
    font-size: calc(24px - 2px);
}.request_boxHC .message_helpYL input[type="text"],
    .request_boxHC .message_helpYL textarea {
    padding: 12px 15px;
}.request_boxHC .message_helpYL .message_queryhs {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.connect_formpR {
    padding: 40px 0;
}.request_boxHC .message_helpYL,
    .request_boxHC .support_reachvm {
    padding: 20px;
}.request_boxHC .support_reachvm .request_formNp li {
    flex-direction: column;
}.request_boxHC .support_reachvm .request_formNp li svg {
    margin-bottom: 10px;
}}footer {
    width: 100%;
    position: relative;
    z-index: 1;
}.leaderboardXt {
    background: linear-gradient(135deg, #000000, rgb(114,122,114));
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}.leaderboardXt::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: radial-gradient(circle at 10% 20%, rgb(114,122,114,0.5) 0%, transparent 50%);
    bottom: 0;
}.leaderboardXt::after {
    pointer-events: none;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    animation: shiftGradient 15s infinite linear;
    top: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(158,172,160,0.5) 70%, transparent 100%);
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.leaderboardXt .container {
    position: relative;
    z-index: 2;
}footer .twitter_ctagC {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .message_panelyn {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    flex-wrap: wrap;
    padding: 25px;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    gap: 20px;
}footer .message_panelyn:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    display: flex;
    align-items: center;
    flex: 1 1 220px;
}footer .info_item svg {
    width: 20px;
    margin-right: 12px;
    height: 20px;
    transition: transform 0.3s ease;
    fill: rgb(158,172,160);
    filter: drop-shadow(0 0 3px rgb(158,172,160,0.5));
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    font-size: 17px;
    text-decoration: none;
    align-items: center;
    transition: color 0.3s ease;
    display: flex;
    font-weight: 400;
    color: #ffffff;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(158,172,160,0.5);
    color: rgb(158,172,160);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 20px;
}footer .main_sitewrapQO {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .main_sitewrapQO svg {
    width: auto;
    filter: drop-shadow(0 0 5px rgb(158,172,160,0.5));
    margin-bottom: 10px;
    height: 50px;
    transition: filter 0.3s ease;
}footer .main_sitewrapQO:hover svg {
    filter: drop-shadow(0 0 8px rgb(158,172,160));
}footer .cheat_sheetDS {
    opacity: 0.8;
    max-width: 300px;
    color: #ffffff;
    line-height: 1.5;
    font-size: 13px;
}footer .top_teachQn {
    border-radius: 14px;
    position: relative;
    padding: 25px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.3s ease;
}footer .top_teachQn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .top_teachQn::before {
    z-index: -1;
    border-radius: calc(14px + 2px);
    position: absolute;
    right: -2px;
    content: "";
    background: linear-gradient(45deg, rgb(158,172,160), transparent, rgb(114,122,114), transparent);
    opacity: 0;
    left: -2px;
    top: -2px;
    bottom: -2px;
    transition: opacity 0.5s ease;
}footer .top_teachQn:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .top_teachQn h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}footer .top_teachQn h5::after {
    background: rgb(158,172,160);
    transition: width 0.3s ease;
    content: "";
    left: 0;
    height: 2px;
    width: 50px;
    bottom: -1px;
    position: absolute;
}footer .top_teachQn:hover h5::after {
    width: 100px;
}footer .header_leadxY {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .header_leadxY a {
    text-decoration: none;
    position: relative;
    font-weight: 400;
    color: #ffffff;
    font-size: calc(17px - 1px);
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 15px;
}footer .header_leadxY a::before {
    content: "";
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    left: 0;
    background-color: rgb(158,172,160);
    position: absolute;
    height: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    opacity: 0.7;
    border-radius: 50%;
    width: 6px;
}footer .header_leadxY a:hover {
    padding-left: 20px;
    color: rgb(158,172,160);
}footer .header_leadxY a:hover::before {
    box-shadow: 0 0 5px rgb(158,172,160), 0 0 10px rgb(158,172,160,0.5);
    opacity: 1;
    background-color: rgb(158,172,160);
    transform: translateY(-50%) scale(1);
}footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(114,122,114,0.5), #000000);
}footer .subscribe_holder::before {
    position: absolute;
    top: -50%;
    left: -50%;
    content: "";
    z-index: -1;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    height: 200%;
    width: 200%;
    animation: pulseBackground 10s infinite ease-in-out;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
}footer .subscribe_holder h5::after {
    content: "";
    width: 100%;
    bottom: -5px;
    left: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgb(158,172,160), transparent);
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
    color: #ffffff;
    font-size: 17px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 17px;
}footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(158,172,160);
    outline: none;
    box-shadow: 0 0 10px rgb(158,172,160,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .updates_textpl {
    padding: 14px 24px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    position: relative;
    background: rgb(158,172,160);
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    display: inline-block;
}footer .updates_textpl::before {
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    top: 0;
    width: 100%;
}footer .updates_textpl:hover {
    background: rgb(114,122,114);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .updates_textpl:hover::before {
    left: 100%;
}footer .assign_helpXt {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
}footer .quiz_linksvR {
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
    font-size: 13px;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates_textpl {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .twitter_ctagC {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .message_panelyn {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .leaderboardXt {
    padding: 60px 0 30px;
}footer .message_panelyn {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .top_teachQn, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .top_teachQn h5 {
    font-size: calc(24px - 2px);
}footer .subscribe_holder p, footer .header_leadxY a {
    font-size: calc(17px - 2px);
}footer .assign_helpXt {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .leaderboardXt {
    padding: 40px 0 20px;
}footer .message_panelyn, footer .top_teachQn, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .updates_textpl {
    padding: 12px;
}footer .main_sitewrapQO svg {
    height: 40px;
}footer .cheat_sheetDS {
    font-size: calc(13px - 1px);
}}.teacher_profileZK {
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 35%, rgb(114,122,114,0.5) 100%);
    position: relative;
}.teacher_profileZK::before {
    height: 200%;
    content: "";
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(158,172,160,0.5) 120deg, transparent 180deg, rgb(114,122,114,0.5) 260deg, transparent 360deg);
    animation: rotate 20s linear infinite;
    width: 200%;
    z-index: 0;
    top: -50%;
    opacity: 0.2;
    left: -10%;
    position: absolute;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.teacher_profileZK .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    perspective: 1000px;
}.teacher_profileZK .user_feedbackMC {
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(158,172,160,0.5);
    grid-template-columns: minmax(220px, 1fr) 2fr;
    background: #ffffff;
    grid-template-rows: auto auto;
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    grid-template-areas:
    "photo quote"
    "name quote";
    transition: transform 0.5s ease;
    padding: 2.5rem;
    border-radius: 17px;
    display: grid;
    transform: rotateX(5deg) rotateY(-2deg);
    transform-style: preserve-3d;
}.teacher_profileZK .user_feedbackMC:hover {
    transform: rotateX(0) rotateY(0);
}.teacher_profileZK .img_coveriD {
    border-radius: 17px;
    box-shadow: 
    -5px 5px 0 rgb(114,122,114),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateZ(20px);
    grid-area: photo;
    width: 100%;
    aspect-ratio: 1/1;
    transition: transform 0.3s ease;
}.teacher_profileZK .user_feedbackMC:hover .img_coveriD {
    transform: translateZ(30px) scale(1.05);
}.teacher_profileZK .name {
    display: block;
    color: rgb(158,172,160);
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    font-size: 19px;
    position: relative;
    grid-area: name;
    transform: translateZ(10px);
    font-weight: 700;
}.teacher_profileZK .name + span {
    grid-area: name;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-top: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateZ(5px);
    align-self: end;
    opacity: 0.8;
    padding-left: 1rem;
}.teacher_profileZK .career_containeryK {
    color: #000000;
    border-radius: 17px;
    transition: transform 0.3s ease;
    font-size: calc(13px * 1.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff, rgb(208,210,182));
    position: relative;
    grid-area: quote;
    padding: 2rem;
    transform: translateZ(15px);
    line-height: 1.7;
}.teacher_profileZK .career_containeryK::before {
    background: linear-gradient(45deg, rgb(158,172,160,0.5) 0%, transparent 40%, transparent 60%, rgb(114,122,114,0.5) 100%);
    height: 100%;
    position: absolute;
    opacity: 0.3;
    content: "";
    left: 0;
    mix-blend-mode: overlay;
    border-radius: 17px;
    width: 100%;
    top: 0;
}.teacher_profileZK .user_feedbackMC:hover .career_containeryK {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.teacher_profileZK .user_feedbackMC {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img_coveriD"
      "name"
      "career_containeryK";
    grid-template-rows: auto auto auto;
    transform: none;
}.teacher_profileZK .img_coveriD {
    max-width: 200px;
    margin: 0 auto;
}.teacher_profileZK .name,
  .teacher_profileZK .name + span {
    text-align: center;
    padding-left: 0;
}.teacher_profileZK .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.teacher_profileZK {
    padding: 4rem 1rem;
}.teacher_profileZK .user_feedbackMC {
    padding: 1.5rem;
}.teacher_profileZK .career_containeryK {
    padding: 1.5rem;
}}.stay_connectedeo {
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(114,122,114,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.stay_connectedeo::before {
    background: linear-gradient(145deg, rgb(158,172,160,0.5) 0%, rgb(158,172,160) 100%);
    content: "";
    z-index: 1;
    width: 60%;
    top: -10%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    position: absolute;
    transform: rotate(-15deg);
    height: 140%;
    right: -5%;
}.stay_connectedeo .mastery_centerjH {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.stay_connectedeo .support_queryOE {
    margin-left: 5%;
    max-width: 650px;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}.stay_connectedeo .support_queryOE:hover {
    transform: perspective(1000px) rotateY(0);
}.stay_connectedeo h3 {
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    transform: translateX(-15px);
    border-left: 5px solid rgb(158,172,160);
    padding-left: 15px;
    margin-bottom: 30px;
}.stay_connectedeo .input_holder {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
    flex-direction: row;
    position: relative;
}.stay_connectedeo input[type="email"] {
    padding: 18px 25px;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    flex: 1 1 250px;
}.stay_connectedeo input[type="email"]:focus {
    box-shadow: 0 12px 28px rgb(114,122,114,0.5);
    outline: none;
    transform: translateY(-3px);
}.stay_connectedeo .updates_textpl {
    background: linear-gradient(135deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    padding: 18px 35px;
    flex: 0 1 auto;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border: none;
    border-radius: 10px;
    font-size: 15px;
}.stay_connectedeo .updates_textpl::before {
    width: 100%;
    left: -100%;
    transition: all 0.4s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgb(114,122,114) 0%, rgb(158,172,160) 100%);
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}.stay_connectedeo .updates_textpl:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.stay_connectedeo .updates_textpl:hover::before {
    left: 0;
}.stay_connectedeo .updates_textpl:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {.stay_connectedeo {
    padding: 60px 0;
}.stay_connectedeo::before {
    top: -10%;
    transform: rotate(-8deg);
    right: -20%;
    width: 100%;
    height: 60%;
}.stay_connectedeo .support_queryOE {
    transform: none;
    margin-left: 0;
}.stay_connectedeo h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.stay_connectedeo .input_holder {
    flex-direction: column;
}.stay_connectedeo input[type="email"],
    .stay_connectedeo .updates_textpl {
    width: 100%;
}
}

@media (max-width: 480px) {.stay_connectedeo {
    padding: 40px 0;
}.stay_connectedeo h3 {
    font-size: 19px;
}.stay_connectedeo input[type="email"] {
    padding: 15px 20px;
}.stay_connectedeo .updates_textpl {
    padding: 15px 20px;
}}.potential_enrolleesAF {
    background: linear-gradient(120deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.potential_enrolleesAF::before {
    left: 50%;
    pointer-events: none;
    animation: rotateRings 60s linear infinite;
    height: 150%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 150%;
    z-index: 1;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(114,122,114,0.5), 0.1) 31%,
        rgba(rgb(114,122,114,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(114,122,114,0.5), 0.05) 41%,
        rgba(rgb(114,122,114,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(158,172,160,0.5), 0.07) 51%,
        rgba(rgb(158,172,160,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(158,172,160,0.5), 0.05) 71%,
        rgba(rgb(158,172,160,0.5), 0.05) 72%,
        transparent 73%
    );
    content: '';
}.potential_enrolleesAF::after {
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(158,172,160,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}.potential_enrolleesAF .mastery_centerjH {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.potential_enrolleesAF h3 {
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    margin-bottom: 3.5rem;
}.potential_enrolleesAF h3::after {
    position: absolute;
    content: '';
    width: 120px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(158,172,160);
    box-shadow: 0 0 15px rgb(158,172,160);
    bottom: -15px;
    border-radius: 50px;
}.potential_enrolleesAF ul {
    gap: 2.5rem;
    list-style-type: none;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}.potential_enrolleesAF li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    padding: 1.8rem 2rem;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.12);
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.potential_enrolleesAF li::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    height: 100%;
    pointer-events: none;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}.potential_enrolleesAF li::after {
    background: radial-gradient(
        circle at center,
        rgba(rgb(114,122,114,0.5), 0.3) 0%,
        transparent 70%
    );
    transition: all 0.5s ease;
    opacity: 0;
    content: '';
    transform: scale(0.5);
    height: 200%;
    position: absolute;
    pointer-events: none;
    width: 200%;
    top: -50%;
    left: -50%;
}.potential_enrolleesAF li:hover {
    border-color: rgb(158,172,160,0.5);
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(158,172,160,0.5);
    background-color: rgba(255, 255, 255, 0.18);
}.potential_enrolleesAF li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.potential_enrolleesAF li svg {
    flex-shrink: 0;
    transition: all 0.4s ease;
    transform-origin: center;
    width: 40px;
    fill: rgb(114,122,114);
    filter: drop-shadow(0 0 5px rgb(114,122,114,0.5));
    margin-right: 1.5rem;
    height: 40px;
}.potential_enrolleesAF li:hover svg {
    fill: rgb(158,172,160);
    filter: drop-shadow(0 0 8px rgb(158,172,160));
    transform: rotate(15deg);
}.potential_enrolleesAF li svg path {
    transition: all 0.4s ease;
}.potential_enrolleesAF li:hover svg path {
    fill: rgb(158,172,160);
}.potential_enrolleesAF li {
    letter-spacing: 0.3px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.potential_enrolleesAF {
    padding: 4rem 0;
}.potential_enrolleesAF ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential_enrolleesAF h3 {
    font-size: calc(38px * 0.9);
}.potential_enrolleesAF li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.potential_enrolleesAF {
    padding: 3rem 0;
}.potential_enrolleesAF h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.8);
}.potential_enrolleesAF h3::after {
    width: 100px;
}.potential_enrolleesAF li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.potential_enrolleesAF li svg {
    height: 35px;
    margin-right: 1rem;
    width: 35px;
}}.our_missionPs {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our_missionPs::before {
    z-index: 1;
    backdrop-filter: blur(5px);
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(158,172,160,0.5), rgba(0, 0, 0, 0.5));
    left: 0;
    content: "";
    top: 0;
    height: 100%;
}.our_missionPs::after {
    opacity: 0.08;
    z-index: 0;
    animation: floatBackground 30s infinite alternate ease-in-out;
    position: absolute;
    width: 100%;
    transform: rotate(35deg) skewX(-15deg);
    background: rgb(114,122,114);
    right: -50%;
    top: -50%;
    content: "";
    height: 100%;
}.our_missionPs .container {
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateX(3deg);
    padding: 0 20px;
    transform-origin: center top;
    max-width: 1200px;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.our_missionPs .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.our_missionPs .text_displayVT {
    position: relative;
    transform: translateZ(0);
    padding: 3.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(158,172,160);
    animation: slideUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: rgba(255, 255, 255, 0.9);
}.our_missionPs .text_displayVT::before {
    border: 1px solid rgb(114,122,114,0.5);
    transition: opacity 0.6s ease, transform 0.6s ease;
    right: 20px;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: -1;
    transform: scale(0.95);
    top: 20px;
}.our_missionPs .text_displayVT:hover::before {
    opacity: 1;
    transform: scale(1);
}.our_missionPs h1 {
    transform: translateX(-10px);
    font-size: 38px;
    opacity: 0;
    font-weight: 700;
    padding-bottom: 0.75rem;
    animation: slideRight 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    color: rgb(158,172,160);
    position: relative;
    margin-bottom: 2rem;
}.our_missionPs h1::after {
    content: "";
    transform: scaleX(0);
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    left: 0;
    background: linear-gradient(to right, rgb(158,172,160), rgb(114,122,114));
    position: absolute;
    height: 4px;
    bottom: 0;
    transform-origin: left;
    width: 80px;
}.our_missionPs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.our_missionPs li {
    margin-bottom: 0.75rem;
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    transform: translateY(20px);
    opacity: 0;
}.our_missionPs li:first-child {
    animation-delay: 0.5s;
}.our_missionPs li:last-child {
    animation-delay: 0.7s;
}.our_missionPs h4 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(23px * 1.2);
    display: inline-block;
}.our_missionPs h4::before {
    transform-origin: left;
    width: 40px;
    bottom: -8px;
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(114,122,114);
    transform: scaleX(0);
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}.our_missionPs span {
    display: block;
    hyphens: auto;
    color: #000000;
    text-align: justify;
    font-family: Arial, sans-serif;
    max-width: 100%;
    line-height: 1.8;
    column-gap: 3rem;
    column-count: 1;
    font-size: 12px;
}

@media (min-width: 992px) {.our_missionPs span {
    column-count: 2;
}.our_missionPs .text_displayVT {
    margin: 0 8%;
    padding: 5rem;
}
}

@media (min-width: 1200px) {.our_missionPs .text_displayVT {
    transform: translateX(50px) translateZ(0);
    margin: 0;
}.our_missionPs span {
    column-count: 2;
}
}

@media (max-width: 991px) {.our_missionPs {
    padding: 80px 0;
}.our_missionPs .text_displayVT {
    padding: 2.5rem;
}.our_missionPs h1 {
    font-size: calc(28px * 1.1);
}
}

@media (max-width: 767px) {.our_missionPs {
    padding: 60px 0;
}.our_missionPs .text_displayVT {
    padding: 2rem;
}.our_missionPs h1 {
    font-size: 28px;
}.our_missionPs h1::after {
    width: 60px;
}.our_missionPs h4 {
    font-size: 23px;
}
}

@media (max-width: 575px) {.our_missionPs {
    padding: 40px 0;
}.our_missionPs .text_displayVT {
    padding: 1.5rem;
}.our_missionPs .container {
    transform: perspective(800px) rotateX(1deg);
}
}

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

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@keyframes floatBackground {
    0% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skewX(-12deg) translate(-5%, 5%);
    }
    100% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
}