a {
    color: inherit;
    text-decoration: none;
}

header,footer {
    width: 100%;
}


header {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 100;
    margin-top: 0;
    overflow: visible;
    background: rgb(231,235,242);
}


.app-program-overview {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    align-items: stretch;
    background-color: #ffffff;
    display: flex;
}

.app-program-overview .app-grow-skills {
    display: flex;
    animation: carousel-vertical 25s ease infinite;
    flex-direction: column;
    width: 100%;
    height: 500%;
}

.app-program-overview .app-class-plan::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
}

.app-program-overview .app-learn-explore {
    max-width: 550px;
    padding: 3.5rem;
    position: relative;
    border-left: 5px solid rgb(200,206,218);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 13px 13px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(231,235,242) 100%);
}

.app-program-overview .app-learn-explore h3::after {
    bottom: 0;
    background: rgb(164,172,185);
    position: absolute;
    content: '';
    width: 80px;
    left: 0;
    height: 3px;
}

.app-program-overview .app-learn-explore .app-query-grid:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.app-program-overview .app-learn-explore .app-query-grid:hover::before {
    opacity: 1;
}

.app-instructor-profile {
    position: relative;
    background: linear-gradient(135deg, rgb(231,235,242), rgb(200,206,218,0.5));
    padding: 5rem 2rem;
    overflow: hidden;
}

.app-instructor-profile .app-img-item-wrapper {
    transition: all 0.4s ease;
    position: relative;
    width: 40%;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex-shrink: 0;
}

.app-instructor-profile .app-exp-section {
    width: 60%;
    position: relative;
    padding: 3rem;
}

.app-instructor-profile .name::after {
    bottom: -8px;
    width: 50%;
    height: 3px;
    position: absolute;
    background: rgb(200,206,218);
    left: 0;
    content: "";
    transition: width 0.3s ease;
}

.app-instructor-profile .app-employee-details::before {
    top: -2rem;
    font-size: 4rem;
    color: rgb(200,206,218,0.5);
    content: "";
    opacity: 0.4;
    position: absolute;
    left: -1rem;
}

#app-trackingAlertPopup:checked ~ .app-cookieAlertPromptPanel {
    opacity: 0;
    visibility: hidden;
}

.app-cookieAlertPromptPanel h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
}

.app-data-control svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(200,206,218);
    height: 80px;
}

.app-user-dialog:hover {
    box-shadow: 0 0 20px rgb(164,172,185);
}

.cookie_button.app-track-edu:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(164,172,185);
}

.app-cookieAlertPromptPanel p a:hover {
    color: rgb(164,172,185);
}

header::before {
    width: 100%;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(200,206,218), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(200,206,218), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(200,206,218), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(200,206,218), 0.03) 25%) 0 0 / 20px 20px;
    left: 0;
    content: '';
    position: absolute;
    z-index: 0;
}

header .app-top-info::before {
    left: 0;
    filter: blur(10px);
    content: '';
    opacity: 0.1;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transform: translateZ(-10px);
    background: rgb(200,206,218);
}

header .app-page-head a {
    transform: translateZ(0);
    transform-style: preserve-3d;
    font-weight: 600;
    display: flex;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    align-items: center;
    background: #ffffff;
    transition: all 0.4s ease;
    justify-content: center;
    border-radius: 10px;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

header .app-site-header::before {
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(200,206,218), 
        transparent
    );
    width: 30%;
    top: 0;
    left: 35%;
    content: '';
}

.app-course-candidates .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}

.app-course-candidates h4::after {
    content: "";
    height: 3px;
    border-radius: 10px;
    bottom: 0;
    width: 80px;
    transform: translateX(-50%);
    background: rgb(200,206,218);
    position: absolute;
    left: 50%;
}

.app-course-candidates p::before {
    top: 0;
    position: absolute;
    content: "";
    width: 5px;
    transition: width 0.3s ease;
    height: 100%;
    left: 0;
    background: rgb(200,206,218);
}

.app-course-candidates p:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}

.app-course-candidates p:hover::after {
    opacity: 0.2;
}

.app-course-candidates p:hover svg {
    transform: scale(1.2);
}

.app-course-candidates p:hover svg path {
    fill: rgb(164,172,185);
}



.app-course-candidates .app-story-visual > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}

.app-course-candidates .app-story-visual > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.app-course-candidates .app-story-visual > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.app-our-mission::before {
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(200,206,218,0.5), rgba(0, 0, 0, 0.5) 80%);
    left: 0;
    width: 100%;
}

.app-our-mission h2 {
    display: inline-block;
    transform: translateZ(30px);
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 35px;
    position: relative;
}

.app-our-mission .app-content-card {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) translateZ(0);
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 -5px 20px rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 60px 50px;
}

.app-our-mission .app-content-card > div {
    position: relative;
    z-index: 1;
}

.app-our-mission .app-content-card p {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
    color: rgb(200,206,218);
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    display: inline-block;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.app-tyPage::before {
    height: 40%;
    content: '';
    width: 40%;
    background: linear-gradient(120deg, rgb(200,206,218,0.5) 0%, rgb(164,172,185,0.5) 100%);
    top: -10%;
    filter: blur(60px);
    right: -5%;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 1;
    position: absolute;
    opacity: 0.4;
}

.app-tyPage h2 {
    position: relative;
    line-height: 1.3;
    margin-bottom: 3rem;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    opacity: 0;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.app-tyPage .app-story-visual::before {
    animation: pulseGlow 4s infinite alternate;
    background: linear-gradient(180deg, rgb(200,206,218) 0%, rgb(164,172,185) 100%);
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 5px;
}

.app-pricing-shelf {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgb(164,172,185,0.5) 100%);
}

.app-pricing-shelf .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.app-pricing-shelf .app-lesson-rates {
    max-width: 600px;
    transform: translateY(0);
    background: rgba(#ffffff, 0.9);
    margin: 0 auto;
    z-index: 3;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.app-pricing-shelf .app-package-pricing {
    font-size: 14px;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    max-width: 100%;
    word-break: break-word;
    color: #000000;
    line-height: 1.6;
}

.app-pricing-shelf .app-cost-matrix {
    overflow: hidden;
    position: relative;
    display: flex;
    transition: box-shadow 0.4s ease;
    border-radius: 8px;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.app-pricing-shelf .app-learning-pricing::before {
    height: 2px;
    bottom: -10px;
    width: 40px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(164,172,185);
}

.app-pricing-shelf .app-img-item-wrapper::after {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
}

.app-connect-form::after {
    right: -30%;
    content: '';
    z-index: 1;
    height: 150%;
    width: 150%;
    animation: subtle-wave 15s infinite alternate-reverse;
    bottom: -30%;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
}

.app-connect-form .app-support-map {
    backdrop-filter: blur(10px);
    overflow: hidden;
    align-items: stretch;
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.05);
    border-radius: 24px;
}

.app-connect-form .app-feedback-box form {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.app-connect-form .app-feedback-box h3 {
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.app-connect-form .app-feedback-box input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(200,206,218);
    box-shadow: 0 0 15px rgba(rgb(200,206,218), 0.3);
}

.app-connect-form .app-feedback-box .app-inquiry-info input[type="checkbox"]:checked {
    border-color: rgb(200,206,218);
    background: rgb(200,206,218);
}

.app-connect-form .app-feedback-box .app-inquiry-info label {
    font-size: 12px;
    display: flex;
    color: #ffffff;
    align-items: center;
}

.app-connect-form .app-feedback-box .app-query-grid {
    border: none;
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(200,206,218);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}

.app-statistical-report {
    position: relative;
    background: rgb(231,235,242);
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
}

.app-statistical-report .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.app-statistical-report .app-statistics-highlights {
    flex: 0 0 calc(25% - 20px);
    position: relative;
    text-align: center;
    border-bottom: 3px solid transparent;
    perspective: 1000px;
    background: transparent;
    z-index: 2;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    padding: 40px 20px;
}

.app-statistical-report .app-statistics-highlights h4 {
    color: rgb(200,206,218);
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 3rem;
    transform: translateZ(20px);
    transition: all 0.3s ease;
}



.app-statistical-report .app-statistics-highlights h4 {
    animation: countUp 1s forwards;
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.2s);
}

.app-statistical-report .app-benefits-block::before,
.app-statistical-report .app-benefits-block::after {
    top: 50%;
    content: "";
    height: 2px;
    background: rgb(200,206,218);
    position: absolute;
    width: 30px;
}

.app-statistical-report .app-benefits-block::before {
    left: -40px;
}

.app-statistical-report svg path {
    transition: all 0.5s ease;
    fill: rgb(200,206,218);
}

.app-statistical-report .app-statistics-highlights:hover svg path {
    fill: rgb(164,172,185);
}

.app-statistical-report .app-statistics-highlights:nth-child(3) h4 {
    --i: 3;
}

footer::before {
    left: 0;
    opacity: 0.92;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: '';
    z-index: 1;
    background: linear-gradient(210deg, #000000 0%, rgb(200,206,218) 100%);
}

.app-award-show .company_holder h3 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
}

.app-award-show .app-partner-logo {
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    position: relative;
    max-width: 80%;
    padding-top: 15px;
}

.app-award-show .app-nav-section:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.app-award-show .app-nav-section:hover {
    transform: perspective(1000px) rotateY(0);
}

.app-award-show .app-nav-section h5 {
    font-weight: 600;
    word-wrap: break-word;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #ffffff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.app-award-show .app-nav-section .app-nav-study a {
    word-break: break-word;
    font-size: 18px;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: normal;
    color: #ffffff;
    align-items: center;
    opacity: 0.8;
}

.app-design-res {
    z-index: 2;
    position: relative;
    margin-top: 40px;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.2);
}

.app-design-res .app-skill-links {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
}

footer::after {
    right: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
    left: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    content: '';
    position: absolute;
}

.app-experience-trial .container {
    display: flex;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    align-items: center;
    max-width: 1200px;
    flex-direction: column;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin: 0 auto;
}

.app-experience-trial .app-story-visual:hover {
    box-shadow: 
        0 25px 50px -10px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(164,172,185);
    transform: translateZ(30px) perspective(100px) rotateX(0deg);
}

.app-experience-trial svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 48px;
    transform: rotate(-5deg);
    width: 48px;
}

.app-experience-trial svg path {
    transition: fill 0.3s ease;
    fill: rgb(164,172,185);
}

.app-experience-trial .app-query-grid {
    background: linear-gradient(135deg, rgb(164,172,185), rgb(200,206,218));
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 10px;
    padding: 16px 32px;
    position: relative;
    box-shadow: 0 8px 20px -5px rgb(164,172,185,0.5);
    display: inline-block;
}

.app-secure-vaulting::after {
    position: absolute;
    right: -10px;
    height: 40%;
    content: "";
    transform: skewY(-5deg);
    opacity: 0.1;
    bottom: -10px;
    z-index: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(200,206,218,0.5) 100%);
    width: 50%;
}

.app-secure-vaulting h2 {
    position: relative;
    color: #000000;
    font-weight: 600;
    transform: translateZ(5px);
    margin-top: 3rem;
    font-size: 36px;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.app-secure-vaulting h3 {
    position: relative;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(36px * 0.85);
}

.app-secure-vaulting h4 {
    position: relative;
    margin-top: 2rem;
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    font-size: calc(36px * 0.7);
    margin-bottom: 1rem;
}

.app-secure-vaulting p strong {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    position: relative;
}

.app-secure-vaulting ul::before {
    background: linear-gradient(to bottom, rgb(164,172,185,0.5), transparent);
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    width: 2px;
    height: 100%;
}

.app-secure-vaulting li:hover {
    transform: translateX(5px) translateZ(0);
}

.app-secure-vaulting span {
    border-left: 3px solid rgb(164,172,185);
    transition: all 0.3s ease;
    line-height: 1.7;
    padding: 1.25rem;
    margin-bottom: 2rem;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transform: translateZ(0);
    display: block;
    background: rgba(255,255,255,0.7);
    font-size: 16px;
}

.app-reach-out-info h1 {
    color: #000000;
    transition: transform 0.5s ease;
    letter-spacing: 1px;
    text-align: center;
    font-size: 48px;
    position: relative;
    margin-bottom: 50px;
    transform: perspective(1000px) translateZ(0px);
    z-index: 1;
    font-weight: 700;
}

.app-reach-out-info .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.app-reach-out-info .app-learn-chat > div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(to bottom right, rgba(250, 250, 250, 0.9), rgba(255, 255, 255, 0.7));
    border-left: 4px solid rgb(200,206,218);
}

.app-reach-out-info h6 svg {
    transform: scale(0.85);
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.app-reach-out-info .app-reach-section {
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    padding-bottom: 5px;
    align-items: center;
    color: #000000;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
}

.app-reach-out-info .app-reach-section svg {
    margin-left: 10px;
    transform: scale(0.85);
    transition: transform 0.3s ease;
}

.app-reach-out-info svg path {
    transition: fill 0.3s ease;
}

.app-homepage::before {
    height: 100%;
    width: 100%;
    content: "";
    animation: backgroundShift 40s linear infinite;
    background-size: 80px 80px;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.5;
    background: linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, 
                rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%);
    z-index: 1;
}

.app-homepage h1::after {
    height: 4px;
    position: absolute;
    content: "";
    width: 80px;
    transform: scaleX(0);
    bottom: -10px;
    transform-origin: left center;
    animation: lineExpand 1.5s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    left: 0;
    background: rgb(200,206,218);
}

.app-homepage h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.app-homepage .app-intro-head p {
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(14px * 1.2);
}

.app-homepage svg:hover {
    transform: translateZ(40px) scale(1.1);
}

.app-homepage svg:hover path {
    fill: rgb(200,206,218);
}

.app-homepage svg text {
    animation: textPulse 3s infinite alternate;
    font-family: Arial, sans-serif;
}

.app-homepage .app-query-grid::before {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    transition: left 0.7s;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    width: 100%;
}



.app-homepage .app-img-item-wrapper::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(
        135deg,
        rgb(200,206,218,0.5) 0%,
        transparent 70%
    );
    z-index: 2;
}

.app-homepage .app-img-item-wrapper:hover {
    transform: translateZ(50px) perspective(800px) rotateY(0deg);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media screen and (max-width: 1200px) {.app-program-overview .app-future-class {
    width: 50%;
}.app-program-overview .app-story-visual {
    width: 50%;
    padding-left: 5%;
}.app-program-overview .app-learn-explore {
    padding: 2.5rem;
}
}



@media screen and (max-width: 576px) {.app-program-overview .app-future-class {
    height: 300px;
}.app-program-overview .container {
    padding: 2rem 1rem;
}.app-program-overview .app-learn-explore {
    padding: 1.5rem;
}.app-program-overview .app-learn-explore h3 {
    font-size: calc(48px * 0.7);
}.app-program-overview .app-learn-explore p {
    margin-bottom: 2rem;
    font-size: calc(17px * 0.9);
}.app-program-overview .app-learn-explore .app-query-grid {
    text-align: center;
    width: 100%;
    padding: 1rem;
}.app-program-overview .app-learn-explore::before {
    display: none;
}}


@media only screen and (max-width: 1200px) {.app-cookieAlertPromptPanel {
    padding: 15px 0;
}.app-track-bar {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.app-data-control {
    display: none;
}.app-track-bar {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.app-cookieAlertPromptPanel h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.app-cookie-comply {
    margin-bottom: 15px;
}.app-user-dialog {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .app-site-header {
    padding: 0.8rem 1.5rem;
}header .app-first-lesson {
    max-width: 140px;
}header .app-top-info img {
    max-height: 35px;
}header .app-nav-section {
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .app-nav-section::-webkit-scrollbar {
    height: 3px;
}header .app-nav-section::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(200,206,218,0.5);
}header .app-page-head {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .app-page-head a {
    font-size: calc(17px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}



@media (min-width: 992px) {.app-our-mission .container {
    transform: perspective(1500px) rotateX(4deg);
}.app-our-mission .app-content-card {
    margin-left: 60px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                    0 -8px 25px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) translateZ(20px) rotateY(-1.5deg);
    padding: 80px 70px;
}.app-our-mission h2 {
    font-size: calc(35px + 8px);
}.app-our-mission .app-content-card::before {
    width: 8px;
}.app-our-mission .app-content-card::after {
    height: 8px;
}.app-our-mission .app-content-card div div {
    line-height: 1.9;
    font-size: calc(13px + 1px);
}
}



@media (max-width: 992px) {.app-tyPage {
    padding: 5rem 0;
}.app-tyPage h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.85);
}.app-tyPage .app-story-visual {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 576px) {.app-tyPage {
    padding: 3.5rem 0;
}.app-tyPage .container {
    padding: 0 1rem;
    transform: none;
}.app-tyPage h2 {
    margin-bottom: 1.8rem;
    font-size: calc(28px * 0.7);
}.app-tyPage h2::after {
    height: 3px;
    width: 6rem;
}.app-tyPage .app-story-visual {
    padding: 1.8rem 1.2rem;
}.app-tyPage li {
    padding-left: 1.2rem;
}.app-tyPage li::before {
    top: 0.4rem;
    height: 0.4rem;
    width: 0.4rem;
}.app-tyPage li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}



@media screen and (max-width: 1024px) {.app-connect-form .app-support-map {
    flex-direction: column;
}.app-connect-form .app-img-item-wrapper {
    min-height: 300px;
    flex: 0 0 100%;
}.app-connect-form .app-feedback-box {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 480px) {.app-connect-form .app-support-map {
    border-radius: 0;
}.app-connect-form .app-img-item-wrapper {
    min-height: 250px;
}.app-connect-form .app-feedback-box {
    padding: 2rem 1.5rem;
}}



@media (max-width: 768px) {.app-statistical-report {
    padding: 80px 0;
}.app-statistical-report .app-statistics-pro {
    margin-top: 50px;
}.app-statistical-report .app-statistics-highlights {
    padding: 30px 15px;
}.app-statistical-report .app-statistics-highlights h4 {
    font-size: 2.5rem;
}.app-statistical-report svg {
    height: 40px;
    margin-bottom: 15px;
    width: 40px;
}.app-statistical-report .app-benefits-block {
    font-size: calc(29px * 0.85);
}.app-statistical-report .app-benefits-block::before,
    .app-statistical-report .app-benefits-block::after {
    display: none;
}
}



@media (max-width: 576px) {.app-award-show {
    padding: 40px 0 20px;
}.app-award-show .company_holder h3 {
    font-size: calc(32px * 0.8);
}.app-award-show .app-nav-section h5 {
    font-size: calc(24px * 0.9);
}}



@media (max-width: 768px) {.app-experience-trial {
    padding: 50px 0;
}.app-experience-trial h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.app-experience-trial .app-story-visual {
    padding: 22px 30px;
    flex-direction: column;
    gap: 20px;
}.app-experience-trial .app-query-grid {
    padding: 12px 24px;
}
}



@media (prefers-reduced-motion) {.app-experience-trial .app-story-visual,
    .app-experience-trial svg,
    .app-experience-trial .app-query-grid,
    .app-experience-trial .app-query-grid::before {
    transition: none;
}}



@media (min-width: 992px) {.app-secure-vaulting {
    padding: 7rem 4rem;
}.app-secure-vaulting h1 {
    transform: translateX(2rem) translateZ(10px);
}.app-secure-vaulting span {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 2rem;
    width: calc(100% - 4rem);
}.app-secure-vaulting span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.app-secure-vaulting p, .app-secure-vaulting li {
    font-size: calc(16px * 1.05);
}
}



@media (min-width: 992px) {.app-reach-out-info .app-learn-chat {
    grid-template-columns: 3fr 2fr 2fr;
}.app-reach-out-info .app-learn-chat > div:first-child {
    grid-column: auto;
}.app-reach-out-info .app-learn-chat > div {
    padding: 30px;
}.app-reach-out-info h1 {
    transform: perspective(1000px) translateZ(10px);
}.app-reach-out-info .app-msg-team {
    gap: 20px;
}
}



@media (max-width: 576px) {.app-homepage {
    padding-top: 1rem;
}.app-homepage .app-story-visual {
    padding: 1.5rem 1rem;
    grid-gap: 1.5rem;
}.app-homepage h1 {
    font-size: calc(39px * 0.9);
}.app-homepage .app-intro-head {
    padding: 1.25rem;
}.app-homepage svg {
    width: 60px;
    height: 60px;
}.app-homepage .app-query-grid {
    padding: 0.7rem 1.5rem;
}.app-homepage .app-img-item-wrapper {
    min-height: 200px;
}
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



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




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



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



@keyframes floatBackground {
    0% {
        transform: skewY(-12deg) translateY(0);
    }
    50% {
        transform: skewY(-10deg) translateY(-15px);
    }
    100% {
        transform: skewY(-12deg) translateY(0);
    }
}



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



@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(200,206,218,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(200,206,218,0.5);
    }
}

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



@keyframes floating {
    0%, 100% {
        transform: translate(0, 0) rotate(30deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(35deg);
    }
}

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


    
    @keyframes photoReveal {
        0% {
            opacity: 0;
            transform: translateZ(10px) scale(0.9);
        }
        100% {
            opacity: 1;
            transform: translateZ(10px) scale(1);
        }
    }

