svg {
    height: 30px;
    width: 30px;
}

.tI-equity-pledge {
    flex: 0 0 auto;
}

.tI-equity-pledge {
    padding: 70px 0;
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1199px;
}


.eo-contact-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(210,230,238);
}

.eo-contact-section::after {
    animation: backgroundMove 30s infinite linear;
    opacity: 0.2;
    z-index: 1;
    left: 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    top: 0;
    content: "";
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, rgb(165,203,218,0.5) 0, rgb(165,203,218,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(119,175,198,0.5) 0, rgb(119,175,198,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(165,203,218,0.5), transparent 70%),
        linear-gradient(180deg, rgb(119,175,198,0.5), transparent 70%);
    position: absolute;
    height: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
}

.eo-contact-section .Lj-help-feedback {
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(165,203,218,0.5);
    display: flex;
    border-radius: 12px;
}

.eo-contact-section .Lj-help-feedback::before {
    pointer-events: none;
    z-index: 3;
    opacity: 0.2;
    inset: 0;
    content: "";
    border: 1px solid rgb(165,203,218);
    border-radius: 12px;
    position: absolute;
}

.eo-contact-section .FL-img-img::after {
    opacity: 0.7;
    content: "";
    inset: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(165,203,218,0.5) 100%);
    z-index: 2;
}

.eo-contact-section .QV-contact-query::after {
    opacity: 0.3;
    filter: blur(80px);
    position: absolute;
    background: rgb(119,175,198,0.5);
    bottom: -75px;
    height: 150px;
    content: "";
    left: -75px;
    width: 150px;
    z-index: 0;
}

.eo-contact-section form {
    position: relative;
    z-index: 2;
}

.eo-contact-section form h3::after {
    background: rgb(165,203,218);
    left: 0;
    position: absolute;
    box-shadow: 
        0 0 5px rgb(165,203,218,0.5),
        0 0 10px rgb(165,203,218,0.5);
    width: 40px;
    content: "";
    height: 2px;
    bottom: -15px;
}

.eo-contact-section form input[type="text"]:focus {
    outline: none;
    border-color: rgb(165,203,218);
    box-shadow: 
        0 0 0 1px rgb(165,203,218),
        0 0 5px rgb(165,203,218,0.5);
}

.eo-contact-section .DV-query-card {
    margin-bottom: 35px;
    position: relative;
}

.eo-contact-section .DV-query-card label {
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.eo-contact-section .DV-query-card input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(165,203,218,0.5);
    border-color: rgb(165,203,218);
    background: rgb(165,203,218);
}

.eo-contact-section .DV-query-card label a {
    transition: all 0.3s ease;
    color: rgb(165,203,218);
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.eo-contact-section .DV-query-card label a::after {
    content: "";
    bottom: -1px;
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(165,203,218);
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    height: 1px;
}

.eo-contact-section .Rd-contact-request::before {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    background: rgb(119,175,198);
    transition: transform 0.5s ease;
    content: "";
    left: 0;
    transform-origin: right;
    top: 0;
    height: 100%;
    z-index: -1;
}

.eo-contact-section .Rd-contact-request:hover {
    box-shadow: 
        0 5px 20px rgb(119,175,198,0.5),
        0 0 0 1px rgb(119,175,198);
}

.eo-contact-section svg {
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(165,203,218);
    width: 22px;
    filter: drop-shadow(0 0 2px rgb(165,203,218,0.5));
}

.Xq-join-our-mailing-list {
    padding: 4rem 2rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(210,230,238) 0%, rgb(165,203,218,0.5) 100%);
}

.Xq-join-our-mailing-list .VP-edu-promise {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    transform: skewX(-5deg);
    position: relative;
}

.Xq-join-our-mailing-list .Pb-inquiry-links {
    background: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    padding: 3rem 3rem 3.5rem;
    width: 90%;
    box-shadow: 
        -15px 15px 0 rgb(119,175,198,0.5),
        15px -15px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    max-width: 600px;
    border-radius: 16px;
    transform: translateX(-5%) skewX(5deg);
    margin-left: auto;
    display: flex;
}

.Xq-join-our-mailing-list h3::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    left: 0;
    border-radius: 10px;
    content: "";
    background: rgb(165,203,218);
}

