* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}.container {
    width: 1254px;
    max-width: 100%;
    margin: auto;
}.math-tools-szV {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.site-head-KIC {
    flex: 1 0 auto;
}.layer-container-kcl {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}html,body {
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    background: rgb(192,208,191);
    color:  #ffffff;
}header .top_plank .top-menu-z86 div svg, header .top_plank .top-menu-z86 div svg path {
    fill: #ffffff;
}header .top_plank .top-menu-z86 div span {
    color: #ffffff;
}header .top_plank .top-menu-z86 {
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 10px 0;
    align-items: center;
    flex-wrap: wrap;
    line-height: 21px;
    display: flex;
    font-size: 15px;
}header .top_plank .top-menu-z86 div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .top-menu-z86 div img, header .top_plank .top-menu-z86 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.title-intro-de1 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,208,191,0.5), rgb(226,233,225));
    align-items: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
}.title-intro-de1::before {
    top: 0;
    content: "";
    pointer-events: none;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(153,173,152,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(192,208,191,0.5) 0%, transparent 40%);
    position: absolute;
}.title-intro-de1::after {
    transform: rotate(-15deg);
    height: 100%;
    filter: blur(60px);
    top: -50%;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    right: -50%;
    content: "";
    z-index: 0;
}.title-intro-de1 .master-zone-ouX {
    display: grid;
    padding: 3rem 2rem;
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.1),
    inset 5px 5px 10px rgba(255, 255, 255, 0.05),
    inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 90%;
    gap: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    z-index: 2;
    max-width: 1200px;
    position: relative;
    border-radius: 17px;
    grid-template-columns: 1fr;
}.title-intro-de1 .master-zone-ouX:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title-intro-de1 h3 {
    position: relative;
    transform: translateY(0);
    line-height: 1.4;
    max-width: 100%;
    opacity: 1;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: calc(19px * 1.1);
    color: #000000;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    padding-left: 1.5rem;
}.title-intro-de1 h3::before {
    height: calc(100% - 0.5em);
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(192,208,191), rgb(153,173,152));
    content: "";
    top: 0.25em;
    width: 5px;
}.title-intro-de1 h1 {
    position: relative;
    font-weight: 700;
    color: rgb(192,208,191);
    transform: translateX(0);
    line-height: 1.2;
    font-size: 48px;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.title-intro-de1 h1::after {
    transform: scaleX(0.7);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: -0.5rem;
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 80px;
    height: 4px;
}.title-intro-de1 h1:hover::after {
    transform: scaleX(1);
}.title-intro-de1 .impact-facts-LHI {
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.title-intro-de1 .impact-facts-LHI > div {
    border-radius: 17px;
    position: relative;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
}.title-intro-de1 .impact-facts-LHI > div::before {
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(192,208,191,0.5), transparent);
    z-index: 1;
    position: absolute;
    left: 0;
}.title-intro-de1 .impact-facts-LHI > div:hover {
    box-shadow: 
    15px 15px 40px rgba(0, 0, 0, 0.15),
    -15px -15px 40px rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}.title-intro-de1 p {
    z-index: 2;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(3px);
    font-size: calc(13px * 1.1);
    padding: 2.5rem;
    color: #ffffff;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
}

@media (min-width: 768px) {.title-intro-de1 .master-zone-ouX {
    transform: perspective(1500px) rotateX(3deg) rotateY(-2deg);
    grid-template-columns: 0.8fr 1.2fr;
    padding: 4rem;
    gap: 2rem;
}.title-intro-de1 .master-zone-ouX:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.title-intro-de1 h3 {
    padding-left: 2rem;
    transform: translateY(2rem);
    opacity: 0.8;
    font-size: calc(19px * 1.2);
}.title-intro-de1 .master-zone-ouX:hover h3 {
    transform: translateY(0);
    opacity: 1;
}.title-intro-de1 h3::before {
    width: 8px;
    border-radius: 10px;
}.title-intro-de1 h1 {
    font-size: calc(48px * 1.1);
    transform: translateX(-2rem);
}.title-intro-de1 .master-zone-ouX:hover h1 {
    transform: translateX(0);
}.title-intro-de1 h1::after {
    width: 100px;
    height: 6px;
}.title-intro-de1 p {
    padding: 3rem;
    font-size: calc(13px * 1.2);
}
}

@media (min-width: 992px) {.title-intro-de1 .master-zone-ouX {
    gap: 4rem;
    grid-template-columns: 0.7fr 1.3fr;
    padding: 5rem;
}.title-intro-de1 h3 {
    font-size: calc(19px * 1.3);
}.title-intro-de1 h1 {
    letter-spacing: -0.03em;
    font-size: calc(48px * 1.2);
}.title-intro-de1 p {
    font-size: calc(13px * 1.3);
}.title-intro-de1 .impact-facts-LHI > div {
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.7s ease;
    will-change: transform, box-shadow;
}
}

@media (min-width: 1200px) {.title-intro-de1 {
    background: linear-gradient(150deg, rgb(192,208,191,0.5), rgb(226,233,225), rgb(153,173,152,0.5));
    animation: gradientAnimation 15s ease infinite;
    background-size: 300% 300%;
}@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  .title-intro-de1 .master-zone-ouX {
    transform: perspective(2000px) rotateX(4deg) rotateY(-3deg);
}.title-intro-de1 .master-zone-ouX:hover {
    transform: perspective(2000px) rotateX(0) rotateY(0);
}.title-intro-de1 .impact-facts-LHI {
    transform: translateY(20px);
    opacity: 0.9;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s ease;
}.title-intro-de1 .master-zone-ouX:hover .impact-facts-LHI {
    transform: translateY(0);
    opacity: 1;
}}.contact-us-5kq {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(
        225deg, 
        rgb(226,233,225) 0%, 
        rgb(153,173,152,0.5) 100%
    );
    overflow: hidden;
    padding: 6rem 0;
}.contact-us-5kq::before {
    top: 0;
    position: absolute;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    right: 0;
    pointer-events: none;
    z-index: 1;
    bottom: 0;
    left: 0;
}.contact-us-5kq::after {
    opacity: 0.6;
    width: 200%;
    animation: circuit-pulse 10s infinite alternate;
    top: -50%;
    z-index: 2;
    height: 200%;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgb(192,208,191,0.5) 0%, 
        transparent 70%
    );
    left: -50%;
    content: '';
}.contact-us-5kq .container {
    padding: 0 1rem;
    margin: 0 auto;
    z-index: 3;
    max-width: 1300px;
    position: relative;
}.contact-us-5kq h2 {
    color: #ffffff;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}.contact-us-5kq h2::before,
.contact-us-5kq h2::after {
    bottom: -0.5rem;
    position: absolute;
    content: '';
    height: 2px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(192,208,191), 
        transparent
    );
}.contact-us-5kq h2::before {
    width: 30%;
    left: 0;
}.contact-us-5kq h2::after {
    width: 30%;
    right: 0;
}.contact-us-5kq .connect-query-Pej {
    transition: transform 0.3s ease;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    align-items: stretch;
    border: 1px solid rgb(192,208,191,0.5);
    display: flex;
    border-radius: 17px;
    transform: rotateX(5deg) scale(0.98);
    background: rgb(153,173,152,0.5);
}.contact-us-5kq .connect-query-Pej:hover {
    transform: rotateX(0) scale(1);
}.contact-us-5kq .hover-image-GqR {
    overflow: hidden;
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.contact-us-5kq .hover-image-GqR::before {
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(192,208,191,0.5) 0%, 
        rgb(153,173,152,0.5) 100%
    );
    top: 0;
    left: 0;
    content: '';
    mix-blend-mode: color-dodge;
}.contact-us-5kq .help-card-5EY {
    padding: 4rem 3rem;
    justify-content: center;
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    position: relative;
}.contact-us-5kq .help-card-5EY::before {
    top: 2rem;
    animation: signal-pulse 2s infinite alternate;
    position: absolute;
    border-radius: 50%;
    right: 2rem;
    background: rgb(192,208,191);
    height: 10px;
    content: '';
    width: 10px;
    box-shadow: 0 0 20px rgb(192,208,191);
}.contact-us-5kq .help-card-5EY form {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    max-width: 500px;
}.contact-us-5kq .help-card-5EY h3 {
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 32px;
}.contact-us-5kq .help-card-5EY input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    outline: none;
    z-index: 2;
    padding: 1rem 1.5rem;
    border: 1px solid rgb(192,208,191,0.5);
    background: rgb(153,173,152,0.5);
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    font-size: 15px;
}.contact-us-5kq .help-card-5EY input:not([type="checkbox"]):not([type="submit"])::before {
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(192,208,191,0.5) 100%
    );
    content: '';
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: 1;
    height: 100%;
}.contact-us-5kq .help-card-5EY input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(192,208,191,0.5);
    border-color: rgb(192,208,191);
}.contact-us-5kq .help-card-5EY input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact-us-5kq .help-card-5EY .request-panel-Nok {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.contact-us-5kq .help-card-5EY .request-panel-Nok input[type="checkbox"] {
    background: rgb(153,173,152,0.5);
    transition: all 0.3s ease;
    position: relative;
    margin-right: 1rem;
    cursor: pointer;
    border-radius: 10px;
    width: 22px;
    border: 2px solid rgb(192,208,191,0.5);
    appearance: none;
    height: 22px;
}.contact-us-5kq .help-card-5EY .request-panel-Nok input[type="checkbox"]:checked {
    background: rgb(192,208,191);
    border-color: rgb(192,208,191);
}.contact-us-5kq .help-card-5EY .request-panel-Nok input[type="checkbox"]:checked::after {
    content: '✔';
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 0.8rem;
    position: absolute;
}.contact-us-5kq .help-card-5EY .request-panel-Nok label {
    font-size: 15px;
    align-items: center;
    display: flex;
    color: #ffffff;
}.contact-us-5kq .help-card-5EY .request-panel-Nok a {
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    color: rgb(192,208,191);
}.contact-us-5kq .help-card-5EY .request-panel-Nok a:hover {
    text-decoration: underline;
}.contact-us-5kq .help-card-5EY .inquiry-inquiry-cEh {
    transition: all 0.3s ease;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    color: #ffffff;
    border: none;
    position: relative;
    padding: 1rem;
    overflow: hidden;
    background: rgb(192,208,191);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 10px;
}.contact-us-5kq .help-card-5EY .inquiry-inquiry-cEh::before {
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(192,208,191,0.5), 
        transparent
    );
    transition: all 0.3s ease;
    height: 100%;
    left: -100%;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
}.contact-us-5kq .help-card-5EY .inquiry-inquiry-cEh:hover::before {
    left: 100%;
}.contact-us-5kq .help-card-5EY .inquiry-inquiry-cEh:hover {
    box-shadow: 0 10px 20px rgb(192,208,191,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact-us-5kq .connect-query-Pej {
    flex-direction: column;
    transform: none;
}.contact-us-5kq .hover-image-GqR {
    min-height: 300px;
    flex: 0 0 100%;
}.contact-us-5kq .help-card-5EY {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-us-5kq {
    padding: 3rem 0;
}.contact-us-5kq h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.contact-us-5kq .help-card-5EY h3 {
    font-size: calc(32px * 0.9);
}.contact-us-5kq .help-card-5EY input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact-us-5kq .help-card-5EY .request-panel-Nok {
    align-items: flex-start;
}.contact-us-5kq .help-card-5EY .request-panel-Nok input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact-us-5kq .connect-query-Pej {
    border-radius: 0;
}.contact-us-5kq .hover-image-GqR {
    min-height: 250px;
}.contact-us-5kq .help-card-5EY {
    padding: 2rem 1.5rem;
}}header .head-study-NdL {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
    z-index: 100;
    background: rgb(226,233,225);
}header .head-study-NdL::before {
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.2;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(192,208,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(153,173,152,0.5) 0%, transparent 30%);
}header .head-study-NdL::after {
    background: linear-gradient(135deg, transparent 25%, rgb(192,208,191,0.5) 100%);
    opacity: 0.1;
    top: 0;
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    width: 40%;
    content: "";
    right: 0;
    height: 100%;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .nav-top-OYU {
    grid-template-columns: auto 1fr;
    gap: 3rem;
    display: grid;
    align-items: center;
}header .top-main-lGX {
    z-index: 2;
    position: relative;
}header .header-mentor-iAH {
    position: relative;
    z-index: 2;
    display: block;
}header .header-mentor-iAH::before,
header .header-mentor-iAH::after {
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 50%;
    transition: all 0.5s ease;
    background: rgb(192,208,191,0.5);
    opacity: 0;
}header .header-mentor-iAH::before {
    width: 50px;
    top: -15px;
    height: 50px;
    left: -15px;
}header .header-mentor-iAH::after {
    background: rgb(153,173,152,0.5);
    height: 25px;
    bottom: -5px;
    right: -10px;
    width: 25px;
}header .header-mentor-iAH:hover::before,
header .header-mentor-iAH:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .header-mentor-iAH svg {
    width: auto;
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
}header .header-mentor-iAH:hover svg {
    transform: rotate(-5deg);
}header .head-learn-4jP {
    justify-content: flex-end;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    list-style: none;
    border-radius: 0 23px 23px 0;
    margin: 0;
    background: linear-gradient(to right, transparent, #ffffff);
    padding: 10px 20px;
    flex-wrap: wrap;
}header .head-learn-4jP::after {
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 10px 10px;
    z-index: -1;
    background-image: 
        linear-gradient(45deg, rgb(192,208,191,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(192,208,191,0.5) 50%, rgb(192,208,191,0.5) 75%, transparent 75%, transparent);
    opacity: 0.05;
    animation: moveStripes 20s linear infinite;
    content: "";
    left: 0;
    position: absolute;
}header .top-learn-WdM {
    margin: 5px 8px;
    position: relative;
    perspective: 800px;
}header .top-learn-WdM::before {
    border-left: 5px solid rgb(192,208,191);
    content: "";
    border-top: 5px solid transparent;
    transform: translateY(-50%) scale(0);
    top: 50%;
    left: -10px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    height: 0;
    width: 0;
}header .top-learn-WdM:hover::before {
    transform: translateY(-50%) scale(1);
    left: -15px;
    opacity: 1;
}header .top-learn-WdM a {
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    border: 1px solid transparent;
    background: transparent;
    font-weight: 600;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    transform-style: preserve-3d;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 10px;
}header .top-learn-WdM a::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateZ(-1px);
    left: 0;
    content: "";
    background: #ffffff;
}header .top-learn-WdM a::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 0;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(192,208,191);
}header .top-learn-WdM a:hover {
    transform: translateZ(20px);
    border-color: rgb(192,208,191,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(192,208,191);
}header .top-learn-WdM a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .nav-top-OYU {
    gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
}header .head-learn-4jP {
    justify-content: center;
    background: #ffffff;
    clip-path: none;
    border-radius: 23px;
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .top-learn-WdM {
    margin: 3px 5px;
}header .top-learn-WdM a {
    padding: 8px 15px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {header .head-learn-4jP {
    align-items: center;
    padding: 15px;
    flex-direction: column;
}header .top-learn-WdM {
    width: 100%;
    margin: 3px 0;
}header .top-learn-WdM a {
    width: 100%;
    text-align: center;
}header .top-learn-WdM::before {
    display: none;
}header .header-mentor-iAH svg {
    height: 40px;
}}.instructional-approach-wVL {
    padding: 120px 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgba(#000000, 0.03) 0%, rgba(rgb(192,208,191), 0.05) 100%);
}.instructional-approach-wVL::before {
    z-index: 1;
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(192,208,191), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(192,208,191), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(192,208,191), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(192,208,191), 0.02) 75%);
    position: absolute;
    top: 0;
}.instructional-approach-wVL::after {
    right: -30px;
    content: '';
    width: 150px;
    border-radius: 50%;
    filter: blur(30px);
    opacity: 0.1;
    height: 150px;
    background: linear-gradient(135deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
    z-index: 0;
    bottom: -30px;
    position: absolute;
}.instructional-approach-wVL .knowledge-study-zdg {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    margin: 0 auto;
    z-index: 2;
}.instructional-approach-wVL .knowledge-study-zdg:hover {
    transform: perspective(1000px) rotateX(0deg);
}.instructional-approach-wVL h2 {
    text-align: left;
    transform: translateZ(20px);
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.02em;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
}.instructional-approach-wVL h2::after {
    position: absolute;
    box-shadow: 0 2px 10px rgba(rgb(192,208,191), 0.2);
    bottom: -10px;
    height: 4px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(1);
    transform-origin: left center;
    content: '';
    width: 80px;
    background: linear-gradient(to right, rgb(192,208,191), rgb(153,173,152));
    border-radius: 10px;
}.instructional-approach-wVL .knowledge-study-zdg:hover h2::after {
    transform: scaleX(1.5);
}.instructional-approach-wVL .note-frame-v2T {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    transform: translateZ(0);
    background: #ffffff;
    box-shadow: 
        15px 15px 30px rgba(#000000, 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
    border-radius: calc(25px / 2);
    padding: 40px;
}.instructional-approach-wVL .note-frame-v2T::before {
    top: 0;
    height: 4px;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    left: 0;
    content: '';
    z-index: 1;
    opacity: 0.8;
}.instructional-approach-wVL .note-frame-v2T::after {
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(192,208,191), 0.03) 100%);
    content: '';
    z-index: 0;
    height: 50%;
    width: 40%;
}.instructional-approach-wVL .knowledge-study-zdg:hover .note-frame-v2T {
    box-shadow: 
        20px 20px 40px rgba(#000000, 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
    transform: translateY(-5px) translateZ(0);
}.instructional-approach-wVL p {
    z-index: 2;
    margin: 0;
    color: #000000;
    position: relative;
    font-size: 15px;
    transition: transform 0.3s ease;
    line-height: 1.75;
}.instructional-approach-wVL .knowledge-study-zdg:hover p {
    transform: scale(1.01);
}

@media (max-width: 991px) {.instructional-approach-wVL {
    padding: 90px 0;
}.instructional-approach-wVL .knowledge-study-zdg {
    padding: 0 25px;
    transform: perspective(1000px) rotateX(1deg);
}.instructional-approach-wVL h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 35px;
}.instructional-approach-wVL .note-frame-v2T {
    padding: 35px;
}
}

@media (max-width: 767px) {.instructional-approach-wVL {
    padding: 70px 0;
}.instructional-approach-wVL .knowledge-study-zdg {
    padding: 0 20px;
    transform: none;
}.instructional-approach-wVL h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.instructional-approach-wVL h2::after {
    height: 3px;
    width: 60px;
}.instructional-approach-wVL .note-frame-v2T {
    padding: 30px;
    box-shadow: 
            10px 10px 20px rgba(#000000, 0.05),
            -10px -10px 20px rgba(#ffffff, 0.8),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
}.instructional-approach-wVL .knowledge-study-zdg:hover .note-frame-v2T {
    box-shadow: 
            15px 15px 30px rgba(#000000, 0.08),
            -15px -15px 30px rgba(#ffffff, 0.9),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
    transform: translateY(-3px) translateZ(0);
}.instructional-approach-wVL p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.instructional-approach-wVL {
    padding: 50px 0;
}.instructional-approach-wVL .knowledge-study-zdg {
    padding: 0 15px;
}.instructional-approach-wVL h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.instructional-approach-wVL h2::after {
    height: 3px;
    width: 50px;
}.instructional-approach-wVL .note-frame-v2T {
    padding: 25px 20px;
}.instructional-approach-wVL p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.cookie-popup-advisory-j7s {
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    display: flex;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    background: rgb(226,233,225);
    width: 90%;
    left: 50%;
    font-family: Arial, sans-serif;
    padding: 20px;
    bottom: 20px;
    text-align: center;
    position: fixed;
    z-index: 1050;
    max-width: 600px;
}.cookie-check-6X3 {
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
}.data-control-kNm {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.data-control-kNm svg, .data-control-kNm svg path, .data-control-kNm img {
    height: 80px;
    fill: rgb(192,208,191);
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-popup-advisory-j7s h5 {
    font-size: 22px;
    color: rgb(192,208,191);
    font-weight: 700;
    margin-bottom: 10px;
}.cookie-popup-advisory-j7s p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
}.tracking-policy-9uE {
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    background: rgb(192,208,191);
    width: calc(50% - 10px);
}.tracking-policy-9uE:hover {
    transform: translateY(-3px);
    background: rgb(153,173,152);
}.cookie_button.cookie-lock-GPl {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-lock-GPl:hover {
    background: rgb(153,173,152,0.5);
}.cookie-popup-advisory-j7s p a {
    text-decoration: underline;
    color: rgb(192,208,191);
    transition: color 0.3s ease-in-out;
}.cookie-popup-advisory-j7s p a:hover {
    color: rgb(153,173,152);
}
@media only screen and (max-width: 600px) {.cookie-popup-advisory-j7s {
    border-radius: 0;
    transform: none;
    width: 100%;
    bottom: 0;
    left: 0;
}.cookie-check-6X3 {
    padding: 15px;
}.data-control-kNm svg {
    width: 50px;
    height: 50px;
}.cookie-popup-advisory-j7s h5 {
    font-size: calc(22px - 2px);
}.cookie-popup-advisory-j7s p {
    font-size: calc(18px - 2px);
}.tracking-policy-9uE {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}}
#cookiePolicyWindow-6Yw {
    display: none;
}#cookiePolicyWindow-6Yw:checked ~ .cookie-popup-advisory-j7s {
    visibility: hidden;
    opacity: 0;
}.program-offerings-cGT {
    position: relative;
    overflow: hidden;
    background: rgb(226,233,225);
    padding: 120px 0;
}.program-offerings-cGT::before {
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(192,208,191,0.5) 0%, transparent 40%);
    position: absolute;
}.program-offerings-cGT::after {
    z-index: 1;
    background: radial-gradient(circle at 70% 80%, rgb(153,173,152,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    bottom: 0;
    height: 100%;
    right: 0;
    width: 100%;
}.program-offerings-cGT .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}.program-offerings-cGT .knowledge-study-zdg {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 25px;
    gap: 50px;
    position: relative;
    grid-template-columns: 1fr;
    overflow: hidden;
    display: grid;
}.program-offerings-cGT .knowledge-study-zdg::before {
    content: "";
    background: linear-gradient(to right, rgb(192,208,191), rgb(153,173,152));
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 1;
    position: absolute;
}.program-offerings-cGT .fast-development-AQj {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 60px 50px;
    flex-direction: column;
}.program-offerings-cGT .fast-development-AQj::before {
    height: 80px;
    content: "";
    z-index: -1;
    position: absolute;
    left: 40px;
    opacity: 0.5;
    border-radius: 10px;
    animation: float 8s ease-in-out infinite;
    width: 80px;
    border: 2px solid rgb(192,208,191,0.5);
    top: 40px;
}.program-offerings-cGT .fast-development-AQj::after {
    animation: pulse 6s ease-in-out infinite;
    bottom: 40px;
    z-index: -1;
    content: "";
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: rgb(153,173,152,0.5);
    right: 40px;
    opacity: 0.3;
    position: absolute;
}.program-offerings-cGT .top-main-lGX {
    margin-bottom: 35px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(145deg, rgb(226,233,225), #ffffff);
    position: relative;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    padding: 15px;
    display: inline-block;
}.program-offerings-cGT .top-main-lGX:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
}.program-offerings-cGT .top-main-lGX svg {
    max-width: 140px;
    transition: all 0.3s ease;
    max-height: 50px;
}.program-offerings-cGT .top-main-lGX svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,208,191);
}.program-offerings-cGT .top-main-lGX:hover svg path {
    fill: rgb(153,173,152);
}.program-offerings-cGT h3 {
    line-height: 1.3;
    position: relative;
    font-size: 31px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
}.program-offerings-cGT h3::after {
    background: linear-gradient(to right, rgb(192,208,191), rgb(153,173,152));
    content: "";
    border-radius: 10px;
    height: 3px;
    width: 70px;
    left: 0;
    bottom: -12px;
    position: absolute;
}.program-offerings-cGT p {
    font-weight: 400;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
}.program-offerings-cGT .hover-image-GqR {
    min-height: 500px;
    position: relative;
    transition: all 0.5s ease;
    height: 100%;
}.program-offerings-cGT .hover-image-GqR::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgb(192,208,191,0.5) 0%,
    transparent 60%
  );
    top: 0;
    content: "";
    z-index: 1;
}.program-offerings-cGT .hover-image-GqR::after {
    border-radius: 50%;
    top: 30px;
    border: 2px solid #ffffff;
    animation: pulseCircle 3s infinite;
    right: 30px;
    width: 20px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    z-index: 2;
    content: "";
    height: 20px;
    position: absolute;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.program-offerings-cGT {
    padding: 90px 0;
}.program-offerings-cGT .fast-development-AQj {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.program-offerings-cGT .knowledge-study-zdg {
    grid-template-columns: 1fr;
}.program-offerings-cGT .hover-image-GqR {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: -1;
    min-height: 400px;
}.program-offerings-cGT .fast-development-AQj {
    padding: 40px;
}.program-offerings-cGT .fast-development-AQj::before,
  .program-offerings-cGT .fast-development-AQj::after {
    display: none;
}.program-offerings-cGT .top-main-lGX {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.program-offerings-cGT {
    padding: 70px 0;
}.program-offerings-cGT .fast-development-AQj {
    padding: 30px;
}.program-offerings-cGT h3 {
    font-size: calc(31px - 4px);
}.program-offerings-cGT .hover-image-GqR {
    min-height: 350px;
}.program-offerings-cGT .top-main-lGX {
    padding: 12px;
}.program-offerings-cGT .top-main-lGX svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.program-offerings-cGT {
    padding: 50px 0;
}.program-offerings-cGT .container {
    padding: 0 20px;
}.program-offerings-cGT .knowledge-study-zdg {
    border-radius: 10px;
}.program-offerings-cGT .fast-development-AQj {
    padding: 25px 20px;
}.program-offerings-cGT h3 {
    margin-bottom: 20px;
    font-size: calc(31px - 6px);
}.program-offerings-cGT p {
    font-size: calc(18px - 1px);
}.program-offerings-cGT .top-main-lGX {
    padding: 10px;
    margin-bottom: 20px;
}.program-offerings-cGT .top-main-lGX svg {
    max-width: 100px;
}.program-offerings-cGT .hover-image-GqR {
    min-height: 280px;
}.program-offerings-cGT .hover-image-GqR::after {
    width: 15px;
    top: 20px;
    height: 15px;
    right: 20px;
}}.potential-students-eRZ {
    background: linear-gradient(45deg, rgb(226,233,225) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.potential-students-eRZ::before {
    top: 0;
    right: 0;
    opacity: 0.1;
    height: 100%;
    width: 50%;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    background: rgb(192,208,191,0.5);
    z-index: 1;
}.potential-students-eRZ::after {
    left: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 50%;
    opacity: 0.1;
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    background: rgb(153,173,152,0.5);
    height: 100%;
}.potential-students-eRZ .container {
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.potential-students-eRZ .knowledge-study-zdg {
    position: relative;
}.potential-students-eRZ h4 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    text-align: left;
    border-left: 4px solid rgb(192,208,191);
}.potential-students-eRZ h4::after {
    bottom: -10px;
    position: absolute;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgb(153,173,152), transparent);
    left: 0;
    width: 60%;
}.potential-students-eRZ div > div {
    flex-direction: column;
    margin-left: 60px;
    display: flex;
    max-width: 800px;
    position: relative;
}.potential-students-eRZ div > div::before {
    z-index: 1;
    position: absolute;
    left: 15px;
    content: "";
    background: linear-gradient(to bottom, rgb(192,208,191,0.5), rgb(153,173,152,0.5));
    top: 0;
    height: 100%;
    width: 2px;
}.potential-students-eRZ p {
    z-index: 2;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
    color: #000000;
    font-size: 13px;
    background: #ffffff;
    margin-bottom: 30px;
    margin-left: 30px;
    border-radius: 10px;
    align-items: center;
}.potential-students-eRZ p:last-child {
    margin-bottom: 0;
}.potential-students-eRZ p::before {
    transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    background: linear-gradient(90deg, rgb(192,208,191,0.5), rgb(153,173,152));
    width: 30px;
    left: -30px;
    height: 2px;
}.potential-students-eRZ p::after {
    left: -42px;
    width: 16px;
    transform: translateY(-50%);
    border: 3px solid rgb(192,208,191);
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
    background: #ffffff;
    height: 16px;
    content: "";
    z-index: 3;
    border-radius: 50%;
}.potential-students-eRZ p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.potential-students-eRZ p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(192,208,191);
}.potential-students-eRZ p:nth-child(odd)::after {
    border-color: rgb(192,208,191);
}.potential-students-eRZ p:nth-child(even)::after {
    border-color: rgb(153,173,152);
}.potential-students-eRZ p:nth-child(even):hover::after {
    background: rgb(153,173,152);
}.potential-students-eRZ p svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-right: 15px;
    transition: all 0.3s ease;
}.potential-students-eRZ p svg path {
    fill: rgb(192,208,191);
    transition: fill 0.3s ease;
}.potential-students-eRZ p:nth-child(even) svg path {
    fill: rgb(153,173,152);
}.potential-students-eRZ p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.potential-students-eRZ p:nth-child(1) {
    transform: translateX(0);
}.potential-students-eRZ p:nth-child(2) {
    transform: translateX(30px);
}.potential-students-eRZ p:nth-child(3) {
    transform: translateX(60px);
}.potential-students-eRZ p:nth-child(4) {
    transform: translateX(90px);
}.potential-students-eRZ p:nth-child(5) {
    transform: translateX(120px);
}.potential-students-eRZ p:nth-child(6) {
    transform: translateX(150px);
}.potential-students-eRZ p:nth-child(1):hover {
    transform: translateX(10px);
}.potential-students-eRZ p:nth-child(2):hover {
    transform: translateX(40px);
}.potential-students-eRZ p:nth-child(3):hover {
    transform: translateX(70px);
}.potential-students-eRZ p:nth-child(4):hover {
    transform: translateX(100px);
}.potential-students-eRZ p:nth-child(5):hover {
    transform: translateX(130px);
}.potential-students-eRZ p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.potential-students-eRZ .knowledge-study-zdg > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}.potential-students-eRZ .knowledge-study-zdg > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential-students-eRZ .knowledge-study-zdg > div p:nth-child(2) {
    animation-delay: 0.2s;
    animation-name: none;
    transform: translateX(30px);
    opacity: 1;
}.potential-students-eRZ .knowledge-study-zdg > div p:nth-child(3) {
    transform: translateX(60px);
    animation-name: none;
    animation-delay: 0.3s;
    opacity: 1;
}.potential-students-eRZ .knowledge-study-zdg > div p:nth-child(4) {
    animation-name: none;
    transform: translateX(90px);
    opacity: 1;
    animation-delay: 0.4s;
}.potential-students-eRZ .knowledge-study-zdg > div p:nth-child(5) {
    opacity: 1;
    animation-delay: 0.5s;
    animation-name: none;
    transform: translateX(120px);
}.potential-students-eRZ .knowledge-study-zdg > div p:nth-child(6) {
    opacity: 1;
    animation-name: none;
    animation-delay: 0.6s;
    transform: translateX(150px);
}.potential-students-eRZ .knowledge-study-zdg > div p:nth-child(7) {
    transform: translateX(120px);
    animation-delay: 0.6s;
    opacity: 1;
    animation-name: none;
}.potential-students-eRZ .knowledge-study-zdg > div p:nth-child(8) {
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(90px);
}.potential-students-eRZ .knowledge-study-zdg > div p:nth-child(9) {
    opacity: 1;
    transform: translateX(60px);
    animation-delay: 0.6s;
    animation-name: none;
}.potential-students-eRZ .knowledge-study-zdg > div p:nth-child(10) {
    opacity: 1;
    transform: translateX(30px);
    animation-delay: 0.6s;
    animation-name: none;
}


@media (max-width: 991px) {.potential-students-eRZ {
    padding: 80px 0;
}.potential-students-eRZ h4 {
    font-size: calc(34px * 0.9);
    margin-bottom: 50px;
}.potential-students-eRZ div > div {
    margin-left: 40px;
}.potential-students-eRZ p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.potential-students-eRZ p:nth-child(1) {
    transform: translateX(0);
}.potential-students-eRZ p:nth-child(2) {
    transform: translateX(20px);
}.potential-students-eRZ p:nth-child(3) {
    transform: translateX(40px);
}.potential-students-eRZ p:nth-child(4) {
    transform: translateX(60px);
}.potential-students-eRZ p:nth-child(5) {
    transform: translateX(80px);
}.potential-students-eRZ p:nth-child(6) {
    transform: translateX(100px);
}.potential-students-eRZ p:nth-child(7) {
    transform: translateX(120px);
}.potential-students-eRZ p:nth-child(8) {
    transform: translateX(140px);
}.potential-students-eRZ p:nth-child(9) {
    transform: translateX(160px);
}.potential-students-eRZ p:nth-child(10) {
    transform: translateX(180px);
}.potential-students-eRZ p:nth-child(1):hover {
    transform: translateX(5px);
}.potential-students-eRZ p:nth-child(2):hover {
    transform: translateX(25px);
}.potential-students-eRZ p:nth-child(3):hover {
    transform: translateX(45px);
}.potential-students-eRZ p:nth-child(4):hover {
    transform: translateX(65px);
}.potential-students-eRZ p:nth-child(5):hover {
    transform: translateX(85px);
}.potential-students-eRZ p:nth-child(6):hover {
    transform: translateX(105px);
}.potential-students-eRZ p:nth-child(7):hover {
    transform: translateX(125px);
}.potential-students-eRZ p:nth-child(8):hover {
    transform: translateX(145px);
}.potential-students-eRZ p:nth-child(9):hover {
    transform: translateX(165px);
}.potential-students-eRZ p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.potential-students-eRZ {
    padding: 70px 0;
}.potential-students-eRZ h4 {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(34px * 0.8);
}.potential-students-eRZ div > div {
    margin-left: 30px;
}.potential-students-eRZ div > div::before {
    left: 10px;
}.potential-students-eRZ p {
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 15px;
}.potential-students-eRZ p::before {
    left: -20px;
    width: 20px;
}.potential-students-eRZ p::after {
    left: -32px;
    width: 14px;
    height: 14px;
}.potential-students-eRZ p:nth-child(1) {
    transform: translateX(0);
}.potential-students-eRZ p:nth-child(2) {
    transform: translateX(0);
}.potential-students-eRZ p:nth-child(3) {
    transform: translateX(0);
}.potential-students-eRZ p:nth-child(4) {
    transform: translateX(0);
}.potential-students-eRZ p:nth-child(5) {
    transform: translateX(0);
}.potential-students-eRZ p:nth-child(6) {
    transform: translateX(0);
}.potential-students-eRZ p:hover,
    .potential-students-eRZ p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.potential-students-eRZ {
    padding: 60px 0;
}.potential-students-eRZ h4 {
    font-size: calc(34px * 0.7);
    border-left-width: 3px;
    margin-bottom: 30px;
}.potential-students-eRZ div > div {
    margin-left: 25px;
}.potential-students-eRZ p {
    margin-bottom: 15px;
    font-size: calc(13px * 0.9);
    padding: 12px;
}.potential-students-eRZ p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.potential-students-eRZ p::after {
    height: 12px;
    border-width: 2px;
    width: 12px;
}}.explore-now-Eqh {
    padding: 130px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(153,173,152,0.5) 0%, rgb(226,233,225) 100%);
    position: relative;
}.explore-now-Eqh::before {
    opacity: 0.03;
    content: '';
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, rgb(226,233,225) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(226,233,225) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(226,233,225) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(226,233,225) 75%);
    width: 100%;
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}.explore-now-Eqh .knowledge-study-zdg {
    gap: 30px;
    position: relative;
    z-index: 10;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.explore-now-Eqh .container p {
    transition: transform 0.5s ease;
    position: relative;
    z-index: 5;
    border-radius: 19px;
    margin: 0;
    color: #000000;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    padding: 50px;
    font-weight: 700;
    line-height: 1.4;
    background: #ffffff;
    font-size: 34px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
}.explore-now-Eqh .inquiry-inquiry-cEh {
    z-index: 5;
    justify-content: center;
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    font-weight: 600;
    display: flex;
    align-items: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    background: rgb(192,208,191);
    text-decoration: none;
    border-radius: 19px;
    font-size: 20px;
    padding: 50px;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.5s ease;
}.explore-now-Eqh .inquiry-inquiry-cEh::before {
    opacity: 0;
    position: absolute;
    left: -50%;
    z-index: -1;
    top: -50%;
    width: 200%;
    height: 200%;
    content: '';
    background: radial-gradient(circle, rgb(153,173,152) 0%, transparent 60%);
    transition: opacity 0.5s ease;
}.explore-now-Eqh .container p:hover,
.explore-now-Eqh .inquiry-inquiry-cEh:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.explore-now-Eqh .inquiry-inquiry-cEh:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.explore-now-Eqh .inquiry-inquiry-cEh:hover::before {
    opacity: 0.3;
    animation: pulse-bg 3s infinite;
}.explore-now-Eqh::after {
    right: -50px;
    content: '';
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
    width: 300px;
    bottom: -50px;
    background: linear-gradient(
        45deg,
        rgb(192,208,191,0.5),
        rgb(153,173,152,0.5)
    );
    height: 300px;
    filter: blur(80px);
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.explore-now-Eqh {
    padding: 90px 0;
}.explore-now-Eqh .container p {
    font-size: calc(21px * 1.2);
    padding: 40px;
}.explore-now-Eqh .inquiry-inquiry-cEh {
    padding: 40px;
}
}

@media (max-width: 767px) {.explore-now-Eqh {
    padding: 70px 0;
}.explore-now-Eqh .knowledge-study-zdg {
    grid-template-columns: 1fr;
}.explore-now-Eqh .container p {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    font-size: 21px;
    padding: 30px;
}.explore-now-Eqh .inquiry-inquiry-cEh {
    padding: 25px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
}.explore-now-Eqh .container p:hover,
    .explore-now-Eqh .inquiry-inquiry-cEh:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.explore-now-Eqh {
    padding: 50px 0;
}.explore-now-Eqh .container p {
    font-size: calc(18px * 1.2);
    padding: 25px 20px;
}.explore-now-Eqh .inquiry-inquiry-cEh {
    padding: 20px;
    font-size: calc(20px * 0.9);
}}.meet-us-THP {
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgba(245, 245, 255, 0.95) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.meet-us-THP::before {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(153,173,152,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(192,208,191,0.5), 0.07) 0%, transparent 50%);
    top: 0;
    z-index: 0;
}.meet-us-THP::after {
    content: "";
    width: 300px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(153,173,152,0.5) 0%, transparent 70%);
    border-radius: 50%;
    position: absolute;
    animation: float 12s ease-in-out infinite;
    filter: blur(40px);
    opacity: 0.1;
    right: -100px;
    height: 300px;
    top: -100px;
}.meet-us-THP .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.meet-us-THP h1 {
    transform: translateX(-10px);
    color: #000000;
    animation: slideInTitle 0.8s 0.3s forwards ease-out;
    margin-bottom: 40px;
    opacity: 0;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    text-align: left;
}.meet-us-THP h1::after {
    bottom: -10px;
    content: "";
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.meet-us-THP .smart-study-fOa {
    position: relative;
}.meet-us-THP .smart-study-fOa ul {
    margin: 0;
    list-style: none;
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
}.meet-us-THP .growth-graph-92n {
    transition: transform 0.4s, box-shadow 0.4s;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 35px;
    transform: translateY(20px);
    background: #ffffff;
    position: relative;
    animation: fadeInUp 0.8s 0.5s forwards ease-out;
    opacity: 0;
    overflow: hidden;
}.meet-us-THP .growth-graph-92n:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.meet-us-THP .growth-graph-92n::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(192,208,191), rgb(153,173,152));
    left: 0;
    width: 4px;
    position: absolute;
    opacity: 0.8;
    content: "";
    height: 100%;
}.meet-us-THP .growth-graph-92n:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(153,173,152), rgb(192,208,191));
}.meet-us-THP .growth-graph-92n h4 {
    padding-left: 15px;
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    font-size: calc(24px * 1.1);
}.meet-us-THP .growth-graph-92n h4::before {
    animation: slideInLeft 0.6s 1s forwards ease-out;
    background-color: rgb(192,208,191);
    content: "";
    width: 20px;
    transform: translateY(-50%);
    left: -20px;
    opacity: 0;
    height: 2px;
    position: absolute;
    top: 50%;
}.meet-us-THP .growth-graph-92n:nth-child(2) h4::before {
    background-color: rgb(153,173,152);
}.meet-us-THP .growth-graph-92n div {
    padding-left: 15px;
    line-height: 1.7;
    scrollbar-color: rgb(153,173,152,0.5) transparent;
    opacity: 0.9;
    scrollbar-width: thin;
    font-size: 18px;
    padding-right: 15px;
    color: #000000;
    max-height: 300px;
    overflow-y: auto;
}.meet-us-THP .growth-graph-92n div::-webkit-scrollbar {
    width: 4px;
}.meet-us-THP .growth-graph-92n div::-webkit-scrollbar-track {
    background: transparent;
}.meet-us-THP .growth-graph-92n div::-webkit-scrollbar-thumb {
    background-color: rgb(153,173,152,0.5);
    border-radius: 10px;
}

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

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes slideInLeft {
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, 20px);
    }
}

@media (min-width: 768px) {.meet-us-THP {
    padding: 150px 0 100px;
}.meet-us-THP h1 {
    font-size: calc(38px * 1.1);
    margin-bottom: 60px;
}.meet-us-THP h1::after {
    width: 120px;
    height: 4px;
}.meet-us-THP .smart-study-fOa ul {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.meet-us-THP .growth-graph-92n {
    padding: 40px;
}.meet-us-THP .growth-graph-92n:nth-child(2) {
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
    transform: translateY(40px);
}.meet-us-THP .growth-graph-92n div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.meet-us-THP {
    padding: 180px 0 120px;
}.meet-us-THP::before {
    background: 
            radial-gradient(circle at 15% 25%, rgba(rgb(153,173,152,0.5), 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 75%, rgba(rgb(192,208,191,0.5), 0.1) 0%, transparent 50%);
}.meet-us-THP h1 {
    font-size: calc(38px * 1.2);
    margin-bottom: 80px;
}.meet-us-THP .smart-study-fOa ul {
    gap: 60px;
}.meet-us-THP .growth-graph-92n {
    padding: 50px;
}.meet-us-THP .growth-graph-92n::after {
    bottom: 0;
    width: 100px;
    z-index: -1;
    height: 100px;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(153,173,152,0.5), 0.03) 51%);
    content: "";
    position: absolute;
}.meet-us-THP .growth-graph-92n:nth-child(2)::after {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(192,208,191,0.5), 0.03) 51%);
}.meet-us-THP .growth-graph-92n h4 {
    margin-bottom: 25px;
    font-size: calc(24px * 1.2);
}.meet-us-THP .growth-graph-92n div {
    max-height: 450px;
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.meet-us-THP .container {
    padding: 0 30px;
}.meet-us-THP .smart-study-fOa ul {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}.meet-us-THP .growth-graph-92n {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s;
}.meet-us-THP .growth-graph-92n:hover {
    transform: translateY(-8px) scale(1.01);
}}.program-outcomes-klz {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgba(rgb(192,208,191,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.program-outcomes-klz::before {
    width: 120%;
    position: absolute;
    height: 120%;
    left: -10%;
    background: radial-gradient(circle at 30% 70%, rgba(rgb(192,208,191,0.5), 0.1), transparent 60%),
              radial-gradient(circle at 70% 30%, rgba(rgb(153,173,152,0.5), 0.08), transparent 40%);
    content: "";
    z-index: 0;
    top: -10%;
    animation: rotateGradient 30s infinite linear;
}.program-outcomes-klz::after {
    top: 5%;
    position: absolute;
    left: 5%;
    animation: pulseGradient 15s infinite ease-in-out;
    width: 90%;
    content: "";
    z-index: 0;
    background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(rgb(192,208,191,0.5), 0.03) 70%);
    height: 90%;
}.program-outcomes-klz .container {
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    position: relative;
    flex-direction: column;
}.program-outcomes-klz .hover-image-GqR {
    object-fit: cover;
    margin-bottom: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    filter: saturate(1.05);
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    width: 100%;
    max-height: 400px;
}.program-outcomes-klz .knowledge-study-zdg {
    backdrop-filter: blur(5px);
    z-index: 2;
    position: relative;
    transform: translateY(-20px);
}.program-outcomes-klz .note-frame-v2T {
    transition: transform 0.6s ease-out;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    padding: 2.5rem 2rem;
    background: linear-gradient(145deg, 
    rgba(rgb(255, 255, 255, 0.5), 0.9) 0%, 
    rgba(rgb(255, 255, 255, 0.5), 0.8) 100%
  );
    position: relative;
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
    z-index: 3;
}.program-outcomes-klz .note-frame-v2T::before {
    top: -5px;
    transform-origin: left center;
    height: 5px;
    opacity: 0.8;
    right: 0;
    transform: scaleX(0.97);
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    content: "";
    transition: transform 0.5s ease-out;
    position: absolute;
    left: 0;
}.program-outcomes-klz h1 {
    transform: translateX(-5px);
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.3;
    position: relative;
    font-size: 39px;
    transition: transform 0.5s ease-out;
}.program-outcomes-klz h1::after {
    background: rgb(192,208,191);
    content: "";
    width: 80px;
    left: 0;
    transition: width 0.5s ease-out;
    position: absolute;
    bottom: -12px;
    transform-origin: left center;
    height: 3px;
}.program-outcomes-klz ul {
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 1.2rem;
    list-style-type: none;
    grid-template-columns: 1fr;
}.program-outcomes-klz li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.program-outcomes-klz li:hover {
    transform: translateX(5px);
}.program-outcomes-klz li p {
    line-height: 1.6;
    display: flex;
    font-size: 12px;
    align-items: flex-start;
    margin: 0;
    padding-left: 0.5rem;
    color: #000000;
}.program-outcomes-klz li svg {
    height: 24px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
}.program-outcomes-klz li:hover svg {
    transform: scale(1.15);
}.program-outcomes-klz li svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,208,191);
}.program-outcomes-klz li:hover svg path {
    fill: rgb(153,173,152);
}

@media (min-width: 768px) {.program-outcomes-klz {
    padding: 8rem 0;
}.program-outcomes-klz .container {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.program-outcomes-klz .hover-image-GqR {
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    margin-bottom: 0;
    max-height: 600px;
    width: 45%;
}.program-outcomes-klz .knowledge-study-zdg {
    transform: translateY(0) translateX(-40px);
    width: 55%;
}.program-outcomes-klz .note-frame-v2T {
    padding: 3rem 2.5rem;
}.program-outcomes-klz ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.program-outcomes-klz .container:hover .hover-image-GqR {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0) scale(1.02);
}.program-outcomes-klz .container:hover .note-frame-v2T {
    transform: perspective(1000px) rotateX(2deg) translateZ(0) translateY(-5px);
}.program-outcomes-klz .container:hover .note-frame-v2T::before {
    transform: scaleX(1);
}.program-outcomes-klz .container:hover h1 {
    transform: translateX(0);
}.program-outcomes-klz .container:hover h1::after {
    width: 120px;
}
}

@media (max-width: 767px) {.program-outcomes-klz {
    padding: 4rem 0;
}.program-outcomes-klz h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1.5rem;
}.program-outcomes-klz .note-frame-v2T {
    padding: 2rem 1.5rem;
}.program-outcomes-klz li p {
    font-size: calc(12px * 0.95);
}.program-outcomes-klz ul {
    gap: 1rem;
}}

@keyframes rotateGradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulseGradient {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}.thanksField-dZq {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(153,173,152,0.5) 0%, rgb(192,208,191,0.5) 100%);
    overflow: hidden;
}.thanksField-dZq::before {
    pointer-events: none;
    background: linear-gradient(120deg, rgb(153,173,152) 0%, rgb(192,208,191) 100%);
    transform: rotate(-15deg) skew(10deg);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    opacity: 0.1;
    right: -5%;
    content: "";
    position: absolute;
    animation: float 12s ease-in-out infinite;
    top: -10%;
    z-index: 1;
    height: 70%;
    width: 50%;
}.thanksField-dZq::after {
    pointer-events: none;
    transform: rotate(10deg) skew(-5deg);
    width: 40%;
    position: absolute;
    height: 60%;
    opacity: 0.08;
    animation: float 15s ease-in-out infinite reverse;
    content: "";
    bottom: -5%;
    z-index: 1;
    background: linear-gradient(210deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
    left: -5%;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
}.thanksField-dZq .container {
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    align-items: flex-start;
    z-index: 2;
    position: relative;
}.thanksField-dZq h2 {
    max-width: 90%;
    line-height: 1.3;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin-bottom: 2.5rem;
    transform: translateX(-10px);
    opacity: 0;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 37px;
}.thanksField-dZq h2::after {
    width: 120px;
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
    content: "";
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    bottom: -15px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
}.thanksField-dZq .knowledge-study-zdg {
    border: 1px solid rgba(0, 0, 0, 0.06);
    transform: translateY(20px);
    opacity: 0;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: #ffffff;
    padding: 3rem;
    position: relative;
}.thanksField-dZq .knowledge-study-zdg::before {
    height: 5px;
    content: "";
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    right: 0;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(153,173,152) 0%, rgb(192,208,191) 100%);
}.thanksField-dZq ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksField-dZq li {
    padding-left: 1.5rem;
    position: relative;
}.thanksField-dZq li::before {
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform: rotate(45deg) scale(0);
    content: "";
    height: 8px;
    background: rgb(153,173,152);
    position: absolute;
    left: 0;
    width: 8px;
    opacity: 0;
    top: 0.5rem;
}.thanksField-dZq span {
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateY(15px);
    animation: fadeIn 1s 1.2s ease-out forwards;
    line-height: 1.7;
    display: block;
    font-size: 15px;
}

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

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

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.thanksField-dZq {
    padding: 4rem 1.5rem;
}.thanksField-dZq h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
}.thanksField-dZq .knowledge-study-zdg {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.thanksField-dZq {
    padding: 3.5rem 1.25rem;
}.thanksField-dZq h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.thanksField-dZq h2::after {
    width: 100px;
    height: 3px;
}.thanksField-dZq .knowledge-study-zdg {
    padding: 2rem 1.5rem;
}.thanksField-dZq span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.thanksField-dZq {
    padding: 3rem 1rem;
}.thanksField-dZq h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.thanksField-dZq h2::after {
    bottom: -10px;
    height: 3px;
    width: 80px;
}.thanksField-dZq .knowledge-study-zdg {
    padding: 1.5rem 1.25rem;
}.thanksField-dZq li {
    padding-left: 1.25rem;
}.thanksField-dZq li::before {
    width: 6px;
    height: 6px;
}.thanksField-dZq span {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}.privacy-lock-vdf {
    position: relative;
    background: linear-gradient(135deg, rgb(226,233,225) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.privacy-lock-vdf::before {
    content: "";
    top: -10%;
    opacity: 0.15;
    filter: blur(80px);
    height: 25vw;
    right: -5%;
    z-index: 0;
    width: 25vw;
    transform: rotate(-15deg);
    background: rgb(192,208,191,0.5);
    position: absolute;
}.privacy-lock-vdf::after {
    background: rgb(153,173,152,0.5);
    filter: blur(80px);
    transform: rotate(15deg);
    left: -5%;
    opacity: 0.15;
    bottom: -10%;
    width: 25vw;
    content: "";
    height: 25vw;
    position: absolute;
    z-index: 0;
}.privacy-lock-vdf .container {
    max-width: 1200px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(192,208,191);
    transition: transform 0.5s ease-out;
    margin: 0 auto;
    padding: 3rem;
    transform: perspective(1000px) rotateY(1deg);
    background: #ffffff;
    position: relative;
    z-index: 1;
}.privacy-lock-vdf .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.privacy-lock-vdf h1 {
    transform: translateX(-8px);
    font-weight: 700;
    font-size: 44px;
    position: relative;
    margin-bottom: 2rem;
    color: #000000;
}.privacy-lock-vdf h1::before {
    background: linear-gradient(to bottom, rgb(192,208,191), rgb(153,173,152));
    width: 6px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    content: "";
    position: absolute;
}.privacy-lock-vdf h2 {
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    font-size: 36px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding-bottom: 0.75rem;
}.privacy-lock-vdf h2::after {
    content: "";
    width: 50px;
    bottom: -1px;
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    position: absolute;
}.privacy-lock-vdf h2:hover::after {
    width: 100px;
}.privacy-lock-vdf h3 {
    font-size: calc(36px * 0.85);
    color: #000000;
    position: relative;
    padding-left: 15px;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
}.privacy-lock-vdf h3::before {
    position: absolute;
    background: rgb(153,173,152);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    width: 3px;
    top: 0;
}.privacy-lock-vdf h4 {
    font-size: calc(36px * 0.7);
    display: inline-block;
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1rem;
    position: relative;
}.privacy-lock-vdf h4::after {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgb(153,173,152), transparent);
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
}.privacy-lock-vdf p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    max-width: 90ch;
}.privacy-lock-vdf ul {
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.5rem;
    position: relative;
}.privacy-lock-vdf ul::before {
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, rgb(192,208,191,0.5), transparent);
    top: 0;
    position: absolute;
    content: "";
}.privacy-lock-vdf li {
    position: relative;
    line-height: 1.6;
    color: #000000;
    transition: transform 0.2s ease;
    font-size: 12px;
    margin-bottom: 1rem;
    padding-left: 1rem;
}.privacy-lock-vdf li::before {
    left: -1.5rem;
    background: rgb(192,208,191);
    transition: transform 0.2s ease;
    transform: rotate(45deg);
    border-radius: 1px;
    width: 8px;
    position: absolute;
    height: 8px;
    opacity: 0.7;
    top: 0.7rem;
    content: "";
}.privacy-lock-vdf li:hover {
    transform: translateX(3px);
}.privacy-lock-vdf li:hover::before {
    transform: rotate(135deg);
    background: rgb(153,173,152);
}.privacy-lock-vdf span {
    color: #000000;
    opacity: 0.9;
    font-style: italic;
    border-left: 2px solid rgb(153,173,152,0.5);
    font-size: 12px;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 2rem;
    line-height: 1.7;
    display: block;
}.privacy-lock-vdf strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}.privacy-lock-vdf strong::after {
    width: 100%;
    background: rgb(192,208,191,0.5);
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    opacity: 0.3;
}

@media (max-width: 991px) {.privacy-lock-vdf {
    padding: 4rem 1.5rem;
}.privacy-lock-vdf .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0.5deg);
}.privacy-lock-vdf h1 {
    font-size: calc(44px * 0.9);
}.privacy-lock-vdf h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.privacy-lock-vdf {
    padding: 3rem 1rem;
}.privacy-lock-vdf .container {
    transform: perspective(600px) rotateY(0.3deg);
    border-left-width: 2px;
    padding: 2rem 1.5rem;
}.privacy-lock-vdf h1 {
    font-size: calc(44px * 0.8);
    transform: translateX(-5px);
}.privacy-lock-vdf h1::before {
    left: -15px;
    width: 4px;
}.privacy-lock-vdf h2 {
    font-size: calc(36px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.privacy-lock-vdf h3 {
    font-size: calc(36px * 0.7);
}.privacy-lock-vdf h4 {
    font-size: calc(36px * 0.6);
}.privacy-lock-vdf p, 
    .privacy-lock-vdf li,
    .privacy-lock-vdf span {
    font-size: calc(12px * 0.95);
}.privacy-lock-vdf ul {
    padding-left: 1rem;
}.privacy-lock-vdf li::before {
    height: 6px;
    width: 6px;
    left: -1rem;
}
}

@media (max-width: 480px) {.privacy-lock-vdf {
    padding: 2rem 0.75rem;
}.privacy-lock-vdf .container {
    transform: none;
    padding: 1.5rem 1.25rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.privacy-lock-vdf h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.7);
}.privacy-lock-vdf h2 {
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.7);
}.privacy-lock-vdf h3 {
    font-size: calc(36px * 0.6);
    margin: 1.75rem 0 1rem;
}.privacy-lock-vdf h4 {
    font-size: calc(36px * 0.5);
}.privacy-lock-vdf p, 
    .privacy-lock-vdf li,
    .privacy-lock-vdf span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.privacy-lock-vdf li {
    margin-bottom: 0.75rem;
}.privacy-lock-vdf ul {
    margin: 1rem 0 2rem;
}}.math-tools-szV {
    color: #ffffff;
    padding: 6rem 0 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(153,173,152,0.5) 100%);
}.math-tools-szV::before {
    left: 0;
    top: 0;
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(192,208,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(153,173,152,0.5) 0%, transparent 30%);
}.math-tools-szV::after {
    top: 0;
    content: '';
    position: absolute;
    z-index: 2;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    width: 100%;
    left: 0;
    height: 100%;
}.math-tools-szV .container {
    position: relative;
    z-index: 3;
}.math-tools-szV .site-map-jiI {
    display: flex;
    flex-direction: column;
    position: relative;
}.math-tools-szV .ask-form-WHt {
    z-index: 10;
    padding: 1.25rem 2rem;
    transform: translateY(-3.5rem);
    flex-wrap: wrap;
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 1.5rem;
    background-color: #ffffff;
    border-radius: 21px;
    position: relative;
    justify-content: space-between;
}.math-tools-szV .ask-form-WHt::before {
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, transparent 20%, rgb(192,208,191,0.5) 140%);
    width: 100%;
    z-index: -1;
    opacity: 0.08;
    border-radius: 21px;
    height: 100%;
}.math-tools-szV .info_item {
    min-width: 200px;
    flex: 1;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    max-width: 300px;
}.math-tools-szV .info_item:not(:last-child)::after {
    position: absolute;
    content: '';
    height: 70%;
    width: 1px;
    right: -0.75rem;
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(153,173,152,0.5), transparent);
    transform: translateY(-50%);
}.math-tools-szV .info_item p,
.math-tools-szV .info_item a {
    text-decoration: none;
    display: flex;
    gap: 0.875rem;
    border-radius: 10px;
    padding: 0.5rem;
    transition: all 0.3s ease;
    align-items: center;
    font-size: 14px;
    color: #000000;
}.math-tools-szV .info_item:hover {
    transform: translateY(-5px);
}.math-tools-szV .info_item:hover p,
.math-tools-szV .info_item:hover a {
    color: rgb(192,208,191);
}.math-tools-szV .info_item svg {
    fill: rgb(192,208,191);
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.math-tools-szV .info_item:hover svg {
    transform: scale(1.15);
}.math-tools-szV .text_main_holder {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    position: relative;
    gap: 4rem;
}.math-tools-szV .top-main-lGX {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.math-tools-szV .top-main-lGX svg {
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    height: auto;
}.math-tools-szV .top-main-lGX:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(192,208,191,0.5));
    transform: scale(1.03);
}.math-tools-szV .grant-cta-Z9o {
    line-height: 1.6;
    opacity: 0.8;
    font-size: calc(13px + 1px);
}.math-tools-szV .head-learn-4jP {
    position: relative;
    display: flex;
    flex-direction: column;
}.math-tools-szV .head-learn-4jP::before {
    top: 0;
    width: 1px;
    content: '';
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(153,173,152,0.5) 30%, rgb(153,173,152,0.5) 70%, transparent);
    position: absolute;
    left: -2rem;
}.math-tools-szV .head-learn-4jP::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(153,173,152,0.5) 30%, rgb(153,173,152,0.5) 70%, transparent);
    top: 0;
    content: '';
    width: 1px;
    bottom: 0;
    right: -2rem;
}.math-tools-szV .head-learn-4jP h5 {
    position: relative;
    margin-bottom: 1.75rem;
    padding-bottom: 0.875rem;
    font-size: 23px;
    font-weight: 600;
}.math-tools-szV .head-learn-4jP h5::after {
    height: 2px;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to right, rgb(192,208,191), transparent);
    bottom: 0;
    width: 60px;
}.math-tools-szV .main-know-DEj {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.math-tools-szV .main-know-DEj:first-child {
    margin-bottom: 2rem;
}.math-tools-szV .main-know-DEj a {
    font-size: 14px;
    position: relative;
    opacity: 0.85;
    transform-origin: left;
    text-decoration: none;
    color: #ffffff;
    padding: 0.25rem 0;
    transition: all 0.3s ease;
}.math-tools-szV .main-know-DEj a::before {
    position: absolute;
    transition: width 0.3s ease;
    height: 1px;
    left: 0;
    bottom: 0;
    content: '';
    width: 0;
    background-color: rgb(192,208,191);
}.math-tools-szV .main-know-DEj a:hover {
    transform: translateX(8px);
    opacity: 1;
    color: rgb(192,208,191);
}.math-tools-szV .main-know-DEj a:hover::before {
    width: 20px;
}.math-tools-szV .subscribe_holder {
    position: relative;
    border-radius: 21px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 1.5rem;
    flex-direction: column;
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
}.math-tools-szV .subscribe_holder::before {
    position: absolute;
    z-index: -1;
    top: 0;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(192,208,191,0.5), transparent 70%);
    width: 100%;
    content: '';
    opacity: 0.2;
    left: 0;
    height: 100%;
}.math-tools-szV .subscribe_holder::after {
    height: 150px;
    position: absolute;
    opacity: 0.3;
    content: '';
    z-index: -1;
    right: 0;
    width: 150px;
    animation: pulseGlow 6s infinite alternate;
    bottom: 0;
    background: radial-gradient(circle, rgb(192,208,191,0.5) 0%, transparent 70%);
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.math-tools-szV .subscribe_holder h5 {
    padding-bottom: 0.875rem;
    font-size: 23px;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
}.math-tools-szV .subscribe_holder h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: rgb(192,208,191);
    width: 40px;
    left: 0;
}.math-tools-szV .subscribe_holder p {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}.math-tools-szV .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
    position: relative;
}.math-tools-szV .input_holder::before {
    background: 
        radial-gradient(circle at bottom right, rgb(192,208,191,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(153,173,152,0.5) 0%, transparent 70%);
    opacity: 0.1;
    width: calc(100% + 20px);
    animation: subtleRotate 15s linear infinite;
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: calc(10px + 10px);
    height: calc(100% + 20px);
    z-index: -1;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.math-tools-szV .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 1.125rem 1.5rem;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.math-tools-szV .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(192,208,191,0.5);
    box-shadow: 0 0 0 3px rgb(192,208,191,0.5);
    background-color: rgba(255, 255, 255, 0.15);
}.math-tools-szV .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.math-tools-szV .sub-cta-kKV {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    padding: 1.125rem 1.5rem;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(192,208,191);
    border: none;
    font-size: 18px;
}.math-tools-szV .sub-cta-kKV::before {
    left: -100%;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    transition: left 0.7s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.math-tools-szV .sub-cta-kKV::after {
    position: absolute;
    opacity: 0;
    background: rgb(153,173,152);
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    content: '';
    left: 0;
    z-index: -2;
}.math-tools-szV .sub-cta-kKV:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.math-tools-szV .sub-cta-kKV:hover::before {
    left: 100%;
}.math-tools-szV .sub-cta-kKV:hover::after {
    opacity: 1;
}.math-tools-szV .footer-milestones-Oxn {
    position: relative;
    text-align: center;
    padding-top: 2rem;
    margin-top: 4rem;
}.math-tools-szV .footer-milestones-Oxn::before {
    top: 0;
    left: 20%;
    width: 60%;
    position: absolute;
    content: '';
    background: linear-gradient(to right, transparent, rgb(153,173,152,0.5), transparent);
    height: 1px;
}.math-tools-szV .blog-ref-YTC {
    opacity: 0.7;
    font-size: 13px;
}

@media (max-width: 1200px) {.math-tools-szV .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.math-tools-szV .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.math-tools-szV .head-learn-4jP::after {
    display: none;
}
}

@media (max-width: 991px) {.math-tools-szV {
    padding: 5rem 0 2rem;
}.math-tools-szV .ask-form-WHt {
    flex-wrap: wrap;
    justify-content: center;
}.math-tools-szV .info_item {
    width: calc(50% - 2rem);
    flex: 0 0 auto;
    max-width: none;
}.math-tools-szV .info_item:not(:last-child)::after {
    display: none;
}.math-tools-szV .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.math-tools-szV .head-learn-4jP::before, 
    .math-tools-szV .head-learn-4jP::after {
    display: none;
}.math-tools-szV .top-main-lGX {
    align-items: center;
    text-align: center;
}.math-tools-szV .head-learn-4jP h5, 
    .math-tools-szV .subscribe_holder h5 {
    text-align: center;
}.math-tools-szV .head-learn-4jP h5::after, 
    .math-tools-szV .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.math-tools-szV .main-know-DEj {
    grid-template-columns: repeat(3, 1fr);
}.math-tools-szV .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}

@media (max-width: 768px) {.math-tools-szV {
    padding: 4rem 0 2rem;
}.math-tools-szV .ask-form-WHt {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.math-tools-szV .info_item {
    max-width: none;
    width: 100%;
}.math-tools-szV .main-know-DEj {
    grid-template-columns: repeat(2, 1fr);
}.math-tools-szV .footer-milestones-Oxn {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.math-tools-szV {
    padding: 3rem 0 1.5rem;
}.math-tools-szV .ask-form-WHt {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.math-tools-szV .info_item p,
    .math-tools-szV .info_item a {
    font-size: calc(14px - 1px);
}.math-tools-szV .main-know-DEj {
    grid-template-columns: 1fr;
    text-align: center;
}.math-tools-szV .main-know-DEj a:hover {
    transform: none;
}.math-tools-szV .main-know-DEj a::before {
    transform: translateX(-50%);
    left: 50%;
}.math-tools-szV .main-know-DEj a:hover::before {
    width: 30px;
}.math-tools-szV .input_holder {
    width: 100%;
}}.pricing-card-list-iec {
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}.pricing-card-list-iec::before {
    right: -5%;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.1;
    top: -10%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(192,208,191,0.5) 20%, rgb(153,173,152,0.5) 80%);
    border-radius: 10px;
    width: 40%;
    height: 70%;
}.pricing-card-list-iec::after {
    bottom: -5%;
    content: "";
    width: 35%;
    opacity: 0.08;
    left: -3%;
    background: linear-gradient(45deg, rgb(153,173,152,0.5) 30%, rgb(192,208,191,0.5) 70%);
    position: absolute;
    border-radius: 10px;
    transform: rotate(10deg);
    z-index: 0;
    height: 50%;
}.pricing-card-list-iec .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    padding: 0 2rem;
}.pricing-card-list-iec .study-price-Pp4 {
    flex-direction: column;
    display: flex;
}.pricing-card-list-iec .pricing-catalog-Ch0 {
    margin-bottom: 3.5rem;
    text-align: center;
    order: 1;
    position: relative;
}.pricing-card-list-iec .pricing-catalog-Ch0 h2 {
    margin-bottom: 1.5rem;
    font-size: 37px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
}.pricing-card-list-iec .pricing-catalog-Ch0 h2::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -0.75rem;
    position: absolute;
    content: "";
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(192,208,191), transparent);
}.pricing-card-list-iec .pricing-fees-ZVc {
    max-width: 800px;
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}.pricing-card-list-iec .price-tiers-hfE {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    order: 2;
    gap: 2rem;
}.pricing-card-list-iec .package-price-mhr {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    color: #000000;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background: #ffffff;
    height: 100%;
}.pricing-card-list-iec .package-price-mhr:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.pricing-card-list-iec .package-price-mhr::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    content: "";
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
}.pricing-card-list-iec .package-price-mhr:hover::before {
    transform: translateY(0);
}.pricing-card-list-iec .class-cost-lUM {
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
}.pricing-card-list-iec .skill-offers-BIE {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    padding: 2rem 1.75rem;
}.pricing-card-list-iec .skill-offers-BIE h3 {
    font-size: calc(22px * 1.1);
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    color: #000000;
    position: relative;
}.pricing-card-list-iec .skill-offers-BIE .annual-fee-MwF {
    font-weight: 700;
    font-size: calc(22px * 1.3);
    margin-bottom: 1.5rem;
    color: rgb(192,208,191);
    position: relative;
}.pricing-card-list-iec .skill-offers-BIE .annual-fee-MwF::after {
    width: 40px;
    height: 2px;
    bottom: -0.75rem;
    background: rgb(192,208,191,0.5);
    left: 0;
    content: "";
    position: absolute;
}.pricing-card-list-iec .skill-offers-BIE p {
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    line-height: 1.65;
    font-size: 15px;
    color: #000000;
    word-break: break-word;
}.pricing-card-list-iec .hover-image-GqR {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
}.pricing-card-list-iec .hover-image-GqR::after {
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    content: "";
    width: 100%;
}.pricing-card-list-iec .package-price-mhr:hover .hover-image-GqR {
    transform: scale(1.05);
}.pricing-card-list-iec .package-price-mhr:nth-child(odd) .skill-offers-BIE::before {
    z-index: -1;
    width: 2.5rem;
    position: absolute;
    opacity: 0.1;
    height: 2.5rem;
    content: "";
    border-radius: 50%;
    top: 1rem;
    background: rgb(192,208,191,0.5);
    right: 1rem;
}.pricing-card-list-iec .package-price-mhr:nth-child(even) .skill-offers-BIE::before {
    background: rgb(153,173,152,0.5);
    height: 2.5rem;
    bottom: 1rem;
    left: 1rem;
    position: absolute;
    content: "";
    width: 2.5rem;
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
}

@media (min-width: 992px) {.pricing-card-list-iec .study-price-Pp4 {
    flex-direction: row;
}.pricing-card-list-iec .pricing-catalog-Ch0 {
    text-align: left;
    justify-content: center;
    order: 2;
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    margin-bottom: 0;
    padding-left: 3rem;
}.pricing-card-list-iec .pricing-catalog-Ch0 h2 {
    text-align: left;
    margin-bottom: 2rem;
}.pricing-card-list-iec .pricing-catalog-Ch0 h2::after {
    transform: none;
    left: 0;
    width: 40%;
}.pricing-card-list-iec .pricing-fees-ZVc {
    margin: 0;
    text-align: left;
}.pricing-card-list-iec .price-tiers-hfE {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 70%;
}
}

@media (max-width: 991px) {.pricing-card-list-iec {
    padding: 5rem 0;
}.pricing-card-list-iec .package-price-mhr {
    margin-bottom: 1.5rem;
}.pricing-card-list-iec .pricing-catalog-Ch0 {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing-card-list-iec {
    padding: 4rem 0;
}.pricing-card-list-iec .pricing-catalog-Ch0 h2 {
    font-size: calc(37px * 0.9);
}.pricing-card-list-iec .skill-offers-BIE h3 {
    font-size: 22px;
}.pricing-card-list-iec .skill-offers-BIE .annual-fee-MwF {
    font-size: calc(22px * 1.15);
}.pricing-card-list-iec .hover-image-GqR {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing-card-list-iec {
    padding: 3rem 0;
}.pricing-card-list-iec .container {
    padding: 0 1.5rem;
}.pricing-card-list-iec .price-tiers-hfE {
    gap: 1.5rem;
}.pricing-card-list-iec .skill-offers-BIE {
    padding: 1.5rem;
}.pricing-card-list-iec .hover-image-GqR {
    height: 140px;
}
}

@media (hover: none) {.pricing-card-list-iec .package-price-mhr:hover {
    transform: none;
}.pricing-card-list-iec .package-price-mhr:hover .hover-image-GqR {
    transform: none;
}}.teaching-experience-M6o {
    padding: 7rem 2rem;
    position: relative;
    background: radial-gradient(circle at 70% 30%, rgb(192,208,191,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(153,173,152,0.5) 0%, transparent 40%), 
              #000000;
    overflow: hidden;
}.teaching-experience-M6o::before {
    position: absolute;
    opacity: 0.3;
    height: 150%;
    content: "";
    top: -25%;
    animation: backgroundMovement 30s linear infinite alternate;
    left: -25%;
    width: 150%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
}.teaching-experience-M6o .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.teaching-experience-M6o .user-ratings-60K {
    border-radius: 24px;
    grid-template-rows: auto auto auto;
    display: grid;
    position: relative;
    gap: 0;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
}.teaching-experience-M6o .user-ratings-60K::after {
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0.3;
    background: linear-gradient(135deg, rgb(192,208,191,0.5) 0%, transparent 50%);
    position: absolute;
    pointer-events: none;
}.teaching-experience-M6o .user-ratings-60K .hover-image-GqR {
    transform: scale(1.05) translateX(-5%);
    z-index: 1;
    transition: all 0.5s ease;
    grid-column: 1 / 2;
    position: relative;
    min-height: 500px;
    box-shadow: 0 0 30px rgb(192,208,191,0.5);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    grid-row: 1 / 4;
    border-radius: 0;
}.teaching-experience-M6o .user-ratings-60K .hover-image-GqR:hover {
    box-shadow: 0 0 50px rgb(192,208,191);
    transform: scale(1.07) translateX(-4%);
}.teaching-experience-M6o .user-ratings-60K .name {
    color: #ffffff;
    z-index: 2;
    text-shadow: 0 0 10px rgb(192,208,191,0.5), 0 0 20px rgb(192,208,191,0.5);
    letter-spacing: 2px;
    padding: 3.5rem 2rem 0.5rem 3rem;
    position: relative;
    grid-column: 2 / 3;
    animation: neonPulse 4s infinite alternate;
    grid-row: 1 / 2;
    font-size: 29px;
    font-weight: 700;
}.teaching-experience-M6o .user-ratings-60K span:not(.name) {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 2rem 1rem 3rem;
    letter-spacing: 1px;
    font-weight: 400;
    z-index: 2;
    grid-column: 2 / 3;
    color: rgb(153,173,152);
    grid-row: 2 / 3;
}.teaching-experience-M6o .user-ratings-60K .employee-content-GnL {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    padding: 2rem 2rem 2.5rem 3rem;
    grid-column: 2 / 3;
    border-radius: 0 10px 0 0;
    backdrop-filter: blur(5px);
    margin-right: 1.5rem;
    grid-row: 3 / 4;
    z-index: 2;
    border-top: 1px solid rgb(153,173,152,0.5);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    line-height: 1.7;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(192,208,191,0.5), 0 0 20px rgb(192,208,191,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(192,208,191), 0 0 30px rgb(192,208,191);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.teaching-experience-M6o {
    padding: 5rem 1.5rem;
}.teaching-experience-M6o .user-ratings-60K {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.teaching-experience-M6o .user-ratings-60K .hover-image-GqR {
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
    min-height: 350px;
}.teaching-experience-M6o .user-ratings-60K .hover-image-GqR:hover {
    transform: scale(1.03) translateY(-4%);
}.teaching-experience-M6o .user-ratings-60K .name {
    grid-row: 2 / 3;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-column: 1 / 2;
}.teaching-experience-M6o .user-ratings-60K span:not(.name) {
    grid-column: 1 / 2;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-row: 3 / 4;
}.teaching-experience-M6o .user-ratings-60K .employee-content-GnL {
    grid-row: 4 / 5;
    padding: 1.5rem;
    margin-right: 0;
    border-radius: 10px;
    grid-column: 1 / 2;
}
}

@media (max-width: 576px) {.teaching-experience-M6o {
    padding: 4rem 1rem;
}.teaching-experience-M6o .user-ratings-60K .hover-image-GqR {
    min-height: 280px;
}.teaching-experience-M6o .user-ratings-60K .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.teaching-experience-M6o .user-ratings-60K span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.teaching-experience-M6o .user-ratings-60K .employee-content-GnL {
    padding: 1.2rem;
}
}