* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.M-nav-page {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 99;
    background: rgb(168,195,193);
    overflow: visible;
    width: 100%;
    position: relative;
}

.N-segment-wrapper {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.A-track-toggle {
    display: flex;
    margin: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    border: 2px solid rgb(133,160,157);
    border-radius: 28px;
}

.T-privacy-opt svg {
    width: 50px;
    height: 50px;
    fill: rgb(133,160,157);
}

.i-edu-accept h5 {
    color: rgb(133,160,157);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 10px;
}

.q-visitor-controls {
    background: rgb(133,160,157);
    font-size: 16px;
    border-radius: 10px;
    color: #ffffff;
    flex-shrink: 0;
    border: none;
    padding: 10px 20px;
    text-align: center;
    min-width: 120px;
    text-decoration: none;
    cursor: pointer;
}

footer .k-contest-info {
    background:rgb(98,121,116);
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 250px 0 30px;
}

footer .C-copy-notice {
    z-index: 1;
    position: relative;
}

footer .s-reach-experts {
    border-radius: 14px;
    padding: 0;
    position: absolute;
    top: -120px;
    display: flex;
    left: 0;
    justify-content: space-between;
    margin-bottom: 50px;
    background-color: #ffffff;
    right: 0;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item:hover::after {
    width: 100%;
}

footer .info_item svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 15px;
    fill: rgb(133,160,157);
}

footer .info_item a:hover {
    color: rgb(133,160,157);
}

footer .text_main_holder {
    display: grid;
    gap: 20px;
    margin-top: 100px;
    grid-template-columns: 1fr;
}

footer .t-top-lesson svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}

footer .j-page-head {
    position: relative;
    padding: 0 25px;
}

footer .j-page-head h5::after {
    width: 60px;
    left: 0;
    content: "";
    height: 2px;
    bottom: -2px;
    position: absolute;
    background-color: rgb(133,160,157);
}

footer .R-top-primary a {
    margin: 5px 8px 5px 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
}

footer .input_holder::after {
    z-index: -1;
    background-color: rgb(98,121,116);
    bottom: -20px;
    width: 70px;
    border-radius: 50%;
    height: 70px;
    left: -10px;
    position: absolute;
    opacity: 0.1;
    content: "";
}

footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

footer .U-sub-verification::before {
    left: -100%;
    transition: left 0.7s ease;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}

footer .U-sub-verification:hover::before {
    left: 100%;
}

footer .n-degree-path {
    text-align: center;
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.g-reach-out::before {
    width: 100%;
    background-image: 
        linear-gradient(to right, rgb(133,160,157,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(133,160,157,0.5) 1px, transparent 1px);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    background-size: 30px 30px;
    opacity: 0.05;
}



.g-reach-out .S-img-zoom-effect {
    top: 0;
    position: absolute;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    height: 100%;
    z-index: 0;
    width: 100%;
    left: 0;
    opacity: 0.06;
    mix-blend-mode: luminosity;
}

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

.g-reach-out h3 {
    text-align: center;
    font-size: 34px;
    color: rgb(133,160,157);
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
}

.g-reach-out .D-request-section::before {
    height: 3px;
    z-index: 3;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(133,160,157), rgb(98,121,116));
    position: absolute;
    top: 0;
    left: 0;
}

.g-reach-out .m-connect-message {
    position: relative;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(168,195,193), 0.3) 100%
    );
    z-index: 2;
    padding: 50px;
    flex: 1 1 60%;
}

.g-reach-out .m-connect-message::before {
    border-left: 2px solid rgb(133,160,157,0.5);
    opacity: 0.5;
    width: 40px;
    bottom: 20px;
    left: 20px;
    content: "";
    position: absolute;
    border-bottom: 2px solid rgb(133,160,157,0.5);
    height: 40px;
}

.g-reach-out .m-connect-message h3::before,
.g-reach-out .m-connect-message h3::after {
    display: none;
}

.g-reach-out .m-connect-message input[type="text"]:focus,
.g-reach-out .m-connect-message textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(133,160,157,0.5);
    background: #ffffff;
}

.g-reach-out .m-connect-message input[type="text"]::placeholder,
.g-reach-out .m-connect-message textarea::placeholder {
    color: #000000;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.g-reach-out .m-connect-message textarea {
    resize: vertical;
    min-height: 150px;
}

.g-reach-out .m-connect-message .E-inquiry-inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.g-reach-out .m-connect-message .E-inquiry-inquiry label::before {
    width: 20px;
    border: 1px solid rgb(168,195,193);
    left: 0;
    position: absolute;
    height: 20px;
    transition: all 0.2s ease;
    content: "";
    top: 2px;
    border-radius: 2px;
    background: #ffffff;
}

.g-reach-out .m-connect-message .E-inquiry-inquiry input[type="checkbox"]:checked + label::after {
    position: absolute;
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
    left: 7px;
    transform: rotate(45deg);
    content: "";
    top: 4px;
}

.g-reach-out .m-connect-message .E-inquiry-inquiry a:hover {
    background-size: 100% 100%;
}

.g-reach-out .m-connect-message .d-request-map {
    background: rgb(133,160,157);
    overflow: hidden;
    cursor: pointer;
    padding: 16px 30px;
    border: none;
    font-size: 17px;
    z-index: 1;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgb(133,160,157,0.5);
    color: #ffffff;
    letter-spacing: 1px;
}

.g-reach-out .m-connect-message .d-request-map:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(133,160,157,0.5);
}



.g-reach-out .L-query-reach {
    z-index: 2;
    position: relative;
    flex: 1 1 35%;
    padding: 50px;
    background: rgb(168,195,193);
    overflow: hidden;
}

.g-reach-out .L-query-reach::after {
    position: absolute;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(133,160,157,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(133,160,157,0.5) 100%);
    opacity: 0.3;
    content: "";
    width: 100%;
    left: 0;
}

.g-reach-out .L-query-reach h4::after {
    bottom: -1px;
    width: 50px;
    content: "";
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(133,160,157), rgb(98,121,116));
    position: absolute;
}

.g-reach-out .L-query-reach .k-support-inquiry li {
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(133,160,157);
    position: relative;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
}

.g-reach-out .L-query-reach .k-support-inquiry li:hover {
    border-left-color: rgb(98,121,116);
    transform: translateX(5px);
}

.g-reach-out .L-query-reach .k-support-inquiry li:hover::after {
    opacity: 0.05;
}

.g-reach-out .L-query-reach .k-support-inquiry li:hover svg {
    transform: scale(1.2);
}

.g-reach-out .L-query-reach .k-support-inquiry li svg path {
    fill: rgb(133,160,157);
    transition: all 0.3s ease;
}

.g-reach-out .L-query-reach .k-support-inquiry li span {
    position: relative;
    z-index: 2;
    color: #000000;
    font-size: 14px;
}

.g-reach-out .L-query-reach .k-support-inquiry li a::before {
    transform: scaleX(0);
    content: "";
    transition: transform 0.3s ease;
    transform-origin: right;
    width: 100%;
    position: absolute;
    background: rgb(133,160,157);
    left: 0;
    bottom: -2px;
    height: 1px;
}

.m-program-structure::before {
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(133,160,157,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(98,121,116,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.25;
    width: 100%;
    left: 0;
    z-index: -1;
}

.m-program-structure .container {
    max-width: 1000px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

.m-program-structure .S-img-zoom-effect {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    transform: translateZ(0);
    height: 450px;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s;
    position: relative;
}

.m-program-structure .S-img-zoom-effect::after {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(133,160,157,0.5) 20px, 
            rgb(133,160,157,0.5) 21px
        );
    opacity: 0.05;
}

.m-program-structure .O-learn-more:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.m-program-structure .O-learn-more::after {
    border-radius: 0 0 50% 50%;
    z-index: -1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    bottom: -5px;
    width: 90%;
    position: absolute;
    background: #ffffff;
    content: "";
    height: 10px;
    left: 5%;
}

.m-program-structure .t-top-lesson:hover {
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.m-program-structure .t-top-lesson::after {
    border: 1px dashed rgb(133,160,157,0.5);
    border-radius: 10px;
    position: absolute;
    content: "";
    inset: 0;
    opacity: 0.5;
}

.m-program-structure .t-top-lesson:hover svg {
    transform: scale(1.05);
}

.m-program-structure .t-top-lesson svg path {
    transition: fill 0.3s ease;
    fill: rgb(133,160,157);
}

.m-program-structure .O-learn-more h3 {
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 33px;
    position: relative;
    padding-bottom: 15px;
    color: #000000;
}

.m-program-structure .O-learn-more:hover h3::after {
    width: 100px;
}

.D-thankYouWeb {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(98,121,116,0.5), rgb(133,160,157,0.5));
}

.D-thankYouWeb::after {
    width: 100%;
    opacity: 0.7;
    left: 0;
    height: 10px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(98,121,116) 25%, 
        rgb(133,160,157) 75%, 
        transparent 100%);
    content: "";
    animation: shimmer 4s infinite ease-in-out;
    z-index: 2;
    bottom: -5px;
    position: absolute;
}

.D-thankYouWeb .e-master-program {
    transform-style: preserve-3d;
    padding: 4rem 3rem;
    transition: transform 0.5s ease-out;
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
}

.D-thankYouWeb .e-master-program > div:first-child {
    animation: fadeSlideUp 0.8s ease-out;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    margin-bottom: 2rem;
}

.D-thankYouWeb .e-master-program > div:last-child {
    transform: translateY(0);
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    position: relative;
    opacity: 1;
}

.D-thankYouWeb h5::after {
    transform: scaleX(0);
    bottom: -10px;
    left: 0;
    transform-origin: left;
    width: 60%;
    border-radius: 2px;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(98,121,116), transparent);
    position: absolute;
    height: 3px;
    content: "";
}

.f-plan-box {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.f-plan-box::before {
    top: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.f-plan-box h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    transform: translateY(0);
    animation: titleFadeIn 0.8s ease-out forwards;
    position: relative;
}

.f-plan-box .F-premium-grid {
    gap: 30px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
}

.f-plan-box .P-package-price:hover {
    transform: translateY(-10px) scale(1.02);
}

.f-plan-box .X-pricing-card {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    overflow: hidden;
}

.f-plan-box .P-package-price:hover .X-pricing-card::before {
    transform: scaleX(1);
}

.f-plan-box .g-fee-package {
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 35px 30px;
}

.f-plan-box .g-fee-package h4 {
    font-size: calc(19px * 1.1);
    margin: 0 0 20px;
    transition: color 0.3s ease;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    color: #000000;
}

.f-plan-box .P-package-price:hover .g-fee-package h4::after {
    width: 60px;
}

.f-plan-box .g-fee-package p {
    margin: 0 0 25px;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: calc(14px * 0.95);
}

.f-plan-box .P-package-price:hover .Z-cost-summary {
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    background: linear-gradient(135deg, rgb(133,160,157,0.5), rgb(133,160,157));
    color: #ffffff;
}

.f-plan-box .Z-cost-summary::before {
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    left: -100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}

.R-take-a-spin::before {
    content: "";
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.R-take-a-spin .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.R-take-a-spin h2 {
    font-weight: 700;
    color: #000000;
    max-width: 85%;
    text-align: center;
    margin-right: auto;
    padding: 0.5rem 0;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    margin-left: auto;
    line-height: 1.4;
    margin-bottom: 2.5rem;
    font-size: 28px;
}

.R-take-a-spin .e-master-program:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px) scale(1.02);
}

.R-take-a-spin svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
    width: 56px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: rotate(-5deg);
    height: 56px;
}

.R-take-a-spin .e-master-program:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.R-take-a-spin .e-master-program:hover svg path {
    fill: rgb(98,121,116);
}

.R-take-a-spin .d-request-map::before {
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(-100%);
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}

.R-take-a-spin .d-request-map:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.R-take-a-spin .d-request-map:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

header .Y-header-lead {
    position: relative;
    gap: 15px;
    display: grid;
    padding: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}

header .Y-header-lead::after {
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(133,160,157,0.5), transparent);
    position: absolute;
}

header .Y-header-lead .t-top-lesson::after {
    right: -5px;
    transform: scale(0);
    transition: transform 0.3s ease;
    transform-origin: bottom right;
    border-bottom: 2px solid rgb(98,121,116);
    border-right: 2px solid rgb(98,121,116);
    bottom: -5px;
}

header .Y-header-lead .t-top-lesson:hover::before,
header .Y-header-lead .t-top-lesson:hover::after {
    transform: scale(1);
}

header .Y-header-lead .t-top-lesson .m-top-guide {
    transition: transform 0.3s ease;
    display: block;
}

header .Y-header-lead .j-page-head {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    background: linear-gradient(180deg, transparent, rgb(98,121,116) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    margin: 0;
    list-style: none;
    padding: 20px 0 10px;
}

header .Y-header-lead .j-page-head .G-top-pagebar {
    position: relative;
    transition: transform 0.3s ease;
    margin: 0;
    padding: 0 15px;
}

header .Y-header-lead .j-page-head .G-top-pagebar:hover {
    transform: translateY(-3px);
}

header .Y-header-lead .j-page-head .G-top-pagebar a {
    color: #000000;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: block;
    transition: color 0.3s ease;
}

header .Y-header-lead .j-page-head .G-top-pagebar a:hover::before {
    transform: scaleX(1);
}

.F-company-overview::before {
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    top: 0;
    content: "";
}

.F-company-overview .container {
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.F-company-overview .W-text-box-content > div:first-child {
    position: relative;
    transform: translateY(0);
    padding-left: 20px;
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    opacity: 0;
}

.F-company-overview .W-text-box-content > div:nth-child(2) {
    transform: translateY(20px);
    opacity: 0;
    margin-top: -5px;
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    position: relative;
}

.F-company-overview h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(98,121,116);
    letter-spacing: 1px;
    margin: 0;
    font-size: 18px;
}

.F-company-overview p b::after {
    width: 0;
    left: 0;
    content: "";
    bottom: -6px;
    position: absolute;
    background: rgb(98,121,116);
    animation: expandWidth 0.8s ease-out forwards 0.9s;
    height: 2px;
}

.F-company-overview ol li {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    border-left: 4px solid rgb(133,160,157);
    margin-bottom: 20px;
    list-style-type: none;
    padding: 30px;
    border-radius: 0 10px 10px 0;
    transform: perspective(1000px) rotateX(0deg);
    color: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s, box-shadow 0.5s;
    position: relative;
    line-height: 1.8;
}

.R-privacy-chamber::before {
    width: 300px;
    height: 300px;
    right: -5%;
    content: "";
    z-index: 0;
    background: linear-gradient(to right, rgb(133,160,157,0.5), rgb(98,121,116,0.5));
    transform: rotate(-15deg);
    opacity: 0.4;
    top: -10%;
    position: absolute;
    filter: blur(80px);
}

.R-privacy-chamber .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    border-left: 3px solid rgb(133,160,157);
    position: relative;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.85);
    z-index: 1;
}

.R-privacy-chamber h1:hover::after {
    transform: scaleX(1.5);
}

.R-privacy-chamber h2 {
    position: relative;
    font-weight: 600;
    margin-top: 40px;
    font-size: 38px;
    margin-bottom: 20px;
    padding-left: 16px;
    color: #000000;
}

.R-privacy-chamber h2::before {
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    left: 0;
    transform: scaleY(0.8);
    top: 0;
    width: 4px;
    content: "";
    opacity: 0.8;
    height: 100%;
    background: rgb(133,160,157);
}

.R-privacy-chamber h4 {
    font-weight: 600;
    margin-top: 25px;
    color: #000000;
    opacity: 0.9;
    font-size: calc(38px * 0.75);
    margin-bottom: 12px;
}

.R-privacy-chamber p:hover {
    transform: translateX(5px);
}

.R-privacy-chamber p strong {
    position: relative;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}

.R-privacy-chamber p strong:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.R-privacy-chamber span {
    color: #000000;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 15px;
    font-size: 15px;
    line-height: 1.6;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    margin-bottom: 30px;
    border-left: 2px solid rgb(98,121,116);
    display: block;
    transform: translateY(0);
}

.R-privacy-chamber li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    background: rgb(133,160,157);
    content: "";
    top: 10px;
    height: 8px;
    left: 0;
    border-radius: 50%;
    width: 8px;
    opacity: 0.8;
    position: absolute;
}

.q-customer-comments {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding: 100px 0;
}

.q-customer-comments .container {
    z-index: 1;
    position: relative;
}

.q-customer-comments h2 {
    position: relative;
    font-size: 36px;
    transform: translateX(-10%);
    font-weight: 700;
    margin-bottom: 100px;
    color: #000000;
}

.q-customer-comments .s-alumni-views {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.q-customer-comments .J-testimonial-highlights:nth-child(3n+1) {
    animation-delay: 0.1s;
    grid-column: span 5;
}

.q-customer-comments .J-testimonial-highlights:nth-child(3n+3) {
    animation-delay: 0.5s;
    margin-top: 40px;
    grid-column: span 3;
}

.q-customer-comments .J-testimonial-highlights img {
    position: absolute;
    right: 0;
    border-radius: 10px;
    filter: grayscale(100%);
    transform: translateY(0);
    bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    object-fit: cover;
    height: 60px;
    width: 60px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 3px solid #ffffff;
}

.q-customer-comments .J-testimonial-highlights .description {
    position: relative;
    font-size: calc(16px * 1.2);
    line-height: 1.6;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 300;
}

.q-customer-comments .J-testimonial-highlights .description::first-letter {
    font-weight: 600;
    font-size: 1.3em;
}

.q-customer-comments .J-testimonial-highlights:hover .description::after {
    transform: scaleX(3);
}

.k-leadership-experience {
    background: linear-gradient(to bottom, #000000 0%, rgb(168,195,193) 100%);
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
}



.k-leadership-experience .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    perspective: 1000px;
    padding: 0 2rem;
}

.k-leadership-experience .J-testimonial-highlights {
    border-radius: 29px;
    display: flex;
    padding: 3rem;
    transform-style: preserve-3d;
    position: relative;
    backdrop-filter: blur(15px);
    transform: rotateX(5deg) rotateY(-5deg);
    flex-wrap: wrap;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(98,121,116,0.5),
        inset 0 0 30px rgb(133,160,157,0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: rgba(255, 255, 255, 0.03);
}

.k-leadership-experience .J-testimonial-highlights:hover .S-img-zoom-effect {
    transform: translateX(-50%) translateZ(50px);
}

.k-leadership-experience .name {
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    transform: translateZ(20px);
    width: 100%;
    text-shadow: 0 0 10px rgb(133,160,157,0.5);
    margin-top: 100px;
    font-size: 36px;
    color: #ffffff;
}

.k-leadership-experience .s-experience-data {
    position: relative;
    transform: translateZ(10px);
    transition: transform 0.3s ease;
    margin-top: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    padding: 2rem;
    border-radius: 10px;
    width: 100%;
    border-left: 3px solid rgb(133,160,157);
    color: #ffffff;
    line-height: 1.7;
    font-size: 15px;
}

.k-leadership-experience .J-testimonial-highlights:hover .s-experience-data {
    transform: translateZ(25px);
}

.H-title-page .j-page-primary {
    place-items: center;
    height: 100vh;
    width: 100%;
    position: relative;
    isolation: isolate;
    padding: 2rem;
    box-sizing: border-box;
    display: grid;
}

.H-title-page .j-page-primary::after {
    top: 5%;
    pointer-events: none;
    transform: translate(10px, 10px);
    content: "";
    width: 90%;
    border: 1px solid rgb(255, 255, 255, 0.5);
    height: 90%;
    animation: borderReveal 1.5s ease-out forwards;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    right: 5%;
}

.H-title-page .t-corp-values h1 {
    animation: slideUp 0.8s ease-out 0.2s forwards;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
    font-size: clamp(2rem, 5vw, 43px);
    transform: translateZ(30px);
    opacity: 0;
}

.H-title-page .t-corp-values p {
    opacity: 0;
    padding-left: 20px;
    font-size: clamp(1rem, 1.5vw, 17px);
    line-height: 1.6;
    margin: 1rem 0 0;
    position: relative;
    color: #ffffff;
    animation: slideUp 0.8s ease-out 0.6s forwards;
    transform: translateZ(10px);
}


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


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


@media only screen and (max-width: 1200px) {.A-track-toggle {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.T-privacy-opt {
    margin-right: 0;
    margin-bottom: 20px;
}.q-visitor-controls {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}



@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .j-page-head, footer .subscribe_holder, footer .t-top-lesson {
    padding: 20px;
}footer .n-degree-path {
    margin-top: 40px;
}
}



@media (max-width: 992px) {.g-reach-out {
    padding: 80px 0 60px;
}.g-reach-out h3 {
    margin-bottom: 40px;
}.g-reach-out .D-request-section {
    flex-direction: column;
}.g-reach-out .m-connect-message,
    .g-reach-out .L-query-reach {
    flex: 1 1 100%;
}.g-reach-out .L-query-reach {
    border-top: 1px solid rgb(168,195,193);
}
}



@media (max-width: 576px) {.g-reach-out {
    padding: 50px 0;
}.g-reach-out h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.7);
}.g-reach-out .D-request-section {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(168,195,193);
}.g-reach-out .m-connect-message,
    .g-reach-out .L-query-reach {
    padding: 25px 20px;
}.g-reach-out .m-connect-message::before,
    .g-reach-out .m-connect-message::after {
    display: none;
}.g-reach-out .m-connect-message input[type="text"],
    .g-reach-out .m-connect-message textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.g-reach-out .m-connect-message .E-inquiry-inquiry label {
    font-size: calc(13px * 0.9);
}.g-reach-out .m-connect-message .d-request-map {
    padding: 14px 20px;
    width: 100%;
}.g-reach-out .L-query-reach .k-support-inquiry li {
    margin-bottom: 15px;
    padding: 12px;
}}



@media (max-width: 767px) {.m-program-structure {
    padding: 60px 0;
}.m-program-structure .e-master-program {
    gap: 30px;
}.m-program-structure .S-img-zoom-effect {
    height: 300px;
}.m-program-structure .O-learn-more {
    padding: 25px;
}.m-program-structure .t-top-lesson {
    margin-bottom: 20px;
    padding: 10px;
}.m-program-structure .t-top-lesson svg {
    width: 60px;
}.m-program-structure .O-learn-more h3 {
    padding-bottom: 12px;
    font-size: calc(33px * 0.9);
    margin-bottom: 15px;
}
}



@media (max-width: 991px) {.D-thankYouWeb {
    padding: 5rem 0;
}.D-thankYouWeb .e-master-program {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2.5rem;
}.D-thankYouWeb h5 {
    font-size: calc(22px * 0.95);
}.D-thankYouWeb p {
    line-height: 1.7;
    font-size: calc(17px * 0.98);
}
}



@media (max-width: 576px) {.D-thankYouWeb {
    padding: 3rem 0;
}.D-thankYouWeb .container {
    width: 92%;
}.D-thankYouWeb .e-master-program {
    padding: 2rem 1.5rem;
}.D-thankYouWeb .e-master-program > div:first-child {
    margin-bottom: 1.5rem;
}.D-thankYouWeb h5 {
    font-size: calc(22px * 0.85);
}.D-thankYouWeb p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 767px) {.f-plan-box {
    padding: 70px 0;
}.f-plan-box h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 20px;
}.f-plan-box .Z-cost-breakdown {
    margin-bottom: 40px;
    font-size: calc(14px * 0.9);
}.f-plan-box .F-premium-grid {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.f-plan-box .g-fee-package h4 {
    font-size: 19px;
}.f-plan-box .g-fee-package p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.9);
}.f-plan-box .Z-cost-summary {
    padding: 10px 20px;
    font-size: calc(19px * 1.3);
}
}



@media (max-width: 992px) {.R-take-a-spin {
    padding: 3.5rem 0;
}.R-take-a-spin h2 {
    font-size: calc(28px * 0.9);
    max-width: 95%;
}.R-take-a-spin .e-master-program {
    max-width: 90%;
    padding: 1.25rem;
}
}



@media (max-width: 768px) {.R-take-a-spin {
    padding: 3rem 0;
}.R-take-a-spin h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(28px * 0.8);
}.R-take-a-spin .e-master-program {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
}.R-take-a-spin svg {
    height: 48px;
    width: 48px;
}.R-take-a-spin .d-request-map {
    padding: 0.9rem 2rem;
    width: 100%;
}
}



@media (max-width: 480px) {.R-take-a-spin h2 {
    font-size: calc(28px * 0.6);
}
}



@media (min-width: 993px) {header .Y-header-lead {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .Y-header-lead .j-page-head {
    padding: 20px 10px 10px;
}
}



@media (max-width: 992px) {header .Y-header-lead {
    grid-template-rows: auto auto;
    gap: 10px;
    padding: 15px;
}header .Y-header-lead .t-top-lesson {
    padding: 5px 10px;
}header .Y-header-lead .t-top-lesson .m-top-guide svg {
    height: 45px;
}header .Y-header-lead .j-page-head {
    padding: 15px 0 10px;
}header .Y-header-lead .j-page-head .G-top-pagebar {
    padding: 0 10px;
}header .Y-header-lead .j-page-head .G-top-pagebar a {
    padding: 8px 3px;
    font-size: calc(14px - 1px);
}
}



@media (min-width: 992px) {.F-company-overview {
    padding: 180px 0;
}.F-company-overview::after {
    right: -30%;
    top: -30%;
}.F-company-overview .W-text-box-content {
    gap: 50px;
    grid-template-columns: 1fr;
    margin-left: 10%;
    max-width: 80%;
}.F-company-overview ol li {
    padding: 50px;
    line-height: 2;
}
}



@media (max-width: 991px) {.R-privacy-chamber {
    padding: 60px 0;
}.R-privacy-chamber .container {
    padding: 30px 25px;
}.R-privacy-chamber h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 25px;
}.R-privacy-chamber h2 {
    font-size: calc(38px * 0.9);
    margin-top: 35px;
}.R-privacy-chamber p, .R-privacy-chamber span {
    font-size: calc(15px * 1);
    max-width: 100%;
}
}



@media (max-width: 480px) {.R-privacy-chamber {
    padding: 30px 0;
}.R-privacy-chamber::before,
    .R-privacy-chamber::after {
    opacity: 0.25;
}.R-privacy-chamber .container {
    padding: 20px 15px;
}.R-privacy-chamber h1 {
    font-size: calc(38px * 0.7);
}.R-privacy-chamber h2 {
    font-size: calc(38px * 0.75);
    margin-top: 25px;
}.R-privacy-chamber h3 {
    font-size: calc(38px * 0.7);
}.R-privacy-chamber h4 {
    font-size: calc(38px * 0.65);
}.R-privacy-chamber p, .R-privacy-chamber span, .R-privacy-chamber li {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.R-privacy-chamber p:hover,
    .R-privacy-chamber li:hover,
    .R-privacy-chamber span:hover {
    transform: none;
}}



@media (max-width: 767px) {.q-customer-comments {
    padding: 60px 0;
}.q-customer-comments::before {
    top: -20%;
    right: -20%;
}.q-customer-comments h2 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.9);
}.q-customer-comments .s-alumni-views {
    grid-template-columns: 1fr;
}.q-customer-comments .J-testimonial-highlights:nth-child(3n+1),
    .q-customer-comments .J-testimonial-highlights:nth-child(3n+2),
    .q-customer-comments .J-testimonial-highlights:nth-child(3n+3),
    .q-customer-comments .J-testimonial-highlights:nth-child(2n) {
    margin-bottom: 50px;
    margin-top: 0;
    grid-column: 1;
}.q-customer-comments .J-testimonial-highlights::before {
    font-size: 80px;
}.q-customer-comments .J-testimonial-highlights img {
    width: 50px;
    height: 50px;
}.q-customer-comments .J-testimonial-highlights p:first-of-type {
    right: 60px;
    font-size: calc(20px * 0.9);
}.q-customer-comments .J-testimonial-highlights .description {
    font-size: 16px;
}}



@media (max-width: 992px) {.H-title-page .t-corp-values {
    padding: 2.5rem;
    grid-gap: 1.25rem;
}
}



@media (max-width: 768px) {.H-title-page .j-page-primary {
    padding: 1.5rem;
    align-items: center;
}.H-title-page .t-corp-values {
    padding: 2rem;
    grid-gap: 1rem;
}.H-title-page .j-page-primary::after {
    display: none;
}
}



@media (max-width: 576px) {.H-title-page .j-page-primary {
    padding: 1rem;
}.H-title-page .t-corp-values {
    padding: 1.5rem;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.2)
    );
}.H-title-page .t-corp-values h1 {
    font-size: 1.8rem;
}.H-title-page .t-corp-values h3 {
    font-size: 1.1rem;
}.H-title-page .t-corp-values p {
    font-size: 0.95rem;
}
}

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



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



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



@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}



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



@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) translateZ(var(--depth, 0));
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(var(--depth, 0));
  }
}