.Xq-join-our-mailing-list input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(165,203,218,0.5);
    transform: skewX(-5deg) scale(1.02);
    border-color: rgb(165,203,218);
    outline: none;
}

.Xq-join-our-mailing-list input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.Xq-join-our-mailing-list .ut-sub-bonus::before {
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: "";
    top: 0;
    position: absolute;
}

.Xq-join-our-mailing-list .ut-sub-bonus:hover {
    transform: skewX(-5deg) translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

.lZ-test-drive {
    overflow: hidden;
    isolation: isolate;
    margin: 0;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(150deg, rgb(210,230,238) 0%, rgb(165,203,218,0.5) 100%);
}



.lZ-test-drive::after {
    left: 0;
    z-index: 2;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(rgb(165,203,218), 0.15) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgba(rgb(119,175,198), 0.15) 0%, transparent 15%);
    height: 100%;
}

.lZ-test-drive::after {
    z-index: 3;
    width: 100%;
    position: absolute;
    opacity: 0.8;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(165,203,218) 0%, rgb(165,203,218) 3px, transparent 3px),
        radial-gradient(circle at 90% 10%, rgb(165,203,218) 0%, rgb(165,203,218) 3px, transparent 3px),
        radial-gradient(circle at 10% 90%, rgb(119,175,198) 0%, rgb(119,175,198) 3px, transparent 3px),
        radial-gradient(circle at 90% 90%, rgb(119,175,198) 0%, rgb(119,175,198) 3px, transparent 3px);
    animation: cornerDotsGlow 4s ease-in-out infinite alternate;
    background-repeat: no-repeat;
}



.lZ-test-drive::after {
    position: absolute;
    z-index: 3;
    width: 100%;
    animation: topBarAnimate 4s ease-in-out infinite;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(165,203,218), transparent);
    content: '';
    top: 0;
}



.lZ-test-drive .VP-edu-promise {
    justify-content: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    padding: 4rem 3rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    border-radius: 19px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    z-index: 5;
}

.lZ-test-drive .VP-edu-promise::after {
    border-right-width: 2px;
    animation: cornerPulse 3s 1.5s infinite alternate;
    border-color: rgb(119,175,198);
    right: 15px;
    bottom: 15px;
    border-bottom-width: 2px;
}

.lZ-test-drive h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 0 20px 15px;
    letter-spacing: 3px;
    margin-bottom: 2.5rem;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lZ-test-drive h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(165,203,218), rgb(119,175,198));
    content: '';
    height: 3px;
    width: 50px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.8;
    bottom: -2px;
}

.lZ-test-drive h3::before {
    height: 10px;
    width: 100%;
    background-repeat: no-repeat;
    background-image: 
        radial-gradient(circle at 10% 50%, rgb(165,203,218) 0%, rgb(165,203,218) 3px, transparent 3px),
        radial-gradient(circle at 90% 50%, rgb(119,175,198) 0%, rgb(119,175,198) 3px, transparent 3px);
    content: '';
    left: 0;
    bottom: -5px;
    position: absolute;
}

.lZ-test-drive .YD-get-contactbox::before {
    z-index: -1;
    content: '';
    top: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(119,175,198) 0%, rgb(165,203,218) 100%);
}

.lZ-test-drive .YD-get-contactbox:hover {
    transform: translateY(-5px);
    letter-spacing: 2.5px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.lZ-test-drive .YD-get-contactbox:hover::after {
    opacity: 0.8;
}

.qg-course-features {
    background: linear-gradient(120deg, #000000 20%, rgb(119,175,198,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}

.qg-course-features::before {
    animation: floatGradient 20s ease-in-out infinite alternate;
    filter: blur(30px);
    position: absolute;
    width: 70%;
    z-index: 1;
    height: 140%;
    content: "";
    top: -20%;
    background: radial-gradient(ellipse at center, rgb(165,203,218,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    right: -10%;
}

.qg-course-features .container {
    z-index: 2;
    position: relative;
}

.qg-course-features .VP-edu-promise {
    display: grid;
    gap: 0;
    min-height: 500px;
    grid-template-areas: 
        "photo info"
        "photo info";
    grid-template-columns: 45% 55%;
    position: relative;
}

.qg-course-features .PO-learn-work {
    padding: 3.5rem 3rem 3.5rem 5rem;
    backdrop-filter: blur(8px);
    border-radius: 0 15px 15px 0;
    z-index: 3;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    grid-area: info;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-40px);
}

.qg-course-features .PO-learn-work::after {
    left: -50%;
    z-index: -1;
    opacity: 0.1;
    width: 200%;
    height: 200%;
    top: -50%;
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(165,203,218,0.5) 0%,
        transparent 60%
    );
    animation: rotateRadial 30s linear infinite;
    position: absolute;
    transform-origin: center;
}

.qg-course-features .Ms-head-prime::after {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    content: "";
    border-radius: 8px;
    position: absolute;
    z-index: -1;
}

.qg-course-features .Ms-head-prime svg {
    height: 50px;
    filter: drop-shadow(0 0 8px rgb(165,203,218,0.5));
    width: 50px;
    animation: floatLogo 6s ease-in-out infinite;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.qg-course-features h3::before {
    background: linear-gradient(to right, rgb(165,203,218), transparent);
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    width: 40px;
    bottom: -10px;
}

.qg-course-features p {
    color: #ffffff;
    line-height: 1.8;
    max-width: 600px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 12px;
    margin-bottom: 2rem;
}

.qg-course-features .FL-img-img::before {
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    top: 0;
    position: absolute;
    opacity: 0.6;
    z-index: 2;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.qg-course-features .VP-edu-promise:hover .FL-img-img {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}

.qg-course-features .Ms-head-prime:hover svg path {
    fill: rgb(119,175,198);
}

.Eu-homepage {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    min-height: 100vh;
}

.Eu-homepage .uW-page-welcome::before {
    z-index: 1;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, 
    rgb(165,203,218,0.5) 0%, 
    rgba(0, 0, 0, 0.75) 100%);
}

.Eu-homepage h1 {
    font-weight: 700;
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 38px);
    line-height: 1.2;
    position: relative;
    color: #ffffff;
    transform: translateX(-10px);
    opacity: 0;
    margin-bottom: 1.5rem;
}

.Eu-homepage h1::after {
    bottom: -10px;
    position: absolute;
    animation: scale-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    left: 0;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    height: 4px;
    background: rgb(119,175,198);
    width: 80px;
}

.Eu-homepage p {
    max-width: 700px;
    font-size: clamp(1rem, 2vw, 12px);
    margin-top: 1.5rem;
    transform: translateX(-10px);
    opacity: 0;
    line-height: 1.6;
    position: relative;
    color: #ffffff;
    padding-left: 1.5rem;
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}

.Wf-leadership-profile {
    padding: 140px 0;
    background: linear-gradient(135deg, #000000 0%, rgb(210,230,238) 100%);
    overflow: hidden;
    position: relative;
}

.Wf-leadership-profile .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.Wf-leadership-profile .Hz-review-highlights {
    position: relative;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    display: grid;
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
}

.Wf-leadership-profile .FL-img-img::before {
    position: absolute;
    border-radius: 29px;
    mix-blend-mode: multiply;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
}

.Wf-leadership-profile .Hz-review-highlights:hover .FL-img-img {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}

.Wf-leadership-profile .name::after {
    position: absolute;
    left: 20px;
    bottom: -8px;
    transform-origin: left;
    height: 4px;
    width: 60px;
    transform: scaleX(0.6);
    background: rgb(165,203,218);
    content: "";
    transition: transform 0.5s ease;
}

.Wf-leadership-profile .Hz-review-highlights:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}

.Wf-leadership-profile .Hz-review-highlights:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}

.Wf-leadership-profile .HD-past-work {
    grid-area: quote;
    transform: translateY(0);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    backdrop-filter: blur(10px);
    border-radius: 29px;
    padding: 35px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-weight: 300;
    border-left: 4px solid rgb(165,203,218);
    font-size: 18px;
    margin: 30px 0 0;
    z-index: 2;
    position: relative;
    line-height: 1.7;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.EX-service-info::before {
    z-index: 1;
    opacity: 0.03;
    background: 
    linear-gradient(45deg, rgb(165,203,218,0.5) 25%, transparent 25%) -50px 0,
    linear-gradient(45deg, transparent 25%, rgb(119,175,198,0.5) 25%, rgb(119,175,198,0.5) 50%, transparent 50%, transparent 75%, rgb(119,175,198,0.5) 75%, rgb(119,175,198,0.5)) -50px 0;
    width: 100%;
    height: 100%;
    content: "";
    animation: backgroundMove 60s linear infinite;
    position: absolute;
    background-size: 100px 100px;
    top: 0;
    left: 0;
}

.EX-service-info .xZ-contact-section::before {
    background: 
    radial-gradient(circle at 20% 20%, rgb(165,203,218,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgb(119,175,198,0.5) 0%, transparent 50%);
    opacity: 0.05;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
}

.EX-service-info h2 {
    font-weight: 700;
    margin-bottom: 35px;
    padding-left: 20px;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 32px;
    color: #000000;
}

.EX-service-info h2::after {
    width: 100px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(165,203,218), transparent);
    bottom: -10px;
    left: 0;
    height: 2px;
}

.EX-service-info p {
    line-height: 1.8;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
}

.EX-service-info p:last-of-type:hover {
    transform: translateX(5px);
    background: rgba(0, 0, 0, 0.04);
}

.EX-service-info p svg {
    filter: drop-shadow(0 0 2px rgb(165,203,218,0.5));
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
    fill: rgb(165,203,218);
    margin-right: 15px;
}

.EX-service-info .yJ-course-ask {
    flex-wrap: wrap;
    position: relative;
    gap: 30px;
    padding-top: 20px;
    display: flex;
}

.EX-service-info .YD-get-contactbox {
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 70px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    height: 70px;
}

.EX-service-info .YD-get-contactbox::after {
    right: -2px;
    left: -2px;
    background-size: 200% 200%;
    top: -2px;
    opacity: 0;
    border-radius: 17px;
    content: "";
    background: linear-gradient(45deg, rgb(165,203,218), rgb(119,175,198), rgb(165,203,218));
    animation: gradient-animation 6s linear infinite;
    bottom: -2px;
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -2;
}

.EX-service-info .YD-get-contactbox:hover::before {
    opacity: 0.2;
}

.EX-service-info .YD-get-contactbox:hover::after {
    opacity: 1;
}

.EX-service-info .YD-get-contactbox:hover svg path {
    fill: rgb(165,203,218);
}

header::before {
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    position: absolute;
    content: '';
}

header .Ms-head-prime {
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
    padding: 0.5rem;
    overflow: visible;
}

header .Ms-head-prime::after {
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    z-index: -1;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    opacity: 0;
    transform: skew(-5deg);
    position: absolute;
    right: -5px;
    bottom: -5px;
    top: -5px;
    left: -5px;
    content: '';
}



header .LM-site-start {
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

header .LM-site-start img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

header .tP-site-head {
    position: relative;
    margin: 0 0.4rem;
}

header .tP-site-head a::before {
    right: -2px;
    bottom: -2px;
    content: '';
    background: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: scale(0.9);
    z-index: -1;
    top: -2px;
    left: -2px;
    position: absolute;
}

header .tP-site-head a:hover {
    transform: translateY(-3px);
    border-color: #ffffff;
    text-shadow: none;
    color: rgb(165,203,218);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

header .tP-site-head::after {
    filter: blur(3px);
    width: 80%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 5px;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    bottom: -10px;
    left: 10%;
    content: '';
}

header .Pk-head-train::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}

.Ku-course-benefits::before {
    content: '';
    opacity: 0.4;
    top: -50%;
    background: radial-gradient(circle at center, rgb(119,175,198,0.5) 0%, transparent 60%);
    width: 200%;
    height: 200%;
    z-index: 0;
    left: -50%;
    position: absolute;
}

.Ku-course-benefits .VP-edu-promise {
    flex-direction: column;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    display: flex;
    max-width: 1280px;
}

.Ku-course-benefits h2::after {
    background: rgb(119,175,198);
    bottom: 0;
    height: 4px;
    content: '';
    position: absolute;
    width: 100px;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
}

.Ku-course-benefits .FL-img-img {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    flex: 1;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    min-width: 320px;
    min-height: 450px;
}

.Ku-course-benefits .FL-img-img::after {
    z-index: 2;
    content: '';
    width: 70px;
    right: 30px;
    border: 3px solid #ffffff;
    position: absolute;
    top: 30px;
    height: 70px;
    opacity: 0.2;
    border-radius: 50%;
}

.Ku-course-benefits .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.Ku-course-benefits .text_main_holder > div {
    display: flex;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    gap: 15px;
    backdrop-filter: blur(10px);
}

.Ku-course-benefits .text_main_holder > div:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.Ku-course-benefits .text_main_holder svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    height: 32px;
    width: 32px;
}

.Ku-course-benefits .text_main_holder > div:hover svg path {
    fill: rgb(119,175,198);
}

.lA-our-mission {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}

.lA-our-mission::after {
    content: "";
    right: -100px;
    top: -100px;
    background: rgb(165,203,218);
    z-index: 1;
    height: 300px;
    border-radius: 50%;
    animation: pulse 10s infinite alternate ease-in-out;
    filter: blur(60px);
    position: absolute;
    width: 300px;
    opacity: 0.15;
}

.lA-our-mission .gP-content-box-wrap {
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    border-left: 4px solid rgb(165,203,218);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
    background: linear-gradient(to right, 
        rgba(#000000, 0.6), 
        rgba(#000000, 0.4));
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

.lA-our-mission .gP-content-box-wrap > div:first-child::after {
    bottom: -5px;
    left: 0;
    width: 60px;
    position: absolute;
    content: "";
    background: rgb(165,203,218);
    transition: width 0.4s ease;
    height: 2px;
}

.lA-our-mission p {
    animation: fadeInRight 0.6s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    line-height: 1.6;
    font-size: calc(12px * 1.2);
    margin: 0 0 25px;
    color: #ffffff;
    transform: translateX(-10px);
}

.lA-our-mission li {
    text-align: justify;
    color: #ffffff;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    line-height: 1.8;
    font-size: 12px;
}

.lA-our-mission li::before {
    height: 6px;
    position: absolute;
    top: 12px;
    content: "";
    width: 6px;
    left: 0;
    border-radius: 50%;
    background-color: rgb(165,203,218);
}

.tI-equity-pledge .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.tI-equity-pledge .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
    padding: 30px;
}

.tI-equity-pledge .company_holder h3 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 25px;
}

.tI-equity-pledge .gi-calc-foot {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    line-height: 1.6;
}

.tI-equity-pledge .MJ-top-teach {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

.tI-equity-pledge .MJ-top-teach h5 {
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 18px;
    border-left: 3px solid rgb(165,203,218);
    color: #ffffff;
}

.tI-equity-pledge .MJ-top-teach .qB-top-mainwrap a::before {
    z-index: -1;
    left: 0;
    width: 0;
    position: absolute;
    top: 0;
    transition: width 0.3s ease;
    background: rgb(165,203,218,0.5);
    height: 100%;
    content: '';
}

.tI-equity-pledge .MJ-top-teach .qB-top-mainwrap a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}

.BP-enroll-info .container {
    justify-content: center;
    display: flex;
    align-items: center;
}



footer::after {
    z-index: 1;
    position: absolute;
    right: 0;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    background-size: 40px 40px;
}

.Ki-appNote::before {
    right: 0;
    content: "";
    transform: translateX(20%) skewX(-15deg);
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(215deg, rgb(165,203,218,0.5) 0%, transparent 70%);
    width: 40%;
    height: 100%;
}

.Ki-appNote .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.Ki-appNote h2::before {
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    background: rgb(165,203,218);
    top: -15px;
    width: 80px;
    content: "";
    transform: scaleX(0);
    position: absolute;
    left: 0;
    height: 4px;
    transform-origin: left;
}

.Ki-appNote .VP-edu-promise {
    padding: 40px 50px;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    transform-origin: top center;
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    opacity: 0;
}

.Ki-appNote ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Ki-appNote li {
    opacity: 0;
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    transform: translateY(20px);
    position: relative;
}

.Ki-appNote span {
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    letter-spacing: 0.02em;
    font-size: 15px;
    line-height: 1.8;
}

.jT-study-process {
    padding: 100px 20px;
    overflow: hidden;
    background: rgb(210,230,238);
    z-index: 1;
    position: relative;
}

.jT-study-process {
    padding: 60px 15px;
}

.jT-study-process {
    padding: 40px 10px;
}

.jT-study-process::after {
    content: "";
    height: 100%;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(119,175,198,0.5) 0%,
        transparent 60%
    );
    filter: blur(60px);
    width: 100%;
    animation: glow-pulse 8s ease-in-out infinite alternate;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.jT-study-process .VP-edu-promise::before {
    left: -5px;
    border-radius: 21px;
    background-size: 300% 300%;
    top: -5px;
    content: "";
    filter: blur(2px);
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(165,203,218,0.5) 45%,
        rgb(119,175,198) 50%,
        rgb(165,203,218,0.5) 55%,
        transparent 60%
    );
    z-index: -1;
    animation: border-flow 6s linear infinite;
    right: -5px;
    position: absolute;
    bottom: -5px;
}

.jT-study-process h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    animation: title-float 5s ease-in-out infinite alternate;
    transform: translateZ(30px);
    position: relative;
    z-index: 2;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.jT-study-process h3 {
    margin-bottom: 25px;
    font-size: calc(32px - 6px);
}

.jT-study-process h3 {
    font-size: calc(32px - 8px);
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.jT-study-process h3::after {
    animation: text-glow 3s ease-in-out infinite alternate;
    z-index: -1;
    filter: blur(4px);
    position: absolute;
    color: rgb(165,203,218);
    top: 0;
    content: attr(data-text);
    left: 0;
    opacity: 0.7;
}

.jT-study-process span {
    animation: text-float 7s ease-in-out infinite alternate;
    max-width: 800px;
    position: relative;
    color: #000000;
    transform: translateZ(10px);
    font-size: 17px;
    text-align: center;
    line-height: 1.8;
    z-index: 2;
}

.jT-study-process span {
    line-height: 1.6;
}

.jT-study-process span {
    font-size: calc(17px - 2px);
}

.wr-secure-shell:before {
    z-index: 1;
    width: 150px;
    content: "";
    height: 150px;
    background: rgb(165,203,218,0.5);
    top: -50px;
    border-radius: 50%;
    position: absolute;
    left: -50px;
}

.wr-secure-shell:after {
    background: rgb(119,175,198,0.5);
    content: "";
    width: 200px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 1;
    height: 200px;
    border-radius: 50%;
}

.wr-secure-shell h1:before {
    height: 5px;
    content: "";
    background: rgb(119,175,198);
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -5px;
    width: 50px;
}

.wr-secure-shell h2:before {
    height: 3px;
    bottom: -5px;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 30px;
    content: "";
    background: rgb(165,203,218);
}

.wr-secure-shell li {
    margin-bottom: 15px;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
}

.wr-secure-shell li:before {
    left: -25px;
    content: "•";
    position: absolute;
    line-height: 1;
    font-size: 1.5em;
    color: rgb(165,203,218);
}

.wr-secure-shell .container {
    position: relative;
    z-index: 2;
}

.wr-secure-shell h3, .wr-secure-shell h4, .wr-secure-shell h5, .wr-secure-shell h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    font-size: 1.2em;
    color: rgb(165,203,218);
    font-weight: 600;
}

.wr-secure-shell a:hover {
    color: rgb(165,203,218);
    border-bottom: 1px solid rgb(165,203,218);
}

.wr-secure-shell button {
    font-size: 14px;
    border: 2px solid rgb(165,203,218);
    padding: 12px 25px;
    position: relative;
    background: rgb(119,175,198);
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    z-index: 2;
}

#tp-cookiePopupWindow {
    display: none;
}

.br-policy-ack {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}

.Zk-privacySettingsModal p {
    font-size: 18px;
}

.qn-privacy-ack {
    flex-shrink: 0;
    margin-right: 10px;
}

.LI-data-approve {
    margin-left: 10px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(165,203,218);
    min-width: 120px;
    text-decoration: none;
    line-height: 35px;
    flex-shrink: 0;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: rgb(165,203,218);
}

.cP-layer-container .br-policy-ack {
    padding: 40px 0;
    justify-content: space-between;
}

.cP-layer-container .Cl-edu-accept {
    text-align: left;
    color: #ffffff;
}

.cP-layer-container .Cl-edu-accept h5 {
    font-weight: 700;
}

.cP-layer-container .Cl-edu-accept h5, .cP-layer-container .Cl-edu-accept p {
    color: #ffffff;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.eo-contact-section {
    padding: 60px 0;
}.eo-contact-section h2 {
    margin-bottom: 40px;
    font-size: calc(42px * 0.8);
}.eo-contact-section .Lj-help-feedback {
    flex-direction: column;
}.eo-contact-section .FL-img-img {
    min-height: 300px;
    width: 100%;
}.eo-contact-section .QV-contact-query {
    width: 100%;
    padding: 40px 30px;
}.eo-contact-section form h3 {
    margin-bottom: 30px;
}.eo-contact-section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.eo-contact-section .DV-query-card {
    margin-bottom: 25px;
}.eo-contact-section .Rd-contact-request {
    padding: 15px 25px;
}
}



@media (min-width: 768px) {.Xq-join-our-mailing-list {
    padding: 6rem 3rem;
}.Xq-join-our-mailing-list .Pb-inquiry-links {
    padding: 4rem 4rem 4.5rem;
    width: 70%;
}.Xq-join-our-mailing-list .input_holder {
    align-items: center;
    flex-direction: row;
}.Xq-join-our-mailing-list input[type="email"] {
    flex: 1;
}.Xq-join-our-mailing-list .ut-sub-bonus {
    align-self: center;
}
}



@media screen and (max-width: 991px) {.lZ-test-drive {
    padding: 4.5rem 1.5rem;
}}



@media screen and (max-width: 992px) {.qg-course-features {
    padding: 5rem 0;
}.qg-course-features .VP-edu-promise {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-template-areas:
            "FL-img-img"
            "qs-reach-feedback";
}.qg-course-features .FL-img-img {
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 15px 15px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
}.qg-course-features .PO-learn-work {
    border-radius: 0 0 15px 15px;
    transform: translateY(-40px);
    padding: 3rem 2.5rem;
}.qg-course-features .VP-edu-promise:hover .FL-img-img {
    transform: perspective(1000px) rotateX(8deg);
}.qg-course-features .VP-edu-promise:hover .PO-learn-work {
    transform: translateY(-50px);
}
}



@media screen and (max-width: 576px) {.qg-course-features {
    padding: 3rem 0;
}.qg-course-features .FL-img-img {
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.qg-course-features .PO-learn-work {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
}.qg-course-features .Ms-head-prime {
    margin-bottom: 1.2rem;
    height: 70px;
    width: 70px;
}.qg-course-features .Ms-head-prime svg {
    height: 40px;
    width: 40px;
}.qg-course-features h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.2rem;
}.qg-course-features h3::before {
    height: 2px;
    bottom: -8px;
    width: 30px;
}.qg-course-features h3::after {
    height: 1px;
    width: 60px;
    bottom: -12px;
}.qg-course-features p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.qg-course-features .VP-edu-promise:hover .PO-learn-work {
    transform: translateY(-35px);
}}



@media (prefers-reduced-motion: reduce) {.Eu-homepage .Zb-teach-style,
  .Eu-homepage h1,
  .Eu-homepage h3,
  .Eu-homepage p {
    animation: none;
    transform: none;
    opacity: 1;
}.Eu-homepage h1::after {
    animation: none;
    transform: scaleX(1);
}}



@media (max-width: 576px) {.Wf-leadership-profile {
    padding: 60px 0;
}.Wf-leadership-profile .FL-img-img {
    max-width: 250px;
    height: 250px;
}.Wf-leadership-profile .name {
    font-size: 21px;
}.Wf-leadership-profile .HD-past-work {
    font-size: calc(18px * 0.95);
    padding: 25px 20px;
}}



@media (max-width: 992px) {.EX-service-info {
    padding: 70px 0;
}.EX-service-info .xZ-contact-section {
    padding: 45px 35px;
}.EX-service-info h2 {
    font-size: calc(32px * 0.9);
}.EX-service-info .yJ-course-ask {
    gap: 20px;
}.EX-service-info .YD-get-contactbox {
    width: 65px;
    height: 65px;
}.EX-service-info .YD-get-contactbox svg {
    height: 26px;
    width: 26px;
}
}



@media (max-width: 768px) {.EX-service-info {
    padding: 60px 0;
}.EX-service-info .xZ-contact-section {
    padding: 40px 30px;
}.EX-service-info h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.85);
}.EX-service-info p {
    font-size: calc(18px * 0.95);
    margin-bottom: 25px;
}.EX-service-info p:last-of-type {
    padding: 12px 15px;
}.EX-service-info p svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
}.EX-service-info .yJ-course-ask {
    justify-content: center;
    gap: 15px;
}.EX-service-info .YD-get-contactbox {
    width: 60px;
    height: 60px;
    border-radius: 12px;
}.EX-service-info .YD-get-contactbox svg {
    height: 24px;
    width: 24px;
}.EX-service-info .YD-get-contactbox:hover {
    border-radius: 15px;
}
}



@media (min-width: 1400px) {header .Pk-head-train {
    max-width: 1320px;
    margin: 0 auto;
}header .tP-site-head {
    margin: 0 0.6rem;
}header .tP-site-head a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header .Pk-head-train {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .Ms-head-prime {
    margin-right: 0;
    margin-bottom: 0;
}header .MJ-top-teach {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .tP-site-head a {
    height: 36px;
    font-size: calc(17px - 1px);
    padding: 0 1rem;
}
}



@media (max-width: 479px) {header .Pk-head-train {
    padding: 0.7rem 1.2rem;
}header .Ms-head-prime {
    max-width: 120px;
}header .tP-site-head a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(17px - 3px);
}}



@media (min-width: 992px) {.Ku-course-benefits .VP-edu-promise > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: row;
}.Ku-course-benefits .gP-content-box-wrap {
    padding-left: 30px;
}
}



@media (max-width: 991px) {.Ku-course-benefits .VP-edu-promise > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: column;
    gap: 40px;
}.Ku-course-benefits .FL-img-img {
    min-height: 350px;
}.Ku-course-benefits h2 {
    margin-bottom: 50px;
}
}



@media (max-width: 768px) {.Ku-course-benefits {
    padding: 80px 0;
}.Ku-course-benefits h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 40px;
}.Ku-course-benefits .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}
}



@media (min-width: 768px) {.lA-our-mission {
    padding: 150px 0;
}.lA-our-mission .gP-content-box-wrap {
    margin-left: auto;
    max-width: 85%;
    padding: 60px;
}.lA-our-mission .gP-content-box-wrap::after {
    width: 80px;
    content: "";
    height: 80px;
    opacity: 0.3;
    position: absolute;
    border: 1px solid rgb(165,203,218);
    z-index: -1;
    left: 40px;
    top: -40px;
}.lA-our-mission ol {
    column-gap: 40px;
    column-count: 1;
}.lA-our-mission h5 {
    font-size: calc(21px * 1.2);
}
}



@media (max-width: 767px) {.lA-our-mission {
    padding: 80px 0;
}.lA-our-mission .gP-content-box-wrap {
    padding: 30px 20px;
}.lA-our-mission h5 {
    font-size: 21px;
}.lA-our-mission p {
    font-size: 12px;
}.lA-our-mission li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}



@media (max-width: 576px) {.tI-equity-pledge {
    padding: 40px 0;
}.tI-equity-pledge .company_holder h3 {
    font-size: calc(29px * 0.8);
}.tI-equity-pledge .MJ-top-teach h5 {
    font-size: calc(18px * 0.9);
}.tI-equity-pledge .MJ-top-teach .qB-top-mainwrap a,
    .tI-equity-pledge .footer_agreement {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 576px) {.Ki-appNote {
    padding: 60px 0 40px;
}.Ki-appNote::before,
    .Ki-appNote::after {
    opacity: 0.5;
}.Ki-appNote .container {
    padding: 0 20px;
}.Ki-appNote h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 25px;
}.Ki-appNote h2::before {
    top: -10px;
    width: 60px;
    height: 3px;
}.Ki-appNote .VP-edu-promise {
    transform: none;
    padding: 25px 20px;
}.Ki-appNote span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.Ki-appNote li::before {
    left: -20px;
    height: 8px;
    width: 8px;
}}


@media only screen and (max-width: 1200px) {.Zk-privacySettingsModal {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.qn-privacy-ack {
    display: none;
}.br-policy-ack {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.Zk-privacySettingsModal h5 {
    text-align: center;
}.Zk-privacySettingsModal p {
    text-align: center;
}.Cl-edu-accept {
    margin-bottom: 20px;
}body .cP-layer-container .LI-data-approve {
    margin-left: 0;
    margin-bottom: 10px;
}}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100px;
    }
}

@keyframes cornerDotsGlow {
    0% {
        opacity: 0.5;
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        filter: blur(1px);
    }
}



@keyframes bottomBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}



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



@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}



@keyframes slide-in {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-5deg) translateY(40px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateY(0);
  }
}



@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}



@keyframes scanline {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}



@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



@keyframes backgroundMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}



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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



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



@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}



@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}



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



@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }

